The THVD8000 or THVD8010 are transceivers for RS485 links over DC or AC lines. TI has an app note (SLLA590) specifically for a COM link over an 120V AC outlet.
Another choice would be the TDA5051A, a powerline modem IC for home automation. All you need is an UART interface. The datasheet has a complete schematic for 230V AC power lines. It doesn't take much to mod it for 24V AC.
All three devices look very good. They appear to be quite compact and can operate with a simple microcontroller using UART, which is a great advantage since I want to keep this project as low-cost yet robust as possible. I would rather invest in slightly over-engineered filtering components than use a 32-bit microcontroller unnecessarily.
My question regarding the TI solutions is about the difference between those that mention RS-485 (such as the THVD8010) and those that specifically refer to a “modem,” like the TDA5051A or Microchip’s PL360. Would I be correct in understanding that devices described as “modems” handle retries, error correction, checksums, and similar functions internally? Whereas with the TI THVD8010, these features would need to be implemented in firmware?
Also, am I right in thinking that the PL360 modems conform to certain power-line communication standards or protocols, allowing devices to be compatible with existing PLC systems, similar to how Zigbee or Wi-Fi ensures interoperability? Since I’m developing a custom solution, I believe the THVD8000 might be an ideal choice.



