How to connect STM32-F401RE nucleo board with Android via Bluetooth!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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.
Labels:
- Labels:
-
BLE
-
STM32F4 Series
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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.