How supported is the ESP32? #10129
-
I have a very chatty heat pump water heater that speaks 9-bit serial over RS485. I have decoded/reverse engineered the protocol and now know what is saying and want to have Tasmota support for it. But, the esp8266 is not really capable of 9-bit serial at a fast enough pace (115,200 baud) and keep the Wi-Fi code happy. Will the dual cores on the ESP32 allow me to implement software serial (using interrupts) without disrupting the Wi-Fi code. It also generates a lot of data, so it really needs more RAM than the esp8266 has. How much free RAM/heap is there on the ESP32? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
ESP32 Works quite good. |
Beta Was this translation helpful? Give feedback.
ESP32 Works quite good.
Have You tried the sml driver with script mode? There is also a raw mode in the driver. Perhaps it already has everything zu need for your heater.
https://tasmota.github.io/docs/Smart-Meter-Interface/
And
https://tasmota.github.io/docs/Scripting-Language/