2019-01-14 03:29 AM
Hi everyone,
I want to understand HC-05 working with STM32. But , i cant get any useful document or tutorial that calrify this module. I want to implement a simple application which is remote control of led via HC-05 and STM32F4 disco.
Any suggestion please! and best regards;
2019-01-14 04:25 AM
Program a usart with 9600,n,1 connected to hc-05. If you want to change the baudrate or module name, find the at command table on the web and build a code to send or receive ascii strings. Pc side used teratetm like app to interact with bt module.