« ESP32 DeepSleep » : différence entre les versions
(Page créée avec « =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_trac... ») |
Aucun résumé des modifications |
||
(8 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
=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= | =Bibliographie= | ||
https://www.thethingsnetwork.org/forum/t/otaa-best-practice-how-to-not-join-every-time/14601/2 | 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/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/ | |||
https://github.com/Extentsoftware/TBeamPower/ | |||
[[Category:LoRa]] | [[Category:LoRa]] |
Version actuelle datée du 15 janvier 2020 à 21:55
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/