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.
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.
ESP-32_DIS_MQTT
This is a older/slower implementation that is based on sw spi to connect the screen and allows no sensors.
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.
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.
ESP-32_DIS_MQTT This is a older/slower implementation that is based on sw spi to connect the screen and allows no sensors.
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 !!!