This program demonstrate how to apply BLE_nRF8001 library on mbed platform working with RedBearLab BLE Shield v2.1 or above.

Dependencies:   BLE_nRF8001 mbed

The application works with the BLEController iOS/Android App. Type something from the Terminal to send to the BLEController App or vice verse. Characteristics received from App will print on Terminal. You have to change the belowing constructs manually corresponding to the platform you are using.

SPI spi(PTD2, PTD3, PTD1);

DigitalInOut BLE_RDY(PTA12);

DigitalInOut BLE_REQ(PTA2);

Committer:
RedBearLab
Date:
Wed Oct 22 04:25:26 2014 +0000
Revision:
0:c9d37cf1551c
Firt commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
RedBearLab 0:c9d37cf1551c 1 http://mbed.org/users/mbed_official/code/mbed/builds/552587b429a1