Moin,
ich habe die fertige ESPuino-mini 4Layer v3 mit dem Akku (EREMIT 3.2V 6Ah LiFePo4 Akku Pack).
Auf der Seite wird auch folgendes gelistet:
3,2V Nenn
3,65V Ladeschluss
2,0V Entladeschluss
Muss ich dafür irgendwas hier ändern?
#ifdef MEASURE_BATTERY_VOLTAGE
// (optional) Default-voltages for battery-monitoring via Neopixel; can be changed later via WebGUI
constexpr float s_warningLowVoltage = 3.4; // If battery-voltage is <= this value, a cyclic warning will be indicated by Neopixel (can be changed via GUI!)
constexpr float s_warningCriticalVoltage = 3.1; // If battery-voltage is <= this value, assume battery near-empty. Set to 0V to disable.
constexpr float s_voltageIndicatorLow = 3.0; // Lower range for Neopixel-voltage-indication (0 leds) (can be changed via GUI!)
constexpr float s_voltageIndicatorHigh = 4.2; // Upper range for Neopixel-voltage-indication (all leds) (can be changed via GUI!)
#endif
Irgendwie sieht es so aus als würde mein Akku im Grunde so gut wie gar nicht laden. Er zeigt immer „niedrige Spannung“ an. Lädt der Akku auch im Deep-Sleep?
Wenn ich das Kabel ziehe, bleibt die gute Kiste an - also grundlegend scheint er ja zu funktionieren.
Viele Grüße
André