maragelis / ParadoxMqtt32

Paradox events and control using ESP32
GNU General Public License v3.0
24 stars 2 forks source link

Just question #9

Closed Egyras closed 3 years ago

Egyras commented 3 years ago

Any benefits using esp32 instead of ESP8266 from stability view ?

maragelis commented 3 years ago

Yes it’s much stable. The 8266 gets overwhelmed when to many messages arrive over serial. You have to yield to Wi-Fi every loop so you don’t loose Wi-Fi connection. With the dual core esp32 the program runs on core 2 while all other processes run on core 1