Replies: 2 comments 4 replies
-
RadioLib isn't specifically designed for low-power applications.. while we may be able to do something about this, it's never going to be the best one out there - that's LBM or Modem-E. RadioLib is and will be a universal platform. So that's a general warning for you as your adventures do seem quite extensive. @jgromes how do you feel on support for turning off subsequent calibrations? I'm not sure myself yet. |
Beta Was this translation helpful? Give feedback.
-
As discussed, this was implemented in b8b1afd. Quick check using LoRaWAN uplinks shows that:
I also updated LR11x0 driver to have the same logic, since it also has a similar image calibration. |
Beta Was this translation helpful? Give feedback.
-
When using an sx1262 every transmission and reception using LoRaWAN performs a radio calibration, which takes 3.5ms and uses quite some power. Is this intentional and desired? The reason this happens is that setFrequency is called and in the sx1262 driver that defaults the calibrate parameter to true https://github.com/jgromes/RadioLib/blob/master/src/modules/SX126x/SX1262.cpp#L69 (The PhysicalLayer doesn't provide access to a setFrequency method with an explicit calibrate param.)
Beta Was this translation helpful? Give feedback.
All reactions