You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This guide will teach you all the basics of KiCad from schematic building to PCB design. It will also teach you how to add libraries, create your own symbols & footprints, export the drill and gerber files, and many more tips to get you started on your KiCad journey!
Solar-powered boost converter using AP3015AKTR-G1. Steps up battery/solar input to regulated 3.3V output. Features Schottky isolation diode, MOSFET shutdown control, and feedback voltage divider. Designed in KiCad, fabricated via JLCPCB.
This project implements a C++ application for simulating and managing the structure and connections of a printed circuit board (PCB). It uses a class hierarchy to model contacts (input or output) and their connections, ensuring valid links between them. A complex class represents the PCB itself, containing a vector of unique contacts and operations