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

Add LMIC_setClockError() after LMIC_reset(); for 32u4 Lora #19

Open
samlist21 opened this issue May 29, 2017 · 0 comments
Open

Add LMIC_setClockError() after LMIC_reset(); for 32u4 Lora #19

samlist21 opened this issue May 29, 2017 · 0 comments

Comments

@samlist21
Copy link

samlist21 commented May 29, 2017

LMIC_reset();

// Set after reset becasue of this link:
LMIC_setClockError(MAX_CLOCK_ERROR * 5 / 100);

This information comes from: https://www.thethingsnetwork.org/forum/t/ev-join-failed-with-adafruit-feather-32u4-and-lmic/7252/2

This code may be necessary to get the a 32u4 working. 1 unit didn't need it but my other two units did. Once they had this code entered they joined in the first transmission. Suggest an ifdef statement and a Define 32u4 in the project config file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant