richonguzman / LoRa_APRS_iGate

LoRa APRS iGATE for ESP32 Based Board with Rx + Tx capabilities
MIT License
208 stars 65 forks source link

Added ADC readings based on stored Vref for TTGO lora32 2.1. #118

Closed 1tilen closed 1 month ago

1tilen commented 3 months ago

I have modified the code in a way that it uses "burned" Vref value from the chip for more accurate ADC readings. I have done this in a way that this is used only on a LilyGo Lora32 v2.1 as I don't have any other boards at home. I think it should work with any ESP32 boards but needs to be tested. Voltage measurements are a bit more accurate. This has been done based on esp-if examples on github.

R1 and R2 values have also been added to the WEB GUI in case anybody has different voltage in front of voltage divider.

Personal Note field has been added to the WEB GUI.

richonguzman commented 1 month ago

this was long time implemented and will be also on next release (today)