|
@@ -0,0 +1,25 @@
|
|
1
|
+title: Blog
|
|
2
|
+post: Fernsteuerung
|
|
3
|
+date: 2013-06-27
|
|
4
|
+comments: true
|
|
5
|
+---
|
|
6
|
+
|
|
7
|
+## {{ page["post"] }}
|
|
8
|
+<!--%
|
|
9
|
+from datetime import datetime
|
|
10
|
+date = datetime.strptime(page["date"], "%Y-%m-%d").strftime("%B %d, %Y")
|
|
11
|
+print "*Posted at %s.*" % date
|
|
12
|
+%-->
|
|
13
|
+
|
|
14
|
+Jetzt habe ich mir mal eine recht primitive [Fernsteuerung][conrad] vom großen C geholt. Zusammen mit [QuadroPPM12][anleitung] vom [QC-Copter Shop][shop] habe ich jetzt also auch das klassische Summensignal, um die Daten des Empfängers im Quadrocopter auswerten zu können... Es geht voran :)
|
|
15
|
+
|
|
16
|
+[![Foto][small]][big]
|
|
17
|
+[![Foto][small2]][big2]
|
|
18
|
+
|
|
19
|
+ [small]: img/transmitter_small.jpg
|
|
20
|
+ [big]: img/transmitter.jpg
|
|
21
|
+ [small2]: img/receiver_small.jpg
|
|
22
|
+ [big2]: img/receiver.jpg
|
|
23
|
+ [anleitung]: http://www.qc-copter.de/wiki/index.php?title=Bedienung_Quadroppm12
|
|
24
|
+ [shop]: http://qc-copter.de/shop/index.php?a=10
|
|
25
|
+ [conrad]: http://www.conrad.de/ce/de/product/206501/
|