Skip to main content
timon
Visitor II
November 17, 2015
Question

Missing BlueNRG driver for NUCLEO-F103RB?

  • November 17, 2015
  • 1 reply
  • 470 views
Posted on November 17, 2015 at 11:18

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!

    This topic has been closed for replies.

    1 reply

    Nickname5522_O
    Visitor II
    November 18, 2015
    Posted on November 18, 2015 at 16:04

    Hi mt,

    As indicated in 

    http://www.st.com/web/en/catalog/tools/PF261442

     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-