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?
Asked
Active
Viewed 437 times
0
-
A bit of context would help. What have you tried already ? – kebs Jun 20 '15 at 21:42
1 Answers
0
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.

Dan Christian
- 420
- 1
- 5
- 15