ttn-esp32 icon indicating copy to clipboard operation
ttn-esp32 copied to clipboard

Add ::selectSubBand() to enable working with 8 Channel gateways. Add ::setDrTxPow() to allow setting a specific Data Rate and Transmit Power when not using ADR mode.

Open dbowerman opened this issue 3 years ago • 1 comments

Add ::selectSubBand() to enable working with 8 Channel gateways. Add ::setDrTxPow() to allow setting a specific Data Rate and Transmit Power when not using ADR mode.

dbowerman avatar Jan 04 '21 02:01 dbowerman

I've decided to go with a slightly different implementation:

  • Sub-band 2 is selected by default (for regions with sub-bands). So it's usually not necessary to select it explicitly.
  • If needed, there are methods to select the sub-band, data rate and max. TX power

The changes are currently in the master branch. I would appreciate it if you could give it a test.

manuelbl avatar Jul 28 '21 21:07 manuelbl