BLE_API wrapper library for STMicroelectronics' BlueNRG Bluetooth Low Energy expansion board shield (Component)

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
293:5a1f577bf92f 2016-09-15 Sync with 8247cc25d48b37d6a78a3e91c728cbbf0fd9ba29 File  Diff  Annotate
273:00205952d841 2016-09-15 Sync with dc54644b61c51990e49672e5bbce3b95124d6364 File  Diff  Annotate
264:1e754a01869e 2016-09-15 Sync with e9fb3e390284c3f7ef8e1d21cc55deef7558ca3d File  Diff  Annotate
272:4639da7705e1 2016-09-15 Sync with 83c30f290087a6f5a503812f507492e725a3b717 File  Diff  Annotate
271:7dc6261c33e5 2016-09-15 Sync with 2819f05ab09fdabd46030bb6eab6b01aad1fa2db File  Diff  Annotate
269:cd037b36a62b 2016-09-15 Sync with 72a03e94578ba288a289bed81955d4d04ab6702f File  Diff  Annotate
268:c0a1e03c5736 2016-09-15 Sync with 5d71c4ee51a741fa3aabe0b7ad4b814d7bf27aee File  Diff  Annotate
267:cd7870e466b3 2016-09-15 Sync with bde03b1e2c8e385819a23a5b6b31c97b4811d0a3 File  Diff  Annotate
266:b49e28134d83 2016-09-15 Sync with ed913d4b8f4131a00dc3184889a36725d080f65f File  Diff  Annotate
263:8516afb5e29c 2016-09-15 Sync with f75800800e6bd3fe65cb03783b4ceec360909c66 File  Diff  Annotate
257:90b0bb40fb45 2016-09-15 Sync with 9fcd8578f969e7bad2005a94b3648498c8f62325 File  Diff  Annotate
256:146bb175ce80 2016-09-15 Sync with a8af514bf03daac81073325025db2c98e2151a34 File  Diff  Annotate
253:9665a6f8bbdb 2016-09-15 Sync with 4607c9b8b84bb61287ac96092cab09641a8e8c37\nMinor adjustements to sync with the github repository at this point in time. File  Diff  Annotate
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