chipKIT® Development Platform

Inspired by Arduino™

ChipKit WiFire wireless transmission rate

Created Thu, 01 Oct 2015 13:40:48 +0000 by Demian


Demian

Thu, 01 Oct 2015 13:40:48 +0000

Hi,

Just curious, is there a way to force the WiFire-board to transmit data at a certain data rate? I need to design my code based on what on-air transmission rate I can expect, since I'm streaming data from one point to another using UDP (just like you can choose between three different data rates on some Nordic chips).


jmlynesjr

Thu, 01 Oct 2015 16:47:03 +0000

I don't know, but I would guess no.

Ethernet, and I would think wifi, is non-deterministic. And beyond that UDP doesn't guarantee delivery of the packets.

James