Does anyone know of any sample code using the bluetooth LE to send data to and from another device using the UART? Adafruit has an example of this, and I wonder if their libraries or examples would work on this device.
Hi there,
I'm also having the same problem. Anyone knows how to do it? Thanks in advance!
User drmpf hinted at it here: Object Transfer method - #2 by drmpf - Arduino 101 - Arduino Forum.
He uses Nordic's UART method (the one adafruit uses) to send data. If you look around at Bluetooth Low Energy (BLE) made simple with pfodAppâ„¢ Custom BLE controls with no Android coding I think it can be pieced together.