Skip to content

Pipe is sometimes returned at "255". #934

@bvernham

Description

@bvernham

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions