Replies: 2 comments 2 replies
-
Since you haven't shared your code, I'm going to have to guess. By default, RadioLib sets a 60 mA current limiter in the device (see the wiki). According to the SX1262 datasheet, when transmitting at +22 dBm, the current draw will be something like 115 - 120 mA, so I suggest increasing the limit to the maximum of 140 mA with |
Beta Was this translation helpful? Give feedback.
2 replies
-
That seems to do the track, thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We have an issing the RadioLib and max DB of 22 using a Dorji SX1262T module We are getting about 70% of the range as with the Stuart SX126XLT library, any thoughts on way to increase the power or reasons it doesn't match? Tested with a box that was 1350ft away showning 90 RSSI with Stuart would not show up at all until we drove about half the distance closer to the device. Same device flashed with either library.
https://github.com/StuartsProjects/SX12XX-LoRa
http://www.dorji.com/products-detail.php?ProId=65
state = lora_modem.begin(FREQUENCY_CENTER_TRACK_STATERL, 500.0, 7, 5, SX126X_SYNC_WORD_PRIVATE, 22, 8, 3.3, false);
PowerDB 22
Preamble 8
TXCOVolt 3.3
RegLDO false
Beta Was this translation helpful? Give feedback.
All reactions