Adafruit Bluefruit with KL25Z
Dependencies: BLE_nRF8001 mbed
Simple implementation of UART on FRDM KL25Z board with nRF8001 Adafruit breakout. Uses RedBearLabs Library and could be made to work with their BLE Shield.
UART Characteristics can be changed to work with either RedBearLabs BLE Controller app or using the Nordic settings the nRF apps or the Adafruit Bluefruit LE apps.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
6:7b16a72aebe8 | 2017-03-10 | highroads | Characteristics for Nordic UART in comments corrected and tested with Bluefruit and Nordic apps with those settings. Current compile characteristics for RedBearLabs BLE Controller. |
5:83be623f6ad4 | 2017-03-10 | highroads | Finally working again. Characteristics were wrong. Works with redbear app with these settings.; |
4:fb6008860882 | 2017-03-10 | highroads | uuids were wrong! Copied values from RedBearLab Library example. This should work with the BLE Controller App. |
3:b5dc2454dfc3 | 2017-03-09 | highroads | Added uuid for redbearlabs and nordic apps |
2:e6d7390d4429 | 2017-03-09 | highroads | Changed uuid to match Nordic UART |
1:b394935d1db1 | 2017-03-09 | highroads | Use reset pin |
0:3e21be32c98b | 2017-03-09 | highroads | Test version for Sufi |