Question
STM32L Discovery and STBLC01 bluetooth low energy master mode (STEVAL-IDB001V1)
Posted on August 13, 2013 at 20:25
I'm trying to get my STEVAL-IBD001V1 (STM32L-Discovery + STBLC01) board to operate as a BLE master. There's no example code provided in the software package to do this, nor any obvious way to scan for advertisers.
I assume I could just call hci_le_create_connection with the required information, though that only works if I know the address of the device I'm connecting to. This should be possible, since the STBLC01 claims to support BLE master mode. Is the software just crippled? Thanks! #bluetooth #ble #master #stblc01