-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
Description
Please read about common issues first. It addresses the most common problems that people have (whether they know it or not).
Same as before this only happens with MKR1010, not for either the LGT or AVR based RF-Nano boards.
void ReadData() {
uint8_t bytes;
......
if (Radio.available(&pipe)) { // is there a payload? get the pipe number that recieved it
Pipe should be 1 but sometimes returns 255 radomly with the MKR1010.
All of the other data look s fine and consistent with what is expected.
Any ideas?