-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ADR TXPower doesn't change #50
Comments
Hi Dylan I propose you experiment with the following macros:
and then watch for It is a functionality that this library fully relies on the LMIC library. |
This output is from Debug level 2: ADR 1: ADR 2: I'll have a look through the LMIC library as well to see if anybody has experienced this from the main github. Just a sec, redoing with LMIC_ENABLE_event_logging turned on, will edit this post |
I don't appear to be able to build with LMIC_ENABLE_event_logging=1: Getting a lot of these types of errors: |
look here mcci-catena/arduino-lmic#21 |
@DylanGWork I'm surprised you are getting these errors. It successfully builds when I add the following lines to the top most
Additionally, I don't fully understand the ADR TX power management. The way I read the code, the transmitted TX power is now used as the upper limit. But I might be wrong... |
I've started testing ADR and I can see the MAC commands from the network server changing the TXPower, however the TXPower appears to stay at the maximum setting.
Am I able to print out MAC downlinks to see what's coming in?
Cheers,
Dylan
The text was updated successfully, but these errors were encountered: