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

Disable - Duty Cycle #3

Open
dsMartyn opened this issue Sep 4, 2019 · 2 comments
Open

Disable - Duty Cycle #3

dsMartyn opened this issue Sep 4, 2019 · 2 comments

Comments

@dsMartyn
Copy link

dsMartyn commented Sep 4, 2019

Hi,

When disabling the EU868 Duty cycle limit using the latest commit 'v3.2.2-23' the channel count sometimes degrades after each transmission.
When using previous commit 'v3.2.2-22' the channel count remains at 12 after each transmission.
The 'getNextTxMs()' routine always returns 0 but even after waiting 10 minutes of no channel activity the channel count is still 0.

This is weird because i can't repeat it 100% each time but it's happened a few times during testing and the channel count doesn't match the different library versions.
I'm using the MultiTech gateway's internal network server and i've tested on multiple gateways with gateway v5 and v1.7.2.

Transmission interval is 10 seconds (just for range testing purposes)

With 'v3.2.2-22' [TRACE] Number of available channels: 12

  • Join is ok with the default 3 channels.
  • First TX 'v3.2.2-23' [TRACE] Number of available channels: 8
  • Second TX 'v3.2.2-23' [TRACE] Number of available channels: 6
  • Third TX 'v3.2.2-23' [TRACE] Number of available channels: 0
  • Fourth TX and beyond 'v3.2.2-23' [TRACE] Number of available channels: 0
    ..
@reissjason
Copy link
Contributor

What toolchain are you using? GCC or ARMCC?

@dsMartyn
Copy link
Author

dsMartyn commented Sep 5, 2019

gcc-arm-none-eabi-6-2017-q2

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

2 participants