Skip to content

Commit 34c3e65

Browse files
authored
Add LumaSwitch docs (#10)
1 parent 453e650 commit 34c3e65

8 files changed

Lines changed: 20042 additions & 1 deletion
31.1 KB
Binary file not shown.

docs/lumaswitch/files/LumaSwitch Assembly Public.step

Lines changed: 19990 additions & 0 deletions
Large diffs are not rendered by default.
203 KB
Loading
355 KB
Loading

docs/lumaswitch/index.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,26 @@
1-
# LumaSwitch
1+
# LumaSwitch
2+
3+
![LumaSwitch](img/LumaSwitch_Cover.jpg){width="700"}
4+
5+
Five port passive PoE ethernet switch built specifically for the needs of FRC robots.
6+
7+
# Hardware Specs
8+
* Same reliable buck-boost power stage of Luma P1
9+
* 3.3V - 22.5V Input range
10+
* Reverse polarity protection
11+
* WAGO 2601 power input
12+
* Five port 10/100 unmanaged switch
13+
* 4X ports with optional unregulated PoE output
14+
* Each port individually protected with a fuse
15+
* LED indicator when PoE is active
16+
* Remove fuse to disable PoE
17+
* Versatile mounting
18+
* \#10 through holes on 0.5" pitch
19+
* Zip-tie notches
20+
* Lightweight, less than 0.25lb with fuses installed
21+
22+
## Quick Links
23+
* [Store Page](https://luma.vision/products/lumaswitch)
24+
* [STEP file](files/LumaSwitch%20Assembly%20Public.step)
25+
* [Mounting Diagram](files/LumaSwitch%20Assembly%20Public%20Drawing.pdf)
26+
<!-- * [Enclosure 3D printing files]() -->

docs/lumaswitch/mounting.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Mounting
2+
3+
LumaSwitch has four 5mm (0.2") through-holes in each corner of the device, on a 0.5" pitch. These holes can accomodate #10 or M4 bolts. The enclosure is electrically isolated, so there is no need to make sure your mount is isolated from the robot frame. Furthermore, LumaSwitch can also be mounted with zip ties using the notches on top of the enclosure.
4+
5+
![Mounting Diagram](img/LumaSwitch%20Assembly%20Public%20Drawing.jpg)

docs/lumaswitch/wiring.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Wiring
2+
3+
## Powering LumaSwitch
4+
5+
LumaSwitch can be powered via unregulated battery voltage directly from the PDH/PDP/MPM via the Wago lever terminal. The lever terminal can accept 26 to 16 AWG wire. If you are using LumaSwitch to power other devices with PoE, 16 or 18 AWG wire is recommended, with a 20A fuse protecting the switch. If not using PoE, you can safely use any compatible wire with a 5A fuse.
6+
7+
When LumaSwitch is powered on, all ethernet status lights will blink once to indicate it is powered and working properly.
8+
9+
## Connecting Non-PoE Devices
10+
11+
LumaSwitch has one port that does not support PoE on the same side as the power input. This port is recommended to be used to connect LumaSwitch to the robot radio.
12+
13+
The other 4 ports can also be safely used with non-PoE devices, simply make sure there is no fuse installed for the ports you are using, and PoE output will be disabled for that port.
14+
15+
## Powering Passive PoE Devices
16+
LumaSwitch can provide passive, unregulated PoE to up to 4 supported devices simultaneously, such as Luma P1. Enable PoE output on the desired ports by installing a 5A fuse for each port you would like to power a device with. The red "PoE" indicator LED will illuminate if PoE is being delivered and the installed fuse is good.
17+
18+
!!! note
19+
Ensure that the fuses you use for PoE on LumaSwitch are each rated for a lower amperage than the fuse being used to protect the switch itself. This ensures that a short in one of the downstream devices will only blow its PoE fuse, not the fuse for the whole switch.

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ nav:
1111
- Spare Parts: p1/parts.md
1212
- LumaSwitch:
1313
- lumaswitch/index.md
14+
- Mounting: lumaswitch/mounting.md
15+
- Wiring: lumaswitch/wiring.md
1416
markdown_extensions:
1517
- attr_list
1618
- admonition

0 commit comments

Comments
 (0)