Skip to content

Commit b82755a

Browse files
committed
Add PoE
1 parent 39762f3 commit b82755a

File tree

4 files changed

+37
-6
lines changed

4 files changed

+37
-6
lines changed

config.toml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -359,12 +359,19 @@ theme = "doc-theme"
359359
parent = "tutorials@all"
360360
weight = 10
361361

362-
[[menu.main]]
363-
name = "PyGate"
364-
url = "/tutorials/all/PyGate/"
365-
identifier = "tutorials@all@PyGate"
366-
parent = "tutorials@all"
367-
weight = 10
362+
[[menu.main]]
363+
name = "PyGate"
364+
url = "/tutorials/all/PyGate/"
365+
identifier = "tutorials@all@PyGate"
366+
parent = "tutorials@all"
367+
weight = 10
368+
369+
[[menu.main]]
370+
name = "PoE"
371+
url = "/tutorials/all/PoE/"
372+
identifier = "tutorials@all@PoE"
373+
parent = "tutorials@all"
374+
weight = 12
368375

369376
[[menu.main]]
370377
name = "WLAN"

content/tutorials/all/PoE.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: "PoE"
3+
aliases:
4+
- tutorials/all/PoE.html
5+
- tutorials/all/PoE.md
6+
- chapter/tutorials/all/PoE
7+
---
8+
9+
The PyEthernet module has onboard Power over Ethernet (PoE) power supply. This means that you can power your hardware with only an ethernet cable coming from a power injector. However, since the PoE is non-isolated, you must adhere to the following warning!
10+
11+
WARNING:
12+
13+
PoE power supply of PyEthernet module has no galvanic isolation. This means, that in accordance with
14+
IEEE 802.3-2005 standard you must make sure that when powered from PoE power injector there are no other external connections to any part of the module or other hardware where it is installed. Such as USB cable, serial to USB bridge, logic analyser, an oscilloscope, etc.
15+
16+
As in certain hardware configurations it can lead to unrecoverable damage of not only the PyEthernet module but all hardware connected to it.
17+
18+
Be aware - violation of that requirement voids Pycom warranty.
19+
20+
The use of battery with PoE is allowed.
21+
22+
![](/gitbook/assets/PoE-NI.png)

content/tutorials/all/PyGate.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
The Pygate is an 8-channel LoRaWAN gateway. This page will help you get started with it.
44

5+
The Pygate board can have an PyEthernet adapter connected which allows an ethernet connection. The PyEthernet also support PoE. Do check the separate [page and warning for PoE-NI!](/tutorials/all/poe)
6+
57
### Quickstart
68

79
To connect your Pygate to a LoRa server, follow these steps:

static/gitbook/assets/PoE-NI.png

48 KB
Loading

0 commit comments

Comments
 (0)