ST / X_NUCLEO_IDB0XA1

Dependents:   Nucleo_Zumo_BLE_IDB04A1 contest_IOT5 contest_IOT6 contest_IOT_10 ... more

Fork of X_NUCLEO_IDB0XA1 by ST Expansion SW Team

Arduino Connector Compatibility Warning

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

To be fully Arduino compatible, X-NUCLEO-IDB04A1 and X-NUCLEO-IDB05A1 need a small HW patch.

For X-NUCLEO-IDB04A1 this patch consists in removing zero resistor R10 and instead soldering zero resistor R11. 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-IDB04A1 and X-NUCLEO-IDB05A1 pages), the patch is required by ST-Nucleo-F103RB; ST-Nucleo-F302R8; ST-Nucleo-F411RE; and ST-Nucleo-F446RE.

Revisions of source/platform/btle.cpp

Revision Date Message Actions
245:6830f71c197c 2016-06-20 Implement BlueNRG/BlueNRG-MS firmware update File  Diff  Annotate
241:c13c2e31316d 2016-06-20 Add macro for IDB0XA1 Stack Mode File  Diff  Annotate
235:31b976a40f43 2016-06-09 Disable duplicates filtering on scanning File  Diff  Annotate
231:a0d2544b38cd 2016-05-20 Minor change File  Diff  Annotate
229:9981f62cdb1a 2016-05-16 Fix issues and add features File  Diff  Annotate
227:624ae7aa567d 2016-04-26 Fix Address Type File  Diff  Annotate
223:36df860f7ffc 2016-04-08 Stack Mode 0x04 allows Simultaneous Scanning and Advertisement (SSAdv) File  Diff  Annotate
221:7896e6d8b652 2016-04-06 Fix issue on ownAddr field and connection/disconnection callback paramters setting File  Diff  Annotate
220:e02936f0d4c7 2016-04-05 Fix setting of ADV and CONN intervals File  Diff  Annotate
219:d8e8cd4d4521 2016-03-31 Implement APIs File  Diff  Annotate
210:08c4c85ca679 2016-01-14 Update Address types according to ARMmbed/ble v2.5.0 File  Diff  Annotate
202:caf4864292c1 2015-12-03 Align with BLE API v2.1.7 File  Diff  Annotate
140:0cd922dca83c 2015-10-08 Fine tune event handling & ble address File  Diff  Annotate
139:3a75965fd389 2015-10-08 Manually merge modifications as suggested from Rohit & Andrea in Andrea's mail of 10/07/2015 04:20 PM File  Diff  Annotate
138:32e3c4ca7a45 2015-10-08 Use 'AST_FOR_MBED_OS' instead of 'YOTTA_CFG_MBED_OS' File  Diff  Annotate
135:f0b6cf8ac4fc 2015-10-07 Use macro 'YOTTA_CFG_MBED_OS' File  Diff  Annotate
134:d2f8d5898d04 2015-10-07 First version (kind of) working with 'mbedosHRM' File  Diff  Annotate
133:1bb8df697f7f 2015-10-07 Add callback after IRQ File  Diff  Annotate
132:51056160fa4a 2015-10-07 Andrea's version as of mail from 10/06/2015 05:56 PM File  Diff  Annotate