|
@@ -3,6 +3,7 @@ description: 1S LiPo brushed copter with 3D printed frame
|
3
|
3
|
parent: quadcopters
|
4
|
4
|
position: 50
|
5
|
5
|
date: 2016-10-09
|
|
6
|
+update: 2022-05-24
|
6
|
7
|
---
|
7
|
8
|
|
8
|
9
|
<!--% backToParent() %-->
|
|
@@ -11,7 +12,11 @@ Because I did not really feel comfortable with the large size of both [my first
|
11
|
12
|
The frame is 3D printed, but because it did not fit [my 3D printer at the time](fabrikator-mini.html) I had to order it online.
|
12
|
13
|
|
13
|
14
|
<!--%
|
14
|
|
-# TODO photos
|
|
15
|
+lightgallery([
|
|
16
|
+ [ "img/brushed_micro_1.jpg", "Front view" ],
|
|
17
|
+ [ "img/brushed_micro_2.jpg", "Rear view" ],
|
|
18
|
+ [ "img/brushed_micro_3.jpg", "Bottom view" ]
|
|
19
|
+])
|
15
|
20
|
%-->
|
16
|
21
|
|
17
|
22
|
Here are some recordings of the FPV footage.
|
|
@@ -25,6 +30,12 @@ lightgallery([
|
25
|
30
|
])
|
26
|
31
|
%-->
|
27
|
32
|
|
|
33
|
+As you can probably tell from the pictures, I was a bit scared about my first AIO cam with a soldered-on antenna.
|
|
34
|
+After I had to re-solder a new one once, I covered it in copious amounts of hotglue, to avoid crash damage.
|
|
35
|
+It seems to work.
|
|
36
|
+
|
|
37
|
+To mount the battery to the frame I used a small piece of 3M Dual Lock on both the copter and all of my batteries.
|
|
38
|
+
|
28
|
39
|
## Parts List
|
29
|
40
|
|
30
|
41
|
The prices listed below are just what I found while doing this page some years later, not the real prices I paid back then.
|
|
@@ -33,12 +44,13 @@ The prices listed below are just what I found while doing this page some years l
|
33
|
44
|
tableHelper([ "align-right", "align-last-right", "align-right monospaced"],
|
34
|
45
|
[ "Part", "Description", "Cost" ], [
|
35
|
46
|
[ "Frame", ("Oskie Micro Frame v1", "https://oscarliang.com/oskie-micro-frame-v1/"), "10.00€" ],
|
36
|
|
- [ "FC", ("", ""), "€" ],
|
37
|
|
- [ "Motors", ("", ""), "€" ],
|
38
|
|
- [ "Props", ("", ""), "€" ],
|
39
|
|
- [ "Cam", ("", ""), "€" ],
|
40
|
|
- [ "Battery", ("", ""), "€" ],
|
41
|
|
- [ "", "Sum", "€" ]
|
|
47
|
+ [ "FC", ("Sp Racing F3 Evo Brushed", "https://www.eachine.com/Eachine-32bits-F3-Brushed-Flight-Control-Board-With-NMOS-transistors-Based-On-SP-RACING-F3-EVO-p-558.html"), "10.24€" ],
|
|
48
|
+ [ "Rx", ("RX-F802", "https://www.banggood.com/DIY-RX-F802-7CH-Receiver-for-FRSKY-X9D-X9D-Plus-Transmitter-DJI-DFT-DHT-p-989610.html?cur_warehouse=CN"), "19.97€" ],
|
|
49
|
+ [ "Motors", ("4x 8.5mm x 20mm Brushed Motor", "https://amzn.to/3yVjwWq"), "12.99€" ],
|
|
50
|
+ [ "Props", ("55mm Brushed Props", "https://amzn.to/3GgJeGE"), "8.99€" ],
|
|
51
|
+ [ "Cam", ("FX797T", "https://de.aliexpress.com/item/32711051980.html?gatewayAdapt=glo2deu"), "22.71€" ],
|
|
52
|
+ [ "Battery", ("Turnigy nano-tech 1S 750mAh", "https://hobbyking.com/en_us/turnigy-nano-tech-750mah-1s-35-70c-lipo-pack-fits-nine-eagles-solo-pro-180.html?___store=en_us"), "4.06€" ],
|
|
53
|
+ [ "", "Sum", "88.96€" ]
|
42
|
54
|
]
|
43
|
55
|
)
|
44
|
56
|
%-->
|