2015-11-17 02:18 AM
Dear all,
I have a NUCLEO-F103RB together with a X-NUCLEO-IDB04A1 Bluetooth extension board.
Now I wanted to start learning how to program with bluetooth and downloaded x-cube-ble1.zip from STM website.
Inside the folder STM32CubeExpansion_BLE1_V2.5.1-->Middlewares-->ST-->STM32_BlueNRG I see following BlueNRG drivers:
STM32F4xx_HAL_BlueNRG_Drivers
STM32L0xx_HAL_BlueNRG_Drivers
STM32L4xx_HAL_BlueNRG_Drivers
But I have the STM32F1xx Nucleo-Board an Cortex-M3 MCU.
Where I can get the BlueNRG drivers for my STM32F103RB?
I need something like:
STM32F1xx_HAL_BlueNRG_Drivers
Thanks for any help!
2015-11-18 07:04 AM
Hi mt,
As indicated in official page on St website, the software contains sample implementations of drivers on the NUCLEO-IDB04A1 when connected to a NUCLEO-L053R8, NUCLEO-L476RG, NUCLEO-F401RE or NUCLEO-F411RE boards.So, if you are using a NUCLEO-F103RB, you have to develop your own application with adequate drivers.-Shahrzad-