rzeldent / platformio-espressif32-sunton

Board definitions for the Sunton Smart display boards (CYD Cheap Yellow Display). These definitions contain not only contain the CPU information but also the connections and devices present on the board.
https://github.com/rzeldent/esp32-smartdisplay
99 stars 30 forks source link

Different solutions for all variants of ESP32-2432S024 and mqtt plus attachable sensors in dual cpu mode. #60

Open MikeEitel opened 3 months ago

MikeEitel commented 3 months ago

Hi All

It took me a while but you can find my solutions on ESP32-2432S024x boards with MQTT. All three variants N,C,R are supported.

Additionally you can connect multiple sensors after removing R25.

There are two variants.

  1. ESP-32_DIS_MQTT This is a older/slower implementation that is based on sw spi to connect the screen and allows no sensors.

  2. ESP-32_CYD_MQTT This is my final/faster implementation based on hw spi to connect the screen and also sensors. To even speed it up this version runs dual mode cpu.

Both versions are highly configurable. The newer even from a thump display (like DIS) to a mmi that controls some lights in my house with active response and auto switching to night mode.

In the rest of my github you also find some docker/nodered that may help you understanding my environment.

Have a look at https://github.com/MikeEitel

I use VSC with plattformio.ini to switch between board variants !!!