https://github.com/inavflight/hardware
https://github.com/inavflight/hardware
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/inavflight/hardware
- Owner: iNavFlight
- Created: 2019-07-18T18:28:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-27T07:07:26.000Z (over 4 years ago)
- Last Synced: 2025-06-25T22:02:59.524Z (11 months ago)
- Size: 2.66 MB
- Stars: 11
- Watchers: 8
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
INAV Hardware
=============
This repository contains hardware designs made by the INAV team.
Each directory contains a different project.
[PowerSwitch](PowerSwitch): A high side power switch that
can be turned on or off by the flight controller using PINIO:

Includes a KiBot script to generate Gerbers/BOM/CPL files ready
to send to JLCPCB for fabrication. You can use
[KiKkit](https://github.com/yaqwsx/KiKit/) to easily panelize
the boards:
```
kikit panelize grid --space 2 --gridsize 5 3 --tabwidth 3 \
--tabheight 3 --htabs 2 --vtabs 1 --mousebites 0.5 \
1 0.25 --radius 1 PowerSwitch.kicad_pcb panel.kicad_pcb
```