Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PCB design #6

Merged
merged 1 commit into from
Oct 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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