NRF24l01 how to sent byte array #363
Unanswered
derungebundener
asked this question in
Q&A
Replies: 1 comment 1 reply
-
That is indeed missing in the examples, however, it's exactly the same as for any other module, so just byte array[8] = { 0, 1, 2, 3, 4, 5, 6, 7 };
radio.transmit(array, 8); should work. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A silly question - we can recieve byte array, but in an example i cant find how to send it. Can any one help please? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions