richonguzman / LoRa_APRS_iGate

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

Internal voltage level controll #193

Open RA3TOX opened 4 hours ago

RA3TOX commented 4 hours ago

Tell me, how is the internal voltage level controlled? I enabled the monitoring option, but it goes into sleep mode. The internal voltage shows 0.

My board is LILYGO®TTGO LoRa32 V2.1_1,6 433 МГц and is powered by a 3.6 V battery through a standard connector. Now I have no access to the device and cannot reprogram it.

What should I do?

richonguzman commented 4 hours ago

pin35 is the internal battery monitoring pin.

you should validate that the battery is read correctly on the board before you put the monitoring process.

if it works Fine, the monitoring process should validate that the voltage is higher than the SleepVoltage and if lower it will sleep

so first: check that the board reads the battery voltage