Skip to content
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

Saving data to file in z1-sampler.c breaks networking #26

Open
heliosfa opened this issue Oct 22, 2014 · 0 comments
Open

Saving data to file in z1-sampler.c breaks networking #26

heliosfa opened this issue Oct 22, 2014 · 0 comments
Labels

Comments

@heliosfa
Copy link

Saving data to a file as part of sampling causes the networking to break (temporarily or permanently).

The node either:
stops responding to the Port 1 interrupt, the CC1120 triggers with MCU_WAKEUP, so RX in never dealt with and the RXFIFO on the CC1120 overflows, or;

mis-reads the rssi0 register from the CC1120 as "clear" when there is traffic so turns off the radio when it should be kept on. Snooping traffic with a logic analyser shows that the CC1120 is sending the correct value to say that the channel is not clear.

@heliosfa heliosfa added the bug label Oct 22, 2014
@heliosfa heliosfa modified the milestone: Field trip 3 Oct 22, 2014
@heliosfa heliosfa assigned heliosfa and unassigned heliosfa Oct 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant