Tag: KiCad

  • How to use GPIO of Raspberry Pi Pico as Output Pins

    One of the most important features of the Raspberry Pi Pico is its General-Purpose Input/Output (GPIO) pins. These pins can be used to control external devices, such as LEDs, motors, and relays. The Raspberry Pi Pico has 26 GPIO pins, numbered from GP0 to GP25. Each pin can be individually programmed to perform a specific…

  • Raspberry Pi Pico Symbol in KiCad 7 Project Library

    This project has all the files necessary to make a project using it. In this project i have included a symbol library and a footprint library. It is a custom library. You can use this in another project by adding it into the project library list. This project is made using the KiCad 7. Symbol…

  • FreeCAD and KiCAD workflow for Product Design

    They are two software packages designed by two independent teams. Both of them are free to use. To create a product you will need an enclosure that will house all the essential components inside it. And this enclosure can be built in FreeCAD. I am using FreeCAD 0.20.1 There are some Addons that I have…