Skip to main content
SS Ja.1
Visitor II
August 24, 2020
Question

Hello everyone, I want to create a Bluetooth communication between STM32F0 series board and Android phone to send & receive commands. So how can i able to create?

  • August 24, 2020
  • 1 reply
  • 1081 views

..

This topic has been closed for replies.

1 reply

Nizar Tenzekhti
Visitor II
August 28, 2020

Hi SS Ja.1,

you can Follow this tutorial, an excellent tutorial using a bluetooth module with STM32 and android:

Bluetooth Classic Tutorial for STM32 and Android (HC-05 HC-06 module) : https://www.youtube.com/watch?v=TtpLcsQ4nMw 

GitHub code: https://github.com/viktorvano/Bluetooth-for-STM32-and-Android

Works with HC-06 or HC-05 modules.

Nizar