Hello,Please, i need informations about Bluetooth 2.0 Module V3 for Arduino (i've already buyed it) ...For the "setting phase" (initial parameters like Port, Baudrate, Parity etc.e...
JaneYu 2017-01-05 17:38:32 12 Views6 Replies Hello,
Please, i need informations about Bluetooth 2.0 Module V3 for Arduino (i've already buyed it) ...
For the "setting phase" (initial parameters like Port, Baudrate, Parity etc.etc.) with Coolterm or Ide Arduino software; ... i need necessarily for a USB to TTL Module (TEL0010) too ?
QUESTION: can i make setting by direct connections between Bluetooth 2.0 PINs Module (GND, VCC, RXD, TXD, 3V3) and Arduino PINs (like another productor's module bluetooth called "HC-05") ?
In affirmative case i can set the Bluetooth Module by AT commands programmed by Arduino's IDE and Arduino's USB cable ...
THANKS IN ADVANCE :D
Because this is a Bluetooth 2.0 device, you need to use two module to realize remote control, and you need to pair them through AT command, then you can control the LED by sending data from serial.
JaneYu Hello.
Does it work with iphone? I can connect it with an android phone, but my iPhone 6s doesn't seem to find the bluetooth module...
JaneYu Can it work with the Bluetooth enabled android device like HC05 module and I/O Expansion shield for arduino (https://www.dfrobot.com/pro... or I need any other adapter?
JaneYu It can't work with HC05 since the Bluetooth protocol is different. IO expansion shield has the socket for this module, you don't need to use other adaptor
1. With a USB to TTL adapter, the configuration will be easier. And Arduino IDE is OK for the setting, no need coolterm
2. Yes, tx to tx; rx to rx (If it doesn't work, exchange the position; tx to rx; rx to tx)
JaneYu 

