TinyRF icon indicating copy to clipboard operation
TinyRF copied to clipboard

Uno + TX Speed

Open ahshah opened this issue 1 year ago • 1 comments

Hi, I'm using TinyRF on an UNO and when using the following snippet:

  const char* msg = "Hello!";
  sendMulti((byte*)msg, strlen(msg), 2);

I noticed that its taking upwards of 330ms to perform the transmission. Is that expected? When using the radiohead library, transmission seems to be much faster, just curious as to what might be the reason.

ahshah avatar Jun 21 '23 16:06 ahshah