Skip to content

Commit

Permalink
PCB design (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
ysoldak authored Oct 3, 2023
1 parent b75d517 commit 5eaf1da
Show file tree
Hide file tree
Showing 18 changed files with 3,099 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,10 @@
# Go workspace file
go.work

# MacOS junk
.DS_Store

build
.vscode/settings.json
pcb/Gadget-backups
pcb/fp-info-cache
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,18 @@ Note: FPV Combat board shall be flashed with [firmware v2.5.0 or later](https://

The gadget exists in only one exemplair so far, a prototype (pictured).
In the future, more and detailed documentation will be added eventually.
We plan to have PCB design for easier assembly too.

<img src="media/GadgetExploded.jpg" width="512"/>

<img src="media/GadgetTop.jpg" width="256"/> <img src="media/GadgetBottom.jpg" width="256"/>

<img src="media/WiringSchema.png" width="512"/>

<img src="media/PCB_Front.png" width="512"/>

<img src="media/PCB_Back.png" width="512"/>


## Contacts

Join our [FPV-Combat Community](https://www.facebook.com/groups/2441262976051510/)
Expand Down
Binary file added media/PCB_Back.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/PCB_Front.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified media/WiringSchema.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
936 changes: 936 additions & 0 deletions pcb/Gadget.kicad_pcb

Large diffs are not rendered by default.

77 changes: 77 additions & 0 deletions pcb/Gadget.kicad_prl
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
{
"board": {
"active_layer": 37,
"active_layer_preset": "",
"auto_track_width": true,
"hidden_netclasses": [],
"hidden_nets": [],
"high_contrast_mode": 0,
"net_color_mode": 1,
"opacity": {
"images": 0.6,
"pads": 1.0,
"tracks": 1.0,
"vias": 1.0,
"zones": 0.6
},
"selection_filter": {
"dimensions": true,
"footprints": true,
"graphics": true,
"keepouts": true,
"lockedItems": false,
"otherItems": true,
"pads": true,
"text": true,
"tracks": true,
"vias": true,
"zones": true
},
"visible_items": [
0,
1,
2,
3,
4,
5,
8,
9,
10,
11,
12,
13,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
32,
33,
34,
35,
36,
39,
40
],
"visible_layers": "00290aa_80000001",
"zone_display_mode": 0
},
"meta": {
"filename": "Gadget.kicad_prl",
"version": 3
},
"project": {
"files": []
}
}
Loading

0 comments on commit 5eaf1da

Please sign in to comment.