From ec9621b4d7745a1260e75db8b35ed771960ac11f Mon Sep 17 00:00:00 2001 From: gijsio <67470426+gijsio@users.noreply.github.com> Date: Fri, 28 Aug 2020 15:55:17 +0200 Subject: [PATCH] Update PoE.md added table back in --- content/tutorials/networkprotocols/PoE.md | 26 ++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/content/tutorials/networkprotocols/PoE.md b/content/tutorials/networkprotocols/PoE.md index ac35705..3528c33 100644 --- a/content/tutorials/networkprotocols/PoE.md +++ b/content/tutorials/networkprotocols/PoE.md @@ -23,8 +23,32 @@ Incorrect usages of Power over Ethernet can lead to unrecoverable damage of not A battery can be connected to the PyGate without issues. The battery can be charged either via USB-C or PoE power. -### Setup Options +## Setup Options In the following diagram, we clarify what is, and what is not allowed: +### Power over Ethernet + + ![](/gitbook/assets/poe-ni-warn1.png) +| Connection type | OK?| +|--- |--- | +|USB-C cable connected to a PC with mains ground protection|NOT OK| +|USB-C cable connected to a Notebook without mains ground protection|OK| +|USB-C charger with mains ground protection|NOT OK| +|USB-C charger without mains ground protection|OK| +|Oscilloscope / Logic Analyser / Other equipment with mains ground protection|NOT OK| +|Battery|OK| + +### Power over USB-C / External + +![](/gitbook/assets/poe-ni-warn2.png) + +| Connection type | OK?| +|--- |--- | +|USB-C cable connected to a PC with mains ground protection| OK| +|USB-C cable connected to a Notebook without mains ground protection|OK| +|USB-C charger with mains ground protection| OK| +|USB-C charger without mains ground protection|OK| +|Oscilloscope / Logic Analyser / Other equipment with mains ground protection| OK| +|Battery|OK| \ No newline at end of file