start:arduino:esp32:temperature
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| start:arduino:esp32:temperature [2021/03/16 12:16] – [Programmes] gerardadmin | start:arduino:esp32:temperature [2023/01/27 16:08] (Version actuelle) – modification externe 127.0.0.1 | ||
|---|---|---|---|
| Ligne 27: | Ligne 27: | ||
| === Matériel === | === Matériel === | ||
| + | |||
| + | |||
| + | **ESP32 TTGO LORA 32 V2.0** | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | {{ : | ||
| + | |||
| + | ** DHT 22 ** | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | {{ : | ||
| + | |||
| + | {{ : | ||
| + | |||
| + | |||
| + | |||
| === Branchement === | === Branchement === | ||
| + | |||
| + | ESP32 Lora32 V2 + DHT22 | ||
| + | |||
| + | {{ : | ||
| + | |||
| + | |||
| + | === Librairies à installer=== | ||
| + | |||
| + | ** DHT ** | ||
| + | [[https:// | ||
| + | |||
| + | |||
| + | **ESPAsyncWebServer** | ||
| + | [[https:// | ||
| + | |||
| + | **AsyncTCP** | ||
| + | [[https:// | ||
| + | |||
| + | **Adafruit_Sensor** | ||
| + | [[https:// | ||
| + | |||
| + | |||
| + | |||
| === Programmes === | === Programmes === | ||
| - | <code c ESP32_Temperature.ino> | + | <code c ESP32_Temperature_serveur_Web.ino> |
| + | |||
| + | |||
| + | / | ||
| + | Rui Santos | ||
| + | Complete project details at https:// | ||
| + | *********/ | ||
| + | // Import required libraries | ||
| + | #include " | ||
| + | #include " | ||
| + | #include < | ||
| #include < | #include < | ||
| // Replace with your network credentials | // Replace with your network credentials | ||
| - | const char* ssid = "Livebox-5ac0"; | + | const char* ssid = "xxxxxxxxxxxx"; |
| - | const char* password = "chanterie19282008"; | + | const char* password = "xxxxxxxxxxxxxx"; |
| #define DHTPIN 13 // Digital pin connected to the DHT sensor | #define DHTPIN 13 // Digital pin connected to the DHT sensor | ||
| Ligne 194: | Ligne 245: | ||
| + | === Ecran serveur web === | ||
| + | {{ : | ||
| - | ==== Broches | ||
| - | **ESP32 TTGO LORA 32 V2.0** | ||
| - | |||
| - | {{ : | ||
/home/chanteri/www/fablab37110/data/attic/start/arduino/esp32/temperature.1615893395.txt.gz · Dernière modification : (modification externe)
