2022-05-07 08:51 AM
Hi, I want to use B-U585I-IOT02A as a controller for mobile robot, I use a smartphone for the remote control. For now I am using HC-05 as the bluetooth interface because I can't find out how to program the STM32WB5MMG to act similar with HC-05. Can anyone give me any guide or reference how to do it? I just need it to work as the bluetooth interface to receive serial data and send it to the STM32U585.
And I use MITAppInventor 2 to create the smartphone software if anyone wondering.
Solved! Go to Solution.
2022-05-11 06:16 AM
Hello,
You can use BLE_AT_Client application on STM32U5 side available here:
You can use BLE_AT_Server application on STM32WB5MMG side available here:
You can find information about AT command on this wiki page:
https://wiki.st.com/stm32mcu/wiki/Connectivity:STM32WB_AT_Server
Best Regards
2022-05-11 06:16 AM
Hello,
You can use BLE_AT_Client application on STM32U5 side available here:
You can use BLE_AT_Server application on STM32WB5MMG side available here:
You can find information about AT command on this wiki page:
https://wiki.st.com/stm32mcu/wiki/Connectivity:STM32WB_AT_Server
Best Regards