Dazu noch etwas im TTN-Forum gefunden, es geht dort um den TTGO LoRa, nicht um den T-Call, aber um den neuen Energie-Management-Chip AXP192:
The AXP needs to be configured in code to enable power and the correct voltages to elements on the board. Without configuring the AXP many things will not work. See the TTGO T-Beam topic for more information.
Hier könnte man bei Gelegenheit dann auch mal spicken, beim code für den T-Beam / Paxcounter, auch ein ESP32 mit AXP von TTGO, der laut Produktseite überraschend stromsparend sein soll:
Sleep current: 0.2uA@SLEEP
1.5uA@IDLE
vielleicht ist die Verdrahtung ähnlich und man könnte beim code vom
- Paxcounter spicken
https://github.com/cyberman54/ESP32-Paxcounter/blob/master/src/power.cpp
oder bei der
- AXP-Bibliothek, sleep example,
https://github.com/lewisxhe/AXP202X_Library/tree/master/examples/axp_sleep_mode
genauer reinschauen.