ESP32-Dual-Core
ESP32-Dual-Core copied to clipboard
[Discussion about Dual Core]: Gate Door Opener via Web interface
Hi Andreas,
I developed a Gate Door opener via WebInterface.
The Interface looks like that:
If you push the Button the ESPx switches a relais, and if the Door Status changes the Button changes the color.
I use therefore:
- Websocket
- Webserver and separate html, js and css files
My code runs fine on the ESP8266 for many years.
I tried to bring this code into the ESP32 with dual core functionality.
But I have to use some parts in the traditional loop()
if not the ESP crashes.
Are you interested to discuss this point with me?