@@ -34,6 +34,13 @@ to build a DC charging station:
3434 of emergencies.
3535* The high-voltage DC contactors for DC plus and minus rails.
3636
37+ *************************************
38+ Control Pilot / Proximity Pilot (X18)
39+ *************************************
40+
41+ For ISO 15118 / DIN 70121 compliant communication between EVSE and PEV, Charge SOM supports
42+ CP (control pilot) and PP (proximity pilot) signaling including Green PHY communication.
43+ This Green PHY communication is available on network interface ``eth1 ``.
3744
3845**********************************
3946High-Voltage Connector (HVDC, X19)
@@ -50,6 +57,37 @@ but also for the corresponding feedback signals to detect contactor welding.
5057.. note ::
5158 The precharge contactor might not be necessary in your setup.
5259
60+ **************
61+ Ethernet (X28)
62+ **************
63+
64+ The X28 socket supports 10/100 Mbit/s Ethernet. In the Linux operating system it
65+ is available as network interface ``eth0 ``. This interface is part of a bridge
66+ interface ``br0 ``.
67+
68+ *****************************
69+ EIA-485 Interfaces (X13, X15)
70+ *****************************
71+
72+ In order to connect the Charge SOM to an internal peripheral (e.g. smart meters, display and RFID readers),
73+ the board supports up to two EIA-485 interfaces.
74+
75+ +-----------------+------------------------------------+------------------------------------+
76+ | Board Interface | X13 | X15 |
77+ +-----------------+------------------------------------+------------------------------------+
78+ | Linux Interface | /dev/ttyLP4 | /dev/ttyLP3 |
79+ +-----------------+------------------------------------+------------------------------------+
80+ | Termination | yes, 120 Ohm permanently activated | yes, 120 Ohm permanently activated |
81+ +-----------------+------------------------------------+------------------------------------+
82+ | Local Echo | no | no |
83+ +-----------------+------------------------------------+------------------------------------+
84+
85+ *********
86+ CAN (X16)
87+ *********
88+
89+ The CAN-FD interface is connected to X16, which is a full implementation of the CAN FD
90+ protocol specification version 2.0B. It is available on Linux network interface ``can0 ``.
5391
5492********************************************
5593Insulation Monitoring Device (IMD, X9 + X15)
0 commit comments