Would it be possible to send a video or picture over the Gazell? What is the maximum possible bandwidth over gazell?
Can I send a real time video?
Would it be possible to send a video or picture over the Gazell? What is the maximum possible bandwidth over gazell?
Can I send a real time video?
Hi, to answer your question about Gazell, the max speed is about 833packet/sec * 32bytes/packet = 210kbps with frequency hopping. If you disable frequency hopping the speed increase drastically, but in that case you might as well use the ESB library. Don't have the max speed for ESB library, and it will depend if you build your protocol to ACK individually sent packets, or for instance build a protocol that send multiple packets in a row, and use software ACK for those. I would say using ESB it will be higher than 1Mbps, but lower than the on-air datarate of 2Mbps, so somewhere between.
using simplified SB (based on microesb from github) - so no ack, no dynamic payload etc, I achieved more than 1,9mbps
using simplified SB (based on microesb from github) - so no ack, no dynamic payload etc, I achieved more than 1,9mbps