diff --git a/docs/_assets/images/buck_converter_disable.png b/docs/_assets/images/buck_converter_disable.png
new file mode 100644
index 00000000..e4a71fa7
Binary files /dev/null and b/docs/_assets/images/buck_converter_disable.png differ
diff --git a/docs/_assets/images/buck_converter_power.png b/docs/_assets/images/buck_converter_power.png
new file mode 100644
index 00000000..e00344cb
Binary files /dev/null and b/docs/_assets/images/buck_converter_power.png differ
diff --git a/docs/_sections/_guide-primaries/getting-started/microcontroller-interface.md b/docs/_sections/_guide-primaries/getting-started/microcontroller-interface.md
index 86cba3a3..17375504 100644
--- a/docs/_sections/_guide-primaries/getting-started/microcontroller-interface.md
+++ b/docs/_sections/_guide-primaries/getting-started/microcontroller-interface.md
@@ -27,13 +27,23 @@ Warning: Be careful to not short (connect) a power pin directly to a ground pin.
## Powering the ESP32
You can power your ESP32 by 2 methods: USB connection or external battery pack.
-The USB connection to your computer is necessary for uploading and debugging your code through the serial monitor. It would be easiest to keep using the USB connection until later in the competition when testing the entire system.
+The USB connection to your computer is necessary for uploading and debugging your code through the serial monitor. It would be easiest to keep using the USB connection until later in the competition when testing the full system.
{: .highlight}
-Note: Do NOT power your ESP32 through its 5V pin with the battery pack while simultaneously connecting it to your computer! This may irreversibly damage your devices (only do one at a time).
+Note: Do NOT power your ESP32 through its 5V pin with the battery pack while simultaneously connecting it to your computer! This may irreversibly damage your devices (only do one power connection at a time).
{: .callout-toby}
-Using the external battery pack is detailed in the [Actuators page](https://ut-ras.github.io/RobotathonESP32/sensors-and-actuators/actuators) because we will be using the motor driver's 5V output to power the ESP32.
+
+
+
+
+First we will go over using an external power source for the ESP32. For this competition, you will be able to control your robot with a wireless game controller to navigate around the field (sensor challenges should be completed autonomously). It would be impractical to power your ESP32 through USB-laptop connection on the field, so you will need a battery pack. We need to reduce the voltage of the battery pack down to a level the ESP32 can safely use through the buck converter.
+
+If you want to power your ESP32 and motors while using a USB connection, simply **securely** place one of the battery leads to an unused row in your breadboard (like picture below).
+
+
+
+You should now be able use your USB connection safely!
If you want to know more about any features, feel free to ask a mentor or Google for more information :)
diff --git a/docs/_sections/_guide-primaries/sensors-and-actuators/actuators.md b/docs/_sections/_guide-primaries/sensors-and-actuators/actuators.md
index eea2abff..216a40c3 100644
--- a/docs/_sections/_guide-primaries/sensors-and-actuators/actuators.md
+++ b/docs/_sections/_guide-primaries/sensors-and-actuators/actuators.md
@@ -8,8 +8,10 @@ nav_order: 4
# Actuators
-The word "actuators" is just a fancy word for "devices that create motion," which can include anything ranging from hydraulic pistons to motors. In our case, electric motors will be the key to your robot's motion! You will deal with two types electrical actuators in this competition: DC motors and servo motors.
+The word "actuators" is just a fancy word for "devices that create motion," which can include anything ranging from hydraulic pistons to motors. In our case, electric motors will be the key to your robot's motion! In this competition, you will be dealing with servo motors.
+
+
# Servo Motors
diff --git a/docs/_sections/_guide-primaries/sensors-and-actuators/color-sensors.md b/docs/_sections/_guide-primaries/sensors-and-actuators/color-sensors.md
index 6e1bb099..c9434619 100644
--- a/docs/_sections/_guide-primaries/sensors-and-actuators/color-sensors.md
+++ b/docs/_sections/_guide-primaries/sensors-and-actuators/color-sensors.md
@@ -20,6 +20,8 @@ Here is a wiring diagram:
+The color sensor layout does not exactly match the sensor you have, but all the pin names should be the same (see table below)
+
| Color Sensor Pin | ESP32 Pin |
|:-------------|:------------------|
| VIN | 3.3V |