diff --git a/electrical/documents/nodes/pan-tilt.md b/electrical/documents/nodes/pan-tilt.md
new file mode 100644
index 0000000..98ee1fd
--- /dev/null
+++ b/electrical/documents/nodes/pan-tilt.md
@@ -0,0 +1,36 @@
+# Pan-Tilt Node
+
+
+
+
+
+Designed by Eddie Breding and Nick McComb for OSURC Mars Rover.
+
+
+## Summary
+
+Made for MR1718 as part of the OSU Robotics Club.
+
+This board controls servos that allow Rover operators to pan and tilt multiple cameras.
+
+### Bill of Materials
+
+[Bill of Materials V1](
+https://docs.google.com/spreadsheets/d/1sePOm_ULSmw4YCTWNVr9zKYQwp8flvRjdFlzOkxwHOo/edit?usp=sharing
+)
+
+#### Design files
+
+[MR1718 Pan-Tilt on CircuitMaker](https://workspace.circuitmaker.com/Projects/Details/Edward-Breding/MR1718-Pan-Tilt)
+
+### Downloads
+
+[Schematic V1](files/pan-tilt-v1-schematic.pdf)
+
+
+
+### Known Issues
+
+#### Version 1
+
+- Missing 3v3 rail connection to VBAT on Teensy. Will program without it, but will not boot without it.
diff --git a/electrical/documents/nodes/readme.md b/electrical/documents/nodes/readme.md
index 58ff9de..79812ec 100644
--- a/electrical/documents/nodes/readme.md
+++ b/electrical/documents/nodes/readme.md
@@ -8,7 +8,7 @@ The project contains the following nodes:
- [Motor](#motor-node)
- [Tower](#tower-node)
- [Tower Alt](#tower-alt)
-- Pan-Tilt
+- [Pan-Tilt](#pan-tilt)
- [Grasping](#grasp-node)
- Science
- Arm Breakout 1 / 2
@@ -45,6 +45,14 @@ This board acts as an alternate for Rover's Tower Node when both of the boards w
[Find more documentation here.](tower-alt.md)
+### Pan-tilt
+
+
+
+This board controls servos that allow Rover operators to pan and tilt cameras.
+
+[Find more documentation here.](pan-tilt.md)
+
### Grasp Node
@@ -58,5 +66,5 @@ Controls 4 DC motors with quadrature encoder and current feedback. Has four anal
Powers, and comunicates with the Soil Probe via RS-485. Uses simple logic to power a drill motor (24V,5A, full forward, full back, stop). Outputs 5V to power a digital camera. Sends a signal to the didgital camera to control shoot and zoom.
-
+
[Find more documentation here.](science.md)