1

Topic: Conection speed

Hello everyone, I have issue about changing Bluetooth connection speed. If I change this manually(change value in a code)  my Bluetooth doesn't response to smartphone.
For example

#define REMOTEXY_SERIAL_SPEED 9200

connection is ok,

#define REMOTEXY_SERIAL_SPEED 19600

connection isn't ok.
I'm using HC-06 modul and Arduino UNO.

2

Re: Conection speed

There is default speed for Bluetooth module. It's value depends on kind of module. If you want to change BLE speed, you have to configure BLE itself. There are AT-commands allowed to do it, e.g. AT+BAUD4.