ESP32: Unterschied zwischen den Versionen

Aus CodicaTipps
Zur Navigation springen Zur Suche springen
Zeile 11: Zeile 11:
 
* Installation als Unterputzdose: Der [https://community.simon42.com/t/planung-und-einrichtung-esp32-s3-4848s040-480-480-ips-touchscreen/22943/6 tiefere Teil hat die Maße 60 x 60 mm2]  
 
* Installation als Unterputzdose: Der [https://community.simon42.com/t/planung-und-einrichtung-esp32-s3-4848s040-480-480-ips-touchscreen/22943/6 tiefere Teil hat die Maße 60 x 60 mm2]  
 
* Pinout für 3-Relay-Ausführung: [https://community.simon42.com/t/planung-und-einrichtung-esp32-s3-4848s040-480-480-ips-touchscreen/22943/11 GPIO1=L3, GPIO2=L2 und GPIO40=L1]  
 
* Pinout für 3-Relay-Ausführung: [https://community.simon42.com/t/planung-und-einrichtung-esp32-s3-4848s040-480-480-ips-touchscreen/22943/11 GPIO1=L3, GPIO2=L2 und GPIO40=L1]  
 +
 +
==== Hardwareausstattung ====
 +
 +
This board is equipped with<ref>https://homeding.github.io/boards/esp32s3/panel-4848S040.htm</ref>:
 +
 +
    ESP32-S3 processor
 +
    16 MByte Flash in QIO mode
 +
    8 MByte PSRAM OPI
 +
    4.3 inch, 480 * 480 px Display based on ST7701: 16 bit color, special ESP32-S3 parallel mode The display is supported by the “GFX Library for Arduino”.
 +
    Touch Sensor: GT911 on I2C, Address 0x5D
 +
    I2C bus using SDA=19, CLK=20
 +
    SD Card slot
  
 
==== Nutzung mit OpenHASP ====
 
==== Nutzung mit OpenHASP ====
Zeile 17: Zeile 29:
  
 
------
 
------
 +
<references/>
 
[[Category:InternetOfThings]]
 
[[Category:InternetOfThings]]
 
[[Category:Gebäudeautomation]]
 
[[Category:Gebäudeautomation]]

Version vom 5. Januar 2025, 17:07 Uhr

Der ESP32 ist ein Mikrocontroller mit WLAN. Er ist der mächtigere Nachfolger des ESP8266 (z.B. im Wemos), der aber auch etwas mehr Strom verbraucht.

Anwendungen

esp32-4848S040 LED-Touch-Display

Hardwareausstattung

This board is equipped with[1]:

   ESP32-S3 processor
   16 MByte Flash in QIO mode
   8 MByte PSRAM OPI
   4.3 inch, 480 * 480 px Display based on ST7701: 16 bit color, special ESP32-S3 parallel mode The display is supported by the “GFX Library for Arduino”.
   Touch Sensor: GT911 on I2C, Address 0x5D
   I2C bus using SDA=19, CLK=20
   SD Card slot

Nutzung mit OpenHASP