GyroGearl00se / ESPHome-Froeling-Lambdatronic_3200

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

RS232 Converter Supply 3.3V #19

Closed wavoigt closed 5 months ago

wavoigt commented 5 months ago

Remember, you should supply the RS232 converter with 3.3V from D1 mini, if you supply it with VCC 5V the logic high level of the converter is 5V, and this may damage the input of the ESP. If you you want to supply the converter with 5V you should at least put a 1k Resistor in the rx line of the ESP.

GyroGearl00se commented 5 months ago

https://github.com/GyroGearl00se/ESPHome-Froeling-Lambdatronic_3200/commit/fed8f7fa491cc7659f87733882d1a7760310ac45

Thx - forgot about changing that :) Updated docs/pictures accordingly.