included warning about PoE

This commit is contained in:
gijsio
2020-07-22 14:29:19 +02:00
parent 5e70da0396
commit c76005b9e4
2 changed files with 61 additions and 41 deletions

View File

@@ -5,90 +5,108 @@ aliases:
- tutorials/all/PoE.md
- chapter/tutorials/all/PoE
---
![](/gitbook/assets/PoE-NI.png)
The PyEthernet module offers an optional onboard Power over Ethernet (PoE) power supply circuit. This means that you can power your hardware with only an ethernet cable coming from a power injector or PoE enabled Ethernet switch. However, since the PoE is non-isolated, you must adhere to the following warning!
{{% hint style="danger" %}}
WARNING: Before you use the PoE adapter for the first time, please make sure you read and follow the below instructions as failure to do so might damanage your devices!
{{% /hint %}}
The PoE power supply integrated in the PyEthernet module has no galvanic isolation. This means that in accordance with
The PoE power supply integrated in the PyEthernet module with UPC code 604565285911 has no galvanic isolation. This means that in accordance with
IEEE 802.3-2005 standard, you must <b>NOT</b> connect any other devices / cables / chargers if the GND connection is connected to mains earth!
This is typically the case with PCs, Oscilloscopes, Logic Analysers, current consumption measurement devices etc.
Incorrect usages of Power over Ethernet can lead to unrecoverable damage of not only the PyEthernet module but all hardware connected to it.
A battery can be connected to the PyGate without issues. The battery can be charged either via USB-C or PoE power.
@@ -25,42 +25,77 @@ A battery can be connected to the PyGate without issues. The battery can be char
<h3>Setup Options</h3>
<h4> Power over Ethernet</h4>
![](/gitbook/assets/poe-ni-warn1.png)
<div class="poe-table">
<table class="poe">
<table >
<tbody>
<tr>
<td> USB-C cable connected to a PC <b>with</b> mains ground protection</td>
<td class="poe-red">NOT OK</td>
</tr>
<td> <b>Connectivity option</b></td>
<td> <b>Power over Ethernet</b></td>
<td> <b>Power over USB-C / external supply</b></td>
<td width="50%"> USB-C cable connected to a PC <b>with</b> mains ground protection</td>
<td width="20%"> <center> <b>NOT OK</b></center></td>
<td width="30%" border="0"> </td>
</tr>
<tr>
<td> USB-C cable connected to a Notebook <b>without</b> mains ground protection</td>
<td class="poe-green"> OK</td>
</tr>
<td> <center> <b>OK</b></center></td>
<td width="30%" border="0"> </td>
</tr>
<tr>
<td> USB-C charger <b>with</b> mains ground protection</td>
<td class="poe-red"> NOT OK</td>
</tr>
<td> <center> <b>NOT OK</b></center></td>
<td width="30%" border="0"> </td>
</tr>
<tr>
<td> USB-C charger <b>without</b> mains ground protection</td>
<td class="poe-green"> OK</td>
</tr>
<td> <center> <b>OK</b></center></td>
<td width="30%" border="0"> </td>
</tr>
<tr>
<td> Oscilloscope / Logic Analyser / Other equipment <b>with</b> mains ground protection</td>
<td class="poe-red"> NOT OK</td>
</tr>
<td> <center> <b>NOT OK</b></center></td>
<td width="30%" border="0"> </td>
</tr>
<tr>
<td> Battery</td>
<td class="poe-green"> OK</td>
</tr>
<td> <center> <b>OK</b></center></td>
<td width="30%" border="0"> </td>
</tr>
</tbody>
</table>
</div>
<br><br>
<h4> Power over USB-C or external supply</h4>
![](/gitbook/assets/poe-ni-warn2.png)
<div class="poe-table">
<table class="poe">
<table >
<tbody>
<tr>
<td> USB-C cable connected to a PC <b>with</b> mains ground protection</td>
<td class="poe-green">OK</td>
</tr>
<td> <b>NOT OK</b></td>
<td> <b>OK</b></td>
<td width="50%"> USB-C cable connected to a PC <b>with</b> mains ground protection</td>
<td width="20%"> <center> <b>OK</b></center></td>
<td width="30%" border="0"> </td>
</tr>
<tr>
<td> USB-C cable connected to a Notebook <b>without</b> mains ground protection</td>
<td class="poe-green"> OK </td>
</tr>
<td> <b>OK</b></td>
<td> <b>OK</b></td>
<td> <center> <b>OK</b></center></td>
<td width="30%" border="0"> </td>
</tr>
<tr>
<td> USB-C charger <b>with</b> mains ground protection</td>
<td class="poe-green"> OK </td>
</tr>
<td> <b>NOT OK</b></td>
<td> <b>OK</b></td>
<td> <center> <b>OK</b></center></td>
<td width="30%" border="0"> </td>
</tr>
<tr>
<td> USB-C charger <b>without</b> mains ground protection</td>
<td class="poe-green"> OK </td>
</tr>
<td> <b>OK</b></td>
<td> <b>OK</b></td>
<td> <center> <b>OK</b></center></td>
<td width="30%" border="0"> </td>
</tr>
<tr>
<td> Oscilloscope / Logic Analyser / Other equipment <b>with</b> mains ground protection</td>
<td class="poe-green"> OK </td>
</tr>
<td> <b>NOT OK</b></td>
<td> <b>OK</b></td>
<td> <center> <b>OK</b></center></td>
<td width="30%" border="0"> </td>
</tr>
<tr>
<td> Battery</td>
<td class="poe-green"> OK </td>
</tr>
<td> <b>OK</b></td>
<td> <b>OK</b></td>
<td> <center> <b>OK</b></center></td>
<td width="30%" border="0"> </td>
</tr>
</tbody>
</table>
</div>

View File

@@ -7,4 +7,6 @@ aliases:
---
Using the Power over Ethernet (PoE) adapter on the Pygate board, we are able to connect to the local area network.
>Note: Make sure you have flashed the Pygate firmware to your -py board!
>Note: Make sure you have flashed the Pygate firmware to your -py board!
[Warning for PoE module](/tutorials/networkprotecols/PoE/)