Skip to content

port of BLE_API to ST BLE shield (modified for SensorTile)

Notifications You must be signed in to change notification settings

mapellil/ble-x-nucleo-idb0xa1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BLE-X-NUCLEO-IDB0XA1

BLE_API wrapper Library for X-NUCLEO-IDB05A1 BlueNRG (Bluetooth Low Energy) Expansion Board

Introduction

This firmware package implements the port of BLE_API to STMicroelectronics' X-NUCLEO-IDB05A1 Bluetooth Low Energy Nucleo Expansion Board.

Arduino Connector Compatibility Warning

X-NUCLEO-IDB05A1 is Arduino compatible with an exception: instead of using pin D13 for the SPI clock, pin D3 is used. The default configuration for this library is having the SPI clock on pin D3.

To be fully Arduino compatible, X-NUCLEO-IDB05A1 needs a small HW patch.

For X-NUCLEO-IDB05A1 this patch consists in removing zero resistor R4 and instead soldering zero resistor R6.

In case you patch your board, then you also have to configure this library to use pin D13 to drive the SPI clock (see macro IDB0XA1_D13_PATCH in file x_nucleo_idb0xa1_targets.h).

If you use pin D13 for the SPI clock, please be aware that on STM32 Nucleo boards you may not drive the LED, otherwise you will get a conflict: the LED on STM32 Nucleo boards is connected to pin D13.

Referring to the current list of tested platforms (see X-NUCLEO-IDB05A1 page), the patch is required by ST-Nucleo-F103RB; ST-Nucleo-F302R8; ST-Nucleo-F411RE; and ST-Nucleo-F446RE.

Firmware update

For better performance and compatibility with latest mbed API, you should update firmware of X-NUCLEO-IDB05A1 component by using this simple application.

Example Applications

To run BLE example applications using X-NUCLEO-IDB05A1 Expansion Board based on mbed OS and built with mbed-cli, please refer to section Using ST shield on other targets in the official mbed-os-example-ble page.

About

port of BLE_API to ST BLE shield (modified for SensorTile)

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 66.6%
  • C++ 33.4%