Hi everyone!
Challenge:
I'm trying to stream data from 9 nrf52832 (12 bytes each) to a computer, hopefully at 25 Hz at least (it seems more than realistic!).
Dream:
A cross platform way to do this without dongle would be amazing, but it seems tricky!
=> Would anyone happen to have any advice? (with example code!?)
Idea 1 - with BLE:
BLE broadcast might not be the fastest, but it should work by advertizing sensor data in "manufacturer packets":
https://github.com/sandeepmistry/arduino-BLEPeripheral/blob/master/examples/test/test.ino#L37-L38
...but it's difficult to find simple cross platform software for the reception! (the aim is to get all sorts of users)
=> Would anyone happens to have any advice? (with example code!?)
Idea 2 - with ESB:
Multiple ESB connections should work but the channels/pipe system is not very clear:
=> Is there any tutorial / example to use more than 6 devices in the same time?
I would be very grateful for any tips!
Thanks a lot!
Cedric ;)
PS: the approach with Nordic SDK should work but it's a last resort (not practical for the users):