From f3ffed6b6a7e13e340ff4475cb45af5e6df58357 Mon Sep 17 00:00:00 2001 From: BRUHisbackbois <72882797+Scott170c@users.noreply.github.com> Date: Fri, 20 Dec 2024 17:11:20 -0800 Subject: [PATCH] Update guideMD.mdx --- app/guide/guideMD.mdx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/guide/guideMD.mdx b/app/guide/guideMD.mdx index afc6895..42aaa7f 100644 --- a/app/guide/guideMD.mdx +++ b/app/guide/guideMD.mdx @@ -31,11 +31,11 @@ For this guide, we are going to be using KiCad, so if you are using a different First, open up KiCad, and go to File → New Project… and name it whatever you want! Just make sure you name it something you remember so you can come back to it! -![image.png](../public/images/guide1.png) +![image.png](../../public/images/guide1.png) Then Click on the **Schematic Editor** Button. It will take you to a blank page where you will start designing your PCB! -![image (3).png](../public/images/guide2.png) +![image (3).png](../../public/images/guide2.png) ### Importing Footprints @@ -54,29 +54,29 @@ Once you are in, press the A key on your keyboard. This should open up a menu wh We are using daisy-chainable neopixels. This means that we can link all of the LEDs in series, and then control all of them through a PWM signal from our board. This helps us save a lot on pins and allow for the addition of more LEDs! -![image.png](../public/images/guide3.png) +![image.png](../../public/images/guide3.png) Now that we have all of our components on our schematic, it should look something like this: -![image.png](../public/images/guide4.png) +![image.png](../../public/images/guide4.png) Now press **W** on your keyboard, which will allow you to wire your PCB! Click on the pins and move your mouse to wire your components together. Connect your components as follows in the schematic: LEDS: -![image.png](../public/images/guide5.png) +![image.png](../../public/images/guide5.png) XIAO: -![image.png](../public/images/guide6.png) +![image.png](../../public/images/guide6.png) Battery: -![image.png](../public/images/guide7.png) +![image.png](../../public/images/guide7.png) Regulator and Charger(Optional): -![image.png](../public/images/guide7.png) +![image.png](../../public/images/guide8.png) Now that we are done **wiring** up the PCB, we can start **designing & routing** it!