Difference between revisions of "Bbbmini"

From wiki.bastelbude.grade.de
Jump to: navigation, search
(receiver)
(ground control station)
 
(3 intermediate revisions by the same user not shown)
Line 9: Line 9:
 
== rc AND telemetry ==
 
== rc AND telemetry ==
 
* http://www.itluxembourg.lu/site/ultimate-lrs/
 
* http://www.itluxembourg.lu/site/ultimate-lrs/
* http://www.itluxembourg.lu/site/ultimate-lrs-wiring-diagram/
 
  
 
<pre>
 
<pre>
Line 21: Line 20:
 
-F SERIAL5
 
-F SERIAL5
 
</pre>
 
</pre>
 +
 +
 +
== gps ==
 +
* http://navspark.mybigcommerce.com/freebie/
 +
* Internal GPS/BDS active antenna for use with NavSpark or NavSpark-GL. 25cm cable, U.FL connector
  
 
== rules & regulations ==
 
== rules & regulations ==
Line 38: Line 42:
 
* ( https://www.frsky-rc.com/product/d4r-ii/ )
 
* ( https://www.frsky-rc.com/product/d4r-ii/ )
 
* OrangeRX 100mW: http://www.itluxembourg.lu/site/ultimate-lrs-wiring-diagram/
 
* OrangeRX 100mW: http://www.itluxembourg.lu/site/ultimate-lrs-wiring-diagram/
 
== remote ==
 
* 9XR
 
* Mixer
 
** CH1 Roll
 
** CH2 Pitch
 
** CH3 Throttle
 
** CH4 Yaw
 
** CH5 FlightMode
 
** CH6
 
** CH7
 
** CH8 Land
 
** CH9 ArmDisarm
 
 
 
== ground control station ==
 
* APM Planner
 
* Mission Planner
 
* settings
 
** FS_BATT_ENABLE = Land
 
  
 
== transmitter ==
 
== transmitter ==
* ( FrSKY DJT )
+
* OrangeRX 1W
* Orange RX 1W with ULRS
 
  
 
== remote ==
 
== remote ==
Line 82: Line 65:
 
* settings
 
* settings
 
** FS_BATT_ENABLE = Land
 
** FS_BATT_ENABLE = Land
 +
 +
== start/stop ==
 +
* /home/debian/arducopter -C /dev/ttyO4 -D udp:192.168.1.241:14550 -B /dev/ttyO5
 +
* ps aux | grep arducopter
 +
* kill [xxxx]
  
 
[[category:Projekte]]
 
[[category:Projekte]]

Latest revision as of 17:51, 8 November 2017

BeagleBone Black / Green (BBB / BBG) Linux ArduPilot DIY Cape

rc AND telemetry

start	ArduPilot 
para	serial port	
-A	SERIAL0	micro USB port
-B	SERIAL3	GPS
-C	SERIAL1	Telem1
-D	SERIAL2	Telem2
-E	SERIAL4	
-F	SERIAL5	


gps

rules & regulations

log files

  • var/APM/logs

ESCs

PDB

receiver

transmitter

  • OrangeRX 1W

remote

  • 9XR
  • Mixer
    • CH1 Roll
    • CH2 Pitch
    • CH3 Throttle
    • CH4 Yaw
    • CH5 FlightMode
    • CH6
    • CH7
    • CH8 Land
    • CH9 ArmDisarm


ground control station

  • APM Planner
  • Mission Planner
  • settings
    • FS_BATT_ENABLE = Land

start/stop

  • /home/debian/arducopter -C /dev/ttyO4 -D udp:192.168.1.241:14550 -B /dev/ttyO5
  • ps aux | grep arducopter
  • kill [xxxx]