GyroGearl00se / ESPHome-Froeling-Lambdatronic_3200

ESHome RS232 to TTL - ESP32 - Read data from Froeling / Lambdatronic 3200
16 stars 3 forks source link

Not working fine with ESP8266 #4

Closed wavoigt closed 9 months ago

wavoigt commented 9 months ago

I tested the integration at 3200 and Adafruit ESP8266 Huzzah Breakout Board, does not work fine: The wifi connection breaks after some minutes, sometimes i get some values, sometimes not. Could it be that the Hardware Interface only works fine with ESP32?

GyroGearl00se commented 9 months ago

Right in the beginning I started with an ESP8266. But while extending the code I ran pretty quick into - OutOfMemory exception. That's why I moved on to ESP32. Since ever it is working fine.

You could try removing i.e. webserver, but I'm not sure if that would be enough. Ideally you'd consider getting a board with ESP32.

wavoigt commented 9 months ago

Yes, i tried my ESP32, and it seems to be working fine. :-)