ESP32 DeepSleep
Mesure Consommation TTGO
130mA avec GPS (le GPS consomme 45mA)
190mA avec HX711
75mA avec OLED + Lora
40mA avec rtc_clk_cpu_freq_set(RTC_CPU_FREQ_80M);
26mA en veille aec Low_power_TTGO_T-beam
Code
https://github.com/FabTangi/TTGO_Deep
https://github.com/FabTangi/Bzzz_2019
Librairies
https://github.com/olikraus/u8g2
Bibliographie
https://www.thethingsnetwork.org/forum/t/otaa-best-practice-how-to-not-join-every-time/14601/2
https://github.com/Edzelf/LoRa/blob/master/ESP_lora_tracker/ESP_LoRa_tracker.ino
https://github.com/JoepSchyns/Low_power_TTGO_T-beam
https://github.com/FabTangi/ttgo-tbeam-ttn-tracker
https://mariozwiers.de/2018/04/04/arduino-lmic-library-with-low-power-mode/