To sweep this post: How to pair
BT2.0 module V3 with PC/ phone?
Thanks to
Sartbaug asking this question, or I won't know there are two methods to pair it with pc, in Normal mode and AT mode. I bet that some ppl just want to use it in normal mode on Arduino which can be controlled by a pc or phone, it could be done very easily, like this post reads,
How to control Arduino wirelessl/ bluetooth by phone?, but they might forget the AT setting switch, so they would be facing a problem that
This module can NOT even be found!!! If you do meet this problem, turn the little switch to "OFF" side as:
(72.86 KiB) Downloaded 3702 times
It would be solved.
And here, we would show you how to connect this BT with your PC (sure, it should be with Bluetooth feature) in AT mode.
- If you turned AT mode on, i.e. the switch was put at ON side. As you insert the module to TTL converter and connected with PC. The module just does NOT show up:
(94.33 KiB) Downloaded 278 times
(24.15 KiB) Downloaded 278 times
- Enter AT mode by any serial monitor (38400, CR+LF), send these three commands in turn:
- AT
- AT+INIT
- AT+DISC
(12.05 KiB) Downloaded 278 times
- Then after a while, you could find your BT appears up.
(24.77 KiB) Downloaded 278 times
- Click to pair, the paring code is 1234 by default, or input yours.
(4.26 KiB) Downloaded 3702 times
(10.93 KiB) Downloaded 278 times
- After paring success, you could find two new COM ports in your Device Manager.
(16.07 KiB) Downloaded 3702 times
NOTE: AT mode pairing with PC has nothing to do with ROLE setting. That is to say even you set BT as Master/ center, it still could be found & connected, however, you must set it as Slave/ peripheral (AT+ROLE=0) to make it work in
Normal Mode.