HC05 Bluetooth: send command and set pair key macro problem!!!

Any bugs you encounter with Flowcode should be discussed here.
Post Reply
Mcolin
Posts: 11
http://meble-kuchenne.info.pl
Joined: Thu Aug 17, 2023 3:45 am

HC05 Bluetooth: send command and set pair key macro problem!!!

Post by Mcolin »

*send command macro
and
*set pair key macro
don't works.

here you have an example of at command structure to verify the correct syntax:
ejemplo at comand.gif
ejemplo at comand.gif (2.86 MiB) Viewed 135 times

correct syntax is not possible to add.
AT COMAND PROBLEM.png
AT COMAND PROBLEM.png (165.29 KiB) Viewed 135 times

Mcolin
Posts: 11
Joined: Thu Aug 17, 2023 3:45 am

Re: HC05 Bluetooth: send command and set pair key macro problem!!!

Post by Mcolin »

command to change name works!! so, the communication between micro controller an Bluetooth module its OK!!

kersing
Valued Contributor
Posts: 161
Joined: Wed Dec 02, 2020 7:28 pm
Has thanked: 66 times
Been thanked: 58 times

Re: HC05 Bluetooth: send command and set pair key macro problem!

Post by kersing »

If you need to send quotes within a string you can use a backslash to escape it,

So your correct command translates to “AT+PSWD=\”6789\”” in the expression box.

Post Reply