-
Hi, this looks like a great project, and apologies for the dumb question. How should the ESP8266/D1 Mini be connected to the Seplos RS485 port? Do you directly connect TX to the RS485 A pin and RX to the RS485 B pin? Or are you using a UART to RS485 converter such as an XY-017 (e.g. https://www.aliexpress.com/item/3256802054906940.html?gatewayAdapt=4itemAdapt). Thanks for any guidance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
A RS485 converter is required! I've just added a description of the schematics: here:https://github.com/syssi/esphome-seplos-bms#schematics Some Seplos models provides a RS232 port. This could also be used. In this case a RS232-to-TTL converter is required to shift the RS232 voltage level from -12/+12V to 0/3.3V. |
Beta Was this translation helpful? Give feedback.
A RS485 converter is required! I've just added a description of the schematics: here:https://github.com/syssi/esphome-seplos-bms#schematics
Some Seplos models provides a RS232 port. This could also be used. In this case a RS232-to-TTL converter is required to shift the RS232 voltage level from -12/+12V to 0/3.3V.