<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.paparazziuav.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Martinmm</id>
	<title>PaparazziUAV - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.paparazziuav.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Martinmm"/>
	<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/wiki/Special:Contributions/Martinmm"/>
	<updated>2026-05-19T01:51:21Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Module/TronSens_HTM_B71&amp;diff=25264</id>
		<title>Module/TronSens HTM B71</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Module/TronSens_HTM_B71&amp;diff=25264"/>
		<updated>2021-01-17T19:12:53Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
[[Image:Htm_b71.jpg|thumb|right|TronSens HTM 71]]&lt;br /&gt;
[[Image:Ist_hyt_271.jpg|thumb|right|IST HYT-271]]&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
&lt;br /&gt;
The TronSens HTM B71 (now sold as IST HYT-271) is a relative humidity and digital temperature sensor. Early versions seemed to have issues with other devices on the same I2C bus.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||Module name||meteo/humid_htm_b71&lt;br /&gt;
|-&lt;br /&gt;
|Sensor type&lt;br /&gt;
|humidity, temperature&lt;br /&gt;
|-&lt;br /&gt;
|Range (humidity)&lt;br /&gt;
| 0 .. 100 %RH&lt;br /&gt;
|-&lt;br /&gt;
|Range (temperature)&lt;br /&gt;
| -40°C .. +125°C&lt;br /&gt;
|-&lt;br /&gt;
|Resolution (humidity)&lt;br /&gt;
|? %RH&lt;br /&gt;
|-&lt;br /&gt;
|Resolution (temperature)&lt;br /&gt;
|0.01°C&lt;br /&gt;
|-&lt;br /&gt;
|Refresh rate&lt;br /&gt;
|4Hz&lt;br /&gt;
|-&lt;br /&gt;
|I2C address&lt;br /&gt;
|0x28&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[https://www.ist-ag.com/sites/default/files/DHHYT271_E.pdf Product data sheet]&lt;br /&gt;
&lt;br /&gt;
[https://www.ist-ag.com/sites/default/files/AHHYTM_E.pdf Application note]&lt;br /&gt;
&lt;br /&gt;
==Hardware==&lt;br /&gt;
The sensor board can be directly interfaced to the autopilots I2C 3.3V interface&lt;br /&gt;
&lt;br /&gt;
=== Wiring ===&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Autopilot I2C pin'''||'''Autopilot I2C'''||'''HTM B71'''||'''HTM B71 pin'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|2&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
| +3.3V&lt;br /&gt;
| Vdd&lt;br /&gt;
|3&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|SDA&lt;br /&gt;
|SDA&lt;br /&gt;
|1&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|SCL&lt;br /&gt;
|SCL&lt;br /&gt;
|4&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&lt;br /&gt;
To use the humidity sensor add:&lt;br /&gt;
{{Box Code|conf/airframes/myplane.xml|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;modules&amp;gt;&lt;br /&gt;
    &amp;lt;load name=&amp;quot;humid_htm_b71.xml&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;/modules&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Result message===&lt;br /&gt;
&lt;br /&gt;
The raw data (ihumid/itemp) and the converted result (humid/temp) is written to the log file. The message is automatically sent when new data is received, it does not have to be added to the telemetry file. &lt;br /&gt;
{{Box Code|conf/messages.xml|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;message name=&amp;quot;HTM_STATUS&amp;quot; id=&amp;quot;115&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;field name=&amp;quot;ihumid&amp;quot; type=&amp;quot;uint16&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;field name=&amp;quot;itemp&amp;quot; type=&amp;quot;uint16&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;field name=&amp;quot;humid&amp;quot; type=&amp;quot;float&amp;quot; unit=&amp;quot;rel_hum&amp;quot; format=&amp;quot;%.2f&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;field name=&amp;quot;temp&amp;quot; type=&amp;quot;float&amp;quot; unit=&amp;quot;deg_celsius&amp;quot; format=&amp;quot;%.2f&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;/message&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Sample log file lines&lt;br /&gt;
 15.891 123 HTM_STATUS 4807 5920 29.35 19.2&lt;br /&gt;
 16.143 123 HTM_STATUS 4807 5917 29.34 19.17&lt;br /&gt;
 16.391 123 HTM_STATUS 4807 5917 29.34 19.17&lt;br /&gt;
 15.643 123 HTM_STATUS 4809 5917 29.35 19.2&lt;br /&gt;
&lt;br /&gt;
[[Category:User_Documentation]] [[Category:Modules]]&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=File:Ist_hyt_271.jpg&amp;diff=25263</id>
		<title>File:Ist hyt 271.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=File:Ist_hyt_271.jpg&amp;diff=25263"/>
		<updated>2021-01-17T19:10:52Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: IST HYT-271&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;IST HYT-271&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=SUMO&amp;diff=23992</id>
		<title>SUMO</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=SUMO&amp;diff=23992"/>
		<updated>2018-01-28T19:53:46Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
The Small Unmanned Observer (SUMO) has been developed by the Paparazzi community together with the Geophysical Institute of the University of Bergen, Norway. It is designed to support research in the lower atmospheric boundary layer. It uses industry standard sensors for temperature, air pressure, humidity and wind speed/direction as well as more specialized sensors as infrared/visible light radiation, particle concentration or ionizing radiation ([[Modules_list|full list]]). It has been used in many measurement campaigns by various research institutions.&lt;br /&gt;
&lt;br /&gt;
[http://www.uib.no/rg/meten/research/field-instrumentation/sumo SUMO homepage at the Geophysical Institute]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Image:Kerlingafjoll.jpg|Near Hofsjökull glacier, Iceland 2007&lt;br /&gt;
Image:Hangar.jpg|KV Svalbard, Barents Sea 2008&lt;br /&gt;
Image:Adventalen.jpg|Adventalen, Svalbard 2009&lt;br /&gt;
Image:Finnarp.jpg|Finnish Aboa station Antarctica 2010&lt;br /&gt;
Image:Troll_station.jpg|Norwegian Troll station Antarctica 2011&lt;br /&gt;
Image:Sumo_launch.jpg|US McMurdo station Antarctica 2012&lt;br /&gt;
Image:Weddell_sea.jpg|RV Polarstern in the Weddell Sea/Antarctica 2013&lt;br /&gt;
Image:Sumo_tall_tower.jpg|Remote camp on Ross Ice Shelf/Antarctica 2014&lt;br /&gt;
Image:Sumo_advent.jpg|Svalbard 2016&lt;br /&gt;
Image:Hailuoto.jpg|Hailuoto, Finland 2017&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Legal Disclaimer ==&lt;br /&gt;
&lt;br /&gt;
'''As with all Paparazzi software and hardware this does not come with any guarantee. Make sure you follow all applicable rules and laws (safety, radio regulation, ...). No part of the system is certified by any national or international authority. Please refer to the national aviation regulation for Remotely Piloted Aircraft Systems of the accountable country before you start operating. A special permit is usually needed for any activity not related to hobby/recreational usage and especially important if you intend to fly at high altitudes. The experience is that the necessary consultations need quite some time and effort.'''&lt;br /&gt;
&lt;br /&gt;
== Build your own ==&lt;br /&gt;
&lt;br /&gt;
The SUMO is bascially an RC airplane equipped with additional hardware for automatic flight and to collect data for scientific usage. It needs some knowledge in the fields of model airplanes, electronics, hard- and software to build and operate it. One successful strategy for an university research group might be to team up with the engineering department. Get in contact with local RC enthusiasts and ask them to support you in safety piloting the aircrafts. There are many different ways to assemble a Paparazzi aircraft. We are describing a way hat has shown great results in the past years.&lt;br /&gt;
&lt;br /&gt;
=== Ground station ===&lt;br /&gt;
&lt;br /&gt;
The groundstation consists of a laptop, a bi-directional modem, a standard RC transmitter and battery chargers.&lt;br /&gt;
&lt;br /&gt;
==== Laptop ====&lt;br /&gt;
&lt;br /&gt;
The computer should be able to operate outdoors and cope with dust, water, temperature, etc. We have mainly used Panasonic Toughbook CF-19 laptops that never showed any weakness. The recommended operating system is Ubuntu 12.04 LTS.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/Software_installation|Software installation instructions]]&lt;br /&gt;
&lt;br /&gt;
==== Ground Modem ====&lt;br /&gt;
&lt;br /&gt;
The [[Modems|modems section]] describes an overwhelming number of various modems that are available for all sorts of applications. The 2.4GHz Digi XBee Series 1 are proven all-purpose modems that can be used almost world wide. For the ground station we use the readily available Digi XBee USB modem in a robust metal case. It is connected to the laptop through a standard USB A-B cable and brings its own whip antenna.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/Ground_modem|Ground modem setup]]&lt;br /&gt;
&lt;br /&gt;
==== RC Transmitter / Receiver====&lt;br /&gt;
&lt;br /&gt;
The RC world gives you many options to control your aircraft. If you or any supporting team member already owns an RC system, you might try to get this to work. It is important that your RC receiver supports the output of a sum signal that contains all servo data in one signal. You need an extra channel for switching the flight mode. If you start from scratch the Futaba/robbe system is a good option.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/rc_transmitter|RC transmitter / receiver setup]]&lt;br /&gt;
&lt;br /&gt;
==== Battery Chargers ====&lt;br /&gt;
&lt;br /&gt;
There are many different brands and types available and we can not really give a suggestion. We were happy with devices from evoTech or Schulze. Get in contact with your local RC dealer and find a device suitable for you. It is important that the device fits to the power requirements you will see in the field (12V DC/115V AC/230V AC). Do not buy the cheapest available. Follow the instructions carefully, Lithium Polymer batteries can be dangerous.&lt;br /&gt;
&lt;br /&gt;
=== Airborne System ===&lt;br /&gt;
&lt;br /&gt;
==== Mechanical Parts ====&lt;br /&gt;
&lt;br /&gt;
We chose to use the Multiplex Funjet right after it appeared in 2006. The goal was to have an aircraft that can fly fast to be able to operate in wind conditions up to 15m/s. To achieve an easy take-off for non-RC-enthusiasts we equipped it with a bigger propeller than normal (9x6). Some outer parts have been strengthend with glass fiber. The recent Funjet Ultra can also be used but we do not see much improvement for our goals. It is heavier and the visibility is poor.&lt;br /&gt;
&lt;br /&gt;
The Funjet is not a beginners airplane. Get some piloting help when you are new to RC. You always need a safety pilot that can take over the aircraft.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/mechanical_assembly|SUMO mechanical assembly]]&lt;br /&gt;
&lt;br /&gt;
==== RC Parts ====&lt;br /&gt;
&lt;br /&gt;
Use the best RC parts you can get. There is no use in saving some Euros on this. We use Graupner servos, an AXI motor and Jeti motor controller.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/install_rc|Installing servos, motor and motor controller]]&lt;br /&gt;
&lt;br /&gt;
==== Prepare specific electronic parts ====&lt;br /&gt;
&lt;br /&gt;
These are the non-standard parts you need. Look in the [[Get_Hardware|get hardware]] section for a source of these parts. In the current version of the SUMO we use the Umarim Lite v2 autopilot, a TWOG board as data logger, a Digi XBee Pro Series 1 modem, a Hygrosens temperature sensor, Sensirion humidity sensor, Meas Spec pressure sensor and an optional Eagletree airspeed v3 sensor.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/prepare_electronics|Prepare Paparazzi electronics]]&lt;br /&gt;
&lt;br /&gt;
==== Install electronic parts ====&lt;br /&gt;
&lt;br /&gt;
This describes how the electronics are installed in the aircraft.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/install_electronics|Install Paparazzi electronics]]&lt;br /&gt;
&lt;br /&gt;
==== Software configuration setup ====&lt;br /&gt;
&lt;br /&gt;
Describes the software setup for the SUMO.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/sw_configuration|Software configuration]]&lt;br /&gt;
&lt;br /&gt;
==== Operating the logger ====&lt;br /&gt;
&lt;br /&gt;
This page describes how to setup and use the on-board logger.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/logger|Logger setup]]&lt;br /&gt;
&lt;br /&gt;
==== Using Paparazzi ====&lt;br /&gt;
&lt;br /&gt;
Browse through the wiki for learning how to use Paparazzi. The [[Media:users_manual.pdf|Users Manual]] gives a compact introduction to the system.&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=File:Hailuoto.jpg&amp;diff=23991</id>
		<title>File:Hailuoto.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=File:Hailuoto.jpg&amp;diff=23991"/>
		<updated>2018-01-28T19:52:23Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: SUMOP at Hailuoto, Finland, Feb 2017&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;SUMOP at Hailuoto, Finland, Feb 2017&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=SUMO/install_rc&amp;diff=23620</id>
		<title>SUMO/install rc</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=SUMO/install_rc&amp;diff=23620"/>
		<updated>2017-03-12T06:55:45Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: add degree indicator image for motor mount&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
== What you need ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;text-align:center&amp;quot; width=&amp;quot;80%&amp;quot; valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|-style=&amp;quot;background:LightYellow; color:black&amp;quot;&lt;br /&gt;
!Qty!!Manufacturer&amp;lt;br&amp;gt;part number!!Description!!Manufacturer!!Digikey&amp;lt;br&amp;gt;part number!!Other distributor&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;6&amp;quot; align=&amp;quot;left&amp;quot;|''RC electronics''&lt;br /&gt;
|-&lt;br /&gt;
|2||Graupner DES-476 BB||Digital servos 11.5mm||Graupner|| ||Graupner #7915&lt;br /&gt;
|-&lt;br /&gt;
|2||Servo cable with plug 30cm||to enhance servo ||Hobby shop|| ||&lt;br /&gt;
|-&lt;br /&gt;
|1||Axi 2212/26 Gold Line||Brushless motor 920 RMP/V||Axi|| ||Axi #221226&lt;br /&gt;
|-&lt;br /&gt;
|1||APC Slo-Flyer 9x6&amp;quot;|| || || ||&lt;br /&gt;
|-&lt;br /&gt;
|1||Prop saver 3.17mm|| |||| ||&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Shopping list&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Assembly ==&lt;br /&gt;
&lt;br /&gt;
Again you follow the original instructions of the Multiplex Funjet. This mentions only the differences.&lt;br /&gt;
&lt;br /&gt;
Enhance the servo cable by adding extra cable to have 28cm in total, secure the cable with heat shrink tube if you solder. Remove the black plastic case of the plug and thread the three golden plugs from the outside through the 5mm servo channels to the fuselage. Re-attach the black plug in the fuselage in the correct order. Install the servo and mechanics as described in the manual.&lt;br /&gt;
&lt;br /&gt;
[[Image:Funjet_servo.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Add a male BEC cable for the Umarim power supply to the speed controller battery input connector and extend the total length to 42cm. Attach the motor to the speed controller. Mount the speed controller at the back of the fuselage.&lt;br /&gt;
&lt;br /&gt;
[[Image:Funjet_esc.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Mount the motor in the back of the aircraft. The downthrust should be around 1°, see manual.&lt;br /&gt;
&lt;br /&gt;
[[Image:Sumo_degree_indicator.jpg|290px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Funjet_motor.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Install the propeller on the prop saver. Make sure you keep the rubber in a good condition. Replace them early.&lt;br /&gt;
Put black duct tape over the edge of the glass so that the glass fibres can not hurt. Add the same tape over the leading edge of the wing.&lt;br /&gt;
&lt;br /&gt;
[[Image:Funjet_prop.jpg|600px]]&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=File:Sumo_degree_indicator.jpg&amp;diff=23619</id>
		<title>File:Sumo degree indicator.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=File:Sumo_degree_indicator.jpg&amp;diff=23619"/>
		<updated>2017-03-12T06:53:38Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Bebop&amp;diff=23478</id>
		<title>Bebop</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Bebop&amp;diff=23478"/>
		<updated>2017-02-25T16:37:56Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: Added 3D printed dampers&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float: right; width: 15%&amp;quot;&amp;gt;&amp;lt;categorytree style=&amp;quot;float:right; clear:right; margin-left:1ex; border: 1px solid gray; padding: 0.7ex;&amp;quot; mode=pages&amp;gt;Autopilots&amp;lt;/categorytree&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; width: 45%; overflow: hidden&amp;quot;&amp;gt;[[Image:Parrot-bebop-drone-new-03.jpeg|right|500px|Parrot Bebop]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; width: 40%&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
By default the [http://www.parrot.com/usa/products/bebop-drone/ Bebop] from [http://www.parrot.com/ Parrot] is a Wifi controlled flying quadrotor, designed to be controlled with an Android or iOS device. &lt;br /&gt;
&lt;br /&gt;
'''No more restrictions''' as from now; with a few simple clicks you can '''run Paparazzi on the Bebop''' and have full autonomous flight and much more!&lt;br /&gt;
&lt;br /&gt;
= Getting started =&lt;br /&gt;
&lt;br /&gt;
What you need: &lt;br /&gt;
# A bebop drone (1 or 2) with the newest firmware &lt;br /&gt;
# A joystick (example: http://www.hobbyking.com/hobbyking/store/__20951__Hobbyking_6CH_RC_Flight_Simulator_System_Mode_2_.html&lt;br /&gt;
# A laptop with Ubuntu, or a virtual box. You can download one here: https://mega.nz/#!1JpTiTjS!GdAHpa-_FAQAFPNypp3a3Up0B0yo1kYLXi3YLMXSAoo}. The password for this virtual box is &amp;quot;mavlabcourse&amp;quot; (the same as the username). &lt;br /&gt;
&lt;br /&gt;
Steps you will need to follow: &lt;br /&gt;
# Install Paparazzi: http://wiki.paparazziuav.org/wiki/Installation . This is already done on the provided virtual box&lt;br /&gt;
# Start paparazzi with the default configuration&lt;br /&gt;
# Power up your Bebop.&lt;br /&gt;
# If you have a Bebop 2 or a Bebop 1 with firmware v3.2.0 or higher press the '''on/off button four times''' in short fast after powerup&lt;br /&gt;
# Make a Wifi connection with your PC and the Bebop &lt;br /&gt;
# In the Paparazzi center choose &amp;quot;Bebop&amp;quot; Or &amp;quot;Bebop2&amp;quot; in the airframe dropdown menu&lt;br /&gt;
# Press &amp;quot;Upload&amp;quot;&lt;br /&gt;
# Select Flight UDP in the session menu&lt;br /&gt;
# Press execute&lt;br /&gt;
&lt;br /&gt;
Voila, you will get telemetry from the Bebop. Now it is up to you how and where to fly.&lt;br /&gt;
Useful things to watch are: &lt;br /&gt;
# The video series here: https://www.youtube.com/watch?v=eojAPZvT1Ck . Although it is made for the ARDrone the steps are very similar for the bebop drone. &lt;br /&gt;
# This site has several documents on how to program something for your drone:  http://mavlabcourse.tk/  . Although these documents assume you have an indoor flight area, you can also fly outside with the internal GPS of the Bebop. &lt;br /&gt;
&lt;br /&gt;
Do you need help with any of the steps? Please visit us at https://gitter.im/paparazzi/discuss&lt;br /&gt;
&lt;br /&gt;
= Features =&lt;br /&gt;
== Connectivity ==&lt;br /&gt;
* Wi-Fi antennas: MIMO dual-band with 2 double-set of dipole antennas for 2.4 and 5 GHz&lt;br /&gt;
* Sending power: Up to 26 dBm&lt;br /&gt;
* Signal range: N/A&lt;br /&gt;
&lt;br /&gt;
== Structure ==&lt;br /&gt;
* 4 Brushless Outrunner motors&lt;br /&gt;
* Glass fiber reinforced (15%) ABS structure&lt;br /&gt;
* High-resistance EPP outdoor hull: Clip and unclip easily to adapt to indoor and outdoor flight, protects the propellers against potential bumps, can be removed to reduce wind factor&lt;br /&gt;
* Three-blade auto-block propellers in Polycarbonate with fast disassembly system&lt;br /&gt;
* Anti-vibration bumpers&lt;br /&gt;
&lt;br /&gt;
=== Full Motor details ===&lt;br /&gt;
&lt;br /&gt;
In case for a simor motor model&lt;br /&gt;
&lt;br /&gt;
* Magnets: 12&lt;br /&gt;
* Stators: 9&lt;br /&gt;
* Layers of stator metal: 15&lt;br /&gt;
&lt;br /&gt;
* Copper windings: 34&lt;br /&gt;
* Copper diameter: 0.29mm&lt;br /&gt;
* Copper resistance: over 50 cm wire ~0.3 ohm&lt;br /&gt;
&lt;br /&gt;
Dimentions:&lt;br /&gt;
* Flange height 7.67mm&lt;br /&gt;
* Flange dia22.7mm&lt;br /&gt;
* Axis length 19.4mm&lt;br /&gt;
* Axis dia 1.9 mm&lt;br /&gt;
* Statorheight 5.55mm&lt;br /&gt;
* Stator diam 18.33mm&lt;br /&gt;
&lt;br /&gt;
Weight:&lt;br /&gt;
* Flange weight 3.05g&lt;br /&gt;
* Flange and magnets 5.15g (Magnet ~ 1.5mm thick on a Flange dia22.7mm)&lt;br /&gt;
* Magnet only (and the glue) 2.1g&lt;br /&gt;
&lt;br /&gt;
== Camera ==&lt;br /&gt;
* Camera with &amp;quot;Fisheye&amp;quot; lens 180° 1/2,3&amp;quot;: 6 optical elements and 14 Mega pixels sensor&lt;br /&gt;
* Video stabilization: Digital on 3-axes&lt;br /&gt;
* Video definition: 1920x1080p (30fps)&lt;br /&gt;
* Photo definition: 3800x3188 pixels&lt;br /&gt;
* Video encoding: H264&lt;br /&gt;
* Photo file format: RAW, DNG&lt;br /&gt;
* Internal memory: Flash 8 GB&lt;br /&gt;
* Extended memory: Micro USB&lt;br /&gt;
&lt;br /&gt;
== Battery ==&lt;br /&gt;
* Lithium Polymer 1200 mAh&lt;br /&gt;
* Flight time: Around 12 minutes&lt;br /&gt;
&lt;br /&gt;
== Processor ==&lt;br /&gt;
* Motherboard:&lt;br /&gt;
** Parrot P7 dual-core CPU Cortex A9&lt;br /&gt;
** Quad core GPU&lt;br /&gt;
** 8Gb flash memory&lt;br /&gt;
* All fixed on a magnesium shelf that acts as electromagnetic shielding and in the same run as a heat sink for heat dissipation and cooling of the all the onboard processors&lt;br /&gt;
&lt;br /&gt;
== Sensors ==&lt;br /&gt;
* 3-axes magnetometer (AKM 8963)&lt;br /&gt;
* 3-axes gyroscope (MPU 6050)&lt;br /&gt;
* 3-axes accelerometer (MPU 6050)&lt;br /&gt;
* Optical-flow sensor (Fig.8): Vertical stabilization camera (Every 16 milliseconds, an image of the ground is taken and compared to the previous one to determine the speed of the Bebop Drone)&lt;br /&gt;
* Ultrasound sensor (Analyzes the flight altitude up to 8 meters)&lt;br /&gt;
* Pressure sensor (MS 5607)&lt;br /&gt;
&lt;br /&gt;
== Geo-location ==&lt;br /&gt;
* Bebop 1: GNSS (GPS + GLONASS + Galileo, [http://www.furuno.com/en/products/gnss-module/GN-87 Furuno GN-87F])&lt;br /&gt;
* Bebop 2: GNSS (GPS + GLONASS + Galileo, Baidu, [https://www.u-blox.com/en/product/neo-m8-series])&lt;br /&gt;
&lt;br /&gt;
== Dimensions ==&lt;br /&gt;
* 28x32x3.6cm without the hull&lt;br /&gt;
* 33x38x3.6cm with the hull&lt;br /&gt;
&lt;br /&gt;
== Weight ==&lt;br /&gt;
* 380g without the hull&lt;br /&gt;
* 400g with the hull&lt;br /&gt;
&lt;br /&gt;
== OS/Software ==&lt;br /&gt;
* Operating system: Linux (kernel 3.4.11 #3 SMP PREEMPT)&lt;br /&gt;
* glibc: (Sourcery CodeBench Lite 2012.03-57) 2.15&lt;br /&gt;
* libstdc++: GLIBCXX_3.4 - GLIBCXX_3.4.16&lt;br /&gt;
&lt;br /&gt;
= Pinout =&lt;br /&gt;
== GPIO ==&lt;br /&gt;
* 6			Fans Enable&lt;br /&gt;
* 9			WiFi Reset&lt;br /&gt;
* 73			P7MU IRQ&lt;br /&gt;
* 81			GPS Power Enable&lt;br /&gt;
* 85			Fan Enable&lt;br /&gt;
* 89			VCAM FSYNC gyro&lt;br /&gt;
* 90			HCAM FSYNC gyro&lt;br /&gt;
* 91			DRDY MPU6050&lt;br /&gt;
* 124			Magneto interrupt&lt;br /&gt;
* 128			(video) Slew rate??&lt;br /&gt;
* 129		VCAM enable&lt;br /&gt;
* 130			(video) Slew rate??&lt;br /&gt;
* 132		HCAM enable&lt;br /&gt;
* 199		BLDC micro-controller reset (forces it into bootloader) ON/OFF&lt;br /&gt;
* 200		US Pulse level&lt;br /&gt;
* 201		On/Off button (default monitor to files running: /bin/onoffbutton)&lt;br /&gt;
* 202		USB Host mode pin 3V3 (HOST_MODE_3V3)&lt;br /&gt;
* 203		USB Host mode on&lt;br /&gt;
* 204		USB0 OC&lt;br /&gt;
&lt;br /&gt;
== PWM ==&lt;br /&gt;
* 6			Heating resistor for warming IMU sensors (125000ns period, 0ns duty)&lt;br /&gt;
* 8			MPU6050 clock (31510ns period, 15258ns duty) Desired frequency is 32768kHz with 50% duty cycle (period=30517us). Period was set empirically to 31517 to get a 5ms data ready period. Desired frequency is slightly modified to synchronize camera and IMU&lt;br /&gt;
* 9			Vertical camera clock (23ns period = 43MHz)&lt;br /&gt;
* 11			Horizontal camera lock (77ns period = 13MHz)&lt;br /&gt;
&lt;br /&gt;
== I2C ==&lt;br /&gt;
* I2C-0&lt;br /&gt;
** FPGA&lt;br /&gt;
** P7MU          &lt;br /&gt;
** EEPROM     Unknown EEPROM for Front camera calibration (addr 0x55)&lt;br /&gt;
** MT9f002      CMOS Digital Image Sensor (1/2.3 inch 14Mp, front camera) [http://www.onsemi.com/PowerSolutions/product.do?id=MT9F002 MT9f002] (addr 0x10)&lt;br /&gt;
** MT9v117     CMOS Digital Image Sensor (1/6 inch VGA, bottom camera) [http://www.aptina.com/assets/downloadDocument.do?id=553 MT9v117] (addr 0x5d)&lt;br /&gt;
* I2C-1&lt;br /&gt;
** Cypress       Motor Controller (Parrot BLDC) [[Bebop/BLDC]] (addr 0x08)&lt;br /&gt;
** AKM8963    Magnetometer [http://www.akm.com/akm/en/file/datasheet/AK8963.pdf AK8963]&lt;br /&gt;
** MS5607      Barometer [http://meas-spec.com/product/pressure/MS5607-02BA03.aspx MS5607]&lt;br /&gt;
* I2C-2&lt;br /&gt;
** MPU6050    Gyro + Accel [http://invensense.com/mems/gyro/documents/RM-MPU-6000A.pdf MPU6050] (rotation changed in version 2)&lt;br /&gt;
&lt;br /&gt;
== SPI ==&lt;br /&gt;
* spidev1.0 Sonar (Only data pin connected for generating pulses)&lt;br /&gt;
&lt;br /&gt;
== UART ==&lt;br /&gt;
* ttyPA1          GPS (Furuno GN-87F on v1 and Ublox Neo M8N on v2)&lt;br /&gt;
&lt;br /&gt;
== Other ==&lt;br /&gt;
* /dev/hx280 Hantro (On2) Video encoder. Hantro chip video encoder used for the HCAM.&lt;br /&gt;
* /sys/bus/iio/devices/iio:device0 (p7mu-adc_2) Sonar ADC&lt;br /&gt;
&lt;br /&gt;
=  Actuators =&lt;br /&gt;
The Bebop has 4 Brushless motors, which are controlled by the cypress chip on I2C-1. This Cypress chip contains custom made firmware(BLDC) by Parrot, which can be automatically updated using a bootloader in the ESC part of the mainboard.&lt;br /&gt;
The firmware from Parrot contains a nice closed loop RPM control, which is automatically tuned inside the factory. &lt;br /&gt;
Since version 2 Parrot changed the order and rotation direction of the motors.&lt;br /&gt;
&lt;br /&gt;
For more information about how to communicate with the BLDC look at [[Bebop/BLDC]]. Or take a look at the &amp;quot;bebop&amp;quot; actuator inside the &amp;lt;code&amp;gt;airborne/boards/bebop/&amp;lt;/code&amp;gt; folder.&lt;br /&gt;
&lt;br /&gt;
= Onboard applications =&lt;br /&gt;
&lt;br /&gt;
The original programs on the Bebop&lt;br /&gt;
&lt;br /&gt;
* /usr/bin/dragon-prog		Main program that controls the drone&lt;br /&gt;
* /bin/watchdog.sh			Checks if Dragon is still running and reboots dragon-prog if it somehow would not be running anymore &lt;br /&gt;
&lt;br /&gt;
* BLDC_Test_Bench				Controls the Brushless Motor Controllers for testing and playing sounds etc.&lt;br /&gt;
* bcmwl						Everything with wifi&lt;br /&gt;
* diagnostic					Outputs sensor diagnostic&lt;br /&gt;
* mk3_camera_eeprom                     Reads the front camera EEPROM&lt;br /&gt;
* config_mt9v117                              Configure the bottom camera&lt;br /&gt;
&lt;br /&gt;
= Cross compiler =&lt;br /&gt;
For the Bebop you need to use a recent version GNU gcc-arm-linux-gnueabi (Ubuntu/Linaro 4.7.4-2ubuntu1) 4.7.4 provided with Ubuntu since 14.04 LTS.&lt;br /&gt;
&lt;br /&gt;
[http://electronics.stackexchange.com/questions/21594/is-code-sourcery-g-lite-still-a-viable-projectIn the past you could also crosscompile with Sourcery CodeBench Lite 2012.03-57 for ARM GNU/Linux from &amp;lt;s&amp;gt;Greedy&amp;lt;/s&amp;gt; Mentor Graphics, previously called codesourcery. However the open'ness there is nowhere to be found anymore, so we'll say &amp;quot;No thanks&amp;quot; to Codesourcery ,now &amp;lt;s&amp;gt;Greedy&amp;lt;/s&amp;gt; Mentor&amp;quot;]&lt;br /&gt;
but if you [http://sourcery.mentor.com/public/gnu_toolchain/arm-none-linux-gnueabi/arm-2012.03-57-arm-none-linux-gnueabi.bin insist] , feel &amp;lt;s&amp;gt;free&amp;lt;/s&amp;gt; restricted.&lt;br /&gt;
&lt;br /&gt;
= Tips &amp;amp; Tricks =&lt;br /&gt;
&lt;br /&gt;
== Video ==&lt;br /&gt;
Make sure the [http://docs.paparazziuav.org/latest/module__video_rtp_stream.html video_rtp_stream.xml] module enabled in the airframe. &lt;br /&gt;
Receive a video stream with e.g. avplay, vlc or a python app:	&lt;br /&gt;
 $ avplay -loglevel quiet -max_delay 50 -fflags nobuffer rtp://192.168.42.1:5000&lt;br /&gt;
 $ vlc ~/paparazzi/var/sdp_tmp/192.168.42.1/stream.sdp&lt;br /&gt;
 $ ~/paparazzi/sw/tools/rtp_viewer/rtp_viewer.py&lt;br /&gt;
&lt;br /&gt;
== Factory Reset ==&lt;br /&gt;
You can reset the Parrot Bebop Drone to factory settings. You '''will''' loose all your photos and movies recorded on your Bebop.&lt;br /&gt;
To do this you need to press and hold the power button for 10 seconds. The LED will blink green and orange for a while, then green and the drone will shutdown.&lt;br /&gt;
&lt;br /&gt;
== Firmware ==&lt;br /&gt;
Theoretically is is not important which firmware you use for Paparazzi to fly. But with the latest firware we get better Video imagery. So if you can.. use the latest firmware.&lt;br /&gt;
&lt;br /&gt;
The Paparazzi volunteers test flew the Bebop with Firmware v1.98.11 and v2.0.57, v3.0, v3.2, v3.3, v3.9, v4.0.3&lt;br /&gt;
&lt;br /&gt;
Note that under v4.0.3 the Front cam doesn't work (yet..)&lt;br /&gt;
&lt;br /&gt;
The v3.3.0 is the latest firmware version know as of 20170215 for Bebop 1. For bebop 2 Latest know is v3.9 final and v4.0.3 Beta&lt;br /&gt;
If even newer firmware is available please report any (if any) issues found related to the firmware on e.g. the mailinglist.&lt;br /&gt;
&lt;br /&gt;
== Damper ==&lt;br /&gt;
The original Bebop2 damper are very soft and can cause oscillations around roll. You can print harder dampers from [http://www.thingiverse.com/thing:2135529 Thingiverse] yourself that will degrade the video quality but remove these oscillations. Use the _nodamp airframe files in that case.&lt;br /&gt;
&lt;br /&gt;
= Using the MicroUSB for serial data =&lt;br /&gt;
&lt;br /&gt;
The Bebop has this tiny USB connector just above the power button. This USB connector can also be used with help of a USB to Serial FTDI conversion board.&lt;br /&gt;
To use the driver in current firmware OTG serving should be off. More information, photos, connection examples, sourcode and real life example of how to use this port.&lt;br /&gt;
&lt;br /&gt;
[[Category:Autopilots]]&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Module/Aeroprobe_OTF&amp;diff=21208</id>
		<title>Module/Aeroprobe OTF</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Module/Aeroprobe_OTF&amp;diff=21208"/>
		<updated>2016-04-25T19:23:37Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: add new Aeroprobe msg type&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
[[Image:Otf_5hole.jpg|thumb|right|Aeroprobe 3mm 5-hole probe]]&lt;br /&gt;
[[Image:Otf_ad.jpg|thumb|right|Aeroprobe On-The-Fly! air data computer]]&lt;br /&gt;
[[Image:Otf_cable.jpg|thumb|right|OTF! cable]]&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
The Aeroprobe On-The-Fly! air data computer measures air pressure from a 5-hole pitot tube and can write resulting data to an SD card or transmit it through an UART. It outputs speed, angle of attack, angle of sideslip and altitude. The air data computer input &amp;quot;1&amp;quot; goes to the middle tube of the probe, the longest one. The next shorter one goes to &amp;quot;2&amp;quot;, then &amp;quot;3&amp;quot; and so on.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||Module name||sensors/airspeed_otf&lt;br /&gt;
|-&lt;br /&gt;
|Sensor type&lt;br /&gt;
|airspeed, flow angle&lt;br /&gt;
|-&lt;br /&gt;
|Range (speed)&lt;br /&gt;
|8m/s .. 63m/s&lt;br /&gt;
|-&lt;br /&gt;
|Range (angle)&lt;br /&gt;
|±20°&lt;br /&gt;
|-&lt;br /&gt;
|Resolution (speed)&lt;br /&gt;
|0.02m/s&lt;br /&gt;
|-&lt;br /&gt;
|Resolution (angle)&lt;br /&gt;
|0.01°&lt;br /&gt;
|-&lt;br /&gt;
|Refresh rate&lt;br /&gt;
|100Hz&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[http://www.aeroprobe.com/uploads/On-The-Fly_Manual_RevF.docx User manual]&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
&lt;br /&gt;
The air data computer needs to be configured by the manufacturer to output data at the desired speed. The serial interface does have original RS-232 levels, that is '''not''' compatible with the autopilots 3.3V interface. You need a RS-232 level shifter. Do '''not''' use a simple transistor-based converter like the Sparkfun PRT-08780 as it can not safely be driven by the Aeroprobe. Use a integrated converter like the MAX3232 based Sparkfun BOB-11189.&lt;br /&gt;
&lt;br /&gt;
Air data computer/pitot tube supplier:&lt;br /&gt;
[http://www.aeroprobe.com/distributors Aeroprobe]&lt;br /&gt;
&lt;br /&gt;
RS232 level shifter supplier:&lt;br /&gt;
[http://www.sparkfun.com/products/11189 Sparkfun]&lt;br /&gt;
&lt;br /&gt;
OTF connector supplier:&lt;br /&gt;
[http://de.farnell.com/hrs-hirose/hr30-6p-6s-71/stecker-loet-buchsenkontakt-6kont/dp/1425744 Farnell]&lt;br /&gt;
&lt;br /&gt;
=== Wiring Umarim ===&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Umarim UART1 pin'''||'''Umarim UART1'''||'''Level shifter LOGIC'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
| +3.3V&lt;br /&gt;
|VCC&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|RX1&lt;br /&gt;
|R1OUT&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|TX1&lt;br /&gt;
|T1IN&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Wiring Logger/TWOG ===&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''TWOG SERIAL pin'''||'''TWOG SERIAL'''||'''Level shifter LOGIC'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
| +3.3V&lt;br /&gt;
| 3V-5.5V&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|RXD1&lt;br /&gt;
|R1OUT&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|TXD1&lt;br /&gt;
|T1IN&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Common wiring===&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''BEC Power supply'''||'''OTF'''||'''OTF pin'''&lt;br /&gt;
|-&lt;br /&gt;
| +&lt;br /&gt;
| +VCC&lt;br /&gt;
|1&lt;br /&gt;
|-&lt;br /&gt;
| -&lt;br /&gt;
|GND&lt;br /&gt;
|2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''color'''||'''Level shifter RS-232'''||'''OTF'''||'''OTF pin'''&lt;br /&gt;
|-&lt;br /&gt;
|red&lt;br /&gt;
|R1IN&lt;br /&gt;
|TX (data out)&lt;br /&gt;
|3&lt;br /&gt;
|-&lt;br /&gt;
|orange&lt;br /&gt;
|T1OUT&lt;br /&gt;
|RX (data in)&lt;br /&gt;
|4&lt;br /&gt;
|-&lt;br /&gt;
|black&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|5&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Ground usage ==&lt;br /&gt;
&lt;br /&gt;
This is for the lab only, not for flight. The modem serial port of an Umarim will be occupied by the OTF! compter. Therefore the data is transferred through USB.&lt;br /&gt;
{{Box Code|conf/airframes/myplane.xml|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;firmware name=&amp;quot;fixedwing&amp;quot;&amp;gt;&lt;br /&gt;
    ...&lt;br /&gt;
    &amp;lt;subsystem name=&amp;quot;telemetry&amp;quot; type=&amp;quot;transparent_usb&amp;quot;/&amp;gt;&lt;br /&gt;
    ...&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To use it load the airspeed_otf module:&lt;br /&gt;
{{Box Code|conf/airframes/myplane.xml|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;modules&amp;gt;&lt;br /&gt;
    ...&lt;br /&gt;
    &amp;lt;load name=&amp;quot;airspeed_otf.xml&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;/modules&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The used UART has to be set globally:&lt;br /&gt;
{{Box Code|conf/airframes/myplane.xml|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;target name=&amp;quot;ap&amp;quot; board=&amp;quot;&amp;lt;my_board_type&amp;gt;&amp;quot;&amp;gt;&lt;br /&gt;
      ...&lt;br /&gt;
      &amp;lt;configure name=&amp;quot;OTF_UART&amp;quot; value=&amp;quot;UART1&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Result message (old) ===&lt;br /&gt;
&lt;br /&gt;
The output is airspeed (velocity), angle of attack (a_attack), angle of sideslip (a_sidesl) and altitude. The data is secured by a packet counter and a checksum.&lt;br /&gt;
{{Box Code|conf/messages.xml|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;message name=&amp;quot;FLOW_AP_OTF&amp;quot; id=&amp;quot;179&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;field name=&amp;quot;counter&amp;quot; type=&amp;quot;uint32&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;field name=&amp;quot;velocity&amp;quot; type=&amp;quot;int16&amp;quot; unit=&amp;quot;cm/s&amp;quot; alt_unit=&amp;quot;m/s&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;field name=&amp;quot;a_attack&amp;quot; type=&amp;quot;int16&amp;quot; unit=&amp;quot;centideg&amp;quot; alt_unit=&amp;quot;deg&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;field name=&amp;quot;a_sidesl&amp;quot; type=&amp;quot;int16&amp;quot; unit=&amp;quot;centideg&amp;quot; alt_unit=&amp;quot;deg&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;field name=&amp;quot;altitude&amp;quot; type=&amp;quot;int32&amp;quot; unit=&amp;quot;cm&amp;quot; alt_unit=&amp;quot;m&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;field name=&amp;quot;checksum&amp;quot; type=&amp;quot;uint8&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;/message&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Sample log file lines&lt;br /&gt;
 11.522 123 FLOW_AP_OTF 1076 1480 628 1636 -100 2&lt;br /&gt;
 11.535 123 FLOW_AP_OTF 1077 1457 735 1707 900 29&lt;br /&gt;
 11.548 123 FLOW_AP_OTF 1078 1451 661 1867 800 19&lt;br /&gt;
 11.555 123 FLOW_AP_OTF 1079 1422 697 1685 -300 11&lt;br /&gt;
&lt;br /&gt;
===Result message (new) ===&lt;br /&gt;
&lt;br /&gt;
The output is airspeed (velocity), angle of attack (a_attack), angle of sideslip (a_sideslip) and altitude. Dynamic and static pressure are always zero for this sensor. The data is secured by a packet counter and a checksum.&lt;br /&gt;
{{Box Code|conf/messages.xml|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;message name=&amp;quot;AEROPROBE&amp;quot; id=&amp;quot;179&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;description&amp;gt;&lt;br /&gt;
      Airflow data returned by OTF and uADC 3D probes from Aeroprobe.&lt;br /&gt;
    &amp;lt;/description&amp;gt;&lt;br /&gt;
    &amp;lt;field name=&amp;quot;counter&amp;quot;    type=&amp;quot;uint32&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;field name=&amp;quot;velocity&amp;quot;   type=&amp;quot;int16&amp;quot;  unit=&amp;quot;cm/s&amp;quot; alt_unit=&amp;quot;m/s&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;field name=&amp;quot;a_attack&amp;quot;   type=&amp;quot;int16&amp;quot;  unit=&amp;quot;centideg&amp;quot; alt_unit=&amp;quot;deg&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;field name=&amp;quot;a_sideslip&amp;quot; type=&amp;quot;int16&amp;quot;  unit=&amp;quot;centideg&amp;quot; alt_unit=&amp;quot;deg&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;field name=&amp;quot;altitude&amp;quot;   type=&amp;quot;int32&amp;quot;  unit=&amp;quot;cm&amp;quot; alt_unit=&amp;quot;m&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;field name=&amp;quot;dynamic_p&amp;quot;  type=&amp;quot;int32&amp;quot;  unit=&amp;quot;Pa&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;field name=&amp;quot;static_p&amp;quot;   type=&amp;quot;int32&amp;quot;  unit=&amp;quot;Pa&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;field name=&amp;quot;checksum&amp;quot;   type=&amp;quot;uint8&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;/message&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Sample log file lines&lt;br /&gt;
 11.522 123 AEROPROBE 1076 1480 628 1636 -100 0 0 2&lt;br /&gt;
 11.535 123 AEROPROBE 1077 1457 735 1707 900 0 0 29&lt;br /&gt;
 11.548 123 AEROPROBE 1078 1451 661 1867 800 0 0 19&lt;br /&gt;
 11.555 123 AEROPROBE 1079 1422 697 1685 -300 0 0 11&lt;br /&gt;
&lt;br /&gt;
[[Category:User_Documentation]] [[Category:Modules]]&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=SUMO&amp;diff=21202</id>
		<title>SUMO</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=SUMO&amp;diff=21202"/>
		<updated>2016-04-22T15:52:07Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
The Small Unmanned Observer (SUMO) has been developed by the Paparazzi community together with the Geophysical Institute of the University of Bergen, Norway. It is designed to support research in the lower atmospheric boundary layer. It uses industry standard sensors for temperature, air pressure, humidity and wind speed/direction as well as more specialized sensors as infrared/visible light radiation, particle concentration or ionizing radiation ([[Modules_list|full list]]). It has been used in many measurement campaigns by various research institutions.&lt;br /&gt;
&lt;br /&gt;
[http://www.uib.no/rg/meten/research/field-instrumentation/sumo SUMO homepage at the Geophysical Institute]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Image:Kerlingafjoll.jpg|Near Hofsjökull glacier, Iceland 2007&lt;br /&gt;
Image:Hangar.jpg|KV Svalbard, Barents Sea 2008&lt;br /&gt;
Image:Adventalen.jpg|Adventalen, Svalbard 2009&lt;br /&gt;
Image:Finnarp.jpg|Finnish Aboa station Antarctica 2010&lt;br /&gt;
Image:Troll_station.jpg|Norwegian Troll station Antarctica 2011&lt;br /&gt;
Image:Sumo_launch.jpg|US McMurdo station Antarctica 2012&lt;br /&gt;
Image:Weddell_sea.jpg|RV Polarstern in the Weddell Sea/Antarctica 2013&lt;br /&gt;
Image:Sumo_tall_tower.jpg|Remote camp on Ross Ice Shelf/Antarctica 2014&lt;br /&gt;
Image:Sumo_advent.jpg|Svalbard 2016&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Legal Disclaimer ==&lt;br /&gt;
&lt;br /&gt;
'''As with all Paparazzi software and hardware this does not come with any guarantee. Make sure you follow all applicable rules and laws (safety, radio regulation, ...). No part of the system is certified by any national or international authority. Please refer to the national aviation regulation for Remotely Piloted Aircraft Systems of the accountable country before you start operating. A special permit is usually needed for any activity not related to hobby/recreational usage and especially important if you intend to fly at high altitudes. The experience is that the necessary consultations need quite some time and effort.'''&lt;br /&gt;
&lt;br /&gt;
== Build your own ==&lt;br /&gt;
&lt;br /&gt;
The SUMO is bascially an RC airplane equipped with additional hardware for automatic flight and to collect data for scientific usage. It needs some knowledge in the fields of model airplanes, electronics, hard- and software to build and operate it. One successful strategy for an university research group might be to team up with the engineering department. Get in contact with local RC enthusiasts and ask them to support you in safety piloting the aircrafts. There are many different ways to assemble a Paparazzi aircraft. We are describing a way hat has shown great results in the past years.&lt;br /&gt;
&lt;br /&gt;
=== Ground station ===&lt;br /&gt;
&lt;br /&gt;
The groundstation consists of a laptop, a bi-directional modem, a standard RC transmitter and battery chargers.&lt;br /&gt;
&lt;br /&gt;
==== Laptop ====&lt;br /&gt;
&lt;br /&gt;
The computer should be able to operate outdoors and cope with dust, water, temperature, etc. We have mainly used Panasonic Toughbook CF-19 laptops that never showed any weakness. The recommended operating system is Ubuntu 12.04 LTS.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/Software_installation|Software installation instructions]]&lt;br /&gt;
&lt;br /&gt;
==== Ground Modem ====&lt;br /&gt;
&lt;br /&gt;
The [[Modems|modems section]] describes an overwhelming number of various modems that are available for all sorts of applications. The 2.4GHz Digi XBee Series 1 are proven all-purpose modems that can be used almost world wide. For the ground station we use the readily available Digi XBee USB modem in a robust metal case. It is connected to the laptop through a standard USB A-B cable and brings its own whip antenna.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/Ground_modem|Ground modem setup]]&lt;br /&gt;
&lt;br /&gt;
==== RC Transmitter / Receiver====&lt;br /&gt;
&lt;br /&gt;
The RC world gives you many options to control your aircraft. If you or any supporting team member already owns an RC system, you might try to get this to work. It is important that your RC receiver supports the output of a sum signal that contains all servo data in one signal. You need an extra channel for switching the flight mode. If you start from scratch the Futaba/robbe system is a good option.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/rc_transmitter|RC transmitter / receiver setup]]&lt;br /&gt;
&lt;br /&gt;
==== Battery Chargers ====&lt;br /&gt;
&lt;br /&gt;
There are many different brands and types available and we can not really give a suggestion. We were happy with devices from evoTech or Schulze. Get in contact with your local RC dealer and find a device suitable for you. It is important that the device fits to the power requirements you will see in the field (12V DC/115V AC/230V AC). Do not buy the cheapest available. Follow the instructions carefully, Lithium Polymer batteries can be dangerous.&lt;br /&gt;
&lt;br /&gt;
=== Airborne System ===&lt;br /&gt;
&lt;br /&gt;
==== Mechanical Parts ====&lt;br /&gt;
&lt;br /&gt;
We chose to use the Multiplex Funjet right after it appeared in 2006. The goal was to have an aircraft that can fly fast to be able to operate in wind conditions up to 15m/s. To achieve an easy take-off for non-RC-enthusiasts we equipped it with a bigger propeller than normal (9x6). Some outer parts have been strengthend with glass fiber. The recent Funjet Ultra can also be used but we do not see much improvement for our goals. It is heavier and the visibility is poor.&lt;br /&gt;
&lt;br /&gt;
The Funjet is not a beginners airplane. Get some piloting help when you are new to RC. You always need a safety pilot that can take over the aircraft.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/mechanical_assembly|SUMO mechanical assembly]]&lt;br /&gt;
&lt;br /&gt;
==== RC Parts ====&lt;br /&gt;
&lt;br /&gt;
Use the best RC parts you can get. There is no use in saving some Euros on this. We use Graupner servos, an AXI motor and Jeti motor controller.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/install_rc|Installing servos, motor and motor controller]]&lt;br /&gt;
&lt;br /&gt;
==== Prepare specific electronic parts ====&lt;br /&gt;
&lt;br /&gt;
These are the non-standard parts you need. Look in the [[Get_Hardware|get hardware]] section for a source of these parts. In the current version of the SUMO we use the Umarim Lite v2 autopilot, a TWOG board as data logger, a Digi XBee Pro Series 1 modem, a Hygrosens temperature sensor, Sensirion humidity sensor, Meas Spec pressure sensor and an optional Eagletree airspeed v3 sensor.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/prepare_electronics|Prepare Paparazzi electronics]]&lt;br /&gt;
&lt;br /&gt;
==== Install electronic parts ====&lt;br /&gt;
&lt;br /&gt;
This describes how the electronics are installed in the aircraft.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/install_electronics|Install Paparazzi electronics]]&lt;br /&gt;
&lt;br /&gt;
==== Software configuration setup ====&lt;br /&gt;
&lt;br /&gt;
Describes the software setup for the SUMO.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/sw_configuration|Software configuration]]&lt;br /&gt;
&lt;br /&gt;
==== Operating the logger ====&lt;br /&gt;
&lt;br /&gt;
This page describes how to setup and use the on-board logger.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/logger|Logger setup]]&lt;br /&gt;
&lt;br /&gt;
==== Using Paparazzi ====&lt;br /&gt;
&lt;br /&gt;
Browse through the wiki for learning how to use Paparazzi. The [[Media:users_manual.pdf|Users Manual]] gives a compact introduction to the system.&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=SUMO&amp;diff=21201</id>
		<title>SUMO</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=SUMO&amp;diff=21201"/>
		<updated>2016-04-22T15:48:55Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
The Small Unmanned Observer (SUMO) has been developed by the Paparazzi community together with the Geophysical Institute of the University of Bergen, Norway. It is designed to support research in the lower atmospheric boundary layer. It uses industry standard sensors for temperature, air pressure, humidity and wind speed/direction as well as more specialized sensors as infrared/visible light radiation, particle concentration or ionizing radiation ([[Modules_list|full list]]). It has been used in many measurement campaigns by various research institutions.&lt;br /&gt;
&lt;br /&gt;
[http://www.uib.no/rg/meten/research/field-instrumentation/sumo SUMO homepage at the Geophysical Institute]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:Funjetgfi.jpg|The SUMO&lt;br /&gt;
Image:Kerlingafjoll.jpg|Near Hofsjökull glacier, Iceland 2007&lt;br /&gt;
Image:Hangar.jpg|KV Svalbard, Barents Sea 2008&lt;br /&gt;
Image:Adventalen.jpg|Adventalen, Svalbard 2009&lt;br /&gt;
Image:Finnarp.jpg|Finnish Aboa station Antarctica 2010&lt;br /&gt;
Image:Troll_station.jpg|Norwegian Troll station Antarctica 2011&lt;br /&gt;
Image:Sumo_launch.jpg|US McMurdo station Antarctica 2012&lt;br /&gt;
Image:Weddell_sea.jpg|RV Polarstern in the Weddell Sea/Antarctica 2013&lt;br /&gt;
Image:Sumo_tall_tower.jpg|Remote camp on Ross Ice Shelf/Antarctica 2014&lt;br /&gt;
Image:Sumo_advent.jpg|Svalbard 2016&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Legal Disclaimer ==&lt;br /&gt;
&lt;br /&gt;
'''As with all Paparazzi software and hardware this does not come with any guarantee. Make sure you follow all applicable rules and laws (safety, radio regulation, ...). No part of the system is certified by any national or international authority. Please refer to the national aviation regulation for Remotely Piloted Aircraft Systems of the accountable country before you start operating. A special permit is usually needed for any activity not related to hobby/recreational usage and especially important if you intend to fly at high altitudes. The experience is that the necessary consultations need quite some time and effort.'''&lt;br /&gt;
&lt;br /&gt;
== Build your own ==&lt;br /&gt;
&lt;br /&gt;
The SUMO is bascially an RC airplane equipped with additional hardware for automatic flight and to collect data for scientific usage. It needs some knowledge in the fields of model airplanes, electronics, hard- and software to build and operate it. One successful strategy for an university research group might be to team up with the engineering department. Get in contact with local RC enthusiasts and ask them to support you in safety piloting the aircrafts. There are many different ways to assemble a Paparazzi aircraft. We are describing a way hat has shown great results in the past years.&lt;br /&gt;
&lt;br /&gt;
=== Ground station ===&lt;br /&gt;
&lt;br /&gt;
The groundstation consists of a laptop, a bi-directional modem, a standard RC transmitter and battery chargers.&lt;br /&gt;
&lt;br /&gt;
==== Laptop ====&lt;br /&gt;
&lt;br /&gt;
The computer should be able to operate outdoors and cope with dust, water, temperature, etc. We have mainly used Panasonic Toughbook CF-19 laptops that never showed any weakness. The recommended operating system is Ubuntu 12.04 LTS.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/Software_installation|Software installation instructions]]&lt;br /&gt;
&lt;br /&gt;
==== Ground Modem ====&lt;br /&gt;
&lt;br /&gt;
The [[Modems|modems section]] describes an overwhelming number of various modems that are available for all sorts of applications. The 2.4GHz Digi XBee Series 1 are proven all-purpose modems that can be used almost world wide. For the ground station we use the readily available Digi XBee USB modem in a robust metal case. It is connected to the laptop through a standard USB A-B cable and brings its own whip antenna.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/Ground_modem|Ground modem setup]]&lt;br /&gt;
&lt;br /&gt;
==== RC Transmitter / Receiver====&lt;br /&gt;
&lt;br /&gt;
The RC world gives you many options to control your aircraft. If you or any supporting team member already owns an RC system, you might try to get this to work. It is important that your RC receiver supports the output of a sum signal that contains all servo data in one signal. You need an extra channel for switching the flight mode. If you start from scratch the Futaba/robbe system is a good option.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/rc_transmitter|RC transmitter / receiver setup]]&lt;br /&gt;
&lt;br /&gt;
==== Battery Chargers ====&lt;br /&gt;
&lt;br /&gt;
There are many different brands and types available and we can not really give a suggestion. We were happy with devices from evoTech or Schulze. Get in contact with your local RC dealer and find a device suitable for you. It is important that the device fits to the power requirements you will see in the field (12V DC/115V AC/230V AC). Do not buy the cheapest available. Follow the instructions carefully, Lithium Polymer batteries can be dangerous.&lt;br /&gt;
&lt;br /&gt;
=== Airborne System ===&lt;br /&gt;
&lt;br /&gt;
==== Mechanical Parts ====&lt;br /&gt;
&lt;br /&gt;
We chose to use the Multiplex Funjet right after it appeared in 2006. The goal was to have an aircraft that can fly fast to be able to operate in wind conditions up to 15m/s. To achieve an easy take-off for non-RC-enthusiasts we equipped it with a bigger propeller than normal (9x6). Some outer parts have been strengthend with glass fiber. The recent Funjet Ultra can also be used but we do not see much improvement for our goals. It is heavier and the visibility is poor.&lt;br /&gt;
&lt;br /&gt;
The Funjet is not a beginners airplane. Get some piloting help when you are new to RC. You always need a safety pilot that can take over the aircraft.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/mechanical_assembly|SUMO mechanical assembly]]&lt;br /&gt;
&lt;br /&gt;
==== RC Parts ====&lt;br /&gt;
&lt;br /&gt;
Use the best RC parts you can get. There is no use in saving some Euros on this. We use Graupner servos, an AXI motor and Jeti motor controller.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/install_rc|Installing servos, motor and motor controller]]&lt;br /&gt;
&lt;br /&gt;
==== Prepare specific electronic parts ====&lt;br /&gt;
&lt;br /&gt;
These are the non-standard parts you need. Look in the [[Get_Hardware|get hardware]] section for a source of these parts. In the current version of the SUMO we use the Umarim Lite v2 autopilot, a TWOG board as data logger, a Digi XBee Pro Series 1 modem, a Hygrosens temperature sensor, Sensirion humidity sensor, Meas Spec pressure sensor and an optional Eagletree airspeed v3 sensor.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/prepare_electronics|Prepare Paparazzi electronics]]&lt;br /&gt;
&lt;br /&gt;
==== Install electronic parts ====&lt;br /&gt;
&lt;br /&gt;
This describes how the electronics are installed in the aircraft.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/install_electronics|Install Paparazzi electronics]]&lt;br /&gt;
&lt;br /&gt;
==== Software configuration setup ====&lt;br /&gt;
&lt;br /&gt;
Describes the software setup for the SUMO.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/sw_configuration|Software configuration]]&lt;br /&gt;
&lt;br /&gt;
==== Operating the logger ====&lt;br /&gt;
&lt;br /&gt;
This page describes how to setup and use the on-board logger.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/logger|Logger setup]]&lt;br /&gt;
&lt;br /&gt;
==== Using Paparazzi ====&lt;br /&gt;
&lt;br /&gt;
Browse through the wiki for learning how to use Paparazzi. The [[Media:users_manual.pdf|Users Manual]] gives a compact introduction to the system.&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=File:Sumo_advent.jpg&amp;diff=21200</id>
		<title>File:Sumo advent.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=File:Sumo_advent.jpg&amp;diff=21200"/>
		<updated>2016-04-22T15:47:39Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Module/TronSens_HTM_B71&amp;diff=21061</id>
		<title>Module/TronSens HTM B71</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Module/TronSens_HTM_B71&amp;diff=21061"/>
		<updated>2016-03-06T15:30:25Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: /* Overview */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
[[Image:Htm_b71.jpg|thumb|right|TronSens HTM 71]]&lt;br /&gt;
==Overview==&lt;br /&gt;
&lt;br /&gt;
The TronSens HTM B71 (now sold as IST HYT-271?) is a relative humidity and digital temperature sensor. Early versions seemed to have issues with other devices on the same I2C bus.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||Module name||meteo/humid_htm_b71&lt;br /&gt;
|-&lt;br /&gt;
|Sensor type&lt;br /&gt;
|humidity, temperature&lt;br /&gt;
|-&lt;br /&gt;
|Range (humidity)&lt;br /&gt;
| 0 .. 100 %RH&lt;br /&gt;
|-&lt;br /&gt;
|Range (temperature)&lt;br /&gt;
| -40°C .. +125°C&lt;br /&gt;
|-&lt;br /&gt;
|Resolution (humidity)&lt;br /&gt;
|? %RH&lt;br /&gt;
|-&lt;br /&gt;
|Resolution (temperature)&lt;br /&gt;
|0.01°C&lt;br /&gt;
|-&lt;br /&gt;
|Refresh rate&lt;br /&gt;
|4Hz&lt;br /&gt;
|-&lt;br /&gt;
|I2C address&lt;br /&gt;
|0x28&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[http://www.hy-line.de/HTM/ Product home page]&lt;br /&gt;
&lt;br /&gt;
[http://www.hy-line.de/fileadmin/hy-line/sensorik/hersteller/datasheets/ts_htm-b71_fse.pdf Product data sheet]&lt;br /&gt;
&lt;br /&gt;
==Hardware==&lt;br /&gt;
The sensor board can be directly interfaced to the autopilots I2C 3.3V interface&lt;br /&gt;
&lt;br /&gt;
=== Wiring ===&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Autopilot I2C pin'''||'''Autopilot I2C'''||'''HTM B71'''||'''HTM B71 pin'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|2&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
| +3.3V&lt;br /&gt;
| Vdd&lt;br /&gt;
|3&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|SDA&lt;br /&gt;
|SDA&lt;br /&gt;
|1&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|SCL&lt;br /&gt;
|SCL&lt;br /&gt;
|4&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&lt;br /&gt;
To use the humidity sensor add:&lt;br /&gt;
{{Box Code|conf/airframes/myplane.xml|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;modules&amp;gt;&lt;br /&gt;
    &amp;lt;load name=&amp;quot;humid_htm_b71.xml&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;/modules&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Result message===&lt;br /&gt;
&lt;br /&gt;
The raw data (ihumid/itemp) and the converted result (humid/temp) is written to the log file. The message is automatically sent when new data is received, it does not have to be added to the telemetry file. &lt;br /&gt;
{{Box Code|conf/messages.xml|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;message name=&amp;quot;HTM_STATUS&amp;quot; id=&amp;quot;115&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;field name=&amp;quot;ihumid&amp;quot; type=&amp;quot;uint16&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;field name=&amp;quot;itemp&amp;quot; type=&amp;quot;uint16&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;field name=&amp;quot;humid&amp;quot; type=&amp;quot;float&amp;quot; unit=&amp;quot;rel_hum&amp;quot; format=&amp;quot;%.2f&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;field name=&amp;quot;temp&amp;quot; type=&amp;quot;float&amp;quot; unit=&amp;quot;deg_celsius&amp;quot; format=&amp;quot;%.2f&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;/message&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Sample log file lines&lt;br /&gt;
 15.891 123 HTM_STATUS 4807 5920 29.35 19.2&lt;br /&gt;
 16.143 123 HTM_STATUS 4807 5917 29.34 19.17&lt;br /&gt;
 16.391 123 HTM_STATUS 4807 5917 29.34 19.17&lt;br /&gt;
 15.643 123 HTM_STATUS 4809 5917 29.35 19.2&lt;br /&gt;
&lt;br /&gt;
[[Category:User_Documentation]] [[Category:Modules]]&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Bebop&amp;diff=20513</id>
		<title>Bebop</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Bebop&amp;diff=20513"/>
		<updated>2015-12-09T21:06:31Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: /* Getting started */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float: right; width: 15%&amp;quot;&amp;gt;&amp;lt;categorytree style=&amp;quot;float:right; clear:right; margin-left:1ex; border: 1px solid gray; padding: 0.7ex;&amp;quot; mode=pages&amp;gt;Autopilots&amp;lt;/categorytree&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; width: 45%; overflow: hidden&amp;quot;&amp;gt;[[Image:Parrot-bebop-drone-new-03.jpeg|right|500px|Parrot Bebop]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; width: 40%&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
By default the [http://www.parrot.com/usa/products/bebop-drone/ Bebop] from [http://www.parrot.com/ Parrot] is a Wifi controlled flying quadrotor, designed to be controlled with an Android or iOS device. &lt;br /&gt;
&lt;br /&gt;
'''No more restrictions''' as from now; with a few simple clicks you can '''run Paparazzi on the Bebop''' and have full autonomous flight and much more!&lt;br /&gt;
&lt;br /&gt;
= Getting started =&lt;br /&gt;
&lt;br /&gt;
# Make sure you have the latest release version of Paparazzi installed. &lt;br /&gt;
# Power up your Bebop.&lt;br /&gt;
# If you have a Bebop 2 press the '''on/off button twice''' after powerup (or try pushing 4x)&lt;br /&gt;
# Make a Wifi connection with your PC and the Bebop &lt;br /&gt;
# In the Paparazzi center choose &amp;quot;Bebop&amp;quot; Or &amp;quot;Bebop2&amp;quot; in the airframe dropdown menu&lt;br /&gt;
# Press &amp;quot;Upload&amp;quot;&lt;br /&gt;
# Select the Bebop or ARdrone2 Flight in the session menu&lt;br /&gt;
# Press execute&lt;br /&gt;
&lt;br /&gt;
Voila, you will get telemetry from the Bebop. Now it is up to you how and where to fly.&lt;br /&gt;
&lt;br /&gt;
= Features =&lt;br /&gt;
== Connectivity ==&lt;br /&gt;
* Wi-Fi antennas: MIMO dual-band with 2 double-set of dipole antennas for 2.4 and 5 GHz&lt;br /&gt;
* Sending power: Up to 26 dBm&lt;br /&gt;
* Signal range: N/A&lt;br /&gt;
&lt;br /&gt;
== Structure ==&lt;br /&gt;
* 4 Brushless Outrunner motors&lt;br /&gt;
* Glass fiber reinforced (15%) ABS structure&lt;br /&gt;
* High-resistance EPP outdoor hull: Clip and unclip easily to adapt to indoor and outdoor flight, protects the propellers against potential bumps, can be removed to reduce wind factor&lt;br /&gt;
* Three-blade auto-block propellers in Polycarbonate with fast disassembly system&lt;br /&gt;
* Anti-vibration bumpers&lt;br /&gt;
&lt;br /&gt;
== Camera ==&lt;br /&gt;
* Camera with &amp;quot;Fisheye&amp;quot; lens 180° 1/2,3&amp;quot;: 6 optical elements and 14 Mega pixels sensor&lt;br /&gt;
* Video stabilization: Digital on 3-axes&lt;br /&gt;
* Video definition: 1920x1080p (30fps)&lt;br /&gt;
* Photo definition: 3800x3188 pixels&lt;br /&gt;
* Video encoding: H264&lt;br /&gt;
* Photo file format: RAW, DNG&lt;br /&gt;
* Internal memory: Flash 8 GB&lt;br /&gt;
* Extended memory: Micro USB&lt;br /&gt;
&lt;br /&gt;
== Battery ==&lt;br /&gt;
* Lithium Polymer 1200 mAh&lt;br /&gt;
* Flight time: Around 12 minutes&lt;br /&gt;
&lt;br /&gt;
== Processor ==&lt;br /&gt;
* Motherboard:&lt;br /&gt;
** Parrot P7 dual-core CPU Cortex 9&lt;br /&gt;
** Quad core GPU&lt;br /&gt;
** 8Gb flash memory&lt;br /&gt;
* All fixed on a magnesium shelf that acts as electromagnetic shielding and as a radiator&lt;br /&gt;
&lt;br /&gt;
== Sensors ==&lt;br /&gt;
* 3-axes magnetometer (AKM 8963)&lt;br /&gt;
* 3-axes gyroscope (MPU 6050)&lt;br /&gt;
* 3-axes accelerometer (MPU 6050)&lt;br /&gt;
* Optical-flow sensor (Fig.8): Vertical stabilization camera (Every 16 milliseconds, an image of the ground is taken and compared to the previous one to determine the speed of the Bebop Drone)&lt;br /&gt;
* Ultrasound sensor (Analyzes the flight altitude up to 8 meters)&lt;br /&gt;
* Pressure sensor (MS 5607)&lt;br /&gt;
&lt;br /&gt;
== Geo-location ==&lt;br /&gt;
* GNSS (GPS + GLONASS + Galileo, [http://www.furuno.com/en/products/gnss-module/GN-87 Furuno GN-87F])&lt;br /&gt;
&lt;br /&gt;
== Dimensions ==&lt;br /&gt;
* 28x32x3.6cm without the hull&lt;br /&gt;
* 33x38x3.6cm with the hull&lt;br /&gt;
&lt;br /&gt;
== Weight ==&lt;br /&gt;
* 380g without the hull&lt;br /&gt;
* 400g with the hull&lt;br /&gt;
&lt;br /&gt;
== OS/Software ==&lt;br /&gt;
* Operating system: Linux (kernel 3.4.11 #3 SMP PREEMPT)&lt;br /&gt;
* glibc: (Sourcery CodeBench Lite 2012.03-57) 2.15&lt;br /&gt;
* libstdc++: GLIBCXX_3.4 - GLIBCXX_3.4.16&lt;br /&gt;
&lt;br /&gt;
= Pinout =&lt;br /&gt;
== GPIO ==&lt;br /&gt;
* 6			Fans Enable&lt;br /&gt;
* 9			WiFi Reset&lt;br /&gt;
* 73			P7MU IRQ&lt;br /&gt;
* 81			GPS Power Enable&lt;br /&gt;
* 85			Fan Enable&lt;br /&gt;
* 89			VCAM FSYNC gyro&lt;br /&gt;
* 90			HCAM FSYNC gyro&lt;br /&gt;
* 91			DRDY MPU6050&lt;br /&gt;
* 124			Magneto interrupt&lt;br /&gt;
* 128			(video) Slew rate??&lt;br /&gt;
* 129		VCAM enable&lt;br /&gt;
* 130			(video) Slew rate??&lt;br /&gt;
* 132		HCAM enable&lt;br /&gt;
* 199		BLDC micro-controller reset (forces it into bootloader) ON/OFF&lt;br /&gt;
* 200		US Pulse level&lt;br /&gt;
* 201		On/Off button (default monitor to files running: /bin/onoffbutton)&lt;br /&gt;
* 202		USB Host mode pin 3V3 (HOST_MODE_3V3)&lt;br /&gt;
* 203		USB Host mode on&lt;br /&gt;
* 204		USB0 OC&lt;br /&gt;
&lt;br /&gt;
== PWM ==&lt;br /&gt;
* 6			Heating resistor for warming IMU sensors (125000ns period, 0ns duty)&lt;br /&gt;
* 8			MPU6050 clock (31510ns period, 15258ns duty) Desired frequency is 32768kHz with 50% duty cycle (period=30517us). Period was set empirically to 31517 to get a 5ms data ready period. Desired frequency is slightly modified to synchronize camera and IMU&lt;br /&gt;
* 9			Vertical camera clock (23ns period = 43MHz)&lt;br /&gt;
* 11			Horizontal camera lock (77ns period = 13MHz)&lt;br /&gt;
&lt;br /&gt;
== I2C ==&lt;br /&gt;
* I2C-0&lt;br /&gt;
** FPGA&lt;br /&gt;
** P7MU          &lt;br /&gt;
** EEPROM     Unknown EEPROM for Front camera calibration (addr 0x55)&lt;br /&gt;
** MT9f002      CMOS Digital Image Sensor (1/2.3 inch 14Mp, front camera) [http://www.onsemi.com/PowerSolutions/product.do?id=MT9F002 MT9f002] (addr 0x10)&lt;br /&gt;
** MT9v117     CMOS Digital Image Sensor (1/6 inch VGA, bottom camera) [http://www.aptina.com/assets/downloadDocument.do?id=553 MT9v117] (addr 0x5d)&lt;br /&gt;
* I2C-1&lt;br /&gt;
** Cypress       Motor Controller (Parrot BLDC) [[Bebop/BLDC]] (addr 0x08)&lt;br /&gt;
** AKM8963    Magnetometer [http://www.akm.com/akm/en/file/datasheet/AK8963.pdf AK8963]&lt;br /&gt;
** MS5607      Barometer [http://meas-spec.com/product/pressure/MS5607-02BA03.aspx MS5607]&lt;br /&gt;
* I2C-2&lt;br /&gt;
** MPU6050    Gyro + Accel [http://invensense.com/mems/gyro/documents/RM-MPU-6000A.pdf MPU6050] (rotation changed in version 2)&lt;br /&gt;
&lt;br /&gt;
== SPI ==&lt;br /&gt;
* spidev1.0 Sonar (Only data pin connected for generating pulses)&lt;br /&gt;
&lt;br /&gt;
== UART ==&lt;br /&gt;
* ttyPA1          GPS (Furuno GN-87F on v1 and Ublox Neo M8N on v2)&lt;br /&gt;
&lt;br /&gt;
== Other ==&lt;br /&gt;
* /dev/hx280 Hantro (On2) Video encoder. Hantro chip video encoder used for the HCAM.&lt;br /&gt;
* /sys/bus/iio/devices/iio:device0 (p7mu-adc_2) Sonar ADC&lt;br /&gt;
&lt;br /&gt;
=  Actuators =&lt;br /&gt;
The Bebop has 4 Brushless motors, which are controlled by the cypress chip on I2C-1. This Cypress chip contains custom made firmware(BLDC) by Parrot, which can be automatically updated using a bootloader in the ESC part of the mainboard.&lt;br /&gt;
The firmware from Parrot contains a nice closed loop RPM control, which is automatically tuned inside the factory. &lt;br /&gt;
Since version 2 Parrot changed the order and rotation direction of the motors.&lt;br /&gt;
&lt;br /&gt;
For more information about how to communicate with the BLDC look at [[Bebop/BLDC]]. Or take a look at the &amp;quot;bebop&amp;quot; actuator inside the &amp;lt;code&amp;gt;airborne/boards/bebop/&amp;lt;/code&amp;gt; folder.&lt;br /&gt;
&lt;br /&gt;
= Onboard applications =&lt;br /&gt;
&lt;br /&gt;
The original programs on the Bebop&lt;br /&gt;
&lt;br /&gt;
* /usr/bin/dragon-prog		Main program that controls the drone&lt;br /&gt;
* /bin/watchdog.sh			Checks if Dragon is still running and reboots dragon-prog if it somehow would not be running anymore &lt;br /&gt;
&lt;br /&gt;
* BLDC_Test_Bench				Controls the Brushless Motor Controllers for testing and playing sounds etc.&lt;br /&gt;
* bcmwl						Everything with wifi&lt;br /&gt;
* diagnostic					Outputs sensor diagnostic&lt;br /&gt;
* mk3_camera_eeprom                     Reads the front camera EEPROM&lt;br /&gt;
* config_mt9v117                              Configure the bottom camera&lt;br /&gt;
&lt;br /&gt;
= Cross compiler =&lt;br /&gt;
For the Bebop you need to use a recent version GNU gcc-arm-linux-gnueabi (Ubuntu/Linaro 4.7.4-2ubuntu1) 4.7.4 provided with Ubuntu since 14.04 LTS.&lt;br /&gt;
&lt;br /&gt;
[http://electronics.stackexchange.com/questions/21594/is-code-sourcery-g-lite-still-a-viable-projectIn the past you could also crosscompile with Sourcery CodeBench Lite 2012.03-57 for ARM GNU/Linux from &amp;lt;s&amp;gt;Greedy&amp;lt;/s&amp;gt; Mentor Graphics, previously called codesourcery. However the open'ness there is nowhere to be found anymore, so we'll say &amp;quot;No thanks&amp;quot; to Codesourcery ,now &amp;lt;s&amp;gt;Greedy&amp;lt;/s&amp;gt; Mentor&amp;quot;]&lt;br /&gt;
but if you [http://sourcery.mentor.com/public/gnu_toolchain/arm-none-linux-gnueabi/arm-2012.03-57-arm-none-linux-gnueabi.bin insist] , feel &amp;lt;s&amp;gt;free&amp;lt;/s&amp;gt; restricted.&lt;br /&gt;
&lt;br /&gt;
= Tips &amp;amp; Tricks =&lt;br /&gt;
&lt;br /&gt;
== Video ==&lt;br /&gt;
Load the [http://docs.paparazziuav.org/latest/module__video_rtp_stream.html video_rtp_stream.xml] module. Receive the video stream with e.g. avplay:	&lt;br /&gt;
 $ avplay -loglevel quiet -max_delay 50 -fflags nobuffer rtp://192.168.42.1:5000&lt;br /&gt;
&lt;br /&gt;
== Factory Reset ==&lt;br /&gt;
You can reset the Parrot Bebop Drone to factory settings. You '''will''' loose all your photos and movies recorded on your Bebop.&lt;br /&gt;
To do this you need to press and hold the power button for 10 seconds. The LED will blink green and orange for a while, then green and the drone will shutdown.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Autopilots]]&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Papers&amp;diff=20393</id>
		<title>Papers</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Papers&amp;diff=20393"/>
		<updated>2015-10-08T06:33:38Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
Some publications about Paparazzi.&lt;br /&gt;
&lt;br /&gt;
===2014===&lt;br /&gt;
&lt;br /&gt;
* [http://repository.tudelft.nl/view/conferencepapers/uuid:b38fbdb7-e6bd-440d-93be-f7dd1457be60 Using the Paparazzi UAV System for Scientific Research], Hattenberger G., Bronz M., Gorraz M., IMAV 2014: Proceedings of the International Micro Air Vehicle Conference and Competition 2014&lt;br /&gt;
* [http://repository.tudelft.nl/view/conferencepapers/uuid:29e5367f-6c16-43e1-989e-d51cf8b51f7d Lisa-S 2.8g autopilot for GPS-based flight of MAVs], Remes, B.D.W. · Esden-Tempski, P. · Van Tienen, F. · Smeur, E. · De Wagter, C. · De Croon, G.C.H.E., IMAV 2014: Proceedings of the International Micro Air Vehicle Conference and Competition 2014&lt;br /&gt;
&lt;br /&gt;
===2013===&lt;br /&gt;
&lt;br /&gt;
* ''Development of a Long Endurance Mini-UAV : ETERNITY'', Bronz M., Hattenberger G., Moschetta J.-M.; Journal International Journal of Micro Air Vehicles 5, 4 (2013) pp 261-272&lt;br /&gt;
* ''The cooperation between Unmanned Aerial Vehicles using a mission planner'', Truong T. V. A., Hattenberger G., Ronflé-Nadaud C.; INDIN 2013, 11th IEEE International Conference on Industrial Informatics, Germany (2013)&lt;br /&gt;
* ''Multi-Lifting-Device UAV Autonomous Flight at Any Transition Percentage'', Christophe De Wagter, Dirk Dokter, Guido de Croon, Bart Remes. Accepted for publication. EuroGNC2013  &lt;br /&gt;
* ''Unmanned aircraft system measurements of the atmospheric boundary layer over Terra Nova Bay, Antarctica'', Knuth, S. L., J.J. Cassano, J.A. Maslanik, P.D. Herrmann, P.A. Kernebone, R.I. Crocker, and N.J. Logan; 2013Earth Sys. Sci. Data, accepted, pending revisions&lt;br /&gt;
* ''Open Source Autopilot for Academic Research – The Paparazzi System'', Paparazzi Community, Balazs Gati; Proceeding of the American Control Conference 2013, 17-19. Juni 2013, Washington, USA; accepted, under publication&lt;br /&gt;
&lt;br /&gt;
===2012===&lt;br /&gt;
&lt;br /&gt;
* ''Multi-point optimization of a propulsion set as applied to a multi-tasking MAV'', Murat Bronz, Jean-Marc Moschetta, and Gautier Hattenberger. In proceedings of the International Micro Aerial Vehicle Conference and Competition, Germany, July 2012&lt;br /&gt;
* ''A &amp;quot;no-flow-sensor&amp;quot; wind estimation algorithm for unmanned aerial systems'', Mayer, Hattenberger, Brisset, Jonassen and Reuder. In International Journal of Micro Air Vehicles, Volume 4, N°1, March 2012&lt;br /&gt;
* ''Sub-sampling: Real-time vision for micro air vehicles, Robotics and Autonomous Systems'', G.C.H.E. de Croon, C. De Wagter, B.D.W. Remes, R. Ruijsink; Volume 60, Issue 2, February 2012, Pages 167-181, ISSN 0921-8890&lt;br /&gt;
&lt;br /&gt;
===2011===&lt;br /&gt;
&lt;br /&gt;
* ''Compact helical ring antenna for iridium communication on UAV'',Morlaas, Chabory, Souny and Hattenberger. In proceedings of ETTC 2011, European Test and Telemetry Conference, 14-16 June 2011, Toulouse, France&lt;br /&gt;
* ''Seven-Sensor Fast-Response Probe for Full-Scale Wind Turbine Flowfield Measurements'', M. Mansour, G. Kocer, C. Lenherr, N. Chokani and R. S. Abhari,J.; Eng. Gas Turbines Power 133(8), 081601 (Apr 05, 2011)&lt;br /&gt;
* ''Differential Flatness and Control of Nonlinear Systems'', Antoine Drouin, Sebastião Simões Cunha, Alexandre C. Brandão Ramos, Felix Mora-Camino; Proceedings of the 30th Chinese Control Conference, July 22-24, 2011, Yantai, China&lt;br /&gt;
&lt;br /&gt;
* ''Full-Scale Wind Turbine Near-Wake Measurements Using an Instrumented Uninhabited Aerial Vehicle'', G. Kocer, M. Mansour, N. Chokani, R. S. Abhari, M. Müller. Journal of Solar Energy Engineering, 133, pp. 041011-1 – 041011-8, 2011.&lt;br /&gt;
&lt;br /&gt;
===2010===&lt;br /&gt;
&lt;br /&gt;
* ''Flying Autonomously to Corsica : A long Endurance Mini-UAV System'', Murat Bronz, Jean-Marc Moschetta and Pascal Brisset. In proceedings of the International Micro Air Vehicle Conference and Flight Competition (IMAV2010) Braunschweig, Germany, 2010&lt;br /&gt;
* ''Flight Autonomy of Micro-drone in indoor Environments using LIDAR Flash Camera'', Bertrand Vandeportaele, Aaron Montoya, Simon Lacroix and Gautier Hattenberger. In proccedings of the International Micro Air Vehicle Conference and Flight Competition (IMAV2010) Braunschweig, Germany, 2010&lt;br /&gt;
* ''Wintertime observations of an Antarctic polynya with unmanned aerial systems'', Cassano, J.J., J.A. Maslanik, C.J. Zappa, A.L. Gordon, R.I. Cullather, and S.L. Knuth; 2010, EOS, 91, 245-246.&lt;br /&gt;
* ''Roll-channel fractional order controller design for a small fixed-wing unmanned aerial vehicle'', Haiyang Chao, Ying Luo, Long Di, Yang Quan Chen; Control Engineering Practice, Volume 18, Issue 7, July 2010, Pages 761-772, ISSN 0967-0661&lt;br /&gt;
* ''A 'no-flow-sensor' wind estimation algorithm for Unmanned Aerial Systems'', Mayer, S., G. Hattenenberger, P. Brisset, M. Jonassen, and J. Reuder; 2010, International Journal of Micro Air Vehicles, 4, 1, 19-25.&lt;br /&gt;
&lt;br /&gt;
===2009===&lt;br /&gt;
&lt;br /&gt;
* ''Towards a Long Endurance MAV'', Murat Bronz, Jean-Marc Moschetta, Pascal Brisset and Michel Gorraz. IJMAV Volume 1 – Number4, 2009&lt;br /&gt;
* ''Planification de mission pour une patrouille de micro-drones'', P.S. Huard. Phd Thesis. Institut supérieur de l'aéronautique et de l'espace. Toulouse, France, 18 décembre 2009&lt;br /&gt;
* ''Planification de mission pour une patrouille de micro-drones'', P.S. Huard, N. Barnier, P.Brisset, and G. Verfaillie. In Proceedings Journées Francophones Planification Décision Apprentissage (JFPDA 2009), Paris, France, 2009&lt;br /&gt;
* ''Online mission planning for a swarm of fixed-wing MAV'', P.S. Huard, N. Barnier, P.Brisset, and G. Verfaillie. In Proceedings of the 4rd US-European Competition and Workshop on Micro Air Vehicle (IMAV09), Floride, 2009&lt;br /&gt;
* ''[https://www.schweizerbart.de/papers/metz/detail/18/57209/The_Small_Unmanned_Meteorological_Observer_SUMO_A_new_tool_for_atmospheric_boundary_layer_research The Small Unmanned Meteorological Observer SUMO: A New Tool for Atmospheric Boundary Layer Research]'' Reuder, J., Brisset, P., Jonassen, M., Mueller, M. and Mayer, S.  Meteorologische Zeitschrift Vol. 18 No. 2, p. 141 - 147, 2009&lt;br /&gt;
&lt;br /&gt;
===2008===&lt;br /&gt;
&lt;br /&gt;
* ''Multi-UAV control with the Paparazzi system'', P. Brisset and G. Hattenberger. In proceedings of the Conference on Human Operating Unmanned Systems (HUMOUS'08), Brest (France), 2008&lt;br /&gt;
* ''SUMO: A Small Unmanned Meteorological Observer for atmospheric boundary layer research'',J. Reuder, P. Brisset, M. Jonassen, M. Müller, and S. Mayer;2008 IOP Conf. Ser.: Earth Environ. Sci. 1 012014&lt;br /&gt;
* ''Waypoint Navigation, Stabilization and Sensor Drift'', Antoine Drouin, Andreas Kleinert, Heinrich Warmers; EMAV2008, Braunschweig, Germany&lt;br /&gt;
&lt;br /&gt;
===2007===&lt;br /&gt;
&lt;br /&gt;
* ''Automated mission planning for a fleet of micro air vehicle'', P.S. Huard, N. Barnier, and C. Pralet. In Proc. of the 3rd US-European Competition and Workshop on Micro Air Vehicle and 7th European Micro Air Vehicle Conference and Flight Competition (MAV07), Toulouse, France, 2007&lt;br /&gt;
* ''[https://events.ccc.de/congress/2007/Fahrplan/events/2225.en.html Paparazzi - The Free Autopilot. Build your own UAV]'', Antoine Drouin, Martin Müller. In the 24th Chaos Communication Congress, Berlin, 27-30 December 2007&lt;br /&gt;
* ''Reengineering the Paparazzi autopilot navigation system'', Brisset, Drouin, Jestin. In proceedings of IAV 2007, Toulouse, 3-5 september 2007&lt;br /&gt;
* ''Rotorcraft trajectory tracking by non linear inverse control'', Drouin, Mora Camino, Branda Ramos. In 6th brazilian conference on dynamics, control and their applications, Campus de Sao José do Rio, avril 2007&lt;br /&gt;
&lt;br /&gt;
===2006===&lt;br /&gt;
&lt;br /&gt;
* ''The Paparazzi Solution'', Brisset, Drouin, Gorraz, Huard et Tyler, MAV06, 2006. [http://download.paparazziuav.org/papers/papers_2006/mav06_paparazzi.pdf Article], [http://download.paparazziuav.org/papers/papers_2006/mav06_paparazzi_slides.pdf Slides]&lt;br /&gt;
&lt;br /&gt;
===2005===&lt;br /&gt;
&lt;br /&gt;
* ''Systèmes interactifs du drone Paparazzi'', Doscot, Masouri et Poupart, ENAC, 2005. [http://download.paparazziuav.org/papers/papers_2005/rapport_co_ihm.pdf Report (french)]&lt;br /&gt;
* ''Drones'', Brisset et Drouin, journées portes ouvertes ENAC, 2005. [http://download.paparazziuav.org/papers/papers_2005/jpo_2005.pdf Slides (french)]&lt;br /&gt;
&lt;br /&gt;
===2004===&lt;br /&gt;
&lt;br /&gt;
* ''Création d'une photo aérienne large à partir d'un flux vidéo enregistré par un mini-drone'' M. Tobie, ENAC, 2004. [http://download.paparazziuav.org/papers/papers_2004/rapport_a_matthieu.pdf Report (french)]&lt;br /&gt;
* ''PaparaDzIY : do-it-yourself UAV'' Brisset et Drouin, Journées Micro Drones, Toulouse, 2004. [http://download.paparazziuav.org/papers/papers_2004/paparadziy.pdf Slides]&lt;br /&gt;
* ''Drones et micro-drones'' Brisset et Drouin, CENA, 2004. [http://download.paparazziuav.org/papers/papers_2004/drones_et_micro_drones.pdf Slides (french)]&lt;br /&gt;
&lt;br /&gt;
===2003===&lt;br /&gt;
&lt;br /&gt;
* ''Calibration d’un capteur IR pour micro drone'' Binas, Deplanche, Hadida, ENAC, 2003. [http://download.paparazziuav.org/papers/papers_2003/infrared_calib_paper.doc Report (french)] [http://download.paparazziuav.org/papers/papers_2003/infrared_calib_slides.ppt Slides (french)]&lt;br /&gt;
&lt;br /&gt;
[[Category:Developer_Documentation]] [[Category:Community]]&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=File:Otf_cable.jpg&amp;diff=18644</id>
		<title>File:Otf cable.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=File:Otf_cable.jpg&amp;diff=18644"/>
		<updated>2014-05-18T21:02:31Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: Martinmm uploaded a new version of &amp;amp;quot;File:Otf cable.jpg&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Aeroprobe On-The-Fly! cable&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Module/Aeroprobe_OTF&amp;diff=18643</id>
		<title>Module/Aeroprobe OTF</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Module/Aeroprobe_OTF&amp;diff=18643"/>
		<updated>2014-05-18T21:01:43Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: replace Sparkfun PRT-08780 with BOB-11189&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
[[Image:Otf_5hole.jpg|thumb|right|Aeroprobe 3mm 5-hole probe]]&lt;br /&gt;
[[Image:Otf_ad.jpg|thumb|right|Aeroprobe On-The-Fly! air data computer]]&lt;br /&gt;
[[Image:Otf_cable.jpg|thumb|right|OTF! cable]]&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
The Aeroprobe On-The-Fly! air data computer measures air pressure from a 5-hole pitot tube and can write resulting data to an SD card or transmit it through an UART. It outputs speed, angle of attack, angle of sideslip and altitude. The air data computer input &amp;quot;1&amp;quot; goes to the middle tube of the probe, the longest one. The next shorter one goes to &amp;quot;2&amp;quot;, then &amp;quot;3&amp;quot; and so on.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||Module name||sensors/airspeed_otf&lt;br /&gt;
|-&lt;br /&gt;
|Sensor type&lt;br /&gt;
|airspeed, flow angle&lt;br /&gt;
|-&lt;br /&gt;
|Range (speed)&lt;br /&gt;
|8m/s .. 63m/s&lt;br /&gt;
|-&lt;br /&gt;
|Range (angle)&lt;br /&gt;
|±20°&lt;br /&gt;
|-&lt;br /&gt;
|Resolution (speed)&lt;br /&gt;
|0.02m/s&lt;br /&gt;
|-&lt;br /&gt;
|Resolution (angle)&lt;br /&gt;
|0.01°&lt;br /&gt;
|-&lt;br /&gt;
|Refresh rate&lt;br /&gt;
|100Hz&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[http://www.aeroprobe.com/uploads/On-The-Fly_Manual_RevF.docx User manual]&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
&lt;br /&gt;
The air data computer needs to be configured by the manufacturer to output data at the desired speed. The serial interface does have original RS-232 levels, that is '''not''' compatible with the autopilots 3.3V interface. You need a RS-232 level shifter. Do '''not''' use a simple transistor-based converter like the Sparkfun PRT-08780 as it can not safely be driven by the Aeroprobe. Use a integrated converter like the MAX3232 based Sparkfun BOB-11189.&lt;br /&gt;
&lt;br /&gt;
Air data computer/pitot tube supplier:&lt;br /&gt;
[http://www.aeroprobe.com/distributors Aeroprobe]&lt;br /&gt;
&lt;br /&gt;
RS232 level shifter supplier:&lt;br /&gt;
[http://www.sparkfun.com/products/11189 Sparkfun]&lt;br /&gt;
&lt;br /&gt;
OTF connector supplier:&lt;br /&gt;
[http://de.farnell.com/hrs-hirose/hr30-6p-6s-71/stecker-loet-buchsenkontakt-6kont/dp/1425744 Farnell]&lt;br /&gt;
&lt;br /&gt;
=== Wiring Umarim ===&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Umarim UART1 pin'''||'''Umarim UART1'''||'''Level shifter LOGIC'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
| +3.3V&lt;br /&gt;
|VCC&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|RX1&lt;br /&gt;
|R1OUT&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|TX1&lt;br /&gt;
|T1IN&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Wiring Logger/TWOG ===&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''TWOG SERIAL pin'''||'''TWOG SERIAL'''||'''Level shifter LOGIC'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
| +3.3V&lt;br /&gt;
| 3V-5.5V&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|RXD1&lt;br /&gt;
|R1OUT&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|TXD1&lt;br /&gt;
|T1IN&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Common wiring===&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''BEC Power supply'''||'''OTF'''||'''OTF pin'''&lt;br /&gt;
|-&lt;br /&gt;
| +&lt;br /&gt;
| +VCC&lt;br /&gt;
|1&lt;br /&gt;
|-&lt;br /&gt;
| -&lt;br /&gt;
|GND&lt;br /&gt;
|2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''color'''||'''Level shifter RS-232'''||'''OTF'''||'''OTF pin'''&lt;br /&gt;
|-&lt;br /&gt;
|red&lt;br /&gt;
|R1IN&lt;br /&gt;
|TX (data out)&lt;br /&gt;
|3&lt;br /&gt;
|-&lt;br /&gt;
|orange&lt;br /&gt;
|T1OUT&lt;br /&gt;
|RX (data in)&lt;br /&gt;
|4&lt;br /&gt;
|-&lt;br /&gt;
|black&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|5&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Ground usage ==&lt;br /&gt;
&lt;br /&gt;
This is for the lab only, not for flight. The modem serial port of an Umarim will be occupied by the OTF! compter. Therefore the data is transferred through USB.&lt;br /&gt;
{{Box Code|conf/airframes/myplane.xml|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;firmware name=&amp;quot;fixedwing&amp;quot;&amp;gt;&lt;br /&gt;
    ...&lt;br /&gt;
    &amp;lt;subsystem name=&amp;quot;telemetry&amp;quot; type=&amp;quot;transparent_usb&amp;quot;/&amp;gt;&lt;br /&gt;
    ...&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To use it load the airspeed_otf module:&lt;br /&gt;
{{Box Code|conf/airframes/myplane.xml|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;modules&amp;gt;&lt;br /&gt;
    ...&lt;br /&gt;
    &amp;lt;load name=&amp;quot;airspeed_otf.xml&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;/modules&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The used UART has to be set globally:&lt;br /&gt;
{{Box Code|conf/airframes/myplane.xml|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;target name=&amp;quot;ap&amp;quot; board=&amp;quot;&amp;lt;my_board_type&amp;gt;&amp;quot;&amp;gt;&lt;br /&gt;
      ...&lt;br /&gt;
      &amp;lt;configure name=&amp;quot;OTF_UART&amp;quot; value=&amp;quot;UART1&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Result message===&lt;br /&gt;
&lt;br /&gt;
The output is airspeed (velocity), angle of attack (a_attack), angle of sideslip (a_sidesl) and altitude. The data is secured by a packet counter and a checksum.&lt;br /&gt;
{{Box Code|conf/messages.xml|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;message name=&amp;quot;WIND_AP_OTF&amp;quot; id=&amp;quot;179&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;field name=&amp;quot;counter&amp;quot; type=&amp;quot;uint32&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;field name=&amp;quot;velocity&amp;quot; type=&amp;quot;int16&amp;quot; unit=&amp;quot;cm/s&amp;quot; alt_unit=&amp;quot;m/s&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;field name=&amp;quot;a_attack&amp;quot; type=&amp;quot;int16&amp;quot; unit=&amp;quot;centideg&amp;quot; alt_unit=&amp;quot;deg&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;field name=&amp;quot;a_sidesl&amp;quot; type=&amp;quot;int16&amp;quot; unit=&amp;quot;centideg&amp;quot; alt_unit=&amp;quot;deg&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;field name=&amp;quot;altitude&amp;quot; type=&amp;quot;int32&amp;quot; unit=&amp;quot;cm&amp;quot; alt_unit=&amp;quot;m&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;field name=&amp;quot;checksum&amp;quot; type=&amp;quot;uint8&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;/message&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Sample log file lines&lt;br /&gt;
 11.522 123 FLOW_AP_OTF 1076 1480 628 1636 -100 2&lt;br /&gt;
 11.535 123 FLOW_AP_OTF 1077 1457 735 1707 900 29&lt;br /&gt;
 11.548 123 FLOW_AP_OTF 1078 1451 661 1867 800 19&lt;br /&gt;
 11.555 123 FLOW_AP_OTF 1079 1422 697 1685 -300 11&lt;br /&gt;
&lt;br /&gt;
[[Category:User_Documentation]] [[Category:Modules]]&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=File:Mpx_connector.jpg&amp;diff=18387</id>
		<title>File:Mpx connector.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=File:Mpx_connector.jpg&amp;diff=18387"/>
		<updated>2014-03-24T17:56:36Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: Mulitplex wing connector&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mulitplex wing connector&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=SUMO&amp;diff=18367</id>
		<title>SUMO</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=SUMO&amp;diff=18367"/>
		<updated>2014-03-16T17:14:46Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: add users manual&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
The Small Unmanned Observer (SUMO) has been developed by the Paparazzi community together with the Geophysical Institute of the University of Bergen, Norway. It is designed to support research in the lower atmospheric boundary layer. It uses industry standard sensors for temperature, air pressure, humidity and wind speed/direction as well as more specialized sensors as infrared/visible light radiation, particle concentration or ionizing radiation ([[Modules_list|full list]]). It has been used in many measurement campaigns by various research institutions.&lt;br /&gt;
&lt;br /&gt;
[http://www.uib.no/rg/meten/research/field-instrumentation/sumo SUMO homepage at the Geophysical Institute]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:Funjetgfi.jpg|The SUMO&lt;br /&gt;
Image:Kerlingafjoll.jpg|Near Hofsjökull glacier, Iceland 2007&lt;br /&gt;
Image:Hangar.jpg|KV Svalbard, Barents Sea 2008&lt;br /&gt;
Image:Adventalen.jpg|Adventalen, Svalbard 2009&lt;br /&gt;
Image:Finnarp.jpg|Finnish Aboa station Antarctica 2010&lt;br /&gt;
Image:Troll_station.jpg|Norwegian Troll station Antarctica 2011&lt;br /&gt;
Image:Sumo_launch.jpg|US McMurdo station Antarctica 2012&lt;br /&gt;
Image:Weddell_sea.jpg|RV Polarstern in the Weddell Sea/Antarctica 2013&lt;br /&gt;
Image:Sumo_tall_tower.jpg|Remote camp on Ross Ice Shelf/Antarctica 2014&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Legal Disclaimer ==&lt;br /&gt;
&lt;br /&gt;
'''As with all Paparazzi software and hardware this does not come with any guarantee. Make sure you follow all applicable rules and laws (safety, radio regulation, ...). No part of the system is certified by any national or international authority. Please refer to the national aviation regulation for Remotely Piloted Aircraft Systems of the accountable country before you start operating. A special permit is usually needed for any activity not related to hobby/recreational usage and especially important if you intend to fly at high altitudes. The experience is that the necessary consultations need quite some time and effort.'''&lt;br /&gt;
&lt;br /&gt;
== Build your own ==&lt;br /&gt;
&lt;br /&gt;
The SUMO is bascially an RC airplane equipped with additional hardware for automatic flight and to collect data for scientific usage. It needs some knowledge in the fields of model airplanes, electronics, hard- and software to build and operate it. One successful strategy for an university research group might be to team up with the engineering department. Get in contact with local RC enthusiasts and ask them to support you in safety piloting the aircrafts. There are many different ways to assemble a Paparazzi aircraft. We are describing a way hat has shown great results in the past years.&lt;br /&gt;
&lt;br /&gt;
=== Ground station ===&lt;br /&gt;
&lt;br /&gt;
The groundstation consists of a laptop, a bi-directional modem, a standard RC transmitter and battery chargers.&lt;br /&gt;
&lt;br /&gt;
==== Laptop ====&lt;br /&gt;
&lt;br /&gt;
The computer should be able to operate outdoors and cope with dust, water, temperature, etc. We have mainly used Panasonic Toughbook CF-19 laptops that never showed any weakness. The recommended operating system is Ubuntu 12.04 LTS.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/Software_installation|Software installation instructions]]&lt;br /&gt;
&lt;br /&gt;
==== Ground Modem ====&lt;br /&gt;
&lt;br /&gt;
The [[Modems|modems section]] describes an overwhelming number of various modems that are available for all sorts of applications. The 2.4GHz Digi XBee Series 1 are proven all-purpose modems that can be used almost world wide. For the ground station we use the readily available Digi XBee USB modem in a robust metal case. It is connected to the laptop through a standard USB A-B cable and brings its own whip antenna.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/Ground_modem|Ground modem setup]]&lt;br /&gt;
&lt;br /&gt;
==== RC Transmitter / Receiver====&lt;br /&gt;
&lt;br /&gt;
The RC world gives you many options to control your aircraft. If you or any supporting team member already owns an RC system, you might try to get this to work. It is important that your RC receiver supports the output of a sum signal that contains all servo data in one signal. You need an extra channel for switching the flight mode. If you start from scratch the Futaba/robbe system is a good option.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/rc_transmitter|RC transmitter / receiver setup]]&lt;br /&gt;
&lt;br /&gt;
==== Battery Chargers ====&lt;br /&gt;
&lt;br /&gt;
There are many different brands and types available and we can not really give a suggestion. We were happy with devices from evoTech or Schulze. Get in contact with your local RC dealer and find a device suitable for you. It is important that the device fits to the power requirements you will see in the field (12V DC/115V AC/230V AC). Do not buy the cheapest available. Follow the instructions carefully, Lithium Polymer batteries can be dangerous.&lt;br /&gt;
&lt;br /&gt;
=== Airborne System ===&lt;br /&gt;
&lt;br /&gt;
==== Mechanical Parts ====&lt;br /&gt;
&lt;br /&gt;
We chose to use the Multiplex Funjet right after it appeared in 2006. The goal was to have an aircraft that can fly fast to be able to operate in wind conditions up to 15m/s. To achieve an easy take-off for non-RC-enthusiasts we equipped it with a bigger propeller than normal (9x6). Some outer parts have been strengthend with glass fiber. The recent Funjet Ultra can also be used but we do not see much improvement for our goals. It is heavier and the visibility is poor.&lt;br /&gt;
&lt;br /&gt;
The Funjet is not a beginners airplane. Get some piloting help when you are new to RC. You always need a safety pilot that can take over the aircraft.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/mechanical_assembly|SUMO mechanical assembly]]&lt;br /&gt;
&lt;br /&gt;
==== RC Parts ====&lt;br /&gt;
&lt;br /&gt;
Use the best RC parts you can get. There is no use in saving some Euros on this. We use Graupner servos, an AXI motor and Jeti motor controller.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/install_rc|Installing servos, motor and motor controller]]&lt;br /&gt;
&lt;br /&gt;
==== Prepare specific electronic parts ====&lt;br /&gt;
&lt;br /&gt;
These are the non-standard parts you need. Look in the [[Get_Hardware|get hardware]] section for a source of these parts. In the current version of the SUMO we use the Umarim Lite v2 autopilot, a TWOG board as data logger, a Digi XBee Pro Series 1 modem, a Hygrosens temperature sensor, Sensirion humidity sensor, Meas Spec pressure sensor and an optional Eagletree airspeed v3 sensor.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/prepare_electronics|Prepare Paparazzi electronics]]&lt;br /&gt;
&lt;br /&gt;
==== Install electronic parts ====&lt;br /&gt;
&lt;br /&gt;
This describes how the electronics are installed in the aircraft.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/install_electronics|Install Paparazzi electronics]]&lt;br /&gt;
&lt;br /&gt;
==== Software configuration setup ====&lt;br /&gt;
&lt;br /&gt;
Describes the software setup for the SUMO.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/sw_configuration|Software configuration]]&lt;br /&gt;
&lt;br /&gt;
==== Operating the logger ====&lt;br /&gt;
&lt;br /&gt;
This page describes how to setup and use the on-board logger.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/logger|Logger setup]]&lt;br /&gt;
&lt;br /&gt;
==== Using Paparazzi ====&lt;br /&gt;
&lt;br /&gt;
Browse through the wiki for learning how to use Paparazzi. The [[Media:users_manual.pdf|Users Manual]] gives a compact introduction to the system.&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=SUMO/rc_transmitter&amp;diff=18366</id>
		<title>SUMO/rc transmitter</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=SUMO/rc_transmitter&amp;diff=18366"/>
		<updated>2014-03-16T16:58:20Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: add R6008SP&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Receiver =&lt;br /&gt;
&lt;br /&gt;
We chose the Futaba 2.4GHz FASST system to control the SUMO. Any other system can be used as long as the RC receiver gives you the servo signals as a sum signal '''and''' this sum signal is turned off by the receiver if there is no radio transmission received (out of range, transmitter off). By turning off the sum signal the Paparazzi system can detect a RC link loss and switch to emergency modes.&lt;br /&gt;
&lt;br /&gt;
=== R6107SP (special Mikrokopter) ===&lt;br /&gt;
&lt;br /&gt;
[[Image:R6107sp.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
Until recently we used a special [https://www.mikrocontroller.com Mikrokopter] version of the R6107SP. It will output a 7-channel sum signal that is turned off in case the receiver can not detect a radio transmission. Unfortunately the R6107SP is no longer made by robbe/Futaba.&lt;br /&gt;
&lt;br /&gt;
=== R6008SP ===&lt;br /&gt;
&lt;br /&gt;
[[Image:R6008sp.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
The R6008SP outputs a sum signal. '''It needs a 8-channel RC transmitter, the 7-channel transmitters T6EX or T7C below do not work!'''&lt;br /&gt;
&lt;br /&gt;
By default the sum signal is not turned off if no radio transmission is received (robbe calls that &amp;quot;HIGH LEVEL&amp;quot; mode). The receiver can be set to turn off the sum signal if no radio transmission is received (called &amp;quot;LOW LEVEL&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
To switch between HIGH LEVEL (sum signal always on) and LOW LEVEL (sum signal off if no radio transmission received):&lt;br /&gt;
&lt;br /&gt;
* bind the receiver to the transmitter&lt;br /&gt;
* turn off receiver&lt;br /&gt;
* press the bind button and keep it pressed while turning receiver on&lt;br /&gt;
* red LED should blink (= HIGH LEVEL)&lt;br /&gt;
* keep pressed for another 2-3 seconds, release&lt;br /&gt;
* red/green LED should blink (=LOW LEVEL)&lt;br /&gt;
* turn receiver off&lt;br /&gt;
&lt;br /&gt;
Check that the sum signal is actually off by looking at the radio status in the Paparazzi gcs and turning the transmitter off. The mode can be switched back the same way.&lt;br /&gt;
&lt;br /&gt;
= Transmitter =&lt;br /&gt;
&lt;br /&gt;
We have used classic Graupner/JR transmitters together with Futaba HFM12-x transmitter modules and the Futaba T6EX, T7C and T8FG transmitters. The T6EX is not really recommended as you might need to modify it to have a 3 position switch. With the T6EX we also had seen issues because of reduced transmission power at low temperatures (-28°C).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
T7C&lt;br /&gt;
&lt;br /&gt;
[[Image:T7c.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
T8FG&lt;br /&gt;
&lt;br /&gt;
[[Image:T8fg.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Choose your personal stick mode for the Futaba T7C or T8FG and do not reverse channels. Program the transmitter to have a 3-position switch (for manual/auto1/auto2) to appear on channel 5.&lt;br /&gt;
&lt;br /&gt;
[[Image:Mode_switch.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The channels at a Futaba R6107SP should then be &lt;br /&gt;
&lt;br /&gt;
 1 Roll&lt;br /&gt;
 2 Pitch&lt;br /&gt;
 3 Throttle&lt;br /&gt;
 4 Yaw&lt;br /&gt;
 5 Autopilot Mode (M/A1/A2)&lt;br /&gt;
&lt;br /&gt;
Use the radio/t7c.xml radio file for configuration (for a Futaba R6107SP receiver).&lt;br /&gt;
&lt;br /&gt;
=== Programming the 5th channel of the T7C for Paparazzi mode ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
turn on transmitter&lt;br /&gt;
&lt;br /&gt;
[[Image:T7c_mode_01.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
long press Mode/Page button&lt;br /&gt;
&lt;br /&gt;
[[Image:T7c_mode_02.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
press Cursor/Down 2x to get to PARAMETR&lt;br /&gt;
&lt;br /&gt;
[[Image:T7c_mode_03.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
press big round Multi/Rotation button&lt;br /&gt;
&lt;br /&gt;
[[Image:T7c_mode_04.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
press Cursor/Down 2x to SCH-K5 (channel 5)&lt;br /&gt;
&lt;br /&gt;
[[Image:T7c_mode_05.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
turn big round Multi/Rotation button until E (3-way switch) appears&lt;br /&gt;
&lt;br /&gt;
[[Image:T7c_mode_06.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
press End 2x to leave&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=SUMO&amp;diff=18365</id>
		<title>SUMO</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=SUMO&amp;diff=18365"/>
		<updated>2014-03-16T16:26:05Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: add receiver&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
The Small Unmanned Observer (SUMO) has been developed by the Paparazzi community together with the Geophysical Institute of the University of Bergen, Norway. It is designed to support research in the lower atmospheric boundary layer. It uses industry standard sensors for temperature, air pressure, humidity and wind speed/direction as well as more specialized sensors as infrared/visible light radiation, particle concentration or ionizing radiation ([[Modules_list|full list]]). It has been used in many measurement campaigns by various research institutions.&lt;br /&gt;
&lt;br /&gt;
[http://www.uib.no/rg/meten/research/field-instrumentation/sumo SUMO homepage at the Geophysical Institute]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:Funjetgfi.jpg|The SUMO&lt;br /&gt;
Image:Kerlingafjoll.jpg|Near Hofsjökull glacier, Iceland 2007&lt;br /&gt;
Image:Hangar.jpg|KV Svalbard, Barents Sea 2008&lt;br /&gt;
Image:Adventalen.jpg|Adventalen, Svalbard 2009&lt;br /&gt;
Image:Finnarp.jpg|Finnish Aboa station Antarctica 2010&lt;br /&gt;
Image:Troll_station.jpg|Norwegian Troll station Antarctica 2011&lt;br /&gt;
Image:Sumo_launch.jpg|US McMurdo station Antarctica 2012&lt;br /&gt;
Image:Weddell_sea.jpg|RV Polarstern in the Weddell Sea/Antarctica 2013&lt;br /&gt;
Image:Sumo_tall_tower.jpg|Remote camp on Ross Ice Shelf/Antarctica 2014&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Legal Disclaimer ==&lt;br /&gt;
&lt;br /&gt;
'''As with all Paparazzi software and hardware this does not come with any guarantee. Make sure you follow all applicable rules and laws (safety, radio regulation, ...). No part of the system is certified by any national or international authority. Please refer to the national aviation regulation for Remotely Piloted Aircraft Systems of the accountable country before you start operating. A special permit is usually needed for any activity not related to hobby/recreational usage and especially important if you intend to fly at high altitudes. The experience is that the necessary consultations need quite some time and effort.'''&lt;br /&gt;
&lt;br /&gt;
== Build your own ==&lt;br /&gt;
&lt;br /&gt;
The SUMO is bascially an RC airplane equipped with additional hardware for automatic flight and to collect data for scientific usage. It needs some knowledge in the fields of model airplanes, electronics, hard- and software to build and operate it. One successful strategy for an university research group might be to team up with the engineering department. Get in contact with local RC enthusiasts and ask them to support you in safety piloting the aircrafts. There are many different ways to assemble a Paparazzi aircraft. We are describing a way hat has shown great results in the past years.&lt;br /&gt;
&lt;br /&gt;
=== Ground station ===&lt;br /&gt;
&lt;br /&gt;
The groundstation consists of a laptop, a bi-directional modem, a standard RC transmitter and battery chargers.&lt;br /&gt;
&lt;br /&gt;
==== Laptop ====&lt;br /&gt;
&lt;br /&gt;
The computer should be able to operate outdoors and cope with dust, water, temperature, etc. We have mainly used Panasonic Toughbook CF-19 laptops that never showed any weakness. The recommended operating system is Ubuntu 12.04 LTS.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/Software_installation|Software installation instructions]]&lt;br /&gt;
&lt;br /&gt;
==== Ground Modem ====&lt;br /&gt;
&lt;br /&gt;
The [[Modems|modems section]] describes an overwhelming number of various modems that are available for all sorts of applications. The 2.4GHz Digi XBee Series 1 are proven all-purpose modems that can be used almost world wide. For the ground station we use the readily available Digi XBee USB modem in a robust metal case. It is connected to the laptop through a standard USB A-B cable and brings its own whip antenna.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/Ground_modem|Ground modem setup]]&lt;br /&gt;
&lt;br /&gt;
==== RC Transmitter / Receiver====&lt;br /&gt;
&lt;br /&gt;
The RC world gives you many options to control your aircraft. If you or any supporting team member already owns an RC system, you might try to get this to work. It is important that your RC receiver supports the output of a sum signal that contains all servo data in one signal. You need an extra channel for switching the flight mode. If you start from scratch the Futaba/robbe system is a good option.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/rc_transmitter|RC transmitter / receiver setup]]&lt;br /&gt;
&lt;br /&gt;
==== Battery Chargers ====&lt;br /&gt;
&lt;br /&gt;
There are many different brands and types available and we can not really give a suggestion. We were happy with devices from evoTech or Schulze. Get in contact with your local RC dealer and find a device suitable for you. It is important that the device fits to the power requirements you will see in the field (12V DC/115V AC/230V AC). Do not buy the cheapest available. Follow the instructions carefully, Lithium Polymer batteries can be dangerous.&lt;br /&gt;
&lt;br /&gt;
=== Airborne System ===&lt;br /&gt;
&lt;br /&gt;
==== Mechanical Parts ====&lt;br /&gt;
&lt;br /&gt;
We chose to use the Multiplex Funjet right after it appeared in 2006. The goal was to have an aircraft that can fly fast to be able to operate in wind conditions up to 15m/s. To achieve an easy take-off for non-RC-enthusiasts we equipped it with a bigger propeller than normal (9x6). Some outer parts have been strengthend with glass fiber. The recent Funjet Ultra can also be used but we do not see much improvement for our goals. It is heavier and the visibility is poor.&lt;br /&gt;
&lt;br /&gt;
The Funjet is not a beginners airplane. Get some piloting help when you are new to RC. You always need a safety pilot that can take over the aircraft.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/mechanical_assembly|SUMO mechanical assembly]]&lt;br /&gt;
&lt;br /&gt;
==== RC Parts ====&lt;br /&gt;
&lt;br /&gt;
Use the best RC parts you can get. There is no use in saving some Euros on this. We use Graupner servos, an AXI motor and Jeti motor controller.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/install_rc|Installing servos, motor and motor controller]]&lt;br /&gt;
&lt;br /&gt;
==== Prepare specific electronic parts ====&lt;br /&gt;
&lt;br /&gt;
These are the non-standard parts you need. Look in the [[Get_Hardware|get hardware]] section for a source of these parts. In the current version of the SUMO we use the Umarim Lite v2 autopilot, a TWOG board as data logger, a Digi XBee Pro Series 1 modem, a Hygrosens temperature sensor, Sensirion humidity sensor, Meas Spec pressure sensor and an optional Eagletree airspeed v3 sensor.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/prepare_electronics|Prepare Paparazzi electronics]]&lt;br /&gt;
&lt;br /&gt;
==== Install electronic parts ====&lt;br /&gt;
&lt;br /&gt;
This describes how the electronics are installed in the aircraft.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/install_electronics|Install Paparazzi electronics]]&lt;br /&gt;
&lt;br /&gt;
==== Software configuration setup ====&lt;br /&gt;
&lt;br /&gt;
Describes the software setup for the SUMO.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/sw_configuration|Software configuration]]&lt;br /&gt;
&lt;br /&gt;
==== Operating the logger ====&lt;br /&gt;
&lt;br /&gt;
This page describes how to setup and use the on-board logger.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/logger|Logger setup]]&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=File:R6008sp.jpg&amp;diff=18274</id>
		<title>File:R6008sp.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=File:R6008sp.jpg&amp;diff=18274"/>
		<updated>2014-02-24T11:01:34Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: robbe/Futaba R6008SP&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;robbe/Futaba R6008SP&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=File:R6107sp.jpg&amp;diff=18273</id>
		<title>File:R6107sp.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=File:R6107sp.jpg&amp;diff=18273"/>
		<updated>2014-02-24T11:01:06Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: robbe/Futaba R6107SP (special Mikrokopter)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;robbe/Futaba R6107SP (special Mikrokopter)&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=SUMO/prepare_electronics&amp;diff=18272</id>
		<title>SUMO/prepare electronics</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=SUMO/prepare_electronics&amp;diff=18272"/>
		<updated>2014-02-24T11:00:24Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: add RC receiver cable&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
== What you need ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;text-align:center&amp;quot; width=&amp;quot;80%&amp;quot; valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|-style=&amp;quot;background:LightYellow; color:black&amp;quot;&lt;br /&gt;
!Qty!!Manufacturer&amp;lt;br&amp;gt;part number!!Description!!Manufacturer!!Digikey&amp;lt;br&amp;gt;part number!!Other distributor&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;9&amp;quot; align=&amp;quot;left&amp;quot;|''Autopilot''&lt;br /&gt;
|-&lt;br /&gt;
|1||Umarim Lite v2||Autopilot||Paparazzi|| ||&lt;br /&gt;
|-&lt;br /&gt;
|1||BEC cable female||Autopilot power supply|| || ||&lt;br /&gt;
|-&lt;br /&gt;
|1||BOB-09966||Breakout Board for USB Mini-B||Sparkfun|| ||Sparkfun BOB-09966&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;9&amp;quot; align=&amp;quot;left&amp;quot;|''Modem''&lt;br /&gt;
|-&lt;br /&gt;
|1||(1P)XBP24-PKC-001-UA||Zigbee / 802.15.4 Module 2.4GHz XBee||Digi||XBP24-PKC-001-UA-ND||Mouser 888-XBP24-PKC-001-UA &lt;br /&gt;
|-&lt;br /&gt;
|1||XBP24-AWI-001||Zigbee / 802.15.4 Module 2.4GHz XBee||Digi||XBP24-AWI-001-ND||Mouser 888-XBP24-AWI-001 &lt;br /&gt;
|-&lt;br /&gt;
|1||WRL-11373||XBee Explorer Regulated board||Sparkfun|| ||Sparkfun WRL-11373&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;9&amp;quot; align=&amp;quot;left&amp;quot;|''GPS''&lt;br /&gt;
|-&lt;br /&gt;
|1||#387000004 (31135)||NEO-6M GPS Module||Hobbyking|| ||Navilock NL-652ETTL&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot; align=&amp;quot;left&amp;quot;|''Sensors''&lt;br /&gt;
|-&lt;br /&gt;
|1||SHT75||Humidity Sensor||Sensirion|| ||Farnell #1590514&lt;br /&gt;
|-&lt;br /&gt;
|1||SHT75 adapter||SHT75 breakout board||Paparazzi|| ||&lt;br /&gt;
|-&lt;br /&gt;
|1||MLX90614||Infrared Thermometer||Melexis|| ||Sparkfun SEN-09570&amp;lt;br&amp;gt;FutureElectronics MLX90614ESF-BAA-000-TU&lt;br /&gt;
|-&lt;br /&gt;
|1||MLX90614 adapter||MLX90614 breakout board||Paparazzi|| ||paparazzi-hardware misc/mlx90614_small&lt;br /&gt;
|-&lt;br /&gt;
|1||ETS airspeed||Eagletree airspeed v3||Eagletree|| ||&lt;br /&gt;
|-&lt;br /&gt;
|1||PT1000 M222||PT1000 M222 temperature sensor||Heraeus|| ||Conrad #172041&lt;br /&gt;
|-&lt;br /&gt;
|1||TEMOD-I2C-R1||PT1000 converter board ||Hygrosens|| ||Conrad #502001&lt;br /&gt;
|-&lt;br /&gt;
|1||Multi I2C||Multi adapter Board||Paparazzi|| ||paparazzi-hardware misc/servo_i2c_multi&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot; align=&amp;quot;left&amp;quot;|''Sensors (optional version)''&lt;br /&gt;
|-&lt;br /&gt;
|1||BOB-08745||Logic Level Converter||Sparkfun|| ||Sparkfun BOB-08745&lt;br /&gt;
|-&lt;br /&gt;
|1||MS5611||Barometric pressure sensor||Meas Spec|| ||CSG #96&amp;lt;br&amp;gt;Drotek #44&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot; align=&amp;quot;left&amp;quot;|''Logger''&lt;br /&gt;
|-&lt;br /&gt;
|1||TWOG v1.0||Logger||Paparazzi|| ||&lt;br /&gt;
|-&lt;br /&gt;
|1||BOB-09966||Breakout Board for USB Mini-B||Sparkfun|| ||Sparkfun BOB-09966&lt;br /&gt;
|-&lt;br /&gt;
|1||BOB-00544||Board for microSD Transflash||Sparkfun|| ||Sparkfun BOB-00544&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube (shrunken / not shrunken)''&lt;br /&gt;
|-&lt;br /&gt;
|1||PVC|| 13mm / 20mm || || ||Muldental Elektronik 64115&lt;br /&gt;
|-&lt;br /&gt;
|1||PVC|| 24mm / 37mm || || ||Muldental Elektronik 64246&lt;br /&gt;
|-&lt;br /&gt;
|1||PVC|| 29mm / 45mm || || ||Muldental Elektronik 64347&lt;br /&gt;
|-&lt;br /&gt;
|1||PVC|| 31mm / 51mm || || ||Muldental Elektronik 64446&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Shopping list&lt;br /&gt;
&lt;br /&gt;
== Mounting ==&lt;br /&gt;
&lt;br /&gt;
Use high quality cable, PVC cable gets very stiff in cold temperatures. All parts have to be put into shrink tube to isolate it from any conductive or electrostatic plastic. Some pictures below do not show this tube for better visibility.&lt;br /&gt;
&lt;br /&gt;
=== Autopilot ===&lt;br /&gt;
[[Image:Umarim_bec.jpg|thumb|right|Umarim with BEC cable]]&lt;br /&gt;
[[Image:Umarim_usb.jpg|thumb|right|USB connector for Umarim]]&lt;br /&gt;
[[Image:R6107sp.jpg|thumb|right|RC connector for R6107SP]]&lt;br /&gt;
[[Image:R6008sp.jpg|thumb|right|RC connector for R6008SP]]&lt;br /&gt;
&lt;br /&gt;
Solder the BEC to the Umarim. Cover the Umarim in shrink tube. Cut free the Molex connector openings. See the Umarim [[Umarim_Lite_v2#Pinout|page]] for detailed info on the pinout.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Umarim Supply (J15) pin'''||'''Umarim Supply'''||'''BEC male'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|VBAT&lt;br /&gt;
| +&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|GND&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 9cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube 24mm / 37mm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Solder the cables to the USB breakout board, plug cables in 4-pin Molex connector. Secure cables on USB with hot glue. Cover the USB breakout board in shrink tube.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Umarim USB (J8) pin'''||'''Umarim USB'''||'''USB mini breakout'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|USB+&lt;br /&gt;
|D+&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|USB-&lt;br /&gt;
|D-&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|USB_VBUS&lt;br /&gt;
|VCC&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 4pin''&lt;br /&gt;
|&lt;br /&gt;
|''solder''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 21cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube 24mm / 37mm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The RC receiver is connected to the autopilot through a standard servo cable connected to a 3-pin Molex connector. The signal wire is marked on the robbe receivers (see pictures).&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Umarim RC (J7) pin'''||'''Umarim RC'''||'''Servo cable color'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|black/brown&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|5V&lt;br /&gt;
|red&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|PPM in&lt;br /&gt;
|orange/yellow/white&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 3pin''&lt;br /&gt;
|&lt;br /&gt;
|''solder''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 41cm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== GPS ===&lt;br /&gt;
[[Image:Hk neo gps.jpg|thumb|right|NEO-6M GPS receiver]]&lt;br /&gt;
&lt;br /&gt;
Connect the u-blox type GPS receiver to the UART0 of the Umarim. Put the GPS in shrink tube. Attach any HF cable with tape. Secure GPS connector with hot glue if needed.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Umarim UART0 (J9) pin'''||'''Umarim UART0'''||'''GPS receiver'''||'''HK NEO-6M pin'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|1&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|5V&lt;br /&gt;
|5V&lt;br /&gt;
|4&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|RX0&lt;br /&gt;
|TX&lt;br /&gt;
|2&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|TX0&lt;br /&gt;
|RX&lt;br /&gt;
|3&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 5pin''&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|''Molex 4pin''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 18cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube 31mm / 51mm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Modem ===&lt;br /&gt;
[[Image:Xbee_cable.jpg|thumb|right|XBee pro modem]]&lt;br /&gt;
&lt;br /&gt;
Solder the cables to the XBee explorer board, plug cables in 5-pin Molex connector. Secure cables on explorer board with hot glue. Plug XBee modem into explorer board and secure with shrink tube.&lt;br /&gt;
&lt;br /&gt;
Recent Sparkfun boards (v14) are equipped with 3.3V to 5V converters. Although the Umarim/LPC2148 should be able to handle 5V it is safe to not use the converters. Remove R5, R6, R7, R8, Q1, and Q2 from the XBee explorer regulated breakout board. Bridge OUT-DOUT and IN-DIN within the transistor footprint. &lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Umarim UART1 (J10) pin'''||'''Umarim UART1'''||'''XBee Explorer Regulated'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|5V&lt;br /&gt;
|5V&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|RX1&lt;br /&gt;
|DOUT&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|TX1&lt;br /&gt;
|DIN&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 5pin''&lt;br /&gt;
|&lt;br /&gt;
|''solder''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 10cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube 29mm / 45mm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Solder a second wire (not shown in picture) from the XBee to the TWOG so that the data sent by the Umarim can be logged. That means that two wires are to be connected at the XBee DIN pin.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''TWOG Download/GPS (J7) pin'''||'''TWOG Download/GPS'''||'''XBee Explorer Regulated'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|RXD0&lt;br /&gt;
|DIN&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 7pin''&lt;br /&gt;
|&lt;br /&gt;
|''solder''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 10cm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== SHT75 humidity sensor ===&lt;br /&gt;
[[Image:Sht75_breakout_bot_90deg.jpg|thumb|right|SHT75 soldered to adapter board]]&lt;br /&gt;
&lt;br /&gt;
Use SHT75 adapter board from Paparazzi hardware [http://github.com/paparazzi/paparazzi-hardware/tree/master/misc/sht75_small repository]. Solder parts, secure sensor with hot glue to adapter board on the bottom side (not shown in picture).&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Umarim AUX (J14) pin'''||'''Umarim AUX'''||'''SHT75'''||'''SHT75 pin'''||'''SHT75 adapter pin'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|(3)&lt;br /&gt;
|1&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
| +3.3V&lt;br /&gt;
|VDD&lt;br /&gt;
|(2)&lt;br /&gt;
|2&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|AUX1 (P0.13)&lt;br /&gt;
|DATA&lt;br /&gt;
|(4)&lt;br /&gt;
|3&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|AUX2 (P0.15)&lt;br /&gt;
|SCK&lt;br /&gt;
|(1)&lt;br /&gt;
|4&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 7pin''&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|''Molex 4pin''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 17cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; align=&amp;quot;left&amp;quot;|''no shrink tube''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== MLX90614 infrared thermometer ===&lt;br /&gt;
[[Image:Mlx90614_bot.jpg‎|thumb|right|MLX90614 soldered to adapter board]]&lt;br /&gt;
&lt;br /&gt;
Use MLX90614 adapter board from Paparazzi hardware [http://github.com/paparazzi/paparazzi-hardware/tree/master/misc/mlx90614_small repository]. Solder parts, take care of sensor polarity. The I2C address of the MLX90614 needs to be programmed once before it can be used. Connect it as the only sensor to I2C and flash/run it with the IR_MLX_ONE_TIME_CONFIG option set (currently available in the master and campaign2013 branch). See [http://paparazzi.enac.fr/wiki/Module/Melexis_MLX90614#One-time_configuration Module/Melexis_MLX90614].&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Multi board I2C pin'''||'''Multi board I2C'''||'''MLX90614'''||'''MLX90614 adapter pin'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|Vss&lt;br /&gt;
|1&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
| +3.3V&lt;br /&gt;
|Vdd&lt;br /&gt;
|3&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|SDA&lt;br /&gt;
|SDA&lt;br /&gt;
|4&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|SCL&lt;br /&gt;
|SCL&lt;br /&gt;
|5&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 5pin''&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|''Molex 5pin''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 9cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube 24mm / 37mm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Eagletree Airspeed v3 Sensor ===&lt;br /&gt;
[[Image:Ets_airspeed_v3.jpg|thumb|right|Eagletree Airspeed v3]]&lt;br /&gt;
&lt;br /&gt;
Extend the sensor cable. Cut off the four outstanding pins.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Multi board I2C pin'''||'''Multi board I2C'''||'''ETS Airspeed wire colour'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|white&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
| +5V&lt;br /&gt;
|red&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|SDA&lt;br /&gt;
|yellow&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|SCL&lt;br /&gt;
|brown&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 5pin''&lt;br /&gt;
|&lt;br /&gt;
|''solder''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 40cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''keep original shrink tube''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== PT1000 temperature sensor ===&lt;br /&gt;
[[Image:Temod_i2c.jpg‎|thumb|right|Hygrosens TEMOD-I2C-R1]]&lt;br /&gt;
&lt;br /&gt;
Solder the PT1000 sensor (little blue on the picture) to the two correct pads at the edge of the TEMOD-I2C-R1 board, where the pin plugs are. The pads on both side are not connected through. It has to be soldered to the side '''not''' carrying the chip. Remove pin header from TEMOD board. Solder 4pin cable to TEMOD, it will be connected to the Umarim through the multi_i2c board below. Fix cables with hot glue. Put some hot glue on the top of teh board, just behind the PT1000. Seal the board with shrink tube.&lt;br /&gt;
&lt;br /&gt;
'''Caution: The connection is not 1:1'''&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Multi board I2C_5V pin'''||'''Multi board I2C_5V'''||'''TEMOD-I2C-R1'''||'''TEMOD-I2C-R1 pin'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|2&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
| +5V&lt;br /&gt;
|Vdd&lt;br /&gt;
|1&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|SDA_5V&lt;br /&gt;
|SDA&lt;br /&gt;
|3&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|SCL_5V&lt;br /&gt;
|SCL&lt;br /&gt;
|4&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 4pin''&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|''solder''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 18cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube 13mm / 20mm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Multi Board ===&lt;br /&gt;
[[Image:Multi_i2c_ms5611.jpg‎‎|thumb|right|Multi connector board]]&lt;br /&gt;
[[Image:Multi_board_umarim.jpg|thumb|right|Multi board to Umarim]]&lt;br /&gt;
[[Image:Multi_wiring.jpg|thumb|right|Multi board connections]]&lt;br /&gt;
&lt;br /&gt;
Use the multi board from the Paparazzi hardware [http://github.com/paparazzi/paparazzi-hardware/tree/master/misc/servo_i2c_multi repository] to have multiple I2C connections, a MS5611 barometric pressure sensor, a 3.3V to 5V level shifter and servo JR connectors for BEC supply through the motor controller. Drill/burn holes into the shrink tube at the hole locations to attach the board with screws later on.&lt;br /&gt;
&lt;br /&gt;
Connection between Multi Board I2C and Umarim I2C0.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Umarim I2C0 pin'''||'''I2C'''||'''Multi board I2C pin'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|1&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
| +5V&lt;br /&gt;
|2&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
| +3.3V&lt;br /&gt;
|3&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|SDA&lt;br /&gt;
|4&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|SCL&lt;br /&gt;
|5&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 5pin''&lt;br /&gt;
|&lt;br /&gt;
|''Molex 5pin''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 9cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube 24mm / 37mm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Connection between Multi Board and Umarim for the servo signals.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Multi board Servo pin'''||'''Multi board Servo'''||'''Umarim Servo'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND_SRV5&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|S2&lt;br /&gt;
|SRV2&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|S3&lt;br /&gt;
|SRV3&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|S4&lt;br /&gt;
|SRV4&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|S5&lt;br /&gt;
|SRV5&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 7.5cm, 7.5cm, 8cm, 8.5cm, 9cm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The TEMOD/PT1000 temperature sensor gets connected through the 5V I2C connector.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Multi I2C_5V pin'''||'''Multi I2C_5V'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
| +5V&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|SDA&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|SCL&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Logger ===&lt;br /&gt;
[[Image:Umarim_logger_spi.jpg|thumb|right|Umarim with logger]]&lt;br /&gt;
&lt;br /&gt;
The Umarim autopilot and the TWOG logger communicate through a bi-directional SPI connection. See the TWOG [[TWOG/v1.0#Pinout|page]] for detailed info on the logger pinout.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Umarim SPI1 pin'''||'''Umarim SPI1'''||'''TWOG'''||'''TWOG conn.'''||'''TWOG name'''||'''TWOG pin'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|SSEL1&lt;br /&gt;
|SSEL0&lt;br /&gt;
|USB&lt;br /&gt;
|BUTTON&lt;br /&gt;
|6&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|MOSI1&lt;br /&gt;
|MOSI0&lt;br /&gt;
|PPM&lt;br /&gt;
|PPM_IN&lt;br /&gt;
|3&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|MISO1&lt;br /&gt;
|MISO0&lt;br /&gt;
|PPM&lt;br /&gt;
|SERV_CLK&lt;br /&gt;
|5&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|SCK1&lt;br /&gt;
|SCK0&lt;br /&gt;
|ADC1&lt;br /&gt;
|ADC_3&lt;br /&gt;
|5&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 7pin''&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|''various Molex''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;6&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 6cm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The TWOG can be supplied through its original power supply connector or through 5V from the Umarim if the switching supply board is removed from the TWOG:&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Umarim SRV0 pin'''||'''Umarim SRV0'''||'''TWOG ADC1'''||'''TWOG ADC1 pin'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|1&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
| +5V&lt;br /&gt;
| +5V&lt;br /&gt;
|2&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 3pin''&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|''Molex 5pin''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 6cm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Solder the cables to the USB breakout board for the TWOG logger, plug cables in 8-pin Molex connector. Secure cables on USB with hot glue. Cover the USB breakout board in shrink tube.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''TWOG USB (J9) pin'''||'''TWOG USB'''||'''USB mini breakout'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|USB+&lt;br /&gt;
|D+&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|USB-&lt;br /&gt;
|D-&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|USB_VBUS&lt;br /&gt;
|VCC&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 8pin''&lt;br /&gt;
|&lt;br /&gt;
|''solder''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 9cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube 24mm / 37mm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Sd_card_twog.jpg|thumb|right|micro SD card adapter]]&lt;br /&gt;
[[Image:Sd_card_twog_shrink.jpg|thumb|right|micro SD card adapter in tube]]&lt;br /&gt;
&lt;br /&gt;
The micro SD card adapter is connected to the TWOGs SPI connector. Wrap the board in shrink tube so that the micro SD card can be plugged/unplugged.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''TWOG SPI pin'''||'''TWOG SPI'''||'''microSD card board'''||'''microSD board pin'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|5&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
| +3.3V&lt;br /&gt;
|VCC&lt;br /&gt;
|3&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|SSEL&lt;br /&gt;
|CS&lt;br /&gt;
|1&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|MOSI&lt;br /&gt;
|DI&lt;br /&gt;
|2&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|MISO&lt;br /&gt;
|DO&lt;br /&gt;
|6&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|SCK&lt;br /&gt;
|SCK&lt;br /&gt;
|4&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 7pin''&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|''solder''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 6cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube 24mm / 37mm''&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=SUMO/prepare_electronics&amp;diff=18271</id>
		<title>SUMO/prepare electronics</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=SUMO/prepare_electronics&amp;diff=18271"/>
		<updated>2014-02-24T10:42:35Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: added a warning&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
== What you need ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;text-align:center&amp;quot; width=&amp;quot;80%&amp;quot; valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|-style=&amp;quot;background:LightYellow; color:black&amp;quot;&lt;br /&gt;
!Qty!!Manufacturer&amp;lt;br&amp;gt;part number!!Description!!Manufacturer!!Digikey&amp;lt;br&amp;gt;part number!!Other distributor&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;9&amp;quot; align=&amp;quot;left&amp;quot;|''Autopilot''&lt;br /&gt;
|-&lt;br /&gt;
|1||Umarim Lite v2||Autopilot||Paparazzi|| ||&lt;br /&gt;
|-&lt;br /&gt;
|1||BEC cable female||Autopilot power supply|| || ||&lt;br /&gt;
|-&lt;br /&gt;
|1||BOB-09966||Breakout Board for USB Mini-B||Sparkfun|| ||Sparkfun BOB-09966&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;9&amp;quot; align=&amp;quot;left&amp;quot;|''Modem''&lt;br /&gt;
|-&lt;br /&gt;
|1||(1P)XBP24-PKC-001-UA||Zigbee / 802.15.4 Module 2.4GHz XBee||Digi||XBP24-PKC-001-UA-ND||Mouser 888-XBP24-PKC-001-UA &lt;br /&gt;
|-&lt;br /&gt;
|1||XBP24-AWI-001||Zigbee / 802.15.4 Module 2.4GHz XBee||Digi||XBP24-AWI-001-ND||Mouser 888-XBP24-AWI-001 &lt;br /&gt;
|-&lt;br /&gt;
|1||WRL-11373||XBee Explorer Regulated board||Sparkfun|| ||Sparkfun WRL-11373&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;9&amp;quot; align=&amp;quot;left&amp;quot;|''GPS''&lt;br /&gt;
|-&lt;br /&gt;
|1||#387000004 (31135)||NEO-6M GPS Module||Hobbyking|| ||Navilock NL-652ETTL&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot; align=&amp;quot;left&amp;quot;|''Sensors''&lt;br /&gt;
|-&lt;br /&gt;
|1||SHT75||Humidity Sensor||Sensirion|| ||Farnell #1590514&lt;br /&gt;
|-&lt;br /&gt;
|1||SHT75 adapter||SHT75 breakout board||Paparazzi|| ||&lt;br /&gt;
|-&lt;br /&gt;
|1||MLX90614||Infrared Thermometer||Melexis|| ||Sparkfun SEN-09570&amp;lt;br&amp;gt;FutureElectronics MLX90614ESF-BAA-000-TU&lt;br /&gt;
|-&lt;br /&gt;
|1||MLX90614 adapter||MLX90614 breakout board||Paparazzi|| ||paparazzi-hardware misc/mlx90614_small&lt;br /&gt;
|-&lt;br /&gt;
|1||ETS airspeed||Eagletree airspeed v3||Eagletree|| ||&lt;br /&gt;
|-&lt;br /&gt;
|1||PT1000 M222||PT1000 M222 temperature sensor||Heraeus|| ||Conrad #172041&lt;br /&gt;
|-&lt;br /&gt;
|1||TEMOD-I2C-R1||PT1000 converter board ||Hygrosens|| ||Conrad #502001&lt;br /&gt;
|-&lt;br /&gt;
|1||Multi I2C||Multi adapter Board||Paparazzi|| ||paparazzi-hardware misc/servo_i2c_multi&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot; align=&amp;quot;left&amp;quot;|''Sensors (optional version)''&lt;br /&gt;
|-&lt;br /&gt;
|1||BOB-08745||Logic Level Converter||Sparkfun|| ||Sparkfun BOB-08745&lt;br /&gt;
|-&lt;br /&gt;
|1||MS5611||Barometric pressure sensor||Meas Spec|| ||CSG #96&amp;lt;br&amp;gt;Drotek #44&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot; align=&amp;quot;left&amp;quot;|''Logger''&lt;br /&gt;
|-&lt;br /&gt;
|1||TWOG v1.0||Logger||Paparazzi|| ||&lt;br /&gt;
|-&lt;br /&gt;
|1||BOB-09966||Breakout Board for USB Mini-B||Sparkfun|| ||Sparkfun BOB-09966&lt;br /&gt;
|-&lt;br /&gt;
|1||BOB-00544||Board for microSD Transflash||Sparkfun|| ||Sparkfun BOB-00544&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube (shrunken / not shrunken)''&lt;br /&gt;
|-&lt;br /&gt;
|1||PVC|| 13mm / 20mm || || ||Muldental Elektronik 64115&lt;br /&gt;
|-&lt;br /&gt;
|1||PVC|| 24mm / 37mm || || ||Muldental Elektronik 64246&lt;br /&gt;
|-&lt;br /&gt;
|1||PVC|| 29mm / 45mm || || ||Muldental Elektronik 64347&lt;br /&gt;
|-&lt;br /&gt;
|1||PVC|| 31mm / 51mm || || ||Muldental Elektronik 64446&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Shopping list&lt;br /&gt;
&lt;br /&gt;
== Mounting ==&lt;br /&gt;
&lt;br /&gt;
Use high quality cable, PVC cable gets very stiff in cold temperatures. All parts have to be put into shrink tube to isolate it from any conductive or electrostatic plastic. Some pictures below do not show this tube for better visibility.&lt;br /&gt;
&lt;br /&gt;
=== Autopilot ===&lt;br /&gt;
[[Image:Umarim_bec.jpg|thumb|right|Umarim with BEC cable]]&lt;br /&gt;
[[Image:Umarim_usb.jpg|thumb|right|USB connector for Umarim]]&lt;br /&gt;
&lt;br /&gt;
Solder the BEC to the Umarim. Cover the Umarim in shrink tube. Cut free the Molex connector openings. See the Umarim [[Umarim_Lite_v2#Pinout|page]] for detailed info on the pinout.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Umarim Supply (J15) pin'''||'''Umarim Supply'''||'''BEC male'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|VBAT&lt;br /&gt;
| +&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|GND&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 9cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube 24mm / 37mm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Solder the cables to the USB breakout board, plug cables in 4-pin Molex connector. Secure cables on USB with hot glue. Cover the USB breakout board in shrink tube.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Umarim USB (J8) pin'''||'''Umarim USB'''||'''USB mini breakout'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|USB+&lt;br /&gt;
|D+&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|USB-&lt;br /&gt;
|D-&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|USB_VBUS&lt;br /&gt;
|VCC&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 4pin''&lt;br /&gt;
|&lt;br /&gt;
|''solder''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 21cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube 24mm / 37mm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== GPS ===&lt;br /&gt;
[[Image:Hk neo gps.jpg|thumb|right|NEO-6M GPS receiver]]&lt;br /&gt;
&lt;br /&gt;
Connect the u-blox type GPS receiver to the UART0 of the Umarim. Put the GPS in shrink tube. Attach any HF cable with tape. Secure GPS connector with hot glue if needed.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Umarim UART0 (J9) pin'''||'''Umarim UART0'''||'''GPS receiver'''||'''HK NEO-6M pin'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|1&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|5V&lt;br /&gt;
|5V&lt;br /&gt;
|4&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|RX0&lt;br /&gt;
|TX&lt;br /&gt;
|2&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|TX0&lt;br /&gt;
|RX&lt;br /&gt;
|3&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 5pin''&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|''Molex 4pin''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 18cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube 31mm / 51mm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Modem ===&lt;br /&gt;
[[Image:Xbee_cable.jpg|thumb|right|XBee pro modem]]&lt;br /&gt;
&lt;br /&gt;
Solder the cables to the XBee explorer board, plug cables in 5-pin Molex connector. Secure cables on explorer board with hot glue. Plug XBee modem into explorer board and secure with shrink tube.&lt;br /&gt;
&lt;br /&gt;
Recent Sparkfun boards (v14) are equipped with 3.3V to 5V converters. Although the Umarim/LPC2148 should be able to handle 5V it is safe to not use the converters. Remove R5, R6, R7, R8, Q1, and Q2 from the XBee explorer regulated breakout board. Bridge OUT-DOUT and IN-DIN within the transistor footprint. &lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Umarim UART1 (J10) pin'''||'''Umarim UART1'''||'''XBee Explorer Regulated'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|5V&lt;br /&gt;
|5V&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|RX1&lt;br /&gt;
|DOUT&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|TX1&lt;br /&gt;
|DIN&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 5pin''&lt;br /&gt;
|&lt;br /&gt;
|''solder''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 10cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube 29mm / 45mm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Solder a second wire (not shown in picture) from the XBee to the TWOG so that the data sent by the Umarim can be logged. That means that two wires are to be connected at the XBee DIN pin.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''TWOG Download/GPS (J7) pin'''||'''TWOG Download/GPS'''||'''XBee Explorer Regulated'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|RXD0&lt;br /&gt;
|DIN&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 7pin''&lt;br /&gt;
|&lt;br /&gt;
|''solder''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 10cm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== SHT75 humidity sensor ===&lt;br /&gt;
[[Image:Sht75_breakout_bot_90deg.jpg|thumb|right|SHT75 soldered to adapter board]]&lt;br /&gt;
&lt;br /&gt;
Use SHT75 adapter board from Paparazzi hardware [http://github.com/paparazzi/paparazzi-hardware/tree/master/misc/sht75_small repository]. Solder parts, secure sensor with hot glue to adapter board on the bottom side (not shown in picture).&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Umarim AUX (J14) pin'''||'''Umarim AUX'''||'''SHT75'''||'''SHT75 pin'''||'''SHT75 adapter pin'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|(3)&lt;br /&gt;
|1&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
| +3.3V&lt;br /&gt;
|VDD&lt;br /&gt;
|(2)&lt;br /&gt;
|2&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|AUX1 (P0.13)&lt;br /&gt;
|DATA&lt;br /&gt;
|(4)&lt;br /&gt;
|3&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|AUX2 (P0.15)&lt;br /&gt;
|SCK&lt;br /&gt;
|(1)&lt;br /&gt;
|4&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 7pin''&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|''Molex 4pin''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 17cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; align=&amp;quot;left&amp;quot;|''no shrink tube''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== MLX90614 infrared thermometer ===&lt;br /&gt;
[[Image:Mlx90614_bot.jpg‎|thumb|right|MLX90614 soldered to adapter board]]&lt;br /&gt;
&lt;br /&gt;
Use MLX90614 adapter board from Paparazzi hardware [http://github.com/paparazzi/paparazzi-hardware/tree/master/misc/mlx90614_small repository]. Solder parts, take care of sensor polarity. The I2C address of the MLX90614 needs to be programmed once before it can be used. Connect it as the only sensor to I2C and flash/run it with the IR_MLX_ONE_TIME_CONFIG option set (currently available in the master and campaign2013 branch). See [http://paparazzi.enac.fr/wiki/Module/Melexis_MLX90614#One-time_configuration Module/Melexis_MLX90614].&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Multi board I2C pin'''||'''Multi board I2C'''||'''MLX90614'''||'''MLX90614 adapter pin'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|Vss&lt;br /&gt;
|1&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
| +3.3V&lt;br /&gt;
|Vdd&lt;br /&gt;
|3&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|SDA&lt;br /&gt;
|SDA&lt;br /&gt;
|4&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|SCL&lt;br /&gt;
|SCL&lt;br /&gt;
|5&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 5pin''&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|''Molex 5pin''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 9cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube 24mm / 37mm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Eagletree Airspeed v3 Sensor ===&lt;br /&gt;
[[Image:Ets_airspeed_v3.jpg|thumb|right|Eagletree Airspeed v3]]&lt;br /&gt;
&lt;br /&gt;
Extend the sensor cable. Cut off the four outstanding pins.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Multi board I2C pin'''||'''Multi board I2C'''||'''ETS Airspeed wire colour'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|white&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
| +5V&lt;br /&gt;
|red&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|SDA&lt;br /&gt;
|yellow&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|SCL&lt;br /&gt;
|brown&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 5pin''&lt;br /&gt;
|&lt;br /&gt;
|''solder''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 40cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''keep original shrink tube''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== PT1000 temperature sensor ===&lt;br /&gt;
[[Image:Temod_i2c.jpg‎|thumb|right|Hygrosens TEMOD-I2C-R1]]&lt;br /&gt;
&lt;br /&gt;
Solder the PT1000 sensor (little blue on the picture) to the two correct pads at the edge of the TEMOD-I2C-R1 board, where the pin plugs are. The pads on both side are not connected through. It has to be soldered to the side '''not''' carrying the chip. Remove pin header from TEMOD board. Solder 4pin cable to TEMOD, it will be connected to the Umarim through the multi_i2c board below. Fix cables with hot glue. Put some hot glue on the top of teh board, just behind the PT1000. Seal the board with shrink tube.&lt;br /&gt;
&lt;br /&gt;
'''Caution: The connection is not 1:1'''&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Multi board I2C_5V pin'''||'''Multi board I2C_5V'''||'''TEMOD-I2C-R1'''||'''TEMOD-I2C-R1 pin'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|2&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
| +5V&lt;br /&gt;
|Vdd&lt;br /&gt;
|1&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|SDA_5V&lt;br /&gt;
|SDA&lt;br /&gt;
|3&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|SCL_5V&lt;br /&gt;
|SCL&lt;br /&gt;
|4&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 4pin''&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|''solder''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 18cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube 13mm / 20mm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Multi Board ===&lt;br /&gt;
[[Image:Multi_i2c_ms5611.jpg‎‎|thumb|right|Multi connector board]]&lt;br /&gt;
[[Image:Multi_board_umarim.jpg|thumb|right|Multi board to Umarim]]&lt;br /&gt;
[[Image:Multi_wiring.jpg|thumb|right|Multi board connections]]&lt;br /&gt;
&lt;br /&gt;
Use the multi board from the Paparazzi hardware [http://github.com/paparazzi/paparazzi-hardware/tree/master/misc/servo_i2c_multi repository] to have multiple I2C connections, a MS5611 barometric pressure sensor, a 3.3V to 5V level shifter and servo JR connectors for BEC supply through the motor controller. Drill/burn holes into the shrink tube at the hole locations to attach the board with screws later on.&lt;br /&gt;
&lt;br /&gt;
Connection between Multi Board I2C and Umarim I2C0.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Umarim I2C0 pin'''||'''I2C'''||'''Multi board I2C pin'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|1&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
| +5V&lt;br /&gt;
|2&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
| +3.3V&lt;br /&gt;
|3&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|SDA&lt;br /&gt;
|4&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|SCL&lt;br /&gt;
|5&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 5pin''&lt;br /&gt;
|&lt;br /&gt;
|''Molex 5pin''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 9cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube 24mm / 37mm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Connection between Multi Board and Umarim for the servo signals.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Multi board Servo pin'''||'''Multi board Servo'''||'''Umarim Servo'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND_SRV5&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|S2&lt;br /&gt;
|SRV2&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|S3&lt;br /&gt;
|SRV3&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|S4&lt;br /&gt;
|SRV4&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|S5&lt;br /&gt;
|SRV5&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 7.5cm, 7.5cm, 8cm, 8.5cm, 9cm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The TEMOD/PT1000 temperature sensor gets connected through the 5V I2C connector.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Multi I2C_5V pin'''||'''Multi I2C_5V'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
| +5V&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|SDA&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|SCL&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Logger ===&lt;br /&gt;
[[Image:Umarim_logger_spi.jpg|thumb|right|Umarim with logger]]&lt;br /&gt;
&lt;br /&gt;
The Umarim autopilot and the TWOG logger communicate through a bi-directional SPI connection. See the TWOG [[TWOG/v1.0#Pinout|page]] for detailed info on the logger pinout.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Umarim SPI1 pin'''||'''Umarim SPI1'''||'''TWOG'''||'''TWOG conn.'''||'''TWOG name'''||'''TWOG pin'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|SSEL1&lt;br /&gt;
|SSEL0&lt;br /&gt;
|USB&lt;br /&gt;
|BUTTON&lt;br /&gt;
|6&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|MOSI1&lt;br /&gt;
|MOSI0&lt;br /&gt;
|PPM&lt;br /&gt;
|PPM_IN&lt;br /&gt;
|3&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|MISO1&lt;br /&gt;
|MISO0&lt;br /&gt;
|PPM&lt;br /&gt;
|SERV_CLK&lt;br /&gt;
|5&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|SCK1&lt;br /&gt;
|SCK0&lt;br /&gt;
|ADC1&lt;br /&gt;
|ADC_3&lt;br /&gt;
|5&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 7pin''&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|''various Molex''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;6&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 6cm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The TWOG can be supplied through its original power supply connector or through 5V from the Umarim if the switching supply board is removed from the TWOG:&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Umarim SRV0 pin'''||'''Umarim SRV0'''||'''TWOG ADC1'''||'''TWOG ADC1 pin'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|1&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
| +5V&lt;br /&gt;
| +5V&lt;br /&gt;
|2&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 3pin''&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|''Molex 5pin''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 6cm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Solder the cables to the USB breakout board for the TWOG logger, plug cables in 8-pin Molex connector. Secure cables on USB with hot glue. Cover the USB breakout board in shrink tube.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''TWOG USB (J9) pin'''||'''TWOG USB'''||'''USB mini breakout'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|USB+&lt;br /&gt;
|D+&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|USB-&lt;br /&gt;
|D-&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|USB_VBUS&lt;br /&gt;
|VCC&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 8pin''&lt;br /&gt;
|&lt;br /&gt;
|''solder''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 9cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube 24mm / 37mm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Sd_card_twog.jpg|thumb|right|micro SD card adapter]]&lt;br /&gt;
[[Image:Sd_card_twog_shrink.jpg|thumb|right|micro SD card adapter in tube]]&lt;br /&gt;
&lt;br /&gt;
The micro SD card adapter is connected to the TWOGs SPI connector. Wrap the board in shrink tube so that the micro SD card can be plugged/unplugged.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''TWOG SPI pin'''||'''TWOG SPI'''||'''microSD card board'''||'''microSD board pin'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|5&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
| +3.3V&lt;br /&gt;
|VCC&lt;br /&gt;
|3&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|SSEL&lt;br /&gt;
|CS&lt;br /&gt;
|1&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|MOSI&lt;br /&gt;
|DI&lt;br /&gt;
|2&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|MISO&lt;br /&gt;
|DO&lt;br /&gt;
|6&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|SCK&lt;br /&gt;
|SCK&lt;br /&gt;
|4&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 7pin''&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|''solder''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 6cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube 24mm / 37mm''&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=SUMO/install_electronics&amp;diff=18270</id>
		<title>SUMO/install electronics</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=SUMO/install_electronics&amp;diff=18270"/>
		<updated>2014-02-24T10:24:10Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: correct multi board orientation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;See [[SUMO/prepare_electronics|Prepare Paparazzi electronics]] for a detailed description of where exactly the connectors/plugs go to.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Glue the USB Mini-B board for the Umarim lite to the right side of the end of the battery compartment.&lt;br /&gt;
&lt;br /&gt;
[[Image:Funjet_usb.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Install two 3mm plywood boards 41mm by 10mm centered behind the fiber rod and aligned to the distance of the Umarim lite drill holes with CA. Fix the XBee pro with the Sparkfun board below the boards with Velcro.&lt;br /&gt;
&lt;br /&gt;
[[Image:Umarim_board_xbee.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Add a 3mm plywood board 41mm by 26mm one centimeter above the base of the fuselage. Drill holes to hold the Multi board before mounting. Install the Umarim lite with 1.6mm screws and servo rubbers in between.&lt;br /&gt;
&lt;br /&gt;
[[Image:Umarim_board_multi.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fix the Multi board with four screws and and servo rubbers.&lt;br /&gt;
&lt;br /&gt;
[[Image:Multi_board_install_corr.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The logger holding 3mm plywood board is 41mm by 30mm and installed 5mm behind the Umarim lite at the same level.&lt;br /&gt;
&lt;br /&gt;
[[Image:Logger_board.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Add a 10mm EPP separator between the autopilot and the motor compartment. Connect the logger to the Umarim, add the micro SD card holder and the USB Mini-B behind the separator. Fix the logger on the board with Velcro.&lt;br /&gt;
&lt;br /&gt;
[[Image:Logger_shrink.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Put the GPS receiver with the ceramic antenna upwards into the pocket under the front turtle deck (picture shows not-yet attached deck).&lt;br /&gt;
&lt;br /&gt;
[[Image:Funjet_gps_b.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Glue the MLX90614 infrared thermometer into the 25mm x 20mm pocket. Seal the metal sensor with the EPP to make it watertight. Bring the connecting cable to the fuselage. Close the pocket with the original (colored) EPP.&lt;br /&gt;
&lt;br /&gt;
[[Image:Mlx_install.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Insert the PT1000 temperature sensor into the ABS holder and fix it to the right wing.&lt;br /&gt;
&lt;br /&gt;
[[Image:Temperature_sensor_holder.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Temperature_sensor_inside.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Temperature_installed.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The same applies to the SHT75 humidity sensor on the left wing.&lt;br /&gt;
&lt;br /&gt;
[[Image:Humidity_sensor_holder.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Humidity_sensor_inside.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Humidity_installed.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Overview.&lt;br /&gt;
&lt;br /&gt;
[[Image:Funjet_sensors.jpg|600px]]&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=File:Multi_board_install_corr.jpg&amp;diff=18269</id>
		<title>File:Multi board install corr.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=File:Multi_board_install_corr.jpg&amp;diff=18269"/>
		<updated>2014-02-24T10:22:41Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=SUMO/prepare_electronics&amp;diff=18232</id>
		<title>SUMO/prepare electronics</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=SUMO/prepare_electronics&amp;diff=18232"/>
		<updated>2014-02-04T18:04:15Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: add twog pinout&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
== What you need ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;text-align:center&amp;quot; width=&amp;quot;80%&amp;quot; valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|-style=&amp;quot;background:LightYellow; color:black&amp;quot;&lt;br /&gt;
!Qty!!Manufacturer&amp;lt;br&amp;gt;part number!!Description!!Manufacturer!!Digikey&amp;lt;br&amp;gt;part number!!Other distributor&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;9&amp;quot; align=&amp;quot;left&amp;quot;|''Autopilot''&lt;br /&gt;
|-&lt;br /&gt;
|1||Umarim Lite v2||Autopilot||Paparazzi|| ||&lt;br /&gt;
|-&lt;br /&gt;
|1||BEC cable female||Autopilot power supply|| || ||&lt;br /&gt;
|-&lt;br /&gt;
|1||BOB-09966||Breakout Board for USB Mini-B||Sparkfun|| ||Sparkfun BOB-09966&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;9&amp;quot; align=&amp;quot;left&amp;quot;|''Modem''&lt;br /&gt;
|-&lt;br /&gt;
|1||(1P)XBP24-PKC-001-UA||Zigbee / 802.15.4 Module 2.4GHz XBee||Digi||XBP24-PKC-001-UA-ND||Mouser 888-XBP24-PKC-001-UA &lt;br /&gt;
|-&lt;br /&gt;
|1||XBP24-AWI-001||Zigbee / 802.15.4 Module 2.4GHz XBee||Digi||XBP24-AWI-001-ND||Mouser 888-XBP24-AWI-001 &lt;br /&gt;
|-&lt;br /&gt;
|1||WRL-11373||XBee Explorer Regulated board||Sparkfun|| ||Sparkfun WRL-11373&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;9&amp;quot; align=&amp;quot;left&amp;quot;|''GPS''&lt;br /&gt;
|-&lt;br /&gt;
|1||#387000004 (31135)||NEO-6M GPS Module||Hobbyking|| ||Navilock NL-652ETTL&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot; align=&amp;quot;left&amp;quot;|''Sensors''&lt;br /&gt;
|-&lt;br /&gt;
|1||SHT75||Humidity Sensor||Sensirion|| ||Farnell #1590514&lt;br /&gt;
|-&lt;br /&gt;
|1||SHT75 adapter||SHT75 breakout board||Paparazzi|| ||&lt;br /&gt;
|-&lt;br /&gt;
|1||MLX90614||Infrared Thermometer||Melexis|| ||Sparkfun SEN-09570&amp;lt;br&amp;gt;FutureElectronics MLX90614ESF-BAA-000-TU&lt;br /&gt;
|-&lt;br /&gt;
|1||MLX90614 adapter||MLX90614 breakout board||Paparazzi|| ||paparazzi-hardware misc/mlx90614_small&lt;br /&gt;
|-&lt;br /&gt;
|1||ETS airspeed||Eagletree airspeed v3||Eagletree|| ||&lt;br /&gt;
|-&lt;br /&gt;
|1||PT1000 M222||PT1000 M222 temperature sensor||Heraeus|| ||Conrad #172041&lt;br /&gt;
|-&lt;br /&gt;
|1||TEMOD-I2C-R1||PT1000 converter board ||Hygrosens|| ||Conrad #502001&lt;br /&gt;
|-&lt;br /&gt;
|1||Multi I2C||Multi adapter Board||Paparazzi|| ||paparazzi-hardware misc/servo_i2c_multi&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot; align=&amp;quot;left&amp;quot;|''Sensors (optional version)''&lt;br /&gt;
|-&lt;br /&gt;
|1||BOB-08745||Logic Level Converter||Sparkfun|| ||Sparkfun BOB-08745&lt;br /&gt;
|-&lt;br /&gt;
|1||MS5611||Barometric pressure sensor||Meas Spec|| ||CSG #96&amp;lt;br&amp;gt;Drotek #44&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot; align=&amp;quot;left&amp;quot;|''Logger''&lt;br /&gt;
|-&lt;br /&gt;
|1||TWOG v1.0||Logger||Paparazzi|| ||&lt;br /&gt;
|-&lt;br /&gt;
|1||BOB-09966||Breakout Board for USB Mini-B||Sparkfun|| ||Sparkfun BOB-09966&lt;br /&gt;
|-&lt;br /&gt;
|1||BOB-00544||Board for microSD Transflash||Sparkfun|| ||Sparkfun BOB-00544&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube (shrunken / not shrunken)''&lt;br /&gt;
|-&lt;br /&gt;
|1||PVC|| 13mm / 20mm || || ||Muldental Elektronik 64115&lt;br /&gt;
|-&lt;br /&gt;
|1||PVC|| 24mm / 37mm || || ||Muldental Elektronik 64246&lt;br /&gt;
|-&lt;br /&gt;
|1||PVC|| 29mm / 45mm || || ||Muldental Elektronik 64347&lt;br /&gt;
|-&lt;br /&gt;
|1||PVC|| 31mm / 51mm || || ||Muldental Elektronik 64446&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Shopping list&lt;br /&gt;
&lt;br /&gt;
== Mounting ==&lt;br /&gt;
&lt;br /&gt;
Use high quality cable, PVC cable gets very stiff in cold temperatures. All parts have to be put into shrink tube to isolate it from any conductive or electrostatic plastic. Some pictures below do not show this tube for better visibility.&lt;br /&gt;
&lt;br /&gt;
=== Autopilot ===&lt;br /&gt;
[[Image:Umarim_bec.jpg|thumb|right|Umarim with BEC cable]]&lt;br /&gt;
[[Image:Umarim_usb.jpg|thumb|right|USB connector for Umarim]]&lt;br /&gt;
&lt;br /&gt;
Solder the BEC to the Umarim. Cover the Umarim in shrink tube. Cut free the Molex connector openings. See the Umarim [[Umarim_Lite_v2#Pinout|page]] for detailed info on the pinout.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Umarim Supply (J15) pin'''||'''Umarim Supply'''||'''BEC male'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|VBAT&lt;br /&gt;
| +&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|GND&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 9cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube 24mm / 37mm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Solder the cables to the USB breakout board, plug cables in 4-pin Molex connector. Secure cables on USB with hot glue. Cover the USB breakout board in shrink tube.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Umarim USB (J8) pin'''||'''Umarim USB'''||'''USB mini breakout'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|USB+&lt;br /&gt;
|D+&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|USB-&lt;br /&gt;
|D-&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|USB_VBUS&lt;br /&gt;
|VCC&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 4pin''&lt;br /&gt;
|&lt;br /&gt;
|''solder''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 21cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube 24mm / 37mm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== GPS ===&lt;br /&gt;
[[Image:Hk neo gps.jpg|thumb|right|NEO-6M GPS receiver]]&lt;br /&gt;
&lt;br /&gt;
Connect the u-blox type GPS receiver to the UART0 of the Umarim. Put the GPS in shrink tube. Attach any HF cable with tape. Secure GPS connector with hot glue if needed.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Umarim UART0 (J9) pin'''||'''Umarim UART0'''||'''GPS receiver'''||'''HK NEO-6M pin'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|1&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|5V&lt;br /&gt;
|5V&lt;br /&gt;
|4&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|RX0&lt;br /&gt;
|TX&lt;br /&gt;
|2&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|TX0&lt;br /&gt;
|RX&lt;br /&gt;
|3&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 5pin''&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|''Molex 4pin''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 18cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube 31mm / 51mm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Modem ===&lt;br /&gt;
[[Image:Xbee_cable.jpg|thumb|right|XBee pro modem]]&lt;br /&gt;
&lt;br /&gt;
Solder the cables to the XBee explorer board, plug cables in 5-pin Molex connector. Secure cables on explorer board with hot glue. Plug XBee modem into explorer board and secure with shrink tube.&lt;br /&gt;
&lt;br /&gt;
Recent Sparkfun boards (v14) are equipped with 3.3V to 5V converters. Although the Umarim/LPC2148 should be able to handle 5V it is safe to not use the converters. Remove R5, R6, R7, R8, Q1, and Q2 from the XBee explorer regulated breakout board. Bridge OUT-DOUT and IN-DIN within the transistor footprint. &lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Umarim UART1 (J10) pin'''||'''Umarim UART1'''||'''XBee Explorer Regulated'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|5V&lt;br /&gt;
|5V&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|RX1&lt;br /&gt;
|DOUT&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|TX1&lt;br /&gt;
|DIN&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 5pin''&lt;br /&gt;
|&lt;br /&gt;
|''solder''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 10cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube 29mm / 45mm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Solder a second wire (not shown in picture) from the XBee to the TWOG so that the data sent by the Umarim can be logged. That means that two wires are to be connected at the XBee DIN pin.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''TWOG Download/GPS (J7) pin'''||'''TWOG Download/GPS'''||'''XBee Explorer Regulated'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|RXD0&lt;br /&gt;
|DIN&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 7pin''&lt;br /&gt;
|&lt;br /&gt;
|''solder''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 10cm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== SHT75 humidity sensor ===&lt;br /&gt;
[[Image:Sht75_breakout_bot_90deg.jpg|thumb|right|SHT75 soldered to adapter board]]&lt;br /&gt;
&lt;br /&gt;
Use SHT75 adapter board from Paparazzi hardware [http://github.com/paparazzi/paparazzi-hardware/tree/master/misc/sht75_small repository]. Solder parts, secure sensor with hot glue to adapter board on the bottom side (not shown in picture).&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Umarim AUX (J14) pin'''||'''Umarim AUX'''||'''SHT75'''||'''SHT75 pin'''||'''SHT75 adapter pin'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|(3)&lt;br /&gt;
|1&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
| +3.3V&lt;br /&gt;
|VDD&lt;br /&gt;
|(2)&lt;br /&gt;
|2&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|AUX1 (P0.13)&lt;br /&gt;
|DATA&lt;br /&gt;
|(4)&lt;br /&gt;
|3&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|AUX2 (P0.15)&lt;br /&gt;
|SCK&lt;br /&gt;
|(1)&lt;br /&gt;
|4&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 7pin''&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|''Molex 4pin''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 17cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; align=&amp;quot;left&amp;quot;|''no shrink tube''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== MLX90614 infrared thermometer ===&lt;br /&gt;
[[Image:Mlx90614_bot.jpg‎|thumb|right|MLX90614 soldered to adapter board]]&lt;br /&gt;
&lt;br /&gt;
Use MLX90614 adapter board from Paparazzi hardware [http://github.com/paparazzi/paparazzi-hardware/tree/master/misc/mlx90614_small repository]. Solder parts, take care of sensor polarity. The I2C address of the MLX90614 needs to be programmed once before it can be used. Connect it as the only sensor to I2C and flash/run it with the IR_MLX_ONE_TIME_CONFIG option set (currently available in the master and campaign2013 branch). See [http://paparazzi.enac.fr/wiki/Module/Melexis_MLX90614#One-time_configuration Module/Melexis_MLX90614].&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Multi board I2C pin'''||'''Multi board I2C'''||'''MLX90614'''||'''MLX90614 adapter pin'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|Vss&lt;br /&gt;
|1&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
| +3.3V&lt;br /&gt;
|Vdd&lt;br /&gt;
|3&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|SDA&lt;br /&gt;
|SDA&lt;br /&gt;
|4&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|SCL&lt;br /&gt;
|SCL&lt;br /&gt;
|5&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 5pin''&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|''Molex 5pin''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 9cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube 24mm / 37mm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Eagletree Airspeed v3 Sensor ===&lt;br /&gt;
[[Image:Ets_airspeed_v3.jpg|thumb|right|Eagletree Airspeed v3]]&lt;br /&gt;
&lt;br /&gt;
Extend the sensor cable. Cut off the four outstanding pins.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Multi board I2C pin'''||'''Multi board I2C'''||'''ETS Airspeed wire colour'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|white&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
| +5V&lt;br /&gt;
|red&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|SDA&lt;br /&gt;
|yellow&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|SCL&lt;br /&gt;
|brown&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 5pin''&lt;br /&gt;
|&lt;br /&gt;
|''solder''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 40cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''keep original shrink tube''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== PT1000 temperature sensor ===&lt;br /&gt;
[[Image:Temod_i2c.jpg‎|thumb|right|Hygrosens TEMOD-I2C-R1]]&lt;br /&gt;
&lt;br /&gt;
Solder the PT1000 sensor (little blue on the picture) to the two correct pads at the edge of the TEMOD-I2C-R1 board, where the pin plugs are. The pads on both side are not connected through. It has to be soldered to the side '''not''' carrying the chip. Remove pin header from TEMOD board. Solder 4pin cable to TEMOD, it will be connected to the Umarim through the multi_i2c board below. Fix cables with hot glue. Put some hot glue on the top of teh board, just behind the PT1000. Seal the board with shrink tube.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Multi board I2C_5V pin'''||'''Multi board I2C_5V'''||'''TEMOD-I2C-R1'''||'''TEMOD-I2C-R1 pin'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|2&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
| +5V&lt;br /&gt;
|Vdd&lt;br /&gt;
|1&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|SDA_5V&lt;br /&gt;
|SDA&lt;br /&gt;
|3&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|SCL_5V&lt;br /&gt;
|SCL&lt;br /&gt;
|4&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 4pin''&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|''solder''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 18cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube 13mm / 20mm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Multi Board ===&lt;br /&gt;
[[Image:Multi_i2c_ms5611.jpg‎‎|thumb|right|Multi connector board]]&lt;br /&gt;
[[Image:Multi_board_umarim.jpg|thumb|right|Multi board to Umarim]]&lt;br /&gt;
[[Image:Multi_wiring.jpg|thumb|right|Multi board connections]]&lt;br /&gt;
&lt;br /&gt;
Use the multi board from the Paparazzi hardware [http://github.com/paparazzi/paparazzi-hardware/tree/master/misc/servo_i2c_multi repository] to have multiple I2C connections, a MS5611 barometric pressure sensor, a 3.3V to 5V level shifter and servo JR connectors for BEC supply through the motor controller. Drill/burn holes into the shrink tube at the hole locations to attach the board with screws later on.&lt;br /&gt;
&lt;br /&gt;
Connection between Multi Board I2C and Umarim I2C0.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Umarim I2C0 pin'''||'''I2C'''||'''Multi board I2C pin'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|1&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
| +5V&lt;br /&gt;
|2&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
| +3.3V&lt;br /&gt;
|3&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|SDA&lt;br /&gt;
|4&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|SCL&lt;br /&gt;
|5&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 5pin''&lt;br /&gt;
|&lt;br /&gt;
|''Molex 5pin''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 9cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube 24mm / 37mm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Connection between Multi Board and Umarim for the servo signals.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Multi board Servo pin'''||'''Multi board Servo'''||'''Umarim Servo'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND_SRV5&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|S2&lt;br /&gt;
|SRV2&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|S3&lt;br /&gt;
|SRV3&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|S4&lt;br /&gt;
|SRV4&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|S5&lt;br /&gt;
|SRV5&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 7.5cm, 7.5cm, 8cm, 8.5cm, 9cm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The TEMOD/PT1000 temperature sensor gets connected through the 5V I2C connector.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Multi I2C_5V pin'''||'''Multi I2C_5V'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
| +5V&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|SDA&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|SCL&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Logger ===&lt;br /&gt;
[[Image:Umarim_logger_spi.jpg|thumb|right|Umarim with logger]]&lt;br /&gt;
&lt;br /&gt;
The Umarim autopilot and the TWOG logger communicate through a bi-directional SPI connection. See the TWOG [[TWOG/v1.0#Pinout|page]] for detailed info on the logger pinout.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Umarim SPI1 pin'''||'''Umarim SPI1'''||'''TWOG'''||'''TWOG conn.'''||'''TWOG name'''||'''TWOG pin'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|SSEL1&lt;br /&gt;
|SSEL0&lt;br /&gt;
|USB&lt;br /&gt;
|BUTTON&lt;br /&gt;
|6&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|MOSI1&lt;br /&gt;
|MOSI0&lt;br /&gt;
|PPM&lt;br /&gt;
|PPM_IN&lt;br /&gt;
|3&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|MISO1&lt;br /&gt;
|MISO0&lt;br /&gt;
|PPM&lt;br /&gt;
|SERV_CLK&lt;br /&gt;
|5&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|SCK1&lt;br /&gt;
|SCK0&lt;br /&gt;
|ADC1&lt;br /&gt;
|ADC_3&lt;br /&gt;
|5&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 7pin''&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|''various Molex''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;6&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 6cm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The TWOG can be supplied through its original power supply connector or through 5V from the Umarim if the switching supply board is removed from the TWOG:&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Umarim SRV0 pin'''||'''Umarim SRV0'''||'''TWOG ADC1'''||'''TWOG ADC1 pin'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|1&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
| +5V&lt;br /&gt;
| +5V&lt;br /&gt;
|2&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 3pin''&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|''Molex 5pin''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 6cm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Solder the cables to the USB breakout board for the TWOG logger, plug cables in 8-pin Molex connector. Secure cables on USB with hot glue. Cover the USB breakout board in shrink tube.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''TWOG USB (J9) pin'''||'''TWOG USB'''||'''USB mini breakout'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|USB+&lt;br /&gt;
|D+&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|USB-&lt;br /&gt;
|D-&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|USB_VBUS&lt;br /&gt;
|VCC&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 8pin''&lt;br /&gt;
|&lt;br /&gt;
|''solder''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 9cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube 24mm / 37mm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Sd_card_twog.jpg|thumb|right|micro SD card adapter]]&lt;br /&gt;
[[Image:Sd_card_twog_shrink.jpg|thumb|right|micro SD card adapter in tube]]&lt;br /&gt;
&lt;br /&gt;
The micro SD card adapter is connected to the TWOGs SPI connector. Wrap the board in shrink tube so that the micro SD card can be plugged/unplugged.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''TWOG SPI pin'''||'''TWOG SPI'''||'''microSD card board'''||'''microSD board pin'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|5&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
| +3.3V&lt;br /&gt;
|VCC&lt;br /&gt;
|3&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|SSEL&lt;br /&gt;
|CS&lt;br /&gt;
|1&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|MOSI&lt;br /&gt;
|DI&lt;br /&gt;
|2&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|MISO&lt;br /&gt;
|DO&lt;br /&gt;
|6&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|SCK&lt;br /&gt;
|SCK&lt;br /&gt;
|4&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 7pin''&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|''solder''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 6cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube 24mm / 37mm''&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=SUMO/prepare_electronics&amp;diff=18231</id>
		<title>SUMO/prepare electronics</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=SUMO/prepare_electronics&amp;diff=18231"/>
		<updated>2014-02-04T18:02:45Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: add umarim reference&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
== What you need ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;text-align:center&amp;quot; width=&amp;quot;80%&amp;quot; valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|-style=&amp;quot;background:LightYellow; color:black&amp;quot;&lt;br /&gt;
!Qty!!Manufacturer&amp;lt;br&amp;gt;part number!!Description!!Manufacturer!!Digikey&amp;lt;br&amp;gt;part number!!Other distributor&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;9&amp;quot; align=&amp;quot;left&amp;quot;|''Autopilot''&lt;br /&gt;
|-&lt;br /&gt;
|1||Umarim Lite v2||Autopilot||Paparazzi|| ||&lt;br /&gt;
|-&lt;br /&gt;
|1||BEC cable female||Autopilot power supply|| || ||&lt;br /&gt;
|-&lt;br /&gt;
|1||BOB-09966||Breakout Board for USB Mini-B||Sparkfun|| ||Sparkfun BOB-09966&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;9&amp;quot; align=&amp;quot;left&amp;quot;|''Modem''&lt;br /&gt;
|-&lt;br /&gt;
|1||(1P)XBP24-PKC-001-UA||Zigbee / 802.15.4 Module 2.4GHz XBee||Digi||XBP24-PKC-001-UA-ND||Mouser 888-XBP24-PKC-001-UA &lt;br /&gt;
|-&lt;br /&gt;
|1||XBP24-AWI-001||Zigbee / 802.15.4 Module 2.4GHz XBee||Digi||XBP24-AWI-001-ND||Mouser 888-XBP24-AWI-001 &lt;br /&gt;
|-&lt;br /&gt;
|1||WRL-11373||XBee Explorer Regulated board||Sparkfun|| ||Sparkfun WRL-11373&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;9&amp;quot; align=&amp;quot;left&amp;quot;|''GPS''&lt;br /&gt;
|-&lt;br /&gt;
|1||#387000004 (31135)||NEO-6M GPS Module||Hobbyking|| ||Navilock NL-652ETTL&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot; align=&amp;quot;left&amp;quot;|''Sensors''&lt;br /&gt;
|-&lt;br /&gt;
|1||SHT75||Humidity Sensor||Sensirion|| ||Farnell #1590514&lt;br /&gt;
|-&lt;br /&gt;
|1||SHT75 adapter||SHT75 breakout board||Paparazzi|| ||&lt;br /&gt;
|-&lt;br /&gt;
|1||MLX90614||Infrared Thermometer||Melexis|| ||Sparkfun SEN-09570&amp;lt;br&amp;gt;FutureElectronics MLX90614ESF-BAA-000-TU&lt;br /&gt;
|-&lt;br /&gt;
|1||MLX90614 adapter||MLX90614 breakout board||Paparazzi|| ||paparazzi-hardware misc/mlx90614_small&lt;br /&gt;
|-&lt;br /&gt;
|1||ETS airspeed||Eagletree airspeed v3||Eagletree|| ||&lt;br /&gt;
|-&lt;br /&gt;
|1||PT1000 M222||PT1000 M222 temperature sensor||Heraeus|| ||Conrad #172041&lt;br /&gt;
|-&lt;br /&gt;
|1||TEMOD-I2C-R1||PT1000 converter board ||Hygrosens|| ||Conrad #502001&lt;br /&gt;
|-&lt;br /&gt;
|1||Multi I2C||Multi adapter Board||Paparazzi|| ||paparazzi-hardware misc/servo_i2c_multi&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot; align=&amp;quot;left&amp;quot;|''Sensors (optional version)''&lt;br /&gt;
|-&lt;br /&gt;
|1||BOB-08745||Logic Level Converter||Sparkfun|| ||Sparkfun BOB-08745&lt;br /&gt;
|-&lt;br /&gt;
|1||MS5611||Barometric pressure sensor||Meas Spec|| ||CSG #96&amp;lt;br&amp;gt;Drotek #44&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot; align=&amp;quot;left&amp;quot;|''Logger''&lt;br /&gt;
|-&lt;br /&gt;
|1||TWOG v1.0||Logger||Paparazzi|| ||&lt;br /&gt;
|-&lt;br /&gt;
|1||BOB-09966||Breakout Board for USB Mini-B||Sparkfun|| ||Sparkfun BOB-09966&lt;br /&gt;
|-&lt;br /&gt;
|1||BOB-00544||Board for microSD Transflash||Sparkfun|| ||Sparkfun BOB-00544&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube (shrunken / not shrunken)''&lt;br /&gt;
|-&lt;br /&gt;
|1||PVC|| 13mm / 20mm || || ||Muldental Elektronik 64115&lt;br /&gt;
|-&lt;br /&gt;
|1||PVC|| 24mm / 37mm || || ||Muldental Elektronik 64246&lt;br /&gt;
|-&lt;br /&gt;
|1||PVC|| 29mm / 45mm || || ||Muldental Elektronik 64347&lt;br /&gt;
|-&lt;br /&gt;
|1||PVC|| 31mm / 51mm || || ||Muldental Elektronik 64446&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Shopping list&lt;br /&gt;
&lt;br /&gt;
== Mounting ==&lt;br /&gt;
&lt;br /&gt;
Use high quality cable, PVC cable gets very stiff in cold temperatures. All parts have to be put into shrink tube to isolate it from any conductive or electrostatic plastic. Some pictures below do not show this tube for better visibility.&lt;br /&gt;
&lt;br /&gt;
=== Autopilot ===&lt;br /&gt;
[[Image:Umarim_bec.jpg|thumb|right|Umarim with BEC cable]]&lt;br /&gt;
[[Image:Umarim_usb.jpg|thumb|right|USB connector for Umarim]]&lt;br /&gt;
&lt;br /&gt;
Solder the BEC to the Umarim. Cover the Umarim in shrink tube. Cut free the Molex connector openings. See the Umarim [[Umarim_Lite_v2#Pinout|page]] for detailed info on the pinout.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Umarim Supply (J15) pin'''||'''Umarim Supply'''||'''BEC male'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|VBAT&lt;br /&gt;
| +&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|GND&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 9cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube 24mm / 37mm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Solder the cables to the USB breakout board, plug cables in 4-pin Molex connector. Secure cables on USB with hot glue. Cover the USB breakout board in shrink tube.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Umarim USB (J8) pin'''||'''Umarim USB'''||'''USB mini breakout'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|USB+&lt;br /&gt;
|D+&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|USB-&lt;br /&gt;
|D-&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|USB_VBUS&lt;br /&gt;
|VCC&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 4pin''&lt;br /&gt;
|&lt;br /&gt;
|''solder''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 21cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube 24mm / 37mm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== GPS ===&lt;br /&gt;
[[Image:Hk neo gps.jpg|thumb|right|NEO-6M GPS receiver]]&lt;br /&gt;
&lt;br /&gt;
Connect the u-blox type GPS receiver to the UART0 of the Umarim. Put the GPS in shrink tube. Attach any HF cable with tape. Secure GPS connector with hot glue if needed.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Umarim UART0 (J9) pin'''||'''Umarim UART0'''||'''GPS receiver'''||'''HK NEO-6M pin'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|1&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|5V&lt;br /&gt;
|5V&lt;br /&gt;
|4&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|RX0&lt;br /&gt;
|TX&lt;br /&gt;
|2&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|TX0&lt;br /&gt;
|RX&lt;br /&gt;
|3&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 5pin''&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|''Molex 4pin''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 18cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube 31mm / 51mm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Modem ===&lt;br /&gt;
[[Image:Xbee_cable.jpg|thumb|right|XBee pro modem]]&lt;br /&gt;
&lt;br /&gt;
Solder the cables to the XBee explorer board, plug cables in 5-pin Molex connector. Secure cables on explorer board with hot glue. Plug XBee modem into explorer board and secure with shrink tube.&lt;br /&gt;
&lt;br /&gt;
Recent Sparkfun boards (v14) are equipped with 3.3V to 5V converters. Although the Umarim/LPC2148 should be able to handle 5V it is safe to not use the converters. Remove R5, R6, R7, R8, Q1, and Q2 from the XBee explorer regulated breakout board. Bridge OUT-DOUT and IN-DIN within the transistor footprint. &lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Umarim UART1 (J10) pin'''||'''Umarim UART1'''||'''XBee Explorer Regulated'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|5V&lt;br /&gt;
|5V&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|RX1&lt;br /&gt;
|DOUT&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|TX1&lt;br /&gt;
|DIN&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 5pin''&lt;br /&gt;
|&lt;br /&gt;
|''solder''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 10cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube 29mm / 45mm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Solder a second wire (not shown in picture) from the XBee to the TWOG so that the data sent by the Umarim can be logged. That means that two wires are to be connected at the XBee DIN pin.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''TWOG Download/GPS (J7) pin'''||'''TWOG Download/GPS'''||'''XBee Explorer Regulated'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|RXD0&lt;br /&gt;
|DIN&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 7pin''&lt;br /&gt;
|&lt;br /&gt;
|''solder''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 10cm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== SHT75 humidity sensor ===&lt;br /&gt;
[[Image:Sht75_breakout_bot_90deg.jpg|thumb|right|SHT75 soldered to adapter board]]&lt;br /&gt;
&lt;br /&gt;
Use SHT75 adapter board from Paparazzi hardware [http://github.com/paparazzi/paparazzi-hardware/tree/master/misc/sht75_small repository]. Solder parts, secure sensor with hot glue to adapter board on the bottom side (not shown in picture).&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Umarim AUX (J14) pin'''||'''Umarim AUX'''||'''SHT75'''||'''SHT75 pin'''||'''SHT75 adapter pin'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|(3)&lt;br /&gt;
|1&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
| +3.3V&lt;br /&gt;
|VDD&lt;br /&gt;
|(2)&lt;br /&gt;
|2&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|AUX1 (P0.13)&lt;br /&gt;
|DATA&lt;br /&gt;
|(4)&lt;br /&gt;
|3&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|AUX2 (P0.15)&lt;br /&gt;
|SCK&lt;br /&gt;
|(1)&lt;br /&gt;
|4&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 7pin''&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|''Molex 4pin''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 17cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; align=&amp;quot;left&amp;quot;|''no shrink tube''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== MLX90614 infrared thermometer ===&lt;br /&gt;
[[Image:Mlx90614_bot.jpg‎|thumb|right|MLX90614 soldered to adapter board]]&lt;br /&gt;
&lt;br /&gt;
Use MLX90614 adapter board from Paparazzi hardware [http://github.com/paparazzi/paparazzi-hardware/tree/master/misc/mlx90614_small repository]. Solder parts, take care of sensor polarity. The I2C address of the MLX90614 needs to be programmed once before it can be used. Connect it as the only sensor to I2C and flash/run it with the IR_MLX_ONE_TIME_CONFIG option set (currently available in the master and campaign2013 branch). See [http://paparazzi.enac.fr/wiki/Module/Melexis_MLX90614#One-time_configuration Module/Melexis_MLX90614].&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Multi board I2C pin'''||'''Multi board I2C'''||'''MLX90614'''||'''MLX90614 adapter pin'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|Vss&lt;br /&gt;
|1&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
| +3.3V&lt;br /&gt;
|Vdd&lt;br /&gt;
|3&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|SDA&lt;br /&gt;
|SDA&lt;br /&gt;
|4&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|SCL&lt;br /&gt;
|SCL&lt;br /&gt;
|5&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 5pin''&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|''Molex 5pin''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 9cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube 24mm / 37mm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Eagletree Airspeed v3 Sensor ===&lt;br /&gt;
[[Image:Ets_airspeed_v3.jpg|thumb|right|Eagletree Airspeed v3]]&lt;br /&gt;
&lt;br /&gt;
Extend the sensor cable. Cut off the four outstanding pins.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Multi board I2C pin'''||'''Multi board I2C'''||'''ETS Airspeed wire colour'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|white&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
| +5V&lt;br /&gt;
|red&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|SDA&lt;br /&gt;
|yellow&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|SCL&lt;br /&gt;
|brown&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 5pin''&lt;br /&gt;
|&lt;br /&gt;
|''solder''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 40cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''keep original shrink tube''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== PT1000 temperature sensor ===&lt;br /&gt;
[[Image:Temod_i2c.jpg‎|thumb|right|Hygrosens TEMOD-I2C-R1]]&lt;br /&gt;
&lt;br /&gt;
Solder the PT1000 sensor (little blue on the picture) to the two correct pads at the edge of the TEMOD-I2C-R1 board, where the pin plugs are. The pads on both side are not connected through. It has to be soldered to the side '''not''' carrying the chip. Remove pin header from TEMOD board. Solder 4pin cable to TEMOD, it will be connected to the Umarim through the multi_i2c board below. Fix cables with hot glue. Put some hot glue on the top of teh board, just behind the PT1000. Seal the board with shrink tube.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Multi board I2C_5V pin'''||'''Multi board I2C_5V'''||'''TEMOD-I2C-R1'''||'''TEMOD-I2C-R1 pin'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|2&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
| +5V&lt;br /&gt;
|Vdd&lt;br /&gt;
|1&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|SDA_5V&lt;br /&gt;
|SDA&lt;br /&gt;
|3&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|SCL_5V&lt;br /&gt;
|SCL&lt;br /&gt;
|4&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 4pin''&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|''solder''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 18cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube 13mm / 20mm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Multi Board ===&lt;br /&gt;
[[Image:Multi_i2c_ms5611.jpg‎‎|thumb|right|Multi connector board]]&lt;br /&gt;
[[Image:Multi_board_umarim.jpg|thumb|right|Multi board to Umarim]]&lt;br /&gt;
[[Image:Multi_wiring.jpg|thumb|right|Multi board connections]]&lt;br /&gt;
&lt;br /&gt;
Use the multi board from the Paparazzi hardware [http://github.com/paparazzi/paparazzi-hardware/tree/master/misc/servo_i2c_multi repository] to have multiple I2C connections, a MS5611 barometric pressure sensor, a 3.3V to 5V level shifter and servo JR connectors for BEC supply through the motor controller. Drill/burn holes into the shrink tube at the hole locations to attach the board with screws later on.&lt;br /&gt;
&lt;br /&gt;
Connection between Multi Board I2C and Umarim I2C0.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Umarim I2C0 pin'''||'''I2C'''||'''Multi board I2C pin'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|1&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
| +5V&lt;br /&gt;
|2&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
| +3.3V&lt;br /&gt;
|3&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|SDA&lt;br /&gt;
|4&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|SCL&lt;br /&gt;
|5&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 5pin''&lt;br /&gt;
|&lt;br /&gt;
|''Molex 5pin''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 9cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube 24mm / 37mm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Connection between Multi Board and Umarim for the servo signals.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Multi board Servo pin'''||'''Multi board Servo'''||'''Umarim Servo'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND_SRV5&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|S2&lt;br /&gt;
|SRV2&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|S3&lt;br /&gt;
|SRV3&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|S4&lt;br /&gt;
|SRV4&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|S5&lt;br /&gt;
|SRV5&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 7.5cm, 7.5cm, 8cm, 8.5cm, 9cm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The TEMOD/PT1000 temperature sensor gets connected through the 5V I2C connector.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Multi I2C_5V pin'''||'''Multi I2C_5V'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
| +5V&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|SDA&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|SCL&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Logger ===&lt;br /&gt;
[[Image:Umarim_logger_spi.jpg|thumb|right|Umarim with logger]]&lt;br /&gt;
&lt;br /&gt;
The Umarim autopilot and the TWOG logger communicate through a bi-directional SPI connection. &lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Umarim SPI1 pin'''||'''Umarim SPI1'''||'''TWOG'''||'''TWOG conn.'''||'''TWOG name'''||'''TWOG pin'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|SSEL1&lt;br /&gt;
|SSEL0&lt;br /&gt;
|USB&lt;br /&gt;
|BUTTON&lt;br /&gt;
|6&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|MOSI1&lt;br /&gt;
|MOSI0&lt;br /&gt;
|PPM&lt;br /&gt;
|PPM_IN&lt;br /&gt;
|3&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|MISO1&lt;br /&gt;
|MISO0&lt;br /&gt;
|PPM&lt;br /&gt;
|SERV_CLK&lt;br /&gt;
|5&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|SCK1&lt;br /&gt;
|SCK0&lt;br /&gt;
|ADC1&lt;br /&gt;
|ADC_3&lt;br /&gt;
|5&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 7pin''&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|''various Molex''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;6&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 6cm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The TWOG can be supplied through its original power supply connector or through 5V from the Umarim if the switching supply board is removed from the TWOG:&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Umarim SRV0 pin'''||'''Umarim SRV0'''||'''TWOG ADC1'''||'''TWOG ADC1 pin'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|1&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
| +5V&lt;br /&gt;
| +5V&lt;br /&gt;
|2&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 3pin''&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|''Molex 5pin''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 6cm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Solder the cables to the USB breakout board for the TWOG logger, plug cables in 8-pin Molex connector. Secure cables on USB with hot glue. Cover the USB breakout board in shrink tube.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''TWOG USB (J9) pin'''||'''TWOG USB'''||'''USB mini breakout'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|USB+&lt;br /&gt;
|D+&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|USB-&lt;br /&gt;
|D-&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|USB_VBUS&lt;br /&gt;
|VCC&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 8pin''&lt;br /&gt;
|&lt;br /&gt;
|''solder''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 9cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube 24mm / 37mm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Sd_card_twog.jpg|thumb|right|micro SD card adapter]]&lt;br /&gt;
[[Image:Sd_card_twog_shrink.jpg|thumb|right|micro SD card adapter in tube]]&lt;br /&gt;
&lt;br /&gt;
The micro SD card adapter is connected to the TWOGs SPI connector. Wrap the board in shrink tube so that the micro SD card can be plugged/unplugged.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''TWOG SPI pin'''||'''TWOG SPI'''||'''microSD card board'''||'''microSD board pin'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|5&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
| +3.3V&lt;br /&gt;
|VCC&lt;br /&gt;
|3&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|SSEL&lt;br /&gt;
|CS&lt;br /&gt;
|1&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|MOSI&lt;br /&gt;
|DI&lt;br /&gt;
|2&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|MISO&lt;br /&gt;
|DO&lt;br /&gt;
|6&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|SCK&lt;br /&gt;
|SCK&lt;br /&gt;
|4&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 7pin''&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|''solder''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 6cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube 24mm / 37mm''&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=SUMO/logger&amp;diff=18220</id>
		<title>SUMO/logger</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=SUMO/logger&amp;diff=18220"/>
		<updated>2014-02-02T17:31:19Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: clarify decoding time stamp&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Setup==&lt;br /&gt;
&lt;br /&gt;
The logger contains its own processor and USB connector but only needs to be flashed once. It is flashed just like an airframe: clean, build, plug USB to the rear connection, power up and click upload. The configuration can be found as LOGGER in the example file conf/conf.xml.sumo&lt;br /&gt;
&lt;br /&gt;
You might need to reflash the logger in case you accidently overwrite it with an airframe configuration. That should not happen again as the USB connectors are clearly separated and not next to each other as they used to be.&lt;br /&gt;
&lt;br /&gt;
==Start/Stop==&lt;br /&gt;
&lt;br /&gt;
The logger will automatically start writing the autopilots (and Aeroprobe) data to the SD card. To stop the logging there is no longer a mechanical button. It will be stopped through the gcs. Go to the gcs middle panel -&amp;gt; Settings -&amp;gt; Modules. There is an entry &amp;quot;log_sd_spi&amp;quot;. The number next to it shows if the logger is running or not, click on the number to update or if there is N/A. It will be &amp;quot;1&amp;quot;/&amp;quot;START&amp;quot; if the logger runs or &amp;quot;0&amp;quot;/&amp;quot;STOP&amp;quot; if stopped. Check the &amp;quot;STOP&amp;quot; radio button and press the green commit button to stop the logger, see attached picture. Once the logger is stopped it can for now not be restarted through the gcs. The aircraft has to be power-cycled.&lt;br /&gt;
&lt;br /&gt;
[[Image:Gcs_logger.png|400px]]&lt;br /&gt;
&lt;br /&gt;
==Decoding==&lt;br /&gt;
&lt;br /&gt;
To download and convert the data you need to stop the logger (now through the gcs), connect the logger USB connector to the laptop while aircraft power is still on and wait for the mass storage device to appear. &lt;br /&gt;
&lt;br /&gt;
The telemetry is written in the Paparazzi .tlm [[Messages_Format|format]] that adds a timestamp to each message. The local laptop decoding-time is used if no GPS signal was received during the flight (e.g. when testing indoors). The logger starts with 00000000.TLM in the main folder of the SD and increases the number with each log session. Already used numbers will not be overwritten. &lt;br /&gt;
&lt;br /&gt;
Make sure [[Installation#Environment_Variables|environment variables]] are set before running pprz programs from the commandline&lt;br /&gt;
&lt;br /&gt;
 me@home:~$ export PAPARAZZI_HOME=~/paparazzi&lt;br /&gt;
 me@home:~$ export PAPARAZZI_SRC=~/paparazzi&lt;br /&gt;
&lt;br /&gt;
The data is converted back to the Paparazzi .log and .data format using sd2log&lt;br /&gt;
&lt;br /&gt;
 me@home:~/media/usbstick$ ~/paparazzi/sw/logalizer/sd2log 00000002.TLM&lt;br /&gt;
 Renaming produced file ...&lt;br /&gt;
 09_08_13__20_55_03_SD.data file produced&lt;br /&gt;
 09_08_13__20_55_03_SD.log file produced&lt;br /&gt;
 09_08_13__20_55_03_SD.tlm file saved&lt;br /&gt;
&lt;br /&gt;
It creates timestamps from the .tlm and changes the filename to the take-off time if a GPS message with correct time was available in the file or the current local PC time if no GPS was available. The .log file will be re-created either from the current configuration (if still in existence) or the MD5-labeled files that are stored in var/conf each time you build an aircraft. All resulting files are stored in var/logs with an _SD extension.&lt;br /&gt;
&lt;br /&gt;
See [[Data_Logger|data logger]] for more details.&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=SUMO&amp;diff=18219</id>
		<title>SUMO</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=SUMO&amp;diff=18219"/>
		<updated>2014-02-02T17:29:31Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: add logger&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
The Small Unmanned Observer (SUMO) has been developed by the Paparazzi community together with the Geophysical Institute of the University of Bergen, Norway. It is designed to support research in the lower atmospheric boundary layer. It uses industry standard sensors for temperature, air pressure, humidity and wind speed/direction as well as more specialized sensors as infrared/visible light radiation, particle concentration or ionizing radiation ([[Modules_list|full list]]). It has been used in many measurement campaigns by various research institutions.&lt;br /&gt;
&lt;br /&gt;
[http://www.uib.no/rg/meten/research/field-instrumentation/sumo SUMO homepage at the Geophysical Institute]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:Funjetgfi.jpg|The SUMO&lt;br /&gt;
Image:Kerlingafjoll.jpg|Near Hofsjökull glacier, Iceland 2007&lt;br /&gt;
Image:Hangar.jpg|KV Svalbard, Barents Sea 2008&lt;br /&gt;
Image:Adventalen.jpg|Adventalen, Svalbard 2009&lt;br /&gt;
Image:Finnarp.jpg|Finnish Aboa station Antarctica 2010&lt;br /&gt;
Image:Troll_station.jpg|Norwegian Troll station Antarctica 2011&lt;br /&gt;
Image:Sumo_launch.jpg|US McMurdo station Antarctica 2012&lt;br /&gt;
Image:Weddell_sea.jpg|RV Polarstern in the Weddell Sea/Antarctica 2013&lt;br /&gt;
Image:Sumo_tall_tower.jpg|Remote camp on Ross Ice Shelf/Antarctica 2014&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Legal Disclaimer ==&lt;br /&gt;
&lt;br /&gt;
'''As with all Paparazzi software and hardware this does not come with any guarantee. Make sure you follow all applicable rules and laws (safety, radio regulation, ...). No part of the system is certified by any national or international authority. Please refer to the national aviation regulation for Remotely Piloted Aircraft Systems of the accountable country before you start operating. A special permit is usually needed for any activity not related to hobby/recreational usage and especially important if you intend to fly at high altitudes. The experience is that the necessary consultations need quite some time and effort.'''&lt;br /&gt;
&lt;br /&gt;
== Build your own ==&lt;br /&gt;
&lt;br /&gt;
The SUMO is bascially an RC airplane equipped with additional hardware for automatic flight and to collect data for scientific usage. It needs some knowledge in the fields of model airplanes, electronics, hard- and software to build and operate it. One successful strategy for an university research group might be to team up with the engineering department. Get in contact with local RC enthusiasts and ask them to support you in safety piloting the aircrafts. There are many different ways to assemble a Paparazzi aircraft. We are describing a way hat has shown great results in the past years.&lt;br /&gt;
&lt;br /&gt;
=== Ground station ===&lt;br /&gt;
&lt;br /&gt;
The groundstation consists of a laptop, a bi-directional modem, a standard RC transmitter and battery chargers.&lt;br /&gt;
&lt;br /&gt;
==== Laptop ====&lt;br /&gt;
&lt;br /&gt;
The computer should be able to operate outdoors and cope with dust, water, temperature, etc. We have mainly used Panasonic Toughbook CF-19 laptops that never showed any weakness. The recommended operating system is Ubuntu 12.04 LTS.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/Software_installation|Software installation instructions]]&lt;br /&gt;
&lt;br /&gt;
==== Ground Modem ====&lt;br /&gt;
&lt;br /&gt;
The [[Modems|modems section]] describes an overwhelming number of various modems that are available for all sorts of applications. The 2.4GHz Digi XBee Series 1 are proven all-purpose modems that can be used almost world wide. For the ground station we use the readily available Digi XBee USB modem in a robust metal case. It is connected to the laptop through a standard USB A-B cable and brings its own whip antenna.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/Ground_modem|Ground modem setup]]&lt;br /&gt;
&lt;br /&gt;
==== RC Transmitter ====&lt;br /&gt;
&lt;br /&gt;
The RC world gives you many options to control your aircraft. If you or any supporting team member already owns an RC system, you might try to get this to work. It is important that your RC receiver supports the output of a sum signal that contains all servo data in one signal. You need an extra channel for switching the flight mode. If you start from scratch the Futaba/robbe system is a good option.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/rc_transmitter|RC transmitter setup]]&lt;br /&gt;
&lt;br /&gt;
==== Battery Chargers ====&lt;br /&gt;
&lt;br /&gt;
There are many different brands and types available and we can not really give a suggestion. We were happy with devices from evoTech or Schulze. Get in contact with your local RC dealer and find a device suitable for you. It is important that the device fits to the power requirements you will see in the field (12V DC/115V AC/230V AC). Do not buy the cheapest available. Follow the instructions carefully, Lithium Polymer batteries can be dangerous.&lt;br /&gt;
&lt;br /&gt;
=== Airborne System ===&lt;br /&gt;
&lt;br /&gt;
==== Mechanical Parts ====&lt;br /&gt;
&lt;br /&gt;
We chose to use the Multiplex Funjet right after it appeared in 2006. The goal was to have an aircraft that can fly fast to be able to operate in wind conditions up to 15m/s. To achieve an easy take-off for non-RC-enthusiasts we equipped it with a bigger propeller than normal (9x6). Some outer parts have been strengthend with glass fiber. The recent Funjet Ultra can also be used but we do not see much improvement for our goals. It is heavier and the visibility is poor.&lt;br /&gt;
&lt;br /&gt;
The Funjet is not a beginners airplane. Get some piloting help when you are new to RC. You always need a safety pilot that can take over the aircraft.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/mechanical_assembly|SUMO mechanical assembly]]&lt;br /&gt;
&lt;br /&gt;
==== RC Parts ====&lt;br /&gt;
&lt;br /&gt;
Use the best RC parts you can get. There is no use in saving some Euros on this. We use Graupner servos, an AXI motor and Jeti motor controller.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/install_rc|Installing servos, motor and motor controller]]&lt;br /&gt;
&lt;br /&gt;
==== Prepare specific electronic parts ====&lt;br /&gt;
&lt;br /&gt;
These are the non-standard parts you need. Look in the [[Get_Hardware|get hardware]] section for a source of these parts. In the current version of the SUMO we use the Umarim Lite v2 autopilot, a TWOG board as data logger, a Digi XBee Pro Series 1 modem, a Hygrosens temperature sensor, Sensirion humidity sensor, Meas Spec pressure sensor and an optional Eagletree airspeed v3 sensor.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/prepare_electronics|Prepare Paparazzi electronics]]&lt;br /&gt;
&lt;br /&gt;
==== Install electronic parts ====&lt;br /&gt;
&lt;br /&gt;
This describes how the electronics are installed in the aircraft.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/install_electronics|Install Paparazzi electronics]]&lt;br /&gt;
&lt;br /&gt;
==== Software configuration setup ====&lt;br /&gt;
&lt;br /&gt;
Describes the software setup for the SUMO.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/sw_configuration|Software configuration]]&lt;br /&gt;
&lt;br /&gt;
==== Operating the logger ====&lt;br /&gt;
&lt;br /&gt;
This page describes how to setup and use the on-board logger.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/logger|Logger setup]]&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=SUMO/logger&amp;diff=18218</id>
		<title>SUMO/logger</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=SUMO/logger&amp;diff=18218"/>
		<updated>2014-02-02T17:28:01Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: Created page with &amp;quot;==Setup==  The logger contains its own processor and USB connector but only needs to be flashed once. It is flashed just like an airframe: clean, build, plug USB to the rear c...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Setup==&lt;br /&gt;
&lt;br /&gt;
The logger contains its own processor and USB connector but only needs to be flashed once. It is flashed just like an airframe: clean, build, plug USB to the rear connection, power up and click upload. The configuration can be found as LOGGER in the example file conf/conf.xml.sumo&lt;br /&gt;
&lt;br /&gt;
You might need to reflash the logger in case you accidently overwrite it with an airframe configuration. That should not happen again as the USB connectors are clearly separated and not next to each other as they used to be.&lt;br /&gt;
&lt;br /&gt;
==Start/Stop==&lt;br /&gt;
&lt;br /&gt;
The logger will automatically start writing the autopilots (and Aeroprobe) data to the SD card. To stop the logging there is no longer a mechanical button. It will be stopped through the gcs. Go to the gcs middle panel -&amp;gt; Settings -&amp;gt; Modules. There is an entry &amp;quot;log_sd_spi&amp;quot;. The number next to it shows if the logger is running or not, click on the number to update or if there is N/A. It will be &amp;quot;1&amp;quot;/&amp;quot;START&amp;quot; if the logger runs or &amp;quot;0&amp;quot;/&amp;quot;STOP&amp;quot; if stopped. Check the &amp;quot;STOP&amp;quot; radio button and press the green commit button to stop the logger, see attached picture. Once the logger is stopped it can for now not be restarted through the gcs. The aircraft has to be power-cycled.&lt;br /&gt;
&lt;br /&gt;
[[Image:Gcs_logger.png|400px]]&lt;br /&gt;
&lt;br /&gt;
==Decoding==&lt;br /&gt;
&lt;br /&gt;
To download and convert the data you need to stop the logger (now through the gcs), connect the logger USB connector to the laptop while aircraft power is still on and wait for the mass storage device to appear. &lt;br /&gt;
&lt;br /&gt;
The telemetry is written in the Paparazzi .tlm [[Messages_Format|format]] that adds a timestamp to each message. The logger starts with 00000000.TLM in the main folder of the SD and increases the number with each log session. Already used numbers will not be overwritten. &lt;br /&gt;
&lt;br /&gt;
Make sure [[Installation#Environment_Variables|environment variables]] are set before running pprz programs from the commandline&lt;br /&gt;
&lt;br /&gt;
 me@home:~$ export PAPARAZZI_HOME=~/paparazzi&lt;br /&gt;
 me@home:~$ export PAPARAZZI_SRC=~/paparazzi&lt;br /&gt;
&lt;br /&gt;
The data is converted back to the Paparazzi .log and .data format using sd2log&lt;br /&gt;
&lt;br /&gt;
 me@home:~/media/usbstick$ ~/paparazzi/sw/logalizer/sd2log 00000002.TLM&lt;br /&gt;
 Renaming produced file ...&lt;br /&gt;
 09_08_13__20_55_03_SD.data file produced&lt;br /&gt;
 09_08_13__20_55_03_SD.log file produced&lt;br /&gt;
 09_08_13__20_55_03_SD.tlm file saved&lt;br /&gt;
&lt;br /&gt;
It creates timestamps from the .tlm and changes the filename to the take-off time if a GPS message with correct time was available in the file or the current local PC time if no GPS was available. The .log file will be re-created either from the current configuration (if still in existence) or the MD5-labeled files that are stored in var/conf each time you build an aircraft. All resulting files are stored in var/logs with an _SD extension.&lt;br /&gt;
&lt;br /&gt;
See [[Data_Logger|data logger]] for more details.&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=File:Gcs_logger.png&amp;diff=18217</id>
		<title>File:Gcs logger.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=File:Gcs_logger.png&amp;diff=18217"/>
		<updated>2014-02-02T17:27:24Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=SUMO&amp;diff=18190</id>
		<title>SUMO</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=SUMO&amp;diff=18190"/>
		<updated>2014-01-29T07:42:39Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
The Small Unmanned Observer (SUMO) has been developed by the Paparazzi community together with the Geophysical Institute of the University of Bergen, Norway. It is designed to support research in the lower atmospheric boundary layer. It uses industry standard sensors for temperature, air pressure, humidity and wind speed/direction as well as more specialized sensors as infrared/visible light radiation, particle concentration or ionizing radiation ([[Modules_list|full list]]). It has been used in many measurement campaigns by various research institutions.&lt;br /&gt;
&lt;br /&gt;
[http://www.uib.no/rg/meten/research/field-instrumentation/sumo SUMO homepage at the Geophysical Institute]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:Funjetgfi.jpg|The SUMO&lt;br /&gt;
Image:Kerlingafjoll.jpg|Near Hofsjökull glacier, Iceland 2007&lt;br /&gt;
Image:Hangar.jpg|KV Svalbard, Barents Sea 2008&lt;br /&gt;
Image:Adventalen.jpg|Adventalen, Svalbard 2009&lt;br /&gt;
Image:Finnarp.jpg|Finnish Aboa station Antarctica 2010&lt;br /&gt;
Image:Troll_station.jpg|Norwegian Troll station Antarctica 2011&lt;br /&gt;
Image:Sumo_launch.jpg|US McMurdo station Antarctica 2012&lt;br /&gt;
Image:Weddell_sea.jpg|RV Polarstern in the Weddell Sea/Antarctica 2013&lt;br /&gt;
Image:Sumo_tall_tower.jpg|Remote camp on Ross Ice Shelf/Antarctica 2014&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Legal Disclaimer ==&lt;br /&gt;
&lt;br /&gt;
'''As with all Paparazzi software and hardware this does not come with any guarantee. Make sure you follow all applicable rules and laws (safety, radio regulation, ...). No part of the system is certified by any national or international authority. Please refer to the national aviation regulation for Remotely Piloted Aircraft Systems of the accountable country before you start operating. A special permit is usually needed for any activity not related to hobby/recreational usage and especially important if you intend to fly at high altitudes. The experience is that the necessary consultations need quite some time and effort.'''&lt;br /&gt;
&lt;br /&gt;
== Build your own ==&lt;br /&gt;
&lt;br /&gt;
The SUMO is bascially an RC airplane equipped with additional hardware for automatic flight and to collect data for scientific usage. It needs some knowledge in the fields of model airplanes, electronics, hard- and software to build and operate it. One successful strategy for an university research group might be to team up with the engineering department. Get in contact with local RC enthusiasts and ask them to support you in safety piloting the aircrafts. There are many different ways to assemble a Paparazzi aircraft. We are describing a way hat has shown great results in the past years.&lt;br /&gt;
&lt;br /&gt;
=== Ground station ===&lt;br /&gt;
&lt;br /&gt;
The groundstation consists of a laptop, a bi-directional modem, a standard RC transmitter and battery chargers.&lt;br /&gt;
&lt;br /&gt;
==== Laptop ====&lt;br /&gt;
&lt;br /&gt;
The computer should be able to operate outdoors and cope with dust, water, temperature, etc. We have mainly used Panasonic Toughbook CF-19 laptops that never showed any weakness. The recommended operating system is Ubuntu 12.04 LTS.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/Software_installation|Software installation instructions]]&lt;br /&gt;
&lt;br /&gt;
==== Ground Modem ====&lt;br /&gt;
&lt;br /&gt;
The [[Modems|modems section]] describes an overwhelming number of various modems that are available for all sorts of applications. The 2.4GHz Digi XBee Series 1 are proven all-purpose modems that can be used almost world wide. For the ground station we use the readily available Digi XBee USB modem in a robust metal case. It is connected to the laptop through a standard USB A-B cable and brings its own whip antenna.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/Ground_modem|Ground modem setup]]&lt;br /&gt;
&lt;br /&gt;
==== RC Transmitter ====&lt;br /&gt;
&lt;br /&gt;
The RC world gives you many options to control your aircraft. If you or any supporting team member already owns an RC system, you might try to get this to work. It is important that your RC receiver supports the output of a sum signal that contains all servo data in one signal. You need an extra channel for switching the flight mode. If you start from scratch the Futaba/robbe system is a good option.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/rc_transmitter|RC transmitter setup]]&lt;br /&gt;
&lt;br /&gt;
==== Battery Chargers ====&lt;br /&gt;
&lt;br /&gt;
There are many different brands and types available and we can not really give a suggestion. We were happy with devices from evoTech or Schulze. Get in contact with your local RC dealer and find a device suitable for you. It is important that the device fits to the power requirements you will see in the field (12V DC/115V AC/230V AC). Do not buy the cheapest available. Follow the instructions carefully, Lithium Polymer batteries can be dangerous.&lt;br /&gt;
&lt;br /&gt;
=== Airborne System ===&lt;br /&gt;
&lt;br /&gt;
==== Mechanical Parts ====&lt;br /&gt;
&lt;br /&gt;
We chose to use the Multiplex Funjet right after it appeared in 2006. The goal was to have an aircraft that can fly fast to be able to operate in wind conditions up to 15m/s. To achieve an easy take-off for non-RC-enthusiasts we equipped it with a bigger propeller than normal (9x6). Some outer parts have been strengthend with glass fiber. The recent Funjet Ultra can also be used but we do not see much improvement for our goals. It is heavier and the visibility is poor.&lt;br /&gt;
&lt;br /&gt;
The Funjet is not a beginners airplane. Get some piloting help when you are new to RC. You always need a safety pilot that can take over the aircraft.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/mechanical_assembly|SUMO mechanical assembly]]&lt;br /&gt;
&lt;br /&gt;
==== RC Parts ====&lt;br /&gt;
&lt;br /&gt;
Use the best RC parts you can get. There is no use in saving some Euros on this. We use Graupner servos, an AXI motor and Jeti motor controller.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/install_rc|Installing servos, motor and motor controller]]&lt;br /&gt;
&lt;br /&gt;
==== Prepare specific electronic parts ====&lt;br /&gt;
&lt;br /&gt;
These are the non-standard parts you need. Look in the [[Get_Hardware|get hardware]] section for a source of these parts. In the current version of the SUMO we use the Umarim Lite v2 autopilot, a TWOG board as data logger, a Digi XBee Pro Series 1 modem, a Hygrosens temperature sensor, Sensirion humidity sensor, Meas Spec pressure sensor and an optional Eagletree airspeed v3 sensor.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/prepare_electronics|Prepare Paparazzi electronics]]&lt;br /&gt;
&lt;br /&gt;
==== Install electronic parts ====&lt;br /&gt;
&lt;br /&gt;
This describes how the electronics are installed in the aircraft.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/install_electronics|Install Paparazzi electronics]]&lt;br /&gt;
&lt;br /&gt;
==== Software configuration setup ====&lt;br /&gt;
&lt;br /&gt;
Describes the software setup for the SUMO.&lt;br /&gt;
&lt;br /&gt;
[[SUMO/sw_configuration|Software configuration]]&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Main_Page&amp;diff=18189</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Main_Page&amp;diff=18189"/>
		<updated>2014-01-29T07:37:58Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;border-spacing:8px;margin:0px -8px&amp;quot; class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;width:100%;border:1px solid #9999bf;background-color:#f5fffa;vertical-align:top;color:#000; text-align: left;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;| &amp;lt;h2 style=&amp;quot;margin:0;background-color:#82add9;font-size:150%;font-weight:bold;border:0px solid #a3bfb1;text-align:center;color:#ffffff;padding:0.2em 0.4em;&amp;quot;&amp;gt;Welcome To Paparazzi&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;-moz-border-radius-topleft: 0em;-moz-border-radius-topright: 0.7em;&lt;br /&gt;
background:#cedff2;margin:-2px;padding:4px;&amp;quot;&amp;gt;&lt;br /&gt;
[[Image:favicon32.png|32px]] [[General|General]] &lt;br /&gt;
&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding:6px;&amp;quot;&amp;gt;&lt;br /&gt;
{{General}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;-moz-border-radius-topleft: 0em;-moz-border-radius-topright: 0.7em;&lt;br /&gt;
background:#cedff2;margin:-2px;padding:4px;&amp;quot;&amp;gt;&lt;br /&gt;
[[Image:favicon32.png|32px]] [[Hardware|Hardware]] &lt;br /&gt;
&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding:6px;&amp;quot;&amp;gt;&lt;br /&gt;
{{Hardware}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;-moz-border-radius-topleft: 0em;-moz-border-radius-topright: 0.7em; &lt;br /&gt;
background:#cedff2;margin:-2px;padding:4px;&amp;quot;&amp;gt;&lt;br /&gt;
[[Image:favicon32.png|32px]] [[Software|Software]] &lt;br /&gt;
&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding:6px;&amp;quot;&amp;gt;&lt;br /&gt;
{{Software}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;-moz-border-radius-topleft: 0em;-moz-border-radius-topright: 0.7em;&lt;br /&gt;
background:#cedff2;margin:-2px;padding:4px;&amp;quot;&amp;gt;&lt;br /&gt;
[[Image:favicon32.png|32px]] [[Miscellaneous|Miscellaneous]] &lt;br /&gt;
&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding:6px;&amp;quot;&amp;gt;&lt;br /&gt;
{{Miscellaneous}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;!-- Start of right-column --&amp;gt;&lt;br /&gt;
| class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;width:70%;border:1px solid #cedff2;background-color:#f5faff;vertical-align:top&amp;quot;|&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;5&amp;quot; style=&amp;quot;vertical-align:top;background-color:#f5fffa&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot; background-color=#82add9 | {{Hotbar}}&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| &amp;lt;h2 style=&amp;quot;margin:0;background-color:#cef2e0;font-size:120%;font-weight:bold;border:1px solid #a3bfb1;text-align:left;color:#000;padding:0.2em 0.4em;&amp;quot;&amp;gt;The Paparazzi Project&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;color:#000&amp;quot;|'''Paparazzi''' is a free and open-source hardware and software project encompassing an exceptionally powerful and versatile autopilot system for fixedwing aircrafts as well as multicopters. Being open enables '''you''' to add more features and improve the system. Using and improving Paparazzi is wholeheartedly encouraged by the community. Because of lots of enthousiasts like you , Paparazzi is swiftly evolving into an even more powerful system. &lt;br /&gt;
&lt;br /&gt;
The project includes not only the sourcecode with great code like [http://en.wikipedia.org/wiki/Kalman_filtering Kalman filtering] code but even all airborne hardware information needed, from Autopiot boards to zesty designed IMU's. A powerful ever-expanding array of ground hardware and software including modems, antennas, and a highly evolved user-friendly ground control station is included as icing on the cake.&lt;br /&gt;
|-&lt;br /&gt;
|All hardware and software is open-source and freely available to you under the [http://www.gnu.org GNU] licencing agreement. &lt;br /&gt;
&lt;br /&gt;
[[Get_Hardware| Several vendors]] are currently producing and selling Paparazzi autopilots and popular accessories, making the system easy and affordable for everyone. &lt;br /&gt;
&lt;br /&gt;
Jump on the plane and join the Paparazzi [http://en.wikipedia.org/wiki/Unmanned_Aircraft_System UAS] project; Enjoy the flight and develop alongside a multitude of individuals and at numerious universities, e.g. [http://www.enac.fr/ ENAC University France], [http://www.mavlab.info/ MAVlab] of the TU-Delft and [http://aggieair.usu.edu/‎ AggieAir] of Utah State University.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;h2 style=&amp;quot;margin:0;background-color:#ff9b00;font-size:120%;font-weight:bold;border:1px solid #a3bfb1;text-align:left;color:#000;padding:0.2em 0.4em;&amp;quot;&amp;gt;Legal disclaimer&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|The Paparazzi software source and hardware design is distributed without any guarantee. Before flying, please refer to your country national aviation regulation for Unmanned Aerial Systems, or the one of the country you intend to overfly.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;5&amp;quot; style=&amp;quot;vertical-align:top;background-color:#ebf5ff;border:1px solid #9dcef2; text-align: justify;&amp;quot;&lt;br /&gt;
| &amp;lt;h2 style=&amp;quot;margin:0;background-color:#6daef2;font-size:120%;font-weight:bold;border:1px solid #8fa3bf;text-align:left;color:#000;padding:0.2em 0.4em;&amp;quot;&amp;gt;Latest stable release&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;h3&amp;gt;v5.0.3_stable&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Download as [https://github.com/paparazzi/paparazzi/releases/download/v5.0.3_stable/paparazzi_v5.0.3_stable.tar.gz tarball] or checkout the '''v5.0''' branch from [[git]].&lt;br /&gt;
Releases can be found at https://github.com/paparazzi/paparazzi/releases&lt;br /&gt;
|}&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;5&amp;quot; style=&amp;quot;vertical-align:top;background-color:#faf5ff;border:1px solid #ddcef2; text-align: justify;&amp;quot;&lt;br /&gt;
| &amp;lt;h2 style=&amp;quot;margin:0;background-color:#ddcef2;font-size:120%;font-weight:bold;border:1px solid #afa3bf;text-align:left;color:#000;padding:0.2em 0.4em;&amp;quot;&amp;gt;News&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;h3&amp;gt;January 27th, 2014&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:Sumo_tall_tower.jpg|thumb|left|SUMO on the Ross Ice Shelf]]&lt;br /&gt;
&lt;br /&gt;
John Cassano from the University of Colorado has been flying Paparazzi equipped [http://paparazzi.enac.fr/wiki/SUMO SUMOs] in a remote camp in Antarctica over the last two weeks. See his [http://cires.colorado.edu/blogs/antarcticuavs/ blog] for a detailed report.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;h3&amp;gt;January 8th, 2014&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:Penguin.gif|thumb|left]]&lt;br /&gt;
&lt;br /&gt;
To make documenting and learning about Paparazzi easier we have updated the Wiki to the latest Mediawiki version (1.22). This new wiki provides very improved search of the many articles, as well as video embed tags. You can easily embed a youtube video to your article by writing &amp;lt;nowiki&amp;gt;{{#ev:youtubehd|videoID}}&amp;lt;/nowiki&amp;gt;, or a vimeo video by adding &amp;lt;nowiki&amp;gt;{{#ev:vimeo|videoID}}&amp;lt;/nowiki&amp;gt;. The wiki is hosted on a new dedicated Paparazzi UAV server so it should be faster now too.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;h3&amp;gt;December 27-30th, 2013&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
[[Image:30C3_small_logo.jpg|100px|left]]&lt;br /&gt;
&lt;br /&gt;
The [https://events.ccc.de/congress/2013/wiki/Main_Page 30C3 – 30th Chaos Communication Congress] was held in the Congress Center Hamburg December 2013. We were present there as part of the [https://events.ccc.de/congress/2013/wiki/Assembly:PaparazziUAV Paparazzi UAV Assembly].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;h3&amp;gt;November 27th, 2013&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:Lisa_s_v0_1_r2_top_superbit.jpg|thumb|left|link=http://1bitsquared.com]]&lt;br /&gt;
&lt;br /&gt;
Due to popular demand, [[Lisa/S]] and [[SuperbitRF]] is available for early pre-order from [http://1bitsquared.com/products/lisa-s-starter-kit 1 BIT SQUARED].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;h3&amp;gt;October 1st, 2013&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:mavlabimav2013.jpg|thumb|left]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''IMAV2013!'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The Mavlab team of TU Delft consisted of 12 people coming from aerospace, computer science, embedded programming and artificial intelligence. Thanks to the enormous team efforts in the last months, the team has won prizes in all the categories in which it participated:&lt;br /&gt;
  &lt;br /&gt;
Outdoor: 1st price&lt;br /&gt;
&lt;br /&gt;
with an autonomous swarm of 12 MAVs operated by a single operator. The MAVs only had to be plugged in and started their own flight plan, while the operator could monitor their mission status and intervene where necessary. Our participation featured four main innovations: (1) a single operator for 12 MAVs, 3 hybrid UAVs, 7 Parrot AR drones and 2 mini-quadrotors, (2) onboard vision processing on the AR drone with Paparazzi, (3) hybrid UAVs able to fly under any attitude, and (4) the world's smallest open source autopilot, Lisa S (2 grams). The wind conditions were terrible on the outdoor competition day, with 6 Bft, and most teams had their MAVs blown away. Everybody was impressed how the hybrid UAVs were able to cope nicely with these conditions and were still able to perform a precision landing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Indoor Operations: 1st price&lt;br /&gt;
&lt;br /&gt;
Indoor Autonomy: 3rd price &lt;br /&gt;
&lt;br /&gt;
Indoor the mission consisted of elements such as flying through a window and obstacle zone. We were the only participants to use a flapping wing MAV, which was in size and weight by far the smallest competing MAV (28 cm wing span, 20g). We demonstrated some autonomous flight capabilities such as autonomous takeoff (a world's first), and the capabilities of the DelFly as a First Person View-platform, where the operator flies the MAV on basis of its onboard images. All elements were performed by the operator. &lt;br /&gt;
&lt;br /&gt;
{{#ev:youtubehd|Z7XgRK7pMoU}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;h3&amp;gt;August 26th, 2013&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:2013-08-22 16.19.04.jpg|thumb|left]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''PRESS RELEASE!'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
TU Delft researchers design and build the world’s smallest autopilot for micro aircraft &lt;br /&gt;
&lt;br /&gt;
Researcher Bart Remes and his team of the Micro Aerial Vehicle Laboratory at the TU Delft faculty of Aerospace Engineering have designed, built and tested the world’s smallest open source autopilot for small unmanned aircraft. A smaller – and lighter – autopilot allows these small flying robots to fly longer, fit into narrower spaces or carry more payloads, such as cameras. That makes them more suitable to be used in for example rescue operations. Remes: “Our aim? Make MAVs so small and light that every fireman can fit one in his pocket.” &lt;br /&gt;
&lt;br /&gt;
More information: &lt;br /&gt;
&lt;br /&gt;
Hardware electronics will be sold (from January 2014) by [http://1bitsquared.com 1bitsquared]&lt;br /&gt;
&lt;br /&gt;
[[Lisa/S|Lisa/S autpilot board]]&lt;br /&gt;
&lt;br /&gt;
[[SuperbitRF|SuperbitRF telemetry module]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;h3&amp;gt;August 13th, 2013&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:Weddell_sea.jpg|thumb|left|SUMO in the Weddell Sea]]&lt;br /&gt;
&lt;br /&gt;
Over the last 9 weeks the Paparazzi autopilot has been used for operations with remotely piloted aircraft from the Finnish Meteorological Institute for scientific research on board the R.V. Polarstern in the Weddell Sea/Antarctica. You can see the course and read a short report on the homepage of the [http://www.awi.de/en/infrastruktur/schiffe/polarstern/wochenberichte/alle_expeditionen/ant_xxix/ant_xxix6/8_august_2013/ Alfred Wegener Institut].&lt;br /&gt;
&lt;br /&gt;
Instructions on how to build your own small unmanned meteorological observer (SUMO) can be found [http://paparazzi.enac.fr/wiki/SUMO here] in the Wiki.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;h3&amp;gt;June 17th, 2013&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:Penguin.gif|thumb|left]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''NEW RELEASE!'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the opening of the Paris Air Show at Le Bourget, the Paparazzi Development Team is pleased to announce the release of the '''Paparazzi v5.0 stable''' version, including the support of the [http://ardrone2.parrot.com/ Parrot AR.Drone2]. See this [[AR_Drone_2/getting_started|page]] for more instructions.&lt;br /&gt;
&lt;br /&gt;
See the [https://github.com/paparazzi/paparazzi/blob/v5.0/CHANGELOG.md changelog] for an overview of new features and bugfixes.&lt;br /&gt;
&lt;br /&gt;
See the [[Release Upgrades]] page for hints on configuration changes that may be required if you are moving to v5.0.0 from v4.2.0.&lt;br /&gt;
&lt;br /&gt;
If you are already using paparazzi with [[Git]], you can switch to this new branch with&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;code&amp;gt;git remote update &amp;amp;&amp;amp; git checkout v5.0&amp;lt;/code&amp;gt;'''.&lt;br /&gt;
&lt;br /&gt;
For new user, you can download a [http://paparazzi.enac.fr/tarballs/paparazzi_v5.0.0_stable.tar.gz tarball] or get the source code with&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;code&amp;gt;git clone https://github.com/paparazzi/paparazzi.git &amp;amp;&amp;amp; git checkout -b v5.0 origin/v5.0&amp;lt;/code&amp;gt;'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;h3&amp;gt;January 22nd, 2013&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|[[Image:Parrot_AR_Drone_2_TUDelft_Paparazzi.jpg|thumb|left|Paparazzi on the Parrot AR Drone 2]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Parrot AR Drone flies autonomous'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
At the [http://www.tudelft.nl/en/ TU Delft university of technology] student teams made the impossible; possible. Now you can turn your AR Drone v2 into an autonomous drone, '''controlled by Paparazzi autopilot''' software. It's simple, Insert GPS receiver into USB port, build and upload your flightplan via WiFi, and you are done! No hardware modification needed.&lt;br /&gt;
&lt;br /&gt;
[[AR_Drone_2/getting_started|Detailed instructions to get your own drone fly with a Paparazzi autopilot brain can be found '''by following this link''']]&lt;br /&gt;
&lt;br /&gt;
...and remember, it is a Wiki, you are invited to improve the contents, as a matter of fact, we would love it!&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;h3&amp;gt;December 12th, 2012&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:penguin_logo.gif|thumb|left|Paparazzi&amp;lt;br&amp;gt;The Free Autopilot&amp;lt;br&amp;gt;v4.2 released]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''NEW RELEASE!'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Just before the end of the world, discover '''Paparazzi v4.2.0 stable''' version.&lt;br /&gt;
&lt;br /&gt;
Based on the last stable branch '''v4.0''', this new release offer several improvements, especially the [http://paparazzi.github.com/docs/latest/energy__ctrl_8c.html#details total energy control] developed by TUDelft. See the [https://github.com/paparazzi/paparazzi/blob/v4.2/CHANGELOG.md changelog] for an overview of new features and bugfixes.&lt;br /&gt;
&lt;br /&gt;
If you are already using paparazzi with [[Git]], you can switch to this new branch with&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;code&amp;gt;git remote update &amp;amp;&amp;amp; git checkout v4.2&amp;lt;/code&amp;gt;'''.&lt;br /&gt;
&lt;br /&gt;
For new user, it will be the default branch when getting the [[Installation#Getting_the_Source_Code|source code from Github]]. You can also download a [https://github.com/paparazzi/paparazzi/tarball/v4.2.0_stable tarball] or [https://github.com/paparazzi/paparazzi/zipball/v4.2.0_stable Zip file] of the &amp;lt;tt&amp;gt;v4.2.0_stable&amp;lt;/tt&amp;gt; source code.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;h3&amp;gt;July 26th, 2012&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:Dc20-logo_smsq.png|thumb|left|DefCon 20]]&lt;br /&gt;
&lt;br /&gt;
Paparazzi was at the [https://www.defcon.org/html/defcon-20/dc-20-index.html DefCon 20] conference in Las Vegas, USA from July 26th - 29th 2012 and [http://www.defcon.org/html/links/dc-archives/dc-20-archive.html#Esden presented] the project.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;h3&amp;gt;July 26th, 2012&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:penguin_logo.gif|thumb|left|Paparazzi&amp;lt;br&amp;gt;The Free Autopilot]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''NEW RELEASE!'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Paparazzi Development Team is pleased to announce the release of the '''Paparazzi v4.0 stable''' version.&lt;br /&gt;
&lt;br /&gt;
After several months of testing and debugging, the [[RepositoryStructure|release preparation branch v3.9]] has been released as v4.0. See the [https://github.com/paparazzi/paparazzi/blob/v4.0/CHANGELOG.md changelog] for an overview of new features and bugfixes.&lt;br /&gt;
&lt;br /&gt;
If you are already using paparazzi with [[Git]], you can switch to this new branch with&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;code&amp;gt;git remote update &amp;amp;&amp;amp; git checkout v4.0&amp;lt;/code&amp;gt;'''.&lt;br /&gt;
&lt;br /&gt;
For new user, it will be the default branch when getting the [[Installation#Getting_the_Source_Code|source code from Github]]. You can also download a [https://github.com/paparazzi/paparazzi/tarball/v4.0_stable tarball] or [https://github.com/paparazzi/paparazzi/zipball/v4.0_stable Zip file] of the &amp;lt;tt&amp;gt;v4.0_stable&amp;lt;/tt&amp;gt; source code.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;h3&amp;gt;July 2-6th, 2012&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:Blender_at_IMAV2012.JPG|thumb|left|Blender: 312mm / 340g]]&lt;br /&gt;
&lt;br /&gt;
'''Blender''', the small but deserving quadrotor of ENAC Paparazzi Team took the 1st place in &amp;quot;Outdoor autonomy&amp;quot; and 3rd place in &amp;quot;Outdoor dynamics&amp;quot; during [http://www.imav2012.org/ IMAV2012] competition in Braunschweig (Germany).  Completing its missions with overflowing enthusiasm thanks to the new [[NavGo_v3|'''NavGo''']] autopilot. NavGo is the latest in the long line of award winning Paparazzi hardware available. See the list of Paparazzi hardware [[Autopilots |here]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;h3&amp;gt;July 6th, 2012&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:Atmos.png|thumb|left|ATMOS]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''ATMOS''', a hybrid airplane-quadrotor developed at the MAVlab of TU-Delft, was awarded third place (out of 140) in the [http://www.uavforge.net/ UAVForge] Competition. There were more than 140 initial [http://www.uavforge.net/uavhtml/milestones.php contestants] and after several selection rounds with only 12 finalists, the paparazzi [[Lisa/M]] powered ATMOS was one of the few that could actually make it to the remote target site miles away in an RF unfriendly environment. No team fully completed the baseline objectives which is why no prices were issued. The vertical takeoff and landing, together with long range thanks to the wing and flexibility thanks to opensource paparazzi were key factors in this event [http://www.youtube.com/watch?v=81NvfLFzhqQ]. &lt;br /&gt;
&lt;br /&gt;
But probably more important, the development of ATMOS has added a new [https://github.com/tudelft/paparazzi/tree/atmos-master4-flyoff code-base] to paparazzi to enable the control of any hybrid [https://github.com/tudelft/paparazzi/blob/atmos-master4-flyoff/sw/airborne/firmwares/rotorcraft/force_allocation_laws.c multi-lifting] device vehicle. ATMOS can take-off vertically as a quadrotor, transition to full forward flight as an airplane but also fly in any intermediate transition stage fully autonomously. So let your imagination go loose!&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;h3&amp;gt;May 9th, 2012&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:Git-Logo-2Color.png|thumb|left|[[RepositoryStructure|New git branching model]]]]&lt;br /&gt;
&lt;br /&gt;
'''In order to improve the development workflow and provide stable releases we have changed our git branching model.'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''The branch &amp;quot;master&amp;quot; is now our development branch.'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The &amp;quot;dev&amp;quot; branch was renamed to the release preparation branch &amp;quot;v3.9&amp;quot;. Switch to this branch if you want stable code.&lt;br /&gt;
* &amp;quot;master&amp;quot; was reset to the previous &amp;quot;locm3&amp;quot; branch, where development will happen now with libopencm3 for the STM32 architecture.&lt;br /&gt;
&lt;br /&gt;
Please see the [[RepositoryStructure]] page for more details.&lt;br /&gt;
&lt;br /&gt;
As soon as we are ready to release v4.0 the will be tarballs available if you don't want to use [[Git]].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;h3&amp;gt;May 8th, 2012&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:Youtube.png|thumb|left|[http://www.youtube.com/playlist?list=PL91197EBE66E78E38 link to youtube video collection]]]&lt;br /&gt;
&lt;br /&gt;
A lot of cool stuff is done with paparazzi driven UAV`s&lt;br /&gt;
To share the world what the paparazzi community is doing a [http://www.youtube.com/playlist?list=PL91197EBE66E78E38 youtube video play list] generated. If you want your video in there send a youtube link to the mailing list.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;h3&amp;gt;April 9th, 2012&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:Mini-Horus_Launch_in_Mada.jpg|thumb|left|Take off in Madagascar]]&lt;br /&gt;
&lt;br /&gt;
In March 2012, Paparazzi flew in southern Madagascar in the frame of a multi-university project to study and improve the ecosystem in one of the poorest regions of the world ([http://www.sulama.de Project]). More than 4000 hectares of farm and grassland were photographed in visible and near infrared spectra. More than 8500 photos were taken. Surely one of the biggest missions for science ever flown with Paparazzi.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;h3&amp;gt;March 7th, 2012&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:Sumo_launch.jpg|thumb|left|Take off in Antarctica]]&lt;br /&gt;
&lt;br /&gt;
In the Antarctic summer of 2011/2012 two teams flew Paparazzi-driven UAS on the southernmost continent. The University of Bergen flew at the Norwegian Troll station ([http://www.youtube.com/watch?v=0T9fyCNLllI video]) and the University of Colorado near the US McMurdo station ([http://dl.dropbox.com/u/53700947/Antarctic_blog/blog_20120124.htm blog], [http://alices-wonderland-adventures.blogspot.com/2012/01/uav-flights-take-2.html blog]). They measured temperature, humidity, pressure, infrared radiation and wind with a Multiplex Funjet plane.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;h3&amp;gt;December 26th, 2011&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:28C3_logo.png|thumb|left|Paparazzi at 28C3]]&lt;br /&gt;
&lt;br /&gt;
We had a table at the [http://events.ccc.de/congress/2011/wiki/Welcome 28C3] conference.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;h3&amp;gt;December 25th, 2011&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:Cre187-paparazzi.png|thumb|left|CRE187 - Paparazzi]]&lt;br /&gt;
&lt;br /&gt;
Martin Müller gave a great interview about the history and the inner workings of Paparazzi on [http://cre.fm/cre187 CRE Podcast].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;h3&amp;gt;October 5th, 2011&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:Umarim_v1-0_bottom_side.jpg|thumb|left|Umarim v1.0]]&lt;br /&gt;
&lt;br /&gt;
ENAC Team [http://paparazzi.enac.fr/wiki/Umarim_v10 Umarim V1.0 autopilot] is now released: LPC based, on-board IMU &amp;amp; barometer, narrow fuselage form factor (56x25mm) and lightweight (9gr) are its main features. Add your favorite GPS receiver and it will fit in your stupidly thin light UAV prototype. But it will also do the job for a big fat one. [http://paparazzi.enac.fr/wiki/Umarim_v10 More info here...]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;h3&amp;gt;September 18th, 2011&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:enac_imav11_1.jpg|thumb|left|IMAV 2011 Outdoor Competition ]]&lt;br /&gt;
&lt;br /&gt;
This year [http://www.imav2011.org/ IMAV 2011] went really well for all of the participants, we have seen lots of successful flights. ENAC Paparazzi Team took the  2nd place in general &amp;quot;Outdoor Challenge&amp;quot;  and [http://paparazzi.enac.fr/wiki/Fire-Storm Fire Storm] demonstrated 105+ minutes of flight and took the &amp;quot;Best Outdoor Endurance Award&amp;quot;. He was waiting this day for 2 years since the cancelation of IMAV09. &lt;br /&gt;
As an additional information, Fire Storm flew its endurance mission with the new [http://paparazzi.enac.fr/wiki/Umarim_v10 Umarim V1.0] autopilot board which will be released soon.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;h3&amp;gt;August 31st, 2011&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:Quadshot_picture.jpg|thumb|left|The Quadshot]]&lt;br /&gt;
&lt;br /&gt;
Paparazzi is used in the [http://thequadshot.com Quadshot]: A blend between a quadrocopter and a flying wing. The Quadshot and Paparazzi are also featured in an [http://revision3.com/hak5/backtothestudio episode of Hak5]. You can also skip directly to the [http://www.youtube.com/watch?v=YeP7MMnP33g interview with Piotr] talking about how Paparazzi is used in the Quadshot, and briefly [http://www.youtube.com/watch?v=ANPX3UwRMnw explains the XML airframe file and the GCS].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;h3&amp;gt;February 15th, 2011&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:Finnarp.jpg|thumb|left|Paparazzi in Antarctica]]&lt;br /&gt;
&lt;br /&gt;
Paparazzi has flown on the southernmost continent: Antarctica. Scientists from the [http://en.ilmatieteenlaitos.fi/press-release/127535 Finnish Meteorological Institute] took three modified Funjets to the Finnish Aboa station and brought them back safely after more than 25 flights. They measured temperature, humidity, pressure, wind direction and speed in altitudes up to 1000m.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;h3&amp;gt;February 10th, 2011&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:ScreenShot.jpg|thumb|left|Paparazzi on OS X]]&lt;br /&gt;
&lt;br /&gt;
Paparazzi now on OS X. Thanks to the tireless efforts of Eric and Bernard we can all run [http://paparazzi.enac.fr/wiki/InstallationMacOSX Paparazzi on OS X]. Stay tuned Windows fans. Paparazzi on Windows is coming soon.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;h3&amp;gt;November 26th, 2010&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:Wingdrop.png|thumb|left|[http://www.youtube.com/watch?v=TFrognLZ2Ak wingdrop]]]&lt;br /&gt;
&lt;br /&gt;
There is a [http://www.youtube.com/watch?v=TFrognLZ2Ak video] available that shows how Paparazzis adaptive control loops keep a Twinstar in the air that drops 30% of its right wing with 50% of the aileron and then also switches the right engine off. Another [http://www.youtube.com/watch?v=N0H9xWckeYQ video] shows a Paparazzi quadcopter using adaptive control to stay level after dropping 50% of its total weight.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;h3&amp;gt;November 19th, 2010&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:Github.png|thumb|left|[[Git]]]]&lt;br /&gt;
'''WE MOVED TO GIT!'''&lt;br /&gt;
&lt;br /&gt;
The paparazzi software repository now has a new happy life on github:&lt;br /&gt;
&lt;br /&gt;
'''https://github.com/paparazzi/paparazzi'''&lt;br /&gt;
&lt;br /&gt;
We believe the switch from Subversion to the fast [http://git-scm.com/ git] version control system will make development easier, faster and more fun. It also makes it easier for YOU to contribute. You can easily fork paparazzi on github, commit your bugfixes and new features and send us a pull request.&lt;br /&gt;
&lt;br /&gt;
More info on how to get the paparazzi code from github can be found [[Git|here]].&lt;br /&gt;
&lt;br /&gt;
We also want to encourage you to submit bugs or feature requests on the simple [https://github.com/paparazzi/paparazzi/issues github issue tracker].&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;h3&amp;gt;August, 2010&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:OrganizedCode.png|thumb|left|[[User/AirborneCodeReorg|Code Reorganization]]]]&lt;br /&gt;
After many years of development, so many new autopilot boards and aircraft types have been added that a [http://en.wikipedia.org/wiki/Source_code sourcecode] reorganization was needed. This undertaking is started and will simplify the continuous evolution of the project.&lt;br /&gt;
&lt;br /&gt;
To benefit from these important changes, it only requires you to update your airframe configuration document once. After you have updated, you should not notice the significant reorganization that is going on behind the scenes. This change will benefit your aircrafts flying successfully for the years to come. The required changes are described on [[User/AirborneCodeReorg| Update Your Airframe Configuration]]. &lt;br /&gt;
&lt;br /&gt;
At this point several developments are blocked because of this. Therefor we kindly request you to upgrade your airframe configuration documents as soon as possible and thank you in advance for doing so.&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;h3&amp;gt;May 22th, 2010&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:PascalTPS.jpg|thumb|left|[[Hecto| Pascal Brisset]]]]&lt;br /&gt;
Pascal Brisset, also known as Hecto, and the father of the Paparazzi project died in an accident while climbing in the Pyrénées mountains in the south of France.&lt;br /&gt;
He had dedicated the last seven years of his life to the success of the project. He was taking care by himself of a huge part of the project. To name only a few : development and maintenance of the entire ground segment, navigation and flight plan algorithms, code generation and build system, distribution packaging, server infrastructure...&lt;br /&gt;
&lt;br /&gt;
To express your grief, you may want to [[Hecto| leave a note on his wiki page]]&lt;br /&gt;
&lt;br /&gt;
In respect for his commitment, the Paparazzi project must go on and volunteers wanting to take over tasks are hereby asked to do so.&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|&amp;lt;h3&amp;gt;February 19th, 2010&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:Adler_c.jpg|thumb|left|[[Adler_Uni_Stuttgart| The 'Stuttgarter Adler']]]]&lt;br /&gt;
The [http://www.irs.uni-stuttgart.de Institute of space systems] of [http://www.uni-stuttgart.de/index.en.html University of Stuttgart] is using the paparazzi system for large remote sensing aircrafts.&amp;lt;br&amp;gt; &lt;br /&gt;
The missions include basic research and environmental monitoring. Payloads of up to 7kg are carried.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
More information can be found on the [[Adler_Uni_Stuttgart|Wiki page]].&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;h3&amp;gt;[[News Archives]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;color:#000&amp;quot;|&lt;br /&gt;
[[Image:One_Small_Step.jpg|thumb|left|[[News Archives]]]] [[News Archives|Browse the archives]] for a look back at the earlier days of Paparazzi.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=File:Sumo_tall_tower.jpg&amp;diff=18188</id>
		<title>File:Sumo tall tower.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=File:Sumo_tall_tower.jpg&amp;diff=18188"/>
		<updated>2014-01-29T07:36:25Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: SUMO in Antarctica on the Ross Ice Shelf. Photo courtesy of John Cassano, University of Colorado.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;SUMO in Antarctica on the Ross Ice Shelf. Photo courtesy of John Cassano, University of Colorado.&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=SUMO/rc_transmitter&amp;diff=18187</id>
		<title>SUMO/rc transmitter</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=SUMO/rc_transmitter&amp;diff=18187"/>
		<updated>2014-01-28T19:42:21Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: add T7C programming&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We chose the Futaba 2.4GHz FASST system to control the SUMO. We have used classic Graupner/JR transmitters together with Futaba HFM12-x transmitter modules and the Futaba T6EX, T7C and T8FG transmitters. The T6EX is not really recommended as you might need to modify it to have a 3 position switch. With the T6EX we also had seen issues because of reduced transmission power at low temperatures (-28°C).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
T7C&lt;br /&gt;
&lt;br /&gt;
[[Image:T7c.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
T8FG&lt;br /&gt;
&lt;br /&gt;
[[Image:T8fg.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Choose your personal stick mode for the Futaba T7C or T8FG and do not reverse channels. Program the transmitter to have a 3-position switch (for manual/auto1/auto2) to appear on channel 5.&lt;br /&gt;
&lt;br /&gt;
[[Image:Mode_switch.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The channels at a Futaba R6107SP should then be &lt;br /&gt;
&lt;br /&gt;
 1 Roll&lt;br /&gt;
 2 Pitch&lt;br /&gt;
 3 Throttle&lt;br /&gt;
 4 Yaw&lt;br /&gt;
 5 Autopilot Mode (M/A1/A2)&lt;br /&gt;
&lt;br /&gt;
Use the radio/t7c.xml radio file for configuration (for a Futaba R6107SP receiver).&lt;br /&gt;
&lt;br /&gt;
=== Programming the 5th channel of the T7C for Paparazzi mode ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
turn on transmitter&lt;br /&gt;
&lt;br /&gt;
[[Image:T7c_mode_01.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
long press Mode/Page button&lt;br /&gt;
&lt;br /&gt;
[[Image:T7c_mode_02.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
press Cursor/Down 2x to get to PARAMETR&lt;br /&gt;
&lt;br /&gt;
[[Image:T7c_mode_03.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
press big round Multi/Rotation button&lt;br /&gt;
&lt;br /&gt;
[[Image:T7c_mode_04.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
press Cursor/Down 2x to SCH-K5 (channel 5)&lt;br /&gt;
&lt;br /&gt;
[[Image:T7c_mode_05.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
turn big round Multi/Rotation button until E (3-way switch) appears&lt;br /&gt;
&lt;br /&gt;
[[Image:T7c_mode_06.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
press End 2x to leave&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=File:T7c_mode_06.jpg&amp;diff=18186</id>
		<title>File:T7c mode 06.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=File:T7c_mode_06.jpg&amp;diff=18186"/>
		<updated>2014-01-28T19:39:53Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=File:T7c_mode_05.jpg&amp;diff=18185</id>
		<title>File:T7c mode 05.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=File:T7c_mode_05.jpg&amp;diff=18185"/>
		<updated>2014-01-28T19:39:38Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=File:T7c_mode_04.jpg&amp;diff=18184</id>
		<title>File:T7c mode 04.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=File:T7c_mode_04.jpg&amp;diff=18184"/>
		<updated>2014-01-28T19:39:18Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=File:T7c_mode_03.jpg&amp;diff=18183</id>
		<title>File:T7c mode 03.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=File:T7c_mode_03.jpg&amp;diff=18183"/>
		<updated>2014-01-28T19:39:05Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=File:T7c_mode_02.jpg&amp;diff=18182</id>
		<title>File:T7c mode 02.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=File:T7c_mode_02.jpg&amp;diff=18182"/>
		<updated>2014-01-28T19:38:48Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=File:T7c_mode_01.jpg&amp;diff=18181</id>
		<title>File:T7c mode 01.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=File:T7c_mode_01.jpg&amp;diff=18181"/>
		<updated>2014-01-28T19:38:32Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Contributing&amp;diff=18174</id>
		<title>Contributing</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Contributing&amp;diff=18174"/>
		<updated>2014-01-24T19:41:57Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: Reverted edits by Martinmm (talk) to last revision by Flixr&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== How to contribute ==&lt;br /&gt;
There are of course lots of ways to contribute to Paparazzi and get involved.&lt;br /&gt;
&lt;br /&gt;
Help is always welcome on all aspects of the project. May this be documentation, wiki, maintenance, electronics or code contributions/fixes.&lt;br /&gt;
&lt;br /&gt;
=== Wiki ===&lt;br /&gt;
Just create an account and you can start adding information, cleaning it up or just fixing some typo you just noticed :-)&lt;br /&gt;
&lt;br /&gt;
Some information and links on how to edit the wiki can be found at [[Help:Editing]].&lt;br /&gt;
&lt;br /&gt;
Please be aware of past edits and page histories. Try not to remove this; if you are moving/renaming a page, use the '''move''' tab at the top of a page. This ensures the revision history is moved with the page.&lt;br /&gt;
&lt;br /&gt;
=== Software development ===&lt;br /&gt;
We use the distributed version control system [http://git-scm.com/ git]. The [http://github.com/paparazzi/paparazzi/ Papaprazzi master repository is hosted on Github].&lt;br /&gt;
&lt;br /&gt;
Also see the [[Git|Git wiki page]] for more details about setting up Git and cloning the source-code and data repository.&lt;br /&gt;
&lt;br /&gt;
Please also have a look at the [http://docs.paparazziuav.org/latest/styleguide.html Coding Style Guide].&lt;br /&gt;
&lt;br /&gt;
Here is the short version if you already know git:&lt;br /&gt;
# Create an account on [http://github.com/ github].&lt;br /&gt;
# Fork the [http://github.com/paparazzi/paparazzi/ papaprazzi repo] on github. (After logging in press the '''fork''' button).&lt;br /&gt;
# '''git clone git@github.com:&amp;lt;yourname&amp;gt;/paparazzi.git'''&lt;br /&gt;
# '''git remote add upstream https://github.com/paparazzi/paparazzi.git'''&lt;br /&gt;
# '''git fetch upstream'''&lt;br /&gt;
# checkout a new branch based on the development branch (master):&amp;lt;br/&amp;gt;'''git checkout -b upstream/master my_new_feature'''&lt;br /&gt;
# fix/code and commit in logical units&lt;br /&gt;
# push your feature/bugfix branch&lt;br /&gt;
# Send us a [http://help.github.com/pull-requests/ pull request] on github. (Or send patches to the mailing list).&lt;br /&gt;
&lt;br /&gt;
=== Issue/Feature Tracker ===&lt;br /&gt;
To report bugs, issues and feature request please use either the mailing list or even better the simple [https://github.com/paparazzi/paparazzi/issues issue tracker on github]&lt;br /&gt;
&lt;br /&gt;
=== Continuous Integration Builds ===&lt;br /&gt;
We have a [http://paparazzi.gondwana.com.au build server] running some [[Builds/Tests|CI tests]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Developer_Documentation]]&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Contributing&amp;diff=18173</id>
		<title>Contributing</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Contributing&amp;diff=18173"/>
		<updated>2014-01-24T19:40:39Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: Reverted edits by Flixr (talk) to last revision by Rufus&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== How to contribute ==&lt;br /&gt;
There are of course lots of ways to contribute to Paparazzi and get involved.&lt;br /&gt;
&lt;br /&gt;
Help is always welcome on all aspects of the project. May this be documentation, wiki, maintenance, electronics or code contributions/fixes.&lt;br /&gt;
&lt;br /&gt;
=== Wiki ===&lt;br /&gt;
Just create an account and you can start adding information, cleaning it up or just fixing some typo you just noticed :-)&lt;br /&gt;
&lt;br /&gt;
Some information and links on how to edit the wiki can be found at [[Help:Editing]].&lt;br /&gt;
&lt;br /&gt;
Please be aware of past edits and page histories. Try not to remove this; if you are moving/renaming a page, use the '''move''' tab at the top of a page. This ensures the revision history is moved with the page.&lt;br /&gt;
&lt;br /&gt;
=== Software development ===&lt;br /&gt;
We use the distributed version control system [http://git-scm.com/ git]. The [http://github.com/paparazzi/paparazzi/ Papaprazzi master repository is hosted on Github].&lt;br /&gt;
&lt;br /&gt;
Also see the [[Git|Git wiki page]] for more details about setting up Git and cloning the source-code and data repository.&lt;br /&gt;
&lt;br /&gt;
Please also have a look at the [http://paparazzi.github.com/docs/latest/styleguide.html Coding Style Guide].&lt;br /&gt;
&lt;br /&gt;
Here is the short version if you already know git:&lt;br /&gt;
# Create an account on [http://github.com/ github].&lt;br /&gt;
# Fork the [http://github.com/paparazzi/paparazzi/ papaprazzi repo] on github. (After logging in press the '''fork''' button).&lt;br /&gt;
# '''git clone git@github.com:&amp;lt;yourname&amp;gt;/paparazzi.git'''&lt;br /&gt;
# '''git remote add upstream git@github.com:paparazzi/paparazzi.git'''&lt;br /&gt;
# '''git fetch upstream'''&lt;br /&gt;
# checkout a new branch based on the development branch (master):&amp;lt;br/&amp;gt;'''git checkout -b upstream/master my_new_feature'''&lt;br /&gt;
# fix/code and commit in logical units&lt;br /&gt;
# push your feature/bugfix branch&lt;br /&gt;
# Send us a [http://help.github.com/pull-requests/ pull request] on github. (Or send patches to the mailing list).&lt;br /&gt;
&lt;br /&gt;
=== Issue/Feature Tracker ===&lt;br /&gt;
To report bugs, issues and feature request please use either the mailing list or even better the simple [https://github.com/paparazzi/paparazzi/issues issue tracker on github]&lt;br /&gt;
&lt;br /&gt;
=== Continuous Integration Builds ===&lt;br /&gt;
We have a [http://paparazzi.gondwana.com.au build server] running some [[Builds/Tests|CI tests]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Developer_Documentation]]&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=File:Ms5611_bmp180.png&amp;diff=18172</id>
		<title>File:Ms5611 bmp180.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=File:Ms5611_bmp180.png&amp;diff=18172"/>
		<updated>2014-01-24T19:40:19Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: MS5611 and BMP180 pressure sensor comparsion&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MS5611 and BMP180 pressure sensor comparsion&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=SUMO/prepare_electronics&amp;diff=18106</id>
		<title>SUMO/prepare electronics</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=SUMO/prepare_electronics&amp;diff=18106"/>
		<updated>2014-01-11T23:13:26Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: add Multi Board connections&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
== What you need ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;text-align:center&amp;quot; width=&amp;quot;80%&amp;quot; valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|-style=&amp;quot;background:LightYellow; color:black&amp;quot;&lt;br /&gt;
!Qty!!Manufacturer&amp;lt;br&amp;gt;part number!!Description!!Manufacturer!!Digikey&amp;lt;br&amp;gt;part number!!Other distributor&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;9&amp;quot; align=&amp;quot;left&amp;quot;|''Autopilot''&lt;br /&gt;
|-&lt;br /&gt;
|1||Umarim Lite v2||Autopilot||Paparazzi|| ||&lt;br /&gt;
|-&lt;br /&gt;
|1||BEC cable female||Autopilot power supply|| || ||&lt;br /&gt;
|-&lt;br /&gt;
|1||BOB-09966||Breakout Board for USB Mini-B||Sparkfun|| ||Sparkfun BOB-09966&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;9&amp;quot; align=&amp;quot;left&amp;quot;|''Modem''&lt;br /&gt;
|-&lt;br /&gt;
|1||(1P)XBP24-PKC-001-UA||Zigbee / 802.15.4 Module 2.4GHz XBee||Digi||XBP24-PKC-001-UA-ND||Mouser 888-XBP24-PKC-001-UA &lt;br /&gt;
|-&lt;br /&gt;
|1||XBP24-AWI-001||Zigbee / 802.15.4 Module 2.4GHz XBee||Digi||XBP24-AWI-001-ND||Mouser 888-XBP24-AWI-001 &lt;br /&gt;
|-&lt;br /&gt;
|1||WRL-11373||XBee Explorer Regulated board||Sparkfun|| ||Sparkfun WRL-11373&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;9&amp;quot; align=&amp;quot;left&amp;quot;|''GPS''&lt;br /&gt;
|-&lt;br /&gt;
|1||#387000004 (31135)||NEO-6M GPS Module||Hobbyking|| ||Navilock NL-652ETTL&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot; align=&amp;quot;left&amp;quot;|''Sensors''&lt;br /&gt;
|-&lt;br /&gt;
|1||SHT75||Humidity Sensor||Sensirion|| ||Farnell #1590514&lt;br /&gt;
|-&lt;br /&gt;
|1||SHT75 adapter||SHT75 breakout board||Paparazzi|| ||&lt;br /&gt;
|-&lt;br /&gt;
|1||MLX90614||Infrared Thermometer||Melexis|| ||Sparkfun SEN-09570&amp;lt;br&amp;gt;FutureElectronics MLX90614ESF-BAA-000-TU&lt;br /&gt;
|-&lt;br /&gt;
|1||MLX90614 adapter||MLX90614 breakout board||Paparazzi|| ||paparazzi-hardware misc/mlx90614_small&lt;br /&gt;
|-&lt;br /&gt;
|1||ETS airspeed||Eagletree airspeed v3||Eagletree|| ||&lt;br /&gt;
|-&lt;br /&gt;
|1||PT1000 M222||PT1000 M222 temperature sensor||Heraeus|| ||Conrad #172041&lt;br /&gt;
|-&lt;br /&gt;
|1||TEMOD-I2C-R1||PT1000 converter board ||Hygrosens|| ||Conrad #502001&lt;br /&gt;
|-&lt;br /&gt;
|1||Multi I2C||Multi adapter Board||Paparazzi|| ||paparazzi-hardware misc/servo_i2c_multi&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot; align=&amp;quot;left&amp;quot;|''Sensors (optional version)''&lt;br /&gt;
|-&lt;br /&gt;
|1||BOB-08745||Logic Level Converter||Sparkfun|| ||Sparkfun BOB-08745&lt;br /&gt;
|-&lt;br /&gt;
|1||MS5611||Barometric pressure sensor||Meas Spec|| ||CSG #96&amp;lt;br&amp;gt;Drotek #44&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot; align=&amp;quot;left&amp;quot;|''Logger''&lt;br /&gt;
|-&lt;br /&gt;
|1||TWOG v1.0||Logger||Paparazzi|| ||&lt;br /&gt;
|-&lt;br /&gt;
|1||BOB-09966||Breakout Board for USB Mini-B||Sparkfun|| ||Sparkfun BOB-09966&lt;br /&gt;
|-&lt;br /&gt;
|1||BOB-00544||Board for microSD Transflash||Sparkfun|| ||Sparkfun BOB-00544&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube (shrunken / not shrunken)''&lt;br /&gt;
|-&lt;br /&gt;
|1||PVC|| 13mm / 20mm || || ||Muldental Elektronik 64115&lt;br /&gt;
|-&lt;br /&gt;
|1||PVC|| 24mm / 37mm || || ||Muldental Elektronik 64246&lt;br /&gt;
|-&lt;br /&gt;
|1||PVC|| 29mm / 45mm || || ||Muldental Elektronik 64347&lt;br /&gt;
|-&lt;br /&gt;
|1||PVC|| 31mm / 51mm || || ||Muldental Elektronik 64446&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Shopping list&lt;br /&gt;
&lt;br /&gt;
== Mounting ==&lt;br /&gt;
&lt;br /&gt;
Use high quality cable, PVC cable gets very stiff in cold temperatures. All parts have to be put into shrink tube to isolate it from any conductive or electrostatic plastic. Some pictures below do not show this tube for better visibility.&lt;br /&gt;
&lt;br /&gt;
=== Autopilot ===&lt;br /&gt;
[[Image:Umarim_bec.jpg|thumb|right|Umarim with BEC cable]]&lt;br /&gt;
[[Image:Umarim_usb.jpg|thumb|right|USB connector for Umarim]]&lt;br /&gt;
&lt;br /&gt;
Solder the BEC to the Umarim. Cover the Umarim in shrink tube. Cut free the Molex connector openings&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Umarim Supply (J15) pin'''||'''Umarim Supply'''||'''BEC male'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|VBAT&lt;br /&gt;
| +&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|GND&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 9cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube 24mm / 37mm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Solder the cables to the USB breakout board, plug cables in 4-pin Molex connector. Secure cables on USB with hot glue. Cover the USB breakout board in shrink tube.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Umarim USB (J8) pin'''||'''Umarim USB'''||'''USB mini breakout'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|USB+&lt;br /&gt;
|D+&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|USB-&lt;br /&gt;
|D-&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|USB_VBUS&lt;br /&gt;
|VCC&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 4pin''&lt;br /&gt;
|&lt;br /&gt;
|''solder''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 21cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube 24mm / 37mm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== GPS ===&lt;br /&gt;
[[Image:Hk neo gps.jpg|thumb|right|NEO-6M GPS receiver]]&lt;br /&gt;
&lt;br /&gt;
Connect the u-blox type GPS receiver to the UART0 of the Umarim. Put the GPS in shrink tube. Attach any HF cable with tape. Secure GPS connector with hot glue if needed.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Umarim UART0 (J9) pin'''||'''Umarim UART0'''||'''GPS receiver'''||'''HK NEO-6M pin'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|1&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|5V&lt;br /&gt;
|5V&lt;br /&gt;
|4&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|RX0&lt;br /&gt;
|TX&lt;br /&gt;
|2&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|TX0&lt;br /&gt;
|RX&lt;br /&gt;
|3&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 5pin''&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|''Molex 4pin''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 18cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube 31mm / 51mm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Modem ===&lt;br /&gt;
[[Image:Xbee_cable.jpg|thumb|right|XBee pro modem]]&lt;br /&gt;
&lt;br /&gt;
Solder the cables to the XBee explorer board, plug cables in 5-pin Molex connector. Secure cables on explorer board with hot glue. Plug XBee modem into explorer board and secure with shrink tube.&lt;br /&gt;
&lt;br /&gt;
Recent Sparkfun boards (v14) are equipped with 3.3V to 5V converters. Although the Umarim/LPC2148 should be able to handle 5V it is safe to not use the converters. Remove R5, R6, R7, R8, Q1, and Q2 from the XBee explorer regulated breakout board. Bridge OUT-DOUT and IN-DIN within the transistor footprint. &lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Umarim UART1 (J10) pin'''||'''Umarim UART1'''||'''XBee Explorer Regulated'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|5V&lt;br /&gt;
|5V&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|RX1&lt;br /&gt;
|DOUT&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|TX1&lt;br /&gt;
|DIN&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 5pin''&lt;br /&gt;
|&lt;br /&gt;
|''solder''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 10cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube 29mm / 45mm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Solder a second wire (not shown in picture) from the XBee to the TWOG so that the data sent by the Umarim can be logged. That means that two wires are to be connected at the XBee DIN pin.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''TWOG Download/GPS (J7) pin'''||'''TWOG Download/GPS'''||'''XBee Explorer Regulated'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|RXD0&lt;br /&gt;
|DIN&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 7pin''&lt;br /&gt;
|&lt;br /&gt;
|''solder''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 10cm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== SHT75 humidity sensor ===&lt;br /&gt;
[[Image:Sht75_breakout_bot_90deg.jpg|thumb|right|SHT75 soldered to adapter board]]&lt;br /&gt;
&lt;br /&gt;
Use SHT75 adapter board from Paparazzi hardware [http://github.com/paparazzi/paparazzi-hardware/tree/master/misc/sht75_small repository]. Solder parts, secure sensor with hot glue to adapter board on the bottom side (not shown in picture).&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Umarim AUX (J14) pin'''||'''Umarim AUX'''||'''SHT75'''||'''SHT75 pin'''||'''SHT75 adapter pin'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|(3)&lt;br /&gt;
|1&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
| +3.3V&lt;br /&gt;
|VDD&lt;br /&gt;
|(2)&lt;br /&gt;
|2&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|AUX1 (P0.13)&lt;br /&gt;
|DATA&lt;br /&gt;
|(4)&lt;br /&gt;
|3&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|AUX2 (P0.15)&lt;br /&gt;
|SCK&lt;br /&gt;
|(1)&lt;br /&gt;
|4&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 7pin''&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|''Molex 4pin''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 17cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; align=&amp;quot;left&amp;quot;|''no shrink tube''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== MLX90614 infrared thermometer ===&lt;br /&gt;
[[Image:Mlx90614_bot.jpg‎|thumb|right|MLX90614 soldered to adapter board]]&lt;br /&gt;
&lt;br /&gt;
Use MLX90614 adapter board from Paparazzi hardware [http://github.com/paparazzi/paparazzi-hardware/tree/master/misc/mlx90614_small repository]. Solder parts, take care of sensor polarity. The I2C address of the MLX90614 needs to be programmed once before it can be used. Connect it as the only sensor to I2C and flash/run it with the IR_MLX_ONE_TIME_CONFIG option set (currently available in the master and campaign2013 branch). See [http://paparazzi.enac.fr/wiki/Module/Melexis_MLX90614#One-time_configuration Module/Melexis_MLX90614].&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Multi board I2C pin'''||'''Multi board I2C'''||'''MLX90614'''||'''MLX90614 adapter pin'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|Vss&lt;br /&gt;
|1&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
| +3.3V&lt;br /&gt;
|Vdd&lt;br /&gt;
|3&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|SDA&lt;br /&gt;
|SDA&lt;br /&gt;
|4&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|SCL&lt;br /&gt;
|SCL&lt;br /&gt;
|5&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 5pin''&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|''Molex 5pin''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 9cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube 24mm / 37mm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Eagletree Airspeed v3 Sensor ===&lt;br /&gt;
[[Image:Ets_airspeed_v3.jpg|thumb|right|Eagletree Airspeed v3]]&lt;br /&gt;
&lt;br /&gt;
Extend the sensor cable. Cut off the four outstanding pins.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Multi board I2C pin'''||'''Multi board I2C'''||'''ETS Airspeed wire colour'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|white&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
| +5V&lt;br /&gt;
|red&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|SDA&lt;br /&gt;
|yellow&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|SCL&lt;br /&gt;
|brown&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 5pin''&lt;br /&gt;
|&lt;br /&gt;
|''solder''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 40cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''keep original shrink tube''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== PT1000 temperature sensor ===&lt;br /&gt;
[[Image:Temod_i2c.jpg‎|thumb|right|Hygrosens TEMOD-I2C-R1]]&lt;br /&gt;
&lt;br /&gt;
Solder the PT1000 sensor (little blue on the picture) to the two correct pads at the edge of the TEMOD-I2C-R1 board, where the pin plugs are. The pads on both side are not connected through. It has to be soldered to the side '''not''' carrying the chip. Remove pin header from TEMOD board. Solder 4pin cable to TEMOD, it will be connected to the Umarim through the multi_i2c board below. Fix cables with hot glue. Put some hot glue on the top of teh board, just behind the PT1000. Seal the board with shrink tube.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Multi board I2C_5V pin'''||'''Multi board I2C_5V'''||'''TEMOD-I2C-R1'''||'''TEMOD-I2C-R1 pin'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|2&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
| +5V&lt;br /&gt;
|Vdd&lt;br /&gt;
|1&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|SDA_5V&lt;br /&gt;
|SDA&lt;br /&gt;
|3&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|SCL_5V&lt;br /&gt;
|SCL&lt;br /&gt;
|4&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 4pin''&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|''solder''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 18cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube 13mm / 20mm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Multi Board ===&lt;br /&gt;
[[Image:Multi_i2c_ms5611.jpg‎‎|thumb|right|Multi connector board]]&lt;br /&gt;
[[Image:Multi_board_umarim.jpg|thumb|right|Multi board to Umarim]]&lt;br /&gt;
[[Image:Multi_wiring.jpg|thumb|right|Multi board connections]]&lt;br /&gt;
&lt;br /&gt;
Use the multi board from the Paparazzi hardware [http://github.com/paparazzi/paparazzi-hardware/tree/master/misc/servo_i2c_multi repository] to have multiple I2C connections, a MS5611 barometric pressure sensor, a 3.3V to 5V level shifter and servo JR connectors for BEC supply through the motor controller. Drill/burn holes into the shrink tube at the hole locations to attach the board with screws later on.&lt;br /&gt;
&lt;br /&gt;
Connection between Multi Board I2C and Umarim I2C0.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Umarim I2C0 pin'''||'''I2C'''||'''Multi board I2C pin'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|1&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
| +5V&lt;br /&gt;
|2&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
| +3.3V&lt;br /&gt;
|3&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|SDA&lt;br /&gt;
|4&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|SCL&lt;br /&gt;
|5&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 5pin''&lt;br /&gt;
|&lt;br /&gt;
|''Molex 5pin''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 9cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube 24mm / 37mm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Connection between Multi Board and Umarim for the servo signals.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Multi board Servo pin'''||'''Multi board Servo'''||'''Umarim Servo'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND_SRV5&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|S2&lt;br /&gt;
|SRV2&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|S3&lt;br /&gt;
|SRV3&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|S4&lt;br /&gt;
|SRV4&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|S5&lt;br /&gt;
|SRV5&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 7.5cm, 7.5cm, 8cm, 8.5cm, 9cm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The TEMOD/PT1000 temperature sensor gets connected through the 5V I2C connector.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Multi I2C_5V pin'''||'''Multi I2C_5V'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
| +5V&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|SDA&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|SCL&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Logger ===&lt;br /&gt;
[[Image:Umarim_logger_spi.jpg|thumb|right|Umarim with logger]]&lt;br /&gt;
&lt;br /&gt;
The Umarim autopilot and the TWOG logger communicate through a bi-directional SPI connection. &lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Umarim SPI1 pin'''||'''Umarim SPI1'''||'''TWOG'''||'''TWOG conn.'''||'''TWOG name'''||'''TWOG pin'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|SSEL1&lt;br /&gt;
|SSEL0&lt;br /&gt;
|USB&lt;br /&gt;
|BUTTON&lt;br /&gt;
|6&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|MOSI1&lt;br /&gt;
|MOSI0&lt;br /&gt;
|PPM&lt;br /&gt;
|PPM_IN&lt;br /&gt;
|3&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|MISO1&lt;br /&gt;
|MISO0&lt;br /&gt;
|PPM&lt;br /&gt;
|SERV_CLK&lt;br /&gt;
|5&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|SCK1&lt;br /&gt;
|SCK0&lt;br /&gt;
|ADC1&lt;br /&gt;
|ADC_3&lt;br /&gt;
|5&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 7pin''&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|''various Molex''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;6&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 6cm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The TWOG can be supplied through its original power supply connector or through 5V from the Umarim if the switching supply board is removed from the TWOG:&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Umarim SRV0 pin'''||'''Umarim SRV0'''||'''TWOG ADC1'''||'''TWOG ADC1 pin'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|1&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
| +5V&lt;br /&gt;
| +5V&lt;br /&gt;
|2&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 3pin''&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|''Molex 5pin''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 6cm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Solder the cables to the USB breakout board for the TWOG logger, plug cables in 8-pin Molex connector. Secure cables on USB with hot glue. Cover the USB breakout board in shrink tube.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''TWOG USB (J9) pin'''||'''TWOG USB'''||'''USB mini breakout'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|USB+&lt;br /&gt;
|D+&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|USB-&lt;br /&gt;
|D-&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|USB_VBUS&lt;br /&gt;
|VCC&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 8pin''&lt;br /&gt;
|&lt;br /&gt;
|''solder''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 9cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube 24mm / 37mm''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Sd_card_twog.jpg|thumb|right|micro SD card adapter]]&lt;br /&gt;
[[Image:Sd_card_twog_shrink.jpg|thumb|right|micro SD card adapter in tube]]&lt;br /&gt;
&lt;br /&gt;
The micro SD card adapter is connected to the TWOGs SPI connector. Wrap the board in shrink tube so that the micro SD card can be plugged/unplugged.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''TWOG SPI pin'''||'''TWOG SPI'''||'''microSD card board'''||'''microSD board pin'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|5&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
| +3.3V&lt;br /&gt;
|VCC&lt;br /&gt;
|3&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|SSEL&lt;br /&gt;
|CS&lt;br /&gt;
|1&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|MOSI&lt;br /&gt;
|DI&lt;br /&gt;
|2&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|MISO&lt;br /&gt;
|DO&lt;br /&gt;
|6&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|SCK&lt;br /&gt;
|SCK&lt;br /&gt;
|4&lt;br /&gt;
|-&lt;br /&gt;
|''Molex 7pin''&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|''solder''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; align=&amp;quot;left&amp;quot;|''Cable length 6cm''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; align=&amp;quot;left&amp;quot;|''Shrink tube 24mm / 37mm''&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=File:Multi_wiring.jpg&amp;diff=18105</id>
		<title>File:Multi wiring.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=File:Multi_wiring.jpg&amp;diff=18105"/>
		<updated>2014-01-11T23:12:51Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Modules_list&amp;diff=16409</id>
		<title>Modules list</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Modules_list&amp;diff=16409"/>
		<updated>2013-12-17T21:56:18Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: fix doxygen link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;categorytree style=&amp;quot;float:right; clear:right; margin-left:1ex; border: 1px solid gray; padding: 0.7ex;&amp;quot; mode=pages&amp;gt;Modules&amp;lt;/categorytree&amp;gt;&lt;br /&gt;
Some part of the code is already available as [[Modules|modules]]. Some other parts could be easily adapted. A module may have several configuration files for the most common uses. The code of the modules is placed in sw/airborne/modules/&amp;lt;directory name&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
'''The auto-generated list and short doc for all modules in the master branch can be found at the [http://paparazzi.github.com/latest/onboard_modules.html onboard modules page of the doxygen docs].'''&lt;br /&gt;
&lt;br /&gt;
== Available modules ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Name !! directory !! configuration files !! airframe(s) !! description&lt;br /&gt;
|-&lt;br /&gt;
|Demo || demo_module || demo_module.xml || FW || basic example with blinking leds&lt;br /&gt;
|-&lt;br /&gt;
|Booz cam&amp;lt;br&amp;gt;([[Module/Rotorcraft_cam|Rotorcraft cam]]) || cam_control || booz_cam.xml&amp;lt;br&amp;gt;(rotorcraft_cam.xml) || Rotor || pointing of a simple camera on booz (servo for tilt, heading for pan&lt;br /&gt;
|-&lt;br /&gt;
|Cam point || cam_control || cam_point.xml || FW || pointing of a camera&lt;br /&gt;
|-&lt;br /&gt;
|Cam roll || cam_control || cam_roll.xml || FW || roll camera&lt;br /&gt;
|-&lt;br /&gt;
|Booz drop || drop || booz_drop.xml || Booz || drop mechanism on booz&lt;br /&gt;
|-&lt;br /&gt;
|light || light || light.xml || FW || control blinking speed of the LEDs for night flights&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/Servo_switch|servo switch]] || servo_switch || servo_switch.xml || FW || simply switch a servo to &amp;quot;on&amp;quot; or &amp;quot;off&amp;quot; position, e.g. trigger camera or open hatch&lt;br /&gt;
|-&lt;br /&gt;
|Formation flight || multi || formation_flight.xml || FW || formation flight control for fixed-wing aircraft&lt;br /&gt;
|-&lt;br /&gt;
|Gps i2c || gps_i2c || gps_i2c.xml || FW || i2c driver for Ubx GPS modules&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/GPS_UBlox_UCenter|GPS UBX µcenter]] || gps || gps_ubx_ucenter.xml || FW/Rotor || Module to initialise µ-blox GPS at every power on&lt;br /&gt;
|-&lt;br /&gt;
|Xsens || ins || ins_xsens.xml&amp;lt;br&amp;gt;ins_xsens_MTi_Uart0.xml&amp;lt;br&amp;gt;ins_xsens_MTiG_Uart0.xml || || driver for the Xsens AHRS/INS (for fixedwing it provides a full navigation solution, for rotorcraft it is a bit slow)&lt;br /&gt;
|-&lt;br /&gt;
|[[ArduIMU|ins_ArduIMU]] || ins || ins_arduimu.xml || FW || ArduIMU V2+ (Flat) INS (should probably be renamed to AHRS and adhere to the ahrs interface)&lt;br /&gt;
|-&lt;br /&gt;
|imu_ppzauv || sensors || imu_ppzuav.xml || FW/rotor || module to read the PPZIMU&lt;br /&gt;
|-&lt;br /&gt;
|imu_aspirin_i2c || sensors || imu_aspirin_i2c.xml || FW/rotor || module to read the aspirin IMU via I2C&lt;br /&gt;
|-&lt;br /&gt;
|VN-100 || ins || ins_vn100.xml || FW RW? || VectorNav VN-100 AHRS (should probably be renamed to AHRS and adhere to the ahrs interface)&lt;br /&gt;
|-&lt;br /&gt;
|Max 3100 || max3100 || max3100.xml || FW || max3100 driver (spi&amp;lt;-&amp;gt;uart converter)&lt;br /&gt;
|-&lt;br /&gt;
|MPPT || MPPT || MPPT.xml || FW || maximum power point tracker (control board for solar cells, i2C interface)&lt;br /&gt;
|-&lt;br /&gt;
|Poles || poles || poles.xml || FW || special navigation functions to fly around poles and counting loops&lt;br /&gt;
|-&lt;br /&gt;
|Potential || multi || potential.xml || FW || use potential fields for collision avoidance&lt;br /&gt;
|-&lt;br /&gt;
|Sonar || sonar || sonar_maxbotix_booz.xml || Booz || driver for a Maxbotix ultrasonic sensor&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/infrared|infrared_adc]] || sensors || [http://paparazzi.github.com/docs/latest/module__infrared_adc.html infrared_adc.xml] || FW || driver for infrared sensors based on analog voltage&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/infrared|infrared_i2c]] || sensors || [http://paparazzi.github.com/docs/latest/module__infrared_i2c.html infrared_i2c.xml] || FW || driver for infrared sensors with i2c connection&lt;br /&gt;
|-&lt;br /&gt;
|alt_srf08 || sensors || alt_srf08.xml || FW || driver for Devantech Ultrasonic Range Finder SRF08&lt;br /&gt;
|-&lt;br /&gt;
|mag_micromag_fw || sensors || mag_micromag_fw.xml || FW || driver for PNI Micromag magnetic sensor&lt;br /&gt;
|-&lt;br /&gt;
|trigger_ext || sensors || trigger_ext.xml || FW || driver to measure external events/durations&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/Xtend_rssi|xtend_rssi]] || datalink || xtend_rssi.xml || FW || driver to measure and report rssi from Digi 9Xtend radio with pwm input, currently only LPC21xx arch&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/Pwm_meas|pwm_meas]] || core || pwm_meas.xml || FW || driver wrapper to measure duty and period of pwm input, currently only LPC21xx arch&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/System_monitor|sys mon]] || core || [http://paparazzi.github.com/docs/latest/module__sys_mon.html sys_mon.xml] || FW &amp;amp; Booz || measures CPU load &amp;amp; activity&lt;br /&gt;
|-&lt;br /&gt;
|DC  || digital_cam || digital_cam.xml&amp;lt;br&amp;gt;digital_cam_i2c.xml || FW &amp;amp; RW || Controls Digital Camera Functions (buttons) like shoot/zoom/onoff/take pictures at regular intervals&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/AOA_adc|AOA adc]] || sensors || [http://paparazzi.github.com/docs/latest/module__aoa_adc.html AOA_adc.xml] || FW || Reads the value of an US DIGITAL MA3-A10-236-N AoA Sensor and controls the elevator with its value&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/FlightBenchmark|flight_benchmark]] || benchmark || [http://paparazzi.github.com/docs/latest/module__flight_benchmark.html flight_benchmark.xml] || FW || quantitative assessments of flights&lt;br /&gt;
|-&lt;br /&gt;
|[[Openlog|openlog]] || openlog || [http://paparazzi.github.com/docs/latest/module__openlog.html openlog.xml] || FW &amp;amp; RW || Module for logging with a [http://www.sparkfun.com/products/9530 Sparkfun OpenLog]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Analog-digital converters ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Name !! directory !! configuration files !! airframe(s) !! description&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/ADC_generic|ADC generic]] || adcs || adc_generic.xml || FW || autopilot internal 10 bit AD converter&lt;br /&gt;
|-&lt;br /&gt;
|max11040 || adcs || max11040.xml || FW || 24 bit 16 channel AD converter&lt;br /&gt;
|-&lt;br /&gt;
|mcp355x || adcs || mcp355x.xml || FW || 22 bit 1 channel AD converter&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Temperature sensors ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Name !! directory !! configuration files !! airframe(s) !! description&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/LM75‎|temp_lm75]] || meteo || temp_lm75.xml || FW || driver for National LM75 temperature sensor&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/Hygrosens TEMOD-I2C-R1‎|temp_temod]] || meteo || temp_temod.xml || FW || Hygrosens TEMOD-I2C-Rx temperature sensor for PT1000&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/TI_TMP102|temp_tmp102]] || meteo || temp_tmp102.xml || FW || driver for TI TMP102 temperature sensor&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/Melexis MLX90614‎|ir_mlx]] || meteo || ir_mlx.xml || FW || driver for Melexis 90614 infrared radiation sensor&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Barometric pressure/altitude sensors ===&lt;br /&gt;
&lt;br /&gt;
Simple static [[Baro_comparsion|comparsion]] of recent digital barometric sensors.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Name !! directory !! configuration files !! airframe(s) !! description&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/Bosch BMP085‎|baro_bmp]] || sensors || baro_bmp.xml || FW || driver for Bosch BMP085 pressure sensor&lt;br /&gt;
|-&lt;br /&gt;
|baro_ets || sensors || baro_ets.xml || FW || Eagle Tree Systems pressure sensor&lt;br /&gt;
|-&lt;br /&gt;
|baro_MS5534A || sensors || baro_MS5334A.xml || FW || driver for Intersema MS5534A pressure sensor&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/Meas Spec MS5611 I2C‎|baro_ms5611_i2c]] || sensors || baro_ms5611_i2c.xml || FW || driver for Measurement Specialties MS5611-01BA pressure sensor&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/VTI SCP1000 SPI|baro_scp]] || sensors || baro_scp.xml || FW || driver for VTI SCP1000 (SPI) pressure sensor&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/VTI SCP1000 I2C‎|baro_scp_i2c]] || sensors || baro_scp_i2c.xml || FW || driver for VTI SCP1000 (I2C) pressure sensor&lt;br /&gt;
|-&lt;br /&gt;
|[[Sensors/AMSYS|baro_amsys]] || sensors || [http://paparazzi.github.com/docs/latest/module__baro_amsys.html baro_amsys.xml] || FW || driver for AMS 5812-0150-A (Baro) pressure sensors&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Airspeed sensors ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Name !! directory !! configuration files !! airframe(s) !! description&lt;br /&gt;
|-&lt;br /&gt;
|airspeed_adc || sensors || airspeed_adc.xml || FW || driver for airspeed sensor based on analog voltage&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/Airspeed_ETS|airspeed_ets]] || sensors || airspeed_ets.xml || FW || Eagle Tree Systems airspeed sensor&lt;br /&gt;
|-&lt;br /&gt;
|[[Sensors/AMSYS|airspeed_amsys]] || sensors || [http://paparazzi.github.com/docs/latest/module__airspeed_amsys.html airspeed_amsys.xml] || FW || driver for AMS 5812-0003-D (Airspeed) pressure sensors&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/Aeroprobe_OTF|airspeed_otf]] || sensors || airspeed_otf.xml || FW || Aeroprobe On-The-Fly! air data computer&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Humidity sensors ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Name !! directory !! configuration files !! airframe(s) !! description&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/IST DigiPicco‎|humid_dpicco]] || meteo || humid_dpicco.xml || FW || driver for IST DigiPicco humidity sensor&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/Honeywell_HIH-4030|humid_hih]] || meteo || humid_hih.xml || FW || driver for Honeywell HIH-4030 humidity sensor&lt;br /&gt;
|-&lt;br /&gt;
|[[ Module/TronSens HTM B71|humid_htm_b71]] || meteo || humid_htm_b71.xml || FW || driver for TronSens HTM-B71 humidity sensor&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/Sensirion SHT75‎|humid_sht]] || meteo || humid_sht.xml || FW || driver for Sensirion SHT75 humidity sensor&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/Sensirion SHT25‎|humid_sht_i2c]] || meteo || humid_sht_i2c.xml || FW || driver for Sensirion SHT25 humidity sensor (I2C)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Other environment sensors ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Name !! directory !! configuration files !! airframe(s) !! description&lt;br /&gt;
|-&lt;br /&gt;
|enose || enose || enose.xml || FW || chemical gas sensor&lt;br /&gt;
|-&lt;br /&gt;
|dust_gp2y || meteo || dust_gp2y.xml || FW || driver for Sharp GP2Y1010AU0F dust sensor&lt;br /&gt;
|-&lt;br /&gt;
|light_temt || meteo || light_temt.xml || FW || driver for Vishay TEMT6000 ambient light sensor&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Possible modules ===&lt;br /&gt;
&lt;br /&gt;
A list of the parts of the FW airborne code that could be changed to modules.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Name !! header !! init !! periodic !! event !! datalink !! description&lt;br /&gt;
|-&lt;br /&gt;
|Led || X || X || || || || control leds and GPIO&lt;br /&gt;
|-&lt;br /&gt;
|I2C || X || X || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|SPI || X || X || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|Traffic || X || || || || X || update traffic information from datalink&lt;br /&gt;
|-&lt;br /&gt;
|TCAS || X || X || 1Hz - 4Hz || || ? || vertical collision avoidance&lt;br /&gt;
|-&lt;br /&gt;
|GPS || X || X || || X || ||&lt;br /&gt;
|-&lt;br /&gt;
|Joystick || X || X || || X || X|| control a plane from telemetry&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:User_Documentation]] [[Category:Modules]]&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Modules_list&amp;diff=16408</id>
		<title>Modules list</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Modules_list&amp;diff=16408"/>
		<updated>2013-12-17T21:54:09Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: fix doxygen link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;categorytree style=&amp;quot;float:right; clear:right; margin-left:1ex; border: 1px solid gray; padding: 0.7ex;&amp;quot; mode=pages&amp;gt;Modules&amp;lt;/categorytree&amp;gt;&lt;br /&gt;
Some part of the code is already available as [[Modules|modules]]. Some other parts could be easily adapted. A module may have several configuration files for the most common uses. The code of the modules is placed in sw/airborne/modules/&amp;lt;directory name&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
'''The auto-generated list and short doc for all modules in the master branch can be found at the [http://docs.paparazziuav.org/latest/onboard_modules.html onboard modules page of the doxygen docs].'''&lt;br /&gt;
&lt;br /&gt;
== Available modules ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Name !! directory !! configuration files !! airframe(s) !! description&lt;br /&gt;
|-&lt;br /&gt;
|Demo || demo_module || demo_module.xml || FW || basic example with blinking leds&lt;br /&gt;
|-&lt;br /&gt;
|Booz cam&amp;lt;br&amp;gt;([[Module/Rotorcraft_cam|Rotorcraft cam]]) || cam_control || booz_cam.xml&amp;lt;br&amp;gt;(rotorcraft_cam.xml) || Rotor || pointing of a simple camera on booz (servo for tilt, heading for pan&lt;br /&gt;
|-&lt;br /&gt;
|Cam point || cam_control || cam_point.xml || FW || pointing of a camera&lt;br /&gt;
|-&lt;br /&gt;
|Cam roll || cam_control || cam_roll.xml || FW || roll camera&lt;br /&gt;
|-&lt;br /&gt;
|Booz drop || drop || booz_drop.xml || Booz || drop mechanism on booz&lt;br /&gt;
|-&lt;br /&gt;
|light || light || light.xml || FW || control blinking speed of the LEDs for night flights&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/Servo_switch|servo switch]] || servo_switch || servo_switch.xml || FW || simply switch a servo to &amp;quot;on&amp;quot; or &amp;quot;off&amp;quot; position, e.g. trigger camera or open hatch&lt;br /&gt;
|-&lt;br /&gt;
|Formation flight || multi || formation_flight.xml || FW || formation flight control for fixed-wing aircraft&lt;br /&gt;
|-&lt;br /&gt;
|Gps i2c || gps_i2c || gps_i2c.xml || FW || i2c driver for Ubx GPS modules&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/GPS_UBlox_UCenter|GPS UBX µcenter]] || gps || gps_ubx_ucenter.xml || FW/Rotor || Module to initialise µ-blox GPS at every power on&lt;br /&gt;
|-&lt;br /&gt;
|Xsens || ins || ins_xsens.xml&amp;lt;br&amp;gt;ins_xsens_MTi_Uart0.xml&amp;lt;br&amp;gt;ins_xsens_MTiG_Uart0.xml || || driver for the Xsens AHRS/INS (for fixedwing it provides a full navigation solution, for rotorcraft it is a bit slow)&lt;br /&gt;
|-&lt;br /&gt;
|[[ArduIMU|ins_ArduIMU]] || ins || ins_arduimu.xml || FW || ArduIMU V2+ (Flat) INS (should probably be renamed to AHRS and adhere to the ahrs interface)&lt;br /&gt;
|-&lt;br /&gt;
|imu_ppzauv || sensors || imu_ppzuav.xml || FW/rotor || module to read the PPZIMU&lt;br /&gt;
|-&lt;br /&gt;
|imu_aspirin_i2c || sensors || imu_aspirin_i2c.xml || FW/rotor || module to read the aspirin IMU via I2C&lt;br /&gt;
|-&lt;br /&gt;
|VN-100 || ins || ins_vn100.xml || FW RW? || VectorNav VN-100 AHRS (should probably be renamed to AHRS and adhere to the ahrs interface)&lt;br /&gt;
|-&lt;br /&gt;
|Max 3100 || max3100 || max3100.xml || FW || max3100 driver (spi&amp;lt;-&amp;gt;uart converter)&lt;br /&gt;
|-&lt;br /&gt;
|MPPT || MPPT || MPPT.xml || FW || maximum power point tracker (control board for solar cells, i2C interface)&lt;br /&gt;
|-&lt;br /&gt;
|Poles || poles || poles.xml || FW || special navigation functions to fly around poles and counting loops&lt;br /&gt;
|-&lt;br /&gt;
|Potential || multi || potential.xml || FW || use potential fields for collision avoidance&lt;br /&gt;
|-&lt;br /&gt;
|Sonar || sonar || sonar_maxbotix_booz.xml || Booz || driver for a Maxbotix ultrasonic sensor&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/infrared|infrared_adc]] || sensors || [http://paparazzi.github.com/docs/latest/module__infrared_adc.html infrared_adc.xml] || FW || driver for infrared sensors based on analog voltage&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/infrared|infrared_i2c]] || sensors || [http://paparazzi.github.com/docs/latest/module__infrared_i2c.html infrared_i2c.xml] || FW || driver for infrared sensors with i2c connection&lt;br /&gt;
|-&lt;br /&gt;
|alt_srf08 || sensors || alt_srf08.xml || FW || driver for Devantech Ultrasonic Range Finder SRF08&lt;br /&gt;
|-&lt;br /&gt;
|mag_micromag_fw || sensors || mag_micromag_fw.xml || FW || driver for PNI Micromag magnetic sensor&lt;br /&gt;
|-&lt;br /&gt;
|trigger_ext || sensors || trigger_ext.xml || FW || driver to measure external events/durations&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/Xtend_rssi|xtend_rssi]] || datalink || xtend_rssi.xml || FW || driver to measure and report rssi from Digi 9Xtend radio with pwm input, currently only LPC21xx arch&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/Pwm_meas|pwm_meas]] || core || pwm_meas.xml || FW || driver wrapper to measure duty and period of pwm input, currently only LPC21xx arch&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/System_monitor|sys mon]] || core || [http://paparazzi.github.com/docs/latest/module__sys_mon.html sys_mon.xml] || FW &amp;amp; Booz || measures CPU load &amp;amp; activity&lt;br /&gt;
|-&lt;br /&gt;
|DC  || digital_cam || digital_cam.xml&amp;lt;br&amp;gt;digital_cam_i2c.xml || FW &amp;amp; RW || Controls Digital Camera Functions (buttons) like shoot/zoom/onoff/take pictures at regular intervals&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/AOA_adc|AOA adc]] || sensors || [http://paparazzi.github.com/docs/latest/module__aoa_adc.html AOA_adc.xml] || FW || Reads the value of an US DIGITAL MA3-A10-236-N AoA Sensor and controls the elevator with its value&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/FlightBenchmark|flight_benchmark]] || benchmark || [http://paparazzi.github.com/docs/latest/module__flight_benchmark.html flight_benchmark.xml] || FW || quantitative assessments of flights&lt;br /&gt;
|-&lt;br /&gt;
|[[Openlog|openlog]] || openlog || [http://paparazzi.github.com/docs/latest/module__openlog.html openlog.xml] || FW &amp;amp; RW || Module for logging with a [http://www.sparkfun.com/products/9530 Sparkfun OpenLog]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Analog-digital converters ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Name !! directory !! configuration files !! airframe(s) !! description&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/ADC_generic|ADC generic]] || adcs || adc_generic.xml || FW || autopilot internal 10 bit AD converter&lt;br /&gt;
|-&lt;br /&gt;
|max11040 || adcs || max11040.xml || FW || 24 bit 16 channel AD converter&lt;br /&gt;
|-&lt;br /&gt;
|mcp355x || adcs || mcp355x.xml || FW || 22 bit 1 channel AD converter&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Temperature sensors ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Name !! directory !! configuration files !! airframe(s) !! description&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/LM75‎|temp_lm75]] || meteo || temp_lm75.xml || FW || driver for National LM75 temperature sensor&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/Hygrosens TEMOD-I2C-R1‎|temp_temod]] || meteo || temp_temod.xml || FW || Hygrosens TEMOD-I2C-Rx temperature sensor for PT1000&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/TI_TMP102|temp_tmp102]] || meteo || temp_tmp102.xml || FW || driver for TI TMP102 temperature sensor&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/Melexis MLX90614‎|ir_mlx]] || meteo || ir_mlx.xml || FW || driver for Melexis 90614 infrared radiation sensor&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Barometric pressure/altitude sensors ===&lt;br /&gt;
&lt;br /&gt;
Simple static [[Baro_comparsion|comparsion]] of recent digital barometric sensors.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Name !! directory !! configuration files !! airframe(s) !! description&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/Bosch BMP085‎|baro_bmp]] || sensors || baro_bmp.xml || FW || driver for Bosch BMP085 pressure sensor&lt;br /&gt;
|-&lt;br /&gt;
|baro_ets || sensors || baro_ets.xml || FW || Eagle Tree Systems pressure sensor&lt;br /&gt;
|-&lt;br /&gt;
|baro_MS5534A || sensors || baro_MS5334A.xml || FW || driver for Intersema MS5534A pressure sensor&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/Meas Spec MS5611 I2C‎|baro_ms5611_i2c]] || sensors || baro_ms5611_i2c.xml || FW || driver for Measurement Specialties MS5611-01BA pressure sensor&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/VTI SCP1000 SPI|baro_scp]] || sensors || baro_scp.xml || FW || driver for VTI SCP1000 (SPI) pressure sensor&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/VTI SCP1000 I2C‎|baro_scp_i2c]] || sensors || baro_scp_i2c.xml || FW || driver for VTI SCP1000 (I2C) pressure sensor&lt;br /&gt;
|-&lt;br /&gt;
|[[Sensors/AMSYS|baro_amsys]] || sensors || [http://paparazzi.github.com/docs/latest/module__baro_amsys.html baro_amsys.xml] || FW || driver for AMS 5812-0150-A (Baro) pressure sensors&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Airspeed sensors ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Name !! directory !! configuration files !! airframe(s) !! description&lt;br /&gt;
|-&lt;br /&gt;
|airspeed_adc || sensors || airspeed_adc.xml || FW || driver for airspeed sensor based on analog voltage&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/Airspeed_ETS|airspeed_ets]] || sensors || airspeed_ets.xml || FW || Eagle Tree Systems airspeed sensor&lt;br /&gt;
|-&lt;br /&gt;
|[[Sensors/AMSYS|airspeed_amsys]] || sensors || [http://paparazzi.github.com/docs/latest/module__airspeed_amsys.html airspeed_amsys.xml] || FW || driver for AMS 5812-0003-D (Airspeed) pressure sensors&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/Aeroprobe_OTF|airspeed_otf]] || sensors || airspeed_otf.xml || FW || Aeroprobe On-The-Fly! air data computer&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Humidity sensors ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Name !! directory !! configuration files !! airframe(s) !! description&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/IST DigiPicco‎|humid_dpicco]] || meteo || humid_dpicco.xml || FW || driver for IST DigiPicco humidity sensor&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/Honeywell_HIH-4030|humid_hih]] || meteo || humid_hih.xml || FW || driver for Honeywell HIH-4030 humidity sensor&lt;br /&gt;
|-&lt;br /&gt;
|[[ Module/TronSens HTM B71|humid_htm_b71]] || meteo || humid_htm_b71.xml || FW || driver for TronSens HTM-B71 humidity sensor&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/Sensirion SHT75‎|humid_sht]] || meteo || humid_sht.xml || FW || driver for Sensirion SHT75 humidity sensor&lt;br /&gt;
|-&lt;br /&gt;
|[[Module/Sensirion SHT25‎|humid_sht_i2c]] || meteo || humid_sht_i2c.xml || FW || driver for Sensirion SHT25 humidity sensor (I2C)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Other environment sensors ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Name !! directory !! configuration files !! airframe(s) !! description&lt;br /&gt;
|-&lt;br /&gt;
|enose || enose || enose.xml || FW || chemical gas sensor&lt;br /&gt;
|-&lt;br /&gt;
|dust_gp2y || meteo || dust_gp2y.xml || FW || driver for Sharp GP2Y1010AU0F dust sensor&lt;br /&gt;
|-&lt;br /&gt;
|light_temt || meteo || light_temt.xml || FW || driver for Vishay TEMT6000 ambient light sensor&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Possible modules ===&lt;br /&gt;
&lt;br /&gt;
A list of the parts of the FW airborne code that could be changed to modules.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Name !! header !! init !! periodic !! event !! datalink !! description&lt;br /&gt;
|-&lt;br /&gt;
|Led || X || X || || || || control leds and GPIO&lt;br /&gt;
|-&lt;br /&gt;
|I2C || X || X || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|SPI || X || X || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|Traffic || X || || || || X || update traffic information from datalink&lt;br /&gt;
|-&lt;br /&gt;
|TCAS || X || X || 1Hz - 4Hz || || ? || vertical collision avoidance&lt;br /&gt;
|-&lt;br /&gt;
|GPS || X || X || || X || ||&lt;br /&gt;
|-&lt;br /&gt;
|Joystick || X || X || || X || X|| control a plane from telemetry&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:User_Documentation]] [[Category:Modules]]&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=SUMO/install_electronics&amp;diff=16397</id>
		<title>SUMO/install electronics</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=SUMO/install_electronics&amp;diff=16397"/>
		<updated>2013-12-12T15:28:41Z</updated>

		<summary type="html">&lt;p&gt;Martinmm: add link to prepare electronics&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;See [[SUMO/prepare_electronics|Prepare Paparazzi electronics]] for a detailed description of where exactly the connectors/plugs go to.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Glue the USB Mini-B board for the Umarim lite to the right side of the end of the battery compartment.&lt;br /&gt;
&lt;br /&gt;
[[Image:Funjet_usb.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Install two 3mm plywood boards 41mm by 10mm centered behind the fiber rod and aligned to the distance of the Umarim lite drill holes with CA. Fix the XBee pro with the Sparkfun board below the boards with Velcro.&lt;br /&gt;
&lt;br /&gt;
[[Image:Umarim_board_xbee.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Add a 3mm plywood board 41mm by 26mm one centimeter above the base of the fuselage. Drill holes to hold the Multi board before mounting. Install the Umarim lite with 1.6mm screws and servo rubbers in between.&lt;br /&gt;
&lt;br /&gt;
[[Image:Umarim_board_multi.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fix the Multi board with four screws and and servo rubbers.&lt;br /&gt;
&lt;br /&gt;
[[Image:Multi_board_install.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The logger holding 3mm plywood board is 41mm by 30mm and installed 5mm behind the Umarim lite at the same level.&lt;br /&gt;
&lt;br /&gt;
[[Image:Logger_board.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Add a 10mm EPP separator between the autopilot and the motor compartment. Connect the logger to the Umarim, add the micro SD card holder and the USB Mini-B behind the separator. Fix the logger on the board with Velcro.&lt;br /&gt;
&lt;br /&gt;
[[Image:Logger_shrink.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Put the GPS receiver with the ceramic antenna upwards into the pocket under the front turtle deck (picture shows not-yet attached deck).&lt;br /&gt;
&lt;br /&gt;
[[Image:Funjet_gps_b.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Glue the MLX90614 infrared thermometer into the 25mm x 20mm pocket. Seal the metal sensor with the EPP to make it watertight. Bring the connecting cable to the fuselage. Close the pocket with the original (colored) EPP.&lt;br /&gt;
&lt;br /&gt;
[[Image:Mlx_install.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Insert the PT1000 temperature sensor into the ABS holder and fix it to the right wing.&lt;br /&gt;
&lt;br /&gt;
[[Image:Temperature_sensor_holder.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Temperature_sensor_inside.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Temperature_installed.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The same applies to the SHT75 humidity sensor on the left wing.&lt;br /&gt;
&lt;br /&gt;
[[Image:Humidity_sensor_holder.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Humidity_sensor_inside.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Humidity_installed.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Overview.&lt;br /&gt;
&lt;br /&gt;
[[Image:Funjet_sensors.jpg|600px]]&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
</feed>