-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Driver Seems to Die if Channel is Too Busy #15
Comments
Not sure if this is the same issue, but it has the same effects. The driver stops receiving packets after:
A bunch more writes happen, but they're all broadcast and the application functionally stops. |
OK it seems:
I'm looking into why it may corrupting the radio state. |
bradjc
added a commit
to bradjc/linux-cc2520-driver
that referenced
this issue
Apr 15, 2013
This is based on the errata sheet and both the TinyOS and Contiki implementations. Fixes issue anroOfCode#15.
bradjc
added a commit
to bradjc/linux-cc2520-driver
that referenced
this issue
Apr 15, 2013
This is based on the errata sheet and both the TinyOS and Contiki implementations. Fixes issue anroOfCode#15.
bradjc
added a commit
to bradjc/linux-cc2520-driver
that referenced
this issue
Apr 15, 2013
This is based on the errata sheet and both the TinyOS and Contiki implementations. Fixes issue anroOfCode#15.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm seeing an issue where no more packets are sent or received after three "channel busy" detections. The kern.log output is:
I'm not sure why 3 seems to be the magic number, but this has happened more than once. If I decide to dive in I'll poke around, but I wanted to make sure to record this now.
The text was updated successfully, but these errors were encountered: