0

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 Answers1

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