Electronic – Transferring arbitrary data via Bluetooth Smart (BLE) with nRF51

bluetoothdata transferembeddedlow-power

I was wondering if it was possible to send arbitrary packets of data over a Bluetooth Smart (Low Energy, 4.0) link from a nRF51 (Nordic Semi, BLE compliant SoC) to a phone?

Also if you don't know the specific device, any help is appreciated as all I found about Bluetooth Low Energy are pre-configured profiles.

Best Answer

Also, on the nRF51 you can indeed send arbitrary L2CAP data, although you cannot send arbitrary ATT or SMP packets, those 2 protocols are reserved by the stack. But you can select an unused L2CAP channel and, if you control both sides, send any data you want.