2018-10-27 06:55 AM
Good afternoon, I would like to know how I can connect the STM32-F401RE core board with Android via Bluetooth and also configure said bluetooth. The bluetooth model is the HC-05.
2018-10-27 08:29 AM
You could connect the HC05 to one of the USART peripherals and read/write to it directly. On the mobile side you could use a bluetooth terminal app to connect to and send/receive keystrokes. Depending on the application that you're working on this would be a good place to start.