ESP32-Dual-Core icon indicating copy to clipboard operation
ESP32-Dual-Core copied to clipboard

[Discussion about Dual Core]: Gate Door Opener via Web interface

Open hasenradball opened this issue 2 years ago • 0 comments

Hi Andreas,

I developed a Gate Door opener via WebInterface. The Interface looks like that: grafik

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?

hasenradball avatar Nov 11 '22 23:11 hasenradball