Browse Source

add ammo charger to rc equipment.

Thomas Buck 1 year ago
parent
commit
4172628ee6

+ 5
- 5
input/projects/quadcopters/flying_wing.md View File

12
 
12
 
13
 <!--%
13
 <!--%
14
 lightgallery([
14
 lightgallery([
15
-    [ "img/flying_wing_1.jpg", "" ],
16
-    [ "img/flying_wing_2.jpg", "" ],
17
-    [ "img/flying_wing_3.jpg", "" ],
18
-    [ "img/flying_wing_4.jpg", "" ],
19
-    [ "img/flying_wing_5.jpg", "" ]
15
+    [ "img/flying_wing_1.jpg", "Complete top view" ],
16
+    [ "img/flying_wing_2.jpg", "Closer view of electronics" ],
17
+    [ "img/flying_wing_3.jpg", "Closer view of Rx" ],
18
+    [ "img/flying_wing_4.jpg", "Brace for flaps" ],
19
+    [ "img/flying_wing_5.jpg", "Bottom view" ]
20
 ])
20
 ])
21
 %-->
21
 %-->
22
 
22
 

+ 28
- 4
input/projects/quadcopters/rc_equipment.md View File

3
 parent: quadcopters
3
 parent: quadcopters
4
 position: 80
4
 position: 80
5
 date: 2015-10-09
5
 date: 2015-10-09
6
-update: 2021-05-28
6
+update: 2022-05-23
7
 ---
7
 ---
8
 
8
 
9
 <!--% backToParent() %-->
9
 <!--% backToParent() %-->
50
 
50
 
51
 ## Customized Transmitter
51
 ## Customized Transmitter
52
 
52
 
53
+Many years ago, a long time before I even started getting into Quadcopters, my grandpa bought me a cheap 2.4GHz Transmitter from Conrad Elektronik.
54
+Because this was already available when I started building my own copters, I used it for that as well.
55
+Turns out, it is a Flysky-clone, with it's own shoddy PC software.
56
+So I wrote [my own Mac driver for it](2015_12_20_serialgamepad.html).
57
+After using it with its original receiver for a while, I decided to move into the FrSky ecosystem.
58
+So I swapped out the built-in transmitter for a [FrSky DHT](https://www.frsky-rc.com/product/dht-toggle-switch-2/) with the [TTL mod](http://majek.mamy.to/en/frsky-dht-ttl-mod/) to connect [my own telemetry display](2016_11_05_frsky_telemetry.html).
53
 
59
 
54
-
55
-Also see [the article about my Arduino FrSky Telemetry display](2016_11_05_frsky_telemetry.html) and [the article about my Saitek X52 USB joystick experiments](2016_07_24_usb_host_cppm.html).
60
+Also see [the article about my Saitek X52 USB joystick experiments](2016_07_24_usb_host_cppm.html).
56
 
61
 
57
 <!--%
62
 <!--%
58
 lightgallery([
63
 lightgallery([
67
 ])
72
 ])
68
 %-->
73
 %-->
69
 
74
 
70
-## FPV Monitor
75
+## Ammo Can Battery Charging
76
+
77
+Having so many high-capacity LiPo batteries around because of this hobby is kinda scary of course, after looking at a bunch of battery fires on YouTube.
78
+So I at least wanted to have some kind of fire-proof enclosure for charging my batteries in.
79
+I decided to go the common ammo-can route for this.
71
 
80
 
81
+When doing this, it is **very important** to modify the can so it no longer is pressure-tight.
82
+Otherwise you're building something more like a bomb.
83
+Many people remove the seal in the lid for this, but I decided to drill a couple of large holes into the can, as well as a rectangular cutout for the charging cables.
72
 
84
 
85
+The holes have a piece of mesh glued in front of them, to keep debris out.
86
+And the inner walls of the can have been padded with cardboard, to prevent any chance of short-circuiting on the metal sheet of the can.
87
+
88
+<!--%
89
+lightgallery([
90
+    [ "img/ammo_charger_1.jpg", "Front of can, with IMAX B5 charger clone" ],
91
+    [ "img/ammo_charger_2.jpg", "Inside of can" ],
92
+    [ "img/ammo_charger_3.jpg", "Side of can" ],
93
+])
94
+%-->
73
 
95
 
74
 <!--%
96
 <!--%
97
+## FPV Monitor
98
+
75
 # TODO photos
99
 # TODO photos
76
 %-->
100
 %-->
77
 
101
 

BIN
static/img/ammo_charger_1.jpg View File


BIN
static/img/ammo_charger_1_small.jpg View File


BIN
static/img/ammo_charger_2.jpg View File


BIN
static/img/ammo_charger_2_small.jpg View File


BIN
static/img/ammo_charger_3.jpg View File


BIN
static/img/ammo_charger_3_small.jpg View File


Loading…
Cancel
Save