From e3a47246aeaa93124e41f45832a673d36c60917b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Carandini?= Date: Wed, 17 Feb 2021 08:34:03 +0100 Subject: [PATCH] Fix readme --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6922f75..ad69116 100644 --- a/README.md +++ b/README.md @@ -2,22 +2,22 @@ A simple repository of files needed to add a 3D footprint of the Raspberry Pi Pico board to KiCad. ## Schematic and footprint -I've started from the schematics and footprint files available on the [HeadBoffin RP_Silicon_KiCad GitHub project](https://github.com/HeadBoffin/RP_Silicon_KiCad). Because there are some errors in the readme file on how and where we can get those files from the Raspberry Pi web site, I've copied the needed files here, on the `RP-Pico Libraries` folder. Following the [install instructions](Install instructions.md) is possible to add the Raspberry Pi Pico board schema and footprint to a KiCad project: +I've started from the schematics and footprint files available on the [HeadBoffin RP_Silicon_KiCad GitHub project](https://github.com/HeadBoffin/RP_Silicon_KiCad). Because there are some errors in the readme file on how and where we can get those files from the Raspberry Pi web site, I've copied the needed files here, on the `RP-Pico Libraries` folder. Following the [install instructions](Install%20instructions.md) is possible to add the Raspberry Pi Pico board schema and footprint to a KiCad project: -![schema and footprint screenshot](Images\Image001.png) +![schema and footprint screenshot](Images/Image001.png) ## 3D Visual Elas, no visual footprint was available, as we can see on the 3D viewer: -![footprint without 3D visula screenshot](Images\Image002.png) +![footprint without 3D visula screenshot](Images/Image002.png) So I decided to create one, using the mechanical specification from the [Raspberry Pi Pico datasheet](https://datasheets.raspberrypi.org/pico/pico-datasheet.pdf): -![Rasperry Pi Pico mechanical specification](Images\Image003.png) +![Rasperry Pi Pico mechanical specification](Images/Image003.png) I've used SketchUp to create the 3D model: -![Rasperry Pi Pico mechanical specification](Images\Image004.png) +![Rasperry Pi Pico mechanical specification](Images/Image004.png) and I used the native Sketchup export function (no plugin needed) to create the VRLM file `Pico.wrl` that I've also added an the `RP-Pico Libraries` folder, as the VRLM format is one of the 3D model format that KiCad allow to use for the visual rapresentation of a CPB footprint. @@ -25,6 +25,6 @@ and I used the native Sketchup export function (no plugin needed) to create the I've created a test project and here is the result: -![Rasperry Pi Pico mechanical specification](Images\Image005.png) +![Rasperry Pi Pico mechanical specification](Images/Image005.png) A tweet with an image of your Raspberry Pi Pico project with a link this project and me (@tpcware) would be greatly appreciated. \ No newline at end of file