I am trying to send text to Arduino using bluetooth.
I'm using clock function to do this that's when the clock is fired and the condition are met the app should send the text.
but at the arduino level i receive strange charaters
I am trying to send text to Arduino using bluetooth.
I'm using clock function to do this that's when the clock is fired and the condition are met the app should send the text.
Mismatching baud rates causes garbage characters.
The baud rates of the BluetoothClient and the Arduino's BT module must be the same.
Also, if you are displaying the data on the Arduino IDE monitor then the baud rates of the Arduino serial and the monitor must be the same.
Hello Opk
Yes I checked and corrected the baud rate and now Arduino can capture the data and I verify it with serial monitor.
Thanks
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.