This repository contains a collection of custom KiCad symbols for use in schematic designs. These symbols are designed to simplify the process of creating schematics for various electronic components and modules.
To use these symbols in your KiCad project:
- Clone this repository or download the
components.kicad_symfile. - In KiCad, go to Preferences > Manage Symbol Libraries > Global Libraries.
- Add a new library entry pointing to the
components.kicad_symfile.
Once installed, the symbols will be available in the symbol chooser under the library name you assigned.
- ESP32-C3_Super_Mini
- ESP32_30Pin
- GY-MAX4466_mic_module
- HW-373 Charge Controller
- MT3608_Boost_Converter
- SSD1306_Display
- W5500
- WS2812B_LED_Strip
To generate an updated list of symbols, run the following task:
task list-symbolsThis will output the current list of symbols in the library.
Feel free to contribute new symbols by submitting a pull request. Please ensure that new symbols follow KiCad's symbol creation guidelines and are properly tested.