![]() |
voltmetre sur base esp32 controle batteries plomb - Version imprimable +- F1ATB forum (https://f1atb.fr/forum_f1atb) +-- Forum : Forum de F1ATB (https://f1atb.fr/forum_f1atb/forum-3.html) +--- Forum : Routeur Photovoltaïque (https://f1atb.fr/forum_f1atb/forum-4.html) +--- Sujet : voltmetre sur base esp32 controle batteries plomb (/thread-1378.html) |
voltmetre sur base esp32 controle batteries plomb - lucky - 21-04-2025 bonjour, pour un suivi des batteries plomb , un petit montage avec un esp32 un ina3221 et un sh1106 pour l affichage https://mega.nz/file/ZNJXUBKB#rNs3Beq9ZsbwkFY0gjH29UxhCHn2mh9tuUUGwO_g5O8 Première connexion 192.168.4.1 et pass=12345678 pour ide les biblio <Wire.h> <WiFi.h> <SPIFFS.h> <ESPAsyncWebServer.h> <AsyncTCP.h> <ArduinoJson.h> <Adafruit_INA3221.h> <PubSubClient.h> // Bibliothèques pour l'écran OLED <Adafruit_GFX.h> <Adafruit_SH110X.h> |