| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente |
| projets:centralemobilh [2026/03/11 12:18] – [Matos] chef | projets:centralemobilh [2026/03/12 13:57] (Version actuelle) – chef |
|---|
| ====== Matos ====== | ====== Matos ====== |
| |
| 1x TTGO T-A7670E (esp32, gsm A7670E)\\ | 1x TTGO T-A7670E (esp32, NO gsm, A7670E)\\ |
| 1x TSL2561 (luminosité)\\ | 1x TSL2561 (luminosité)\\ |
| 1x BME280 (temp, humidité)\\ | 1x BME280 (temp, humidité)\\ |
| |
| * Pins déjà prise :\\ | * Pins déjà prise :\\ |
| Carte SD : CS=13, MOSI=15, SCLK=14, MISO=2 | Carte SD : CS=13, MOSI=15, SCLK=14, MISO=2 \\ |
| RI = Ring Indicator — c'est un signal de sortie du modem A7670E vers l'ESP32. | RI = Ring Indicator — c'est un signal de sortie du modem A7670E vers l'ESP32.\\ |
| Il passe à l'état bas quand le modem reçoit : | Il passe à l'état bas quand le modem reçoit :\\ |
| un appel entrant | un appel entrant |
| un SMS entrant | un SMS entrant |
| MODEM : DTR=23, RI=33, TX=26, RX=27, Power(PWRKEY)=4 | MODEM : DTR=23, RI=33, TX=26, RX=27, Power(PWRKEY)=4 |
| |
| Batterie du circuit : ADC=35, EN=12 | Batterie du circuit : ADC=35, EN=12\\ |
| GPIO 35 est déjà câblé sur le pont diviseur de la batterie 18650 interne. | GPIO 35 est déjà câblé sur le pont diviseur de la batterie 18650 interne. |
| | |
| ====== Programme ====== | ====== Programme ====== |
| |
| | On Arduino ISelect the corresponding board in the DE tool project and click on the corresponding option in the list below to select |
| | |Name | Value| |
| | |Board | ESP32 Dev Module| |
| | |Port | Your port| |
| | |CPU Frequency | 240MHZ(WiFi/BT)| |
| | |Core Debug Level | None| |
| | |Erase All Flash Before Sketch Upload | Disable| |
| | |Events Run On | Core1| |
| | |Flash Frequency | 80MHZ| |
| | |Flash Mode | QIO| |
| | |Flash Size | 4MB(32Mb)| |
| | |JTAG Adapter | Disabled| |
| | |Arduino Runs On | Core1| |
| | |Partition Scheme | Huge APP (3MB No OTA/1MB SPIFFS)| |
| | |PSRAM | Enable| |
| | |Upload Speed | 921600| |
| | |Programmer | Esptool| |
| | |
| | Partition Scheme Please select according to the actual application. For example, select Huge APP (3MB No OTA/1MB SPIFFS) , For more partitioning schemes, please see here |
| |
| |