Sending data to my audrino via a HC-06 but the data the audrino recives is not what i sent

Here is my code for the app im using ignore the stuff about the camera or slider

and here is my audrino code along with the values it sent me




Screenshot 2024-04-13 171054

Well, from the app you send bytes and in the arduino code you expect characters (text). In your application, use a SendText block instead of Send1ByteNumber.

2 Likes

that worked thank you

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.