Files

  • Not Found
  • Invalid object requested. SHA must identify a commit or a tree.

There are no circuits or boards in this repository.

Last update 22 hours 11 min by Shrijal Patel
Files
3dmodels
footprints
symbols
tests
.gitattributes
.gitignore
.gitmodules
license
readme.md
readme.md

KiCad Assets

Collection of custom KiCad assets to expand your design capabilities. Includes symbols, footprints, and 3D models ready for your projects.

KiCad Library Convention (KLC)

This project follows the KiCad Library Conventions (KLC) to ensure consistency and facilitate contributions. Users wishing to submit or update library files should be familiar with these guidelines.

The KLC are a set of guidelines, rather than rules. Electronic component libraries are diverse and complex, and exceptions can be made at the discretion of the library team.

Project Structure

📁 kicad ├── 🗃️ 3dmodels │ └── 🗂️ *.3dshapes │ └── 📂 *.step │ ├── 🗃️ symbols │ └── 🗂️ *.kicad_sym │ └── 🗃️ footprints └── 🗂️ *.pretty └── 📂 *.kicad_mod

Asset Database

📁 kicad ├─── 🗂️ Comms │ ├─── 📂 LoRAE5-mini # Freq: 868/915MHz, 3.7-5V (logic) │ └─── 📂 TCA9548A # 1-to-8 I2C mux, up to 400kHz │ ├─── 🗂️ Connectors │ ├─── 📂 XT30PW-M # 60V, 30A (cont.) │ └─── 📂 XT60PW-M # 60V, 60A (cont.) │ ├─── 🗂️ MCU │ ├─── 📂 ArduinoGiga-R1 # STM32 dual-core, Digital: 75, PWM: 12, Analog: 12 │ └─── 📂 RaspberryPi-5 # BCM2712 quad-core, 8GB RAM, GPIO: 40 │ ├─── 🗂️ Motors │ ├─── 📂 DCMotor │ ├─── 📂 OrangeBLDCMotor │ ├─── 📂 ServoMotor │ ├─── 📂 Stepperbipolar │ └─── 📂 Stepperunipolar │ ├─── 🗂️ MotorDriver │ ├─── 📂 DM542Stepper # Bipolar, 20-50V, 1-4.2A, 400-25600 Pulse/rev │ ├─── 📂 SmartElex15SDC # 6-30V, 15A (cont.), 30A (peak), PWM: 32kHz, 3.3/5V (logic) │ ├─── 📂 SC08AServo # 8-Ch, 4.8-9V, 8000 steps, UART 9600, Pulse 0.5-2.5ms │ ├─── 📂 TB6612DC # 4.5-15V, 1.2A/Ch (3.2A peak), 2.7-5.5V (logic), PWM 100kHz │ └─── 📂 TMC2209Stepper # Up to 256 microsteps, 4.75-29V, 2.8A peak, UART/SPI │ └─── 🗂️ Sensors ├─── 📂 AS5600Encoder # 12-bit magnetic, I2C, analog/PWM out, 3.3/5V (logic) ├─── 📂 BMX160IMU # 16-bit, 3.3/5V, Acc: ±2-16g, Gyro: ±125-2000°/s, Mag: ±1150/2500uT(z) ├─── 📂 INA260PowerMonitor # 0-36V, 15A±1.5mA cont., 16-bit I2C out, 2.7-5.5V (logic) ├─── 📂 MakerLineSensor05 # 5-Ch IR, 3.3/5V, 200Hz, Width:13-30mm, Height: 4-40mm └─── 📂 OE-28Encoder # 2-Ch Hall effect, 3-7 PPR, 4.5-24V, 20mA max

Using Library

Symbol Libraries:

Name Location
MCU ${KIPRJMOD}/symbols/MCU.kicad_sym
Sensors ${KIPRJMOD}/symbols/Sensors.kicad_sym
Motor_Driver ${KIPRJMOD}/symbols/Motor_Driver.kicad_sym
Motors ${KIPRJMOD}/symbols/Motors.kicad_sym
Connectors ${KIPRJMOD}/symbols/Connectors.kicad_sym
Comms ${KIPRJMOD}/symbols/Comms.kicad_sym

Footprint Libraries:

Name Location
MCU ${KIPRJMOD}/footprints/MCU.pretty
Connectors ${KIPRJMOD}/footprints/Connectors.pretty
Motor_Driver ${KIPRJMOD}/footprints/Motor_Driver.pretty
Comms ${KIPRJMOD}/footprints/Comms.pretty
Fuses_THT ${KIPRJMOD}/footprints/Fuses_THT.pretty
Capacitors_THT ${KIPRJMOD}/footprints/Capacitors_THT.pretty

License

This repository is licensed under [insert license here]. Please see the LICENSE for more details.

For any questions or suggestions, feel free to open an issue or contact us directly. Happy designing! ✨

Report a bug