
Receives 1 from Android, sends 3 back Works w/Android code that sends/receives data after "send" button is clicked on Android app. "Send" button click is the ble event that calls writepackets(). writepackets(): sends three 20-byte packets called at: - WrittenHandler - ble.waitForEvent Does not wait Does not print
Dependencies: BLE_API mbed nRF51822
Fork of nRF51822_Updated by
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
8:bd3130b890e5 | 2015-10-22 | feralwookie7 | Works w/Android code that sends/receives data after send button clicked on app; Send button click = ble event that calls writepackets(); ; writepackets(): sends 3 20-byte packets; called at: WrittenHandler, ble.waitForEvent; ; Does not wait; Does not print |
7:863814fa71c3 | 2015-10-22 | feralwookie7 | newest version (unclean); |
6:6e0eedc8e0a9 | 2015-08-06 | feralwookie7 | Normal test; |
5:5e55081e4d7a | 2015-08-05 | feralwookie7 | uses logic analyzer and Tera Term |
4:2f9c7d53a099 | 2015-07-27 | jck125 | Added loop |
3:d67fc41e20e2 | 2015-07-27 | jck125 | SimpleChat with updated libraries |
2:4b66b69c7ecb | 2015-07-27 | RedBearLab | Update libraries |
1:1c058e553423 | 2014-10-31 | RedBearLab | Add lisence and brief descriptions |
0:cffe8ac1bdf0 | 2014-10-31 | RedBearLab | First commit |