FAQ

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...

userHead 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

2019-08-05 10:51:54

Please contact [email protected] for more information.

userHeadPic JaneYu
2018-01-26 09:45:18

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.

userHeadPic JaneYu
2017-11-01 00:56:56

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...

userHeadPic JaneYu
2017-10-16 17:16:44

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?

userHeadPic JaneYu
JaneYu wrote:

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

2017-10-17 10:11:39
1 Replies
2017-01-10 18:22:23

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)

userHeadPic JaneYu