FAQ

Two Bluno/ BLE devices cannot communicate properly?

userHead Tonny12138 2024-07-11 15:17:24 43 Views0 Replies
Two Bluno/ BLE devices cannot communicate properly?
2025-07-24 15:03:37

Common suggestions for communication problem:

1. Update the firmware to the latest version;

2. Apply the default setting by AT command AT+SETTING=DEFAULT;

3. Check if the serial port is used correctly if you use Leonardo, Mega etc which contains multiple serial ports. e.g. Leonardo uses Serial1.****() instead of Serial.****() for the I/O Pin 0,1. The Serial.****()is for the USB port.

Check if the baud rate in different places are corresponding: (38400 is suggested for 8MHz boards)

4. In codes > Serial*.begin(?)

BLE modules > Baud rate setting

5. Reboot the module.

userHeadPic Tonny12138