Lora-net / SWL2001

LoRa Basics Modem LoRaWAN stack
BSD 3-Clause Clear License
87 stars 50 forks source link

Modem charge mAh with different configuration #61

Open RobTWTG opened 1 month ago

RobTWTG commented 1 month ago

I noticed that when ral_get_lora_rx_consumption_in_ua is called. rx_boosted is always set to false.

Our PCB uses the sx1261 powered with a 1.8V power supply, the implementation to track consumption only uses the table for a 3.3V power supply.

Will there be an implementation in the future to track the power using rx_boosted and 1.8V?

opeyrard commented 1 month ago

This limitation is confirmed and will be fixed in the next SWL2001 release.