I'm trying to decide on a protocol to use between two nRF52840s.
- Both will connect to an App and each other at the same time
- Latency is important because the communication between devices is to sync their position in a sequence of audio and LED outputs
- The data transfer will be very low
- They will be in the same room as other pairs of devices, so should be able to talk directly to each other without interfering with other devices in range
- Encryption is not important
Reading the proprietary RF guides it seems ESB may be appropriate, or Gazell. Which would be recommended?
If Gazell, Is it possible for the nRF52840 to operate concurrently as a BLE peripheral and Gazell host? Is there an example of this?