README.md 927 B

RedBearLab UART

UART example using an Arduino and RedBear Lab's Bluetooth Shield or any of the RedBear Lab boards: Blend, Blend Micro, nRF51822, or BLE Nano.

Use the SimpleChat sketch on your Arduino hardware.

Hardware

Install

$ cordova platform add android ios
$ cordova plugin add cordova-plugin-ble-central
$ cordova run

Once the app is running. Open the serial console to your Arduino. Data sent from the phone will show up in the serial console. Data sent from the Arduino will show up in on the phone.