diff --git a/docs/Final Project.md b/docs/Final Project.md
index 551a78787e5f234e0ccd0f22fef3a63629b52689..eeebc6bc003329c9b3790fad5c81d59c92391a2c 100644
--- a/docs/Final Project.md	
+++ b/docs/Final Project.md	
@@ -104,10 +104,11 @@ A 12V DC water pump is connected to the MCU with a n-channel MOSFET so I can con
 A 12V DC LED growlight strip is connected to the MCU with a n-channel MOSFET so I can control the light intensity. These come in different ratios of red-blue lights. I use one with 3:1 meant for leafy plants.  
 ![](./images/final-project/mosfet-led.png)  
 
-Next, I use KiCAD to put all the schematics together and begin to design my PCB.
+Next, I use KiCAD to put all the schematics together and begin to design my PCB.  
+![schematic v1](./images/final-project/schematic.png)
+
 While making the schematic I realise not all sensors and actuators need to be on the PCB itself, some like the pump and the led and the DHT11 need to be at a different physical location on the designed box, so I need to add header pins and connect them using wires later.
 To clarify this, I begin modifying my 3D CAD model on Rhino.
-![]()
 
 
 * What does it do?
diff --git a/docs/images/final-project/schematic.png b/docs/images/final-project/schematic.png
new file mode 100644
index 0000000000000000000000000000000000000000..031c502eb2774deee7976d9aa1de4c46c6470d2b
Binary files /dev/null and b/docs/images/final-project/schematic.png differ