Skip to main content
Jose Romero
Associate II
October 27, 2018
Question

How to connect STM32-F401RE nucleo board with Android via Bluetooth!

  • October 27, 2018
  • 1 reply
  • 811 views

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.

This topic has been closed for replies.

1 reply

Ankit
Associate II
October 27, 2018

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.