Easiest way to send data from the Intel Edison to Cordova app over BLE

457 views Asked by At

I have an Intel Edison with Ubilinux and am trying to send (stream) data to a Cordova app over BLE. Are both SPP and GATT options (iOS and/or Android)? What steps would most easily achieve this?

1

There are 1 answers

0
Dan Christian On

There isn't any standard way of streaming data in BLE. You just set characteristics and that can be used to create a streaming effect.

A similar question was asked on the Nordic forums. They reference a rather vague discussion on how to create a BLE profile.

You might also look at MicroChip's MLDP. They manage do send a few kB/sec over BLE.