2015-04-29 10:20 AM
I connected HC-05 to my STM32F4 through USART. I have tested it with android app, and everything seems to work good (sending, receiving data). But how to connect two STM32F4s with each other? Do I have to know address of Bluetooth module that I want connect to? Is there authorization needed?
2015-04-30 12:28 AM
This is not really an STM32 question, more about the BT module.
You have to pair the modules to get it working. Some of these modules (depending on the firmware) you can make ''friendly'' list of mac address. If you want to use something like security you need also set the pincode. Read the Hc-05 datasheet to get answer. On Mbed.org you can find some examples, but the site is down at this moment.