<?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=Jdyuen</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=Jdyuen"/>
	<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/wiki/Special:Contributions/Jdyuen"/>
	<updated>2026-05-18T05:35:06Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Failsafe&amp;diff=15001</id>
		<title>Failsafe</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Failsafe&amp;diff=15001"/>
		<updated>2013-05-07T16:33:59Z</updated>

		<summary type="html">&lt;p&gt;Jdyuen: /* 'Failsafe Switch' */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Paparazzi has several built-in failsafe features ranging from lowlevel to highlevel and from implied to optional.&lt;br /&gt;
&lt;br /&gt;
On the lowest level, precise timing of the transmitter pulses creates safety that goes beyond traditional switches enabling safer use of old RC equipment.&lt;br /&gt;
On the highest level, the [[Flight_Plans#Exceptions|exceptions]] feature of the flight-plans allow for very flexible custom built failsafe features.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== FBW (Fly By Wire) ==&lt;br /&gt;
&lt;br /&gt;
=== 'Failsafe Switch' ===&lt;br /&gt;
&lt;br /&gt;
The lowest level of paparazzi is the FBW (Fly By Wire) controller that reads the RC, reads the autopilot commands and drives the servos based on the lowlevel failsafe options.&lt;br /&gt;
&lt;br /&gt;
This is the 'switch' between '''manual''' or '''automatic''' modes. Therefore there is no need for another failsafe board. Indeed, the paparazzi FBW has evolved with so much intelligence that it is certainly safer than some and probably at least as safe as any other failsafe switches. This is amongst others (besides the highlevel validated code, separated process, ...) because paparazzi FBW unlike generic switches is given precise remote control information in its RC.xml. If you use a wrong type of transmitter (e.g. not the right amount of channels, or not the correct interval or sync pulse length) then even when on the same frequency the FBW will not listen to the commands. Also, if 2 transmitters are on the same frequency, then the chance of both signals together still being read as valid is very small. (This does NOT mean you can fly with 2 planes on the same frequency however. This only means that in this catastrophic scenario paparazzi does a pretty good job in delaying disaster from happening. )&lt;br /&gt;
&lt;br /&gt;
Be aware that there exist many failsafe switches that use a pulse of the RC (e.g. channel 5) to switch &lt;br /&gt;
between autopilot or RC. When using analog RC equipment or any equipment that does not have correctly &lt;br /&gt;
programmed failsafe servo values this is very unsafe as whenever the RC is out of range the switch will &lt;br /&gt;
start switching back and forth putting the UAV out of control even if the autpilot is perfectly OK.&lt;br /&gt;
&lt;br /&gt;
CAUTION! Common receivers today (especially 2.4GHz receivers) has own failsafe mode(s). Three mode are used in most cases:&lt;br /&gt;
&lt;br /&gt;
# No failsafe: the receiver will switch off servo sinals in case of RC connection lost.&amp;lt;br/&amp;gt;Paparazzi own failsafe will be activated in case of RC connection lost.&lt;br /&gt;
# Last position: the receiver will keep the last valid servo positions in case of RC connection lost.&amp;lt;br/&amp;gt;Paparazzi own failsafe will NOT be activated. (The autopilot will not have information on RC signal lost.)&lt;br /&gt;
# Preset servo positions: the receiver will switch servo sinals to a preset value in case of RC connection lost.&amp;lt;br/&amp;gt;This values should be set directly in the receiver. (Read manual.) Paparazzi own failsafe will not be activated.&amp;lt;br/&amp;gt;BUT! If you set the failsafe value of the channel used for Mode control(Manual/Auto1/Auto2) to the value which commands Auto2, then paparazzi will switch automaticaly to Auto2 mode in case of RC connection lost.&lt;br /&gt;
&lt;br /&gt;
=== FBW logic ===&lt;br /&gt;
&lt;br /&gt;
* RC GOOD: listen to the MODE switch on the Transmitter&amp;lt;br/&amp;gt;(this means whenever the remote control is close enough the pilot has the final word)&lt;br /&gt;
* RC BAD: go to automatic mode (see further on for handling of automatic modes)&lt;br /&gt;
* RC BAD AND AUTOPILOT DATA TIMEOUT: failsafe command values from airframe configuration XML&amp;lt;br/&amp;gt;(do not omit to fill in useful failsafe values in the command section; usually slight pitch up for minimal speed,  ailerons neutral in order not to roll inverted and of course throttle down: it is not recommended to try to make turns here with aileron deflections. A small rudder deflection on the other hand is recommended when available  )&lt;br /&gt;
&lt;br /&gt;
== AP (AutoPilot) ==&lt;br /&gt;
&lt;br /&gt;
=== Home mode ===&lt;br /&gt;
&lt;br /&gt;
The HOME mode is a failsafe mode where the standard navigation (own flightplan) is suspended and the aircraft &lt;br /&gt;
flies a circle around the HOME waypoint at a safe altitude (''security_height'' attribute in your flight-plan). This mode is triggered on different events. &lt;br /&gt;
Leaving this mode is done by clicking on the red HOME text in the GCS.&lt;br /&gt;
&lt;br /&gt;
==== Too far from HOME ====&lt;br /&gt;
&lt;br /&gt;
Home mode is triggered if the distance to the HOME waypoint is greater than a threshold ('''max_dist_from_home''' attribute) set in the &lt;br /&gt;
fight-plan (displayed as a circle on the GCS map).&lt;br /&gt;
&lt;br /&gt;
==== RC link failure while manual or AUTO1 ====&lt;br /&gt;
&lt;br /&gt;
Home mode is triggered if RC uplink is lost in '''MANUAL''' or '''AUTO 1''' modes.&lt;br /&gt;
&lt;br /&gt;
* When '''MANUAL''' the manual mode is restored as soon as RC link is restored as expected.&lt;br /&gt;
* However: In '''AUTO 1''' mode, one must manually leave the HOME mode using the GCS&lt;br /&gt;
&lt;br /&gt;
! Word of caution with respect to '''AUTO1''': &lt;br /&gt;
When flying auto1 with a lot of RC interference (which is not recommended anyway), be prepared that the plane might enter HOME mode.&lt;br /&gt;
Also, do not be tempted to fly far away in auto1 mode (possibly out of RC range) without a fully tuned auto2 autopilot or sufficient visual contact to allow manual control. As soon as you are so far that RC packets get lost, paparazzi will switch to HOME and will stay in HOME until you choose MANUAL of re-enable AUTO1 on the GCS !&lt;br /&gt;
&lt;br /&gt;
===== Setting RC lost mode =====&lt;br /&gt;
&lt;br /&gt;
By default when RC is lost (in Manual or Auto1) HOME mode is triggered, you can change this behaviour by setting the RC_LOST_MODE:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;define name=&amp;quot;RC_LOST_MODE&amp;quot; value=&amp;quot;PPRZ_MODE_AUTO2&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In this example RC_LOST_MODE is set to AUTO2, which can be useful if you experience glitches on your RC on the mode channel and want the aircraft to continue the mission instead of triggering HOME mode. '''BUT''' only use this if you have AUTO2 navigation set up properly and everything is initialized correctly! Another scenario to set this value is if you will fly out of your RC range in a long range mission.&lt;br /&gt;
&lt;br /&gt;
You can disable HOME mode locking by adding the following line in your airframe file:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;define name=&amp;quot;UNLOCKED_HOME_MODE&amp;quot; value=&amp;quot;TRUE&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then you can restore from HOME mode using the RC and do not need to do this on the GCS if in AUTO1.&lt;br /&gt;
&lt;br /&gt;
'''Caution:''' Use these two settings with care, as they might deteriorate the failsafe security of your aircraft.&lt;br /&gt;
&lt;br /&gt;
=== Kill mode ===&lt;br /&gt;
&lt;br /&gt;
In this mode the throttle is killed (this is the default mode when switching on the autopilot). You can enter this mode manually with the kill button (with confirmation). Kill mode is also triggered in the following cases:&lt;br /&gt;
&lt;br /&gt;
==== Catastrophic battery level ====&lt;br /&gt;
&lt;br /&gt;
If the battery level goes under the catastrophic low level (defined in the airframe file)&lt;br /&gt;
&lt;br /&gt;
==== Way too far from HOME ====&lt;br /&gt;
&lt;br /&gt;
The plane goes into kill mode if it is too far away from the HOME waypoint. You can configure this '''KILL_MODE_DISTANCE''' in your airframe file:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;section name=&amp;quot;MISC&amp;quot;&amp;gt;&lt;br /&gt;
    ...&lt;br /&gt;
    &amp;lt;define name=&amp;quot;KILL_MODE_DISTANCE&amp;quot; value=&amp;quot;(1.5*MAX_DIST_FROM_HOME)&amp;quot;/&amp;gt;&lt;br /&gt;
    ...&lt;br /&gt;
  &amp;lt;/section&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In this example it is set to 1.5 times the '''max_dist_from_home''' (attribute set in your flight plan).&lt;br /&gt;
&lt;br /&gt;
=== GPS signal lost ===&lt;br /&gt;
&lt;br /&gt;
In this mode, the autopilot uses the failsafe roll, pitch and throttle settings defined in the airframe file. It is recommended to disable throttle and make a shallow turn at low flight speed. When barometric information is available and compass heading information, it is recommended to disable this safety mode and train the GCS operator to bring the plane home on heading and altitude only. &lt;br /&gt;
&lt;br /&gt;
Do not mix up the &amp;lt;commands&amp;gt; failsafe_value and the &amp;lt;section name=&amp;quot;FAILSAFE&amp;quot; prefix=&amp;quot;FAILSAFE_&amp;quot;&amp;gt; default values. The first result in fixed servo positions with the plane totally out of control, while the latter still involve the innerloop to stabilize the plane. &lt;br /&gt;
&lt;br /&gt;
=== Lost datalink communication (optional) ===&lt;br /&gt;
&lt;br /&gt;
This can be done via the a flight-plan exception, e.g. go to the Standby block after 30 seconds:&lt;br /&gt;
In your flightplan.xml:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;header&amp;gt;&lt;br /&gt;
#include &amp;quot;subsystems/datalink/datalink.h&amp;quot;&lt;br /&gt;
&amp;lt;/header&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;exceptions&amp;gt;&lt;br /&gt;
  ...&lt;br /&gt;
  &amp;lt;exception cond=&amp;quot;datalink_time &amp;gt; 30&amp;quot;  deroute=&amp;quot;Standby&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/exceptions&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Outside mission boundary (optional) ===&lt;br /&gt;
&lt;br /&gt;
Also use exceptions and/or [[Flight_Plans#Call|function calls]] for this.&lt;br /&gt;
&lt;br /&gt;
For an example see ''EMAV2009_safety.xml'' in the directory ''conf/flight_plans'' is an example of a safety procedure that can be included in other flight-plans.&lt;br /&gt;
It uses two [[Flight_Plans#Sectors|sectors]] defined in ''EMAV2009_data.xml'', a smaller Green &amp;quot;soft boundary&amp;quot; and a hard boundary defined by the Red sector.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;procedure&amp;gt;&lt;br /&gt;
  &amp;lt;exceptions&amp;gt;&lt;br /&gt;
    &amp;lt;exception cond=&amp;quot;Or(! InsideGreen(GetPosX(), GetPosY()), GetPosAlt() &amp;gt; ground_alt + 150)&amp;quot; deroute=&amp;quot;Center&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;/exceptions&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;blocks&amp;gt;&lt;br /&gt;
    &amp;lt;block name=&amp;quot;Center&amp;quot; pre_call=&amp;quot;if (!InsideRed(GetPosX(), GetPosY())) NavKillThrottle();&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;circle wp=&amp;quot;_CENTER&amp;quot; radius=&amp;quot;DEFAULT_CIRCLE_RADIUS&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/block&amp;gt;&lt;br /&gt;
  &amp;lt;/blocks&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/procedure&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The first exception deroutes the plane to the Center block below it, if it is outside the Green [[Flight_Plans#Sectors|sector]] or higher than 150m over ground.&lt;br /&gt;
While in the Center block the statement in the pre_call function gets evaluated each time, if the plane is now also outside of the Red sector throttle is killed.&lt;br /&gt;
&lt;br /&gt;
[[Category:Software]] [[Category:User_Documentation]]&lt;/div&gt;</summary>
		<author><name>Jdyuen</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Failsafe&amp;diff=15000</id>
		<title>Failsafe</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Failsafe&amp;diff=15000"/>
		<updated>2013-05-07T16:31:03Z</updated>

		<summary type="html">&lt;p&gt;Jdyuen: /* Setting RC lost mode */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Paparazzi has several built-in failsafe features ranging from lowlevel to highlevel and from implied to optional.&lt;br /&gt;
&lt;br /&gt;
On the lowest level, precise timing of the transmitter pulses creates safety that goes beyond traditional switches enabling safer use of old RC equipment.&lt;br /&gt;
On the highest level, the [[Flight_Plans#Exceptions|exceptions]] feature of the flight-plans allow for very flexible custom built failsafe features.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== FBW (Fly By Wire) ==&lt;br /&gt;
&lt;br /&gt;
=== 'Failsafe Switch' ===&lt;br /&gt;
&lt;br /&gt;
The lowest level of paparazzi is the FBW (Fly By Wire) controller that reads the RC, reads the autopilot commands and drives the servo's based on the lowlevel failsafe options.&lt;br /&gt;
&lt;br /&gt;
This is the 'switch' between '''manual''' or '''automatic''' modes. Therefor there is no need for an other failsafe board. Indeed, the paparazzi FBW has evolved with so much intelligence that it is certainly safer than some and probably at least as safe as any other failsafe switches. This is amongst others (besides the highlevel validated code, separated process, ...) because paparazzi FBW unlike generic switches is given precise remote control information in it's RC.xml. If you use a wrong type of transmitter (e.g. not the right amount of channels, or not the correct interval or sync pulse length) than even when on the same frequency the FBW will not listen to the commands. Also, when 2 transmitters should be on the same frequency, then the chance of both signals together still being read as valid is very small. (This does NOT mean you can fly with 2 planes on the same frequency however. This only means that in this catastrophic scenario paparazzi does a pretty good job in delaying disaster from happening. )&lt;br /&gt;
&lt;br /&gt;
Be aware that there exist many failsafe switches that use a pulse of the RC (e.g. channel 5) to switch &lt;br /&gt;
between autopilot or RC. When using analog RC equipment or any equipment that does not have correctly &lt;br /&gt;
programmed failsafe servo values this is very unsafe as whenever the RC is out of range the switch will &lt;br /&gt;
start switching back and forth putting the UAV out of control even if the autpilot is perfectly OK.&lt;br /&gt;
&lt;br /&gt;
CAUTION! Common receivers today (especially 2.4GHz receivers) has own failsafe mode(s). Three mode are used in most cases:&lt;br /&gt;
&lt;br /&gt;
# No failsafe: the receiver will switch off servo sinals in case of RC connection lost.&amp;lt;br/&amp;gt;Paparazzi own failsafe will be activated in case of RC connection lost.&lt;br /&gt;
# Last position: the receiver will keep the last valid servo positions in case of RC connection lost.&amp;lt;br/&amp;gt;Paparazzi own failsafe will NOT be activated. (The autopilot will not have information on RC signal lost.)&lt;br /&gt;
# Preset servo positions: the receiver will switch servo sinals to a preset value in case of RC connection lost.&amp;lt;br/&amp;gt;This values should be set directly in the receiver. (Read manual.) Paparazzi own failsafe will not be activated.&amp;lt;br/&amp;gt;BUT! If you set the failsafe value of the channel used for Mode control(Manual/Auto1/Auto2) to the value which commands Auto2, then paparazzi will switch automaticaly to Auto2 mode in case of RC connection lost.&lt;br /&gt;
&lt;br /&gt;
=== FBW logic ===&lt;br /&gt;
&lt;br /&gt;
* RC GOOD: listen to the MODE switch on the Transmitter&amp;lt;br/&amp;gt;(this means whenever the remote control is close enough the pilot has the final word)&lt;br /&gt;
* RC BAD: go to automatic mode (see further on for handling of automatic modes)&lt;br /&gt;
* RC BAD AND AUTOPILOT DATA TIMEOUT: failsafe command values from airframe configuration XML&amp;lt;br/&amp;gt;(do not omit to fill in useful failsafe values in the command section; usually slight pitch up for minimal speed,  ailerons neutral in order not to roll inverted and of course throttle down: it is not recommended to try to make turns here with aileron deflections. A small rudder deflection on the other hand is recommended when available  )&lt;br /&gt;
&lt;br /&gt;
== AP (AutoPilot) ==&lt;br /&gt;
&lt;br /&gt;
=== Home mode ===&lt;br /&gt;
&lt;br /&gt;
The HOME mode is a failsafe mode where the standard navigation (own flightplan) is suspended and the aircraft &lt;br /&gt;
flies a circle around the HOME waypoint at a safe altitude (''security_height'' attribute in your flight-plan). This mode is triggered on different events. &lt;br /&gt;
Leaving this mode is done by clicking on the red HOME text in the GCS.&lt;br /&gt;
&lt;br /&gt;
==== Too far from HOME ====&lt;br /&gt;
&lt;br /&gt;
Home mode is triggered if the distance to the HOME waypoint is greater than a threshold ('''max_dist_from_home''' attribute) set in the &lt;br /&gt;
fight-plan (displayed as a circle on the GCS map).&lt;br /&gt;
&lt;br /&gt;
==== RC link failure while manual or AUTO1 ====&lt;br /&gt;
&lt;br /&gt;
Home mode is triggered if RC uplink is lost in '''MANUAL''' or '''AUTO 1''' modes.&lt;br /&gt;
&lt;br /&gt;
* When '''MANUAL''' the manual mode is restored as soon as RC link is restored as expected.&lt;br /&gt;
* However: In '''AUTO 1''' mode, one must manually leave the HOME mode using the GCS&lt;br /&gt;
&lt;br /&gt;
! Word of caution with respect to '''AUTO1''': &lt;br /&gt;
When flying auto1 with a lot of RC interference (which is not recommended anyway), be prepared that the plane might enter HOME mode.&lt;br /&gt;
Also, do not be tempted to fly far away in auto1 mode (possibly out of RC range) without a fully tuned auto2 autopilot or sufficient visual contact to allow manual control. As soon as you are so far that RC packets get lost, paparazzi will switch to HOME and will stay in HOME until you choose MANUAL of re-enable AUTO1 on the GCS !&lt;br /&gt;
&lt;br /&gt;
===== Setting RC lost mode =====&lt;br /&gt;
&lt;br /&gt;
By default when RC is lost (in Manual or Auto1) HOME mode is triggered, you can change this behaviour by setting the RC_LOST_MODE:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;define name=&amp;quot;RC_LOST_MODE&amp;quot; value=&amp;quot;PPRZ_MODE_AUTO2&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In this example RC_LOST_MODE is set to AUTO2, which can be useful if you experience glitches on your RC on the mode channel and want the aircraft to continue the mission instead of triggering HOME mode. '''BUT''' only use this if you have AUTO2 navigation set up properly and everything is initialized correctly! Another scenario to set this value is if you will fly out of your RC range in a long range mission.&lt;br /&gt;
&lt;br /&gt;
You can disable HOME mode locking by adding the following line in your airframe file:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;define name=&amp;quot;UNLOCKED_HOME_MODE&amp;quot; value=&amp;quot;TRUE&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then you can restore from HOME mode using the RC and do not need to do this on the GCS if in AUTO1.&lt;br /&gt;
&lt;br /&gt;
'''Caution:''' Use these two settings with care, as they might deteriorate the failsafe security of your aircraft.&lt;br /&gt;
&lt;br /&gt;
=== Kill mode ===&lt;br /&gt;
&lt;br /&gt;
In this mode the throttle is killed (this is the default mode when switching on the autopilot). You can enter this mode manually with the kill button (with confirmation). Kill mode is also triggered in the following cases:&lt;br /&gt;
&lt;br /&gt;
==== Catastrophic battery level ====&lt;br /&gt;
&lt;br /&gt;
If the battery level goes under the catastrophic low level (defined in the airframe file)&lt;br /&gt;
&lt;br /&gt;
==== Way too far from HOME ====&lt;br /&gt;
&lt;br /&gt;
The plane goes into kill mode if it is too far away from the HOME waypoint. You can configure this '''KILL_MODE_DISTANCE''' in your airframe file:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;section name=&amp;quot;MISC&amp;quot;&amp;gt;&lt;br /&gt;
    ...&lt;br /&gt;
    &amp;lt;define name=&amp;quot;KILL_MODE_DISTANCE&amp;quot; value=&amp;quot;(1.5*MAX_DIST_FROM_HOME)&amp;quot;/&amp;gt;&lt;br /&gt;
    ...&lt;br /&gt;
  &amp;lt;/section&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In this example it is set to 1.5 times the '''max_dist_from_home''' (attribute set in your flight plan).&lt;br /&gt;
&lt;br /&gt;
=== GPS signal lost ===&lt;br /&gt;
&lt;br /&gt;
In this mode, the autopilot uses the failsafe roll, pitch and throttle settings defined in the airframe file. It is recommended to disable throttle and make a shallow turn at low flight speed. When barometric information is available and compass heading information, it is recommended to disable this safety mode and train the GCS operator to bring the plane home on heading and altitude only. &lt;br /&gt;
&lt;br /&gt;
Do not mix up the &amp;lt;commands&amp;gt; failsafe_value and the &amp;lt;section name=&amp;quot;FAILSAFE&amp;quot; prefix=&amp;quot;FAILSAFE_&amp;quot;&amp;gt; default values. The first result in fixed servo positions with the plane totally out of control, while the latter still involve the innerloop to stabilize the plane. &lt;br /&gt;
&lt;br /&gt;
=== Lost datalink communication (optional) ===&lt;br /&gt;
&lt;br /&gt;
This can be done via the a flight-plan exception, e.g. go to the Standby block after 30 seconds:&lt;br /&gt;
In your flightplan.xml:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;header&amp;gt;&lt;br /&gt;
#include &amp;quot;subsystems/datalink/datalink.h&amp;quot;&lt;br /&gt;
&amp;lt;/header&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;exceptions&amp;gt;&lt;br /&gt;
  ...&lt;br /&gt;
  &amp;lt;exception cond=&amp;quot;datalink_time &amp;gt; 30&amp;quot;  deroute=&amp;quot;Standby&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/exceptions&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Outside mission boundary (optional) ===&lt;br /&gt;
&lt;br /&gt;
Also use exceptions and/or [[Flight_Plans#Call|function calls]] for this.&lt;br /&gt;
&lt;br /&gt;
For an example see ''EMAV2009_safety.xml'' in the directory ''conf/flight_plans'' is an example of a safety procedure that can be included in other flight-plans.&lt;br /&gt;
It uses two [[Flight_Plans#Sectors|sectors]] defined in ''EMAV2009_data.xml'', a smaller Green &amp;quot;soft boundary&amp;quot; and a hard boundary defined by the Red sector.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;procedure&amp;gt;&lt;br /&gt;
  &amp;lt;exceptions&amp;gt;&lt;br /&gt;
    &amp;lt;exception cond=&amp;quot;Or(! InsideGreen(GetPosX(), GetPosY()), GetPosAlt() &amp;gt; ground_alt + 150)&amp;quot; deroute=&amp;quot;Center&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;/exceptions&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;blocks&amp;gt;&lt;br /&gt;
    &amp;lt;block name=&amp;quot;Center&amp;quot; pre_call=&amp;quot;if (!InsideRed(GetPosX(), GetPosY())) NavKillThrottle();&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;circle wp=&amp;quot;_CENTER&amp;quot; radius=&amp;quot;DEFAULT_CIRCLE_RADIUS&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/block&amp;gt;&lt;br /&gt;
  &amp;lt;/blocks&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/procedure&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The first exception deroutes the plane to the Center block below it, if it is outside the Green [[Flight_Plans#Sectors|sector]] or higher than 150m over ground.&lt;br /&gt;
While in the Center block the statement in the pre_call function gets evaluated each time, if the plane is now also outside of the Red sector throttle is killed.&lt;br /&gt;
&lt;br /&gt;
[[Category:Software]] [[Category:User_Documentation]]&lt;/div&gt;</summary>
		<author><name>Jdyuen</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Contact&amp;diff=13017</id>
		<title>Contact</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Contact&amp;diff=13017"/>
		<updated>2012-08-10T18:25:21Z</updated>

		<summary type="html">&lt;p&gt;Jdyuen: /* Client Software */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Get in touch with active members of the group through any of the following means:&lt;br /&gt;
&lt;br /&gt;
== Mailing List ==&lt;br /&gt;
&lt;br /&gt;
The Paparazzi electronic mailing list is a special usage of email that allows for widespread distribution of information to many Paparazzi users. It is similar to a traditional mailing list — a list of names and addresses — as might be kept by an organization for sending publications to its members or customers, but typically refers to four things: a list of email addresses, the people (&amp;quot;subscribers&amp;quot;) receiving mail at those addresses, the publications (e-mail messages) sent to those addresses, and a reflector, which is a single e-mail address that, when designated as the recipient of a message, will send a copy of that message to all of the subscribers. (Wikipedia)&lt;br /&gt;
&lt;br /&gt;
Maybe get some answers already, browse the mailing list archives at:&amp;lt;br&amp;gt;&lt;br /&gt;
[http://lists.gnu.org/archive/html/paparazzi-devel/ http://lists.gnu.org/archive/html/paparazzi-devel/]&lt;br /&gt;
&lt;br /&gt;
Or join the Paparazzi mailing list for burning new questions at:&amp;lt;br&amp;gt;&lt;br /&gt;
[http://lists.nongnu.org/mailman/listinfo/paparazzi-devel http://lists.nongnu.org/mailman/listinfo/paparazzi-devel]&lt;br /&gt;
&lt;br /&gt;
After registering, you can send an e-mail to the entire group by using the address: paparazzi-devel@nongnu.org&lt;br /&gt;
&lt;br /&gt;
Use the list wisely and it can help you getting answers to your questions. Once you learned about paparazzi, be nice and try to help out others in the future.&lt;br /&gt;
&lt;br /&gt;
You can get the commit logs via email by joining the [http://lists.nongnu.org/mailman/listinfo/paparazzi-commits http://lists.nongnu.org/mailman/listinfo/paparazzi-commits] mailing list.&lt;br /&gt;
&lt;br /&gt;
== The IRC Chat Channel ==&lt;br /&gt;
  Network: Freenode&lt;br /&gt;
  Network Host: irc.freenode.net&lt;br /&gt;
  Channel: #paparazzi&lt;br /&gt;
&lt;br /&gt;
On the '''freenode''' [http://en.wikipedia.org/wiki/Internet_Relay_Chat IRC] server in the '''#paparazzi''' channel  a dozen or so members are typically online. Stop by anytime and '''say hello''' to the group, but don't be discouraged by hours of inactivity at certain times of day.&lt;br /&gt;
&lt;br /&gt;
The IRC conversations are also logged and available [http://colabti.org/irclogger/irclogger_logs/paparazzi here].&lt;br /&gt;
&lt;br /&gt;
We also have an [[IRC_Bouncer|IRC bouncer]] running.&lt;br /&gt;
&lt;br /&gt;
=== Web Based Access ===&lt;br /&gt;
&lt;br /&gt;
You can use a [http://embed.mibbit.com/?server=irc.freenode.net&amp;amp;channel=%23paparazzi&amp;amp;noServerNotices=true web-based IRC portal] that makes it easy for people to jump in from any computer. Simply enter a unique ''nickname'', and '''say hello''' to the team! More active users will benefit from the power of conventional client software such as [http://www.xchat.org Xchat] or [http://www.mirc.com mIRC].&lt;br /&gt;
&lt;br /&gt;
=== Client Software ===&lt;br /&gt;
&lt;br /&gt;
A full featured IRC chat program is essential for active users.  Download one of the many freeware/shareware IRC clients and put [irc://irc.freenode.net/#paparazzi irc://irc.freenode.net/#paparazzi] at the top of your favorites list!&lt;br /&gt;
&lt;br /&gt;
* [http://www.xchat.org xchat-gnome] is a popular and easy to use application for Linux. To install run&lt;br /&gt;
 sudo aptitude install xchat-gnome&lt;br /&gt;
* [http://www.silverex.org/download Xchat2] is a free version of Xchat for windows or download a [http://b0at.tx0.org/xchat/ XChat Windows build] or use closed source [http://www.mirc.com mIRC]&lt;br /&gt;
* [http://sourceforge.net/projects/xchataqua/ xchat-aqua] is an opensource free IRC client for OS-X&lt;br /&gt;
&lt;br /&gt;
=== Usage ===&lt;br /&gt;
&lt;br /&gt;
Choose '''FreeNode''' and some nicknames in the network list and click '''Edit''' to enter the '''#paparazzi''' channel and a Nicserv password.  Follow the instructions below to register your chosen nickname and password on the network.&lt;br /&gt;
&lt;br /&gt;
==== Registering on the Freenode IRC Network ====&lt;br /&gt;
&lt;br /&gt;
Registering is optional but is required for private one-on-one chats.  Private chats are useful for pasting large amounts of code back and forth without flooding the group or for any off-topic discussion you may wish to have.  Commands in IRC begin with a forward slash '/'.  Type these two commands into your IRC client to register and log on.&lt;br /&gt;
&lt;br /&gt;
Select your own unique password and use it in place of ''&amp;lt;password&amp;gt;''.  Make sure you are currently using the &amp;quot;nickname&amp;quot; that you would like to use.&lt;br /&gt;
&lt;br /&gt;
 /msg NickServ REGISTER &amp;lt;password&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You will now have registered your nickname to your hostmask (or IP address) and the Freenode IRC network will attempt to prevent others from using your nickname.  You will need to identify yourself to the system now every time you log onto IRC with the command below.  This can be added to the &amp;quot;perform&amp;quot; section of your software to be run automatically every time you log on.&lt;br /&gt;
&lt;br /&gt;
 /msg NickServ IDENTIFY &amp;lt;password&amp;gt;&lt;br /&gt;
&lt;br /&gt;
These commands return output results as well, depending on what IRC client you are using to chat it may have appeared in either your main chat window or a separate server window where other server related messages appear.  Check this window for confirmation.&lt;br /&gt;
&lt;br /&gt;
Note: You may find that your IRC connection will occasionally be interrupted, leaving your nic floating on the server.  When this happens the server will not let you log back on using the same nic until that nic has been dropped, usually within 30 minutes.  The convention is to append an underscore to your original nic for temporary use.&lt;br /&gt;
'''Bold text'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Community]]&lt;/div&gt;</summary>
		<author><name>Jdyuen</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=WeatherStationInterface&amp;diff=13016</id>
		<title>WeatherStationInterface</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=WeatherStationInterface&amp;diff=13016"/>
		<updated>2012-08-10T17:59:46Z</updated>

		<summary type="html">&lt;p&gt;Jdyuen: /* External Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Weather Station Interface =&lt;br /&gt;
&lt;br /&gt;
The weather station interface &amp;lt;tt&amp;gt;davis2ivy&amp;lt;/tt&amp;gt; polls Davis VantagePro/VantagePro2 stations and broadcasts the current weather data (ambient pressure, temperature, wind speed and direction) over Paparazzi's message system.&lt;br /&gt;
Connect the station via a serial port.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;davis2ivy&amp;lt;/tt&amp;gt; may send messages with different aircraft IDs.&lt;br /&gt;
The simplest way is to use the ID of the actually flying aircraft, thus the messages will show up in the messages window and in the log file as if they were sent from that aircraft.&lt;br /&gt;
If you use another aircraft ID, you have to add the &amp;lt;tt&amp;gt;-a&amp;lt;/tt&amp;gt; option to get the messages into the log file.&lt;br /&gt;
&lt;br /&gt;
== Options ==&lt;br /&gt;
The program can be found in &amp;lt;tt&amp;gt;$PAPARAZZI_HOME/sw/ground_segment/misc&amp;lt;/tt&amp;gt;.&lt;br /&gt;
* &amp;lt;tt&amp;gt;-a&amp;lt;/tt&amp;gt; Send ALIVE message&lt;br /&gt;
* &amp;lt;tt&amp;gt;-b &amp;amp;lt;bus&amp;amp;gt;&amp;lt;/tt&amp;gt; Specify Ivy bus (default is 127.255.255.255:2010)&lt;br /&gt;
* &amp;lt;tt&amp;gt;-d &amp;amp;lt;device&amp;amp;gt;&amp;lt;/tt&amp;gt; Specify the weather station device (default is &amp;lt;tt&amp;gt;/dev/ttyUSB1&amp;lt;/tt&amp;gt;)&lt;br /&gt;
* &amp;lt;tt&amp;gt;-i &amp;amp;lt;number&amp;amp;gt;&amp;lt;/tt&amp;gt; Specify the aircraft ID (default is 1)&lt;br /&gt;
* &amp;lt;tt&amp;gt;-s &amp;amp;lt;number&amp;amp;gt;&amp;lt;/tt&amp;gt; Specify the interval between station polls in seconds (default is 1)&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
[http://www.davisnet.com/weather/products/vantage-pro-professional-weather-stations.asp Vantage Pro2 product page]&lt;/div&gt;</summary>
		<author><name>Jdyuen</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Data_Logger&amp;diff=13010</id>
		<title>Data Logger</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Data_Logger&amp;diff=13010"/>
		<updated>2012-08-09T20:40:19Z</updated>

		<summary type="html">&lt;p&gt;Jdyuen: /* Option 3: Logomatic */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:sd_spi.jpg|thumb|micro SD card connected to SPI]]&lt;br /&gt;
This describes an external device that can be connected to the Paparazzi autopilot to store telemetry data to a mass storage medium on board the aircraft, e.g. an SD card (only non-SDHC cards). For now this is '''not''' done with the autopilot itself as the usage of a file system as well as possible lag you might get with a SD card (erase times) does not fit well with the real time nature of the used software scheduler. You need to use e.g. an additional TWOG.&lt;br /&gt;
&lt;br /&gt;
== Mode of operation ==&lt;br /&gt;
The logger is connected between the autopilot and the modem. It stores all telemetry on a micro SD card when power is connected. At the end of the flight a button is pressed just before disconnecting the main battery to stop logging (other ways of stopping are not yet done, e.g. by telemetry message from the gcs or a battery buffered voltage-drop detection). When logging is stopped and the USB is connected the logger acts as USB mass storage device and the micro SD card content can be read with any PC supporting FAT file system. The telemetry data is converted to the standard .data and .log file with a Paparazzi tool. Logging can be started again through a long press of the button if USB was not connected.&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
&lt;br /&gt;
We decided to use the well known LPC2148 to do the logging. That allows to use the Paparazzi configuration/tool chain and have a standard USB connection for read out with any PC. All designs have a STOP button. It has to be pressed to close the file and be able to read the data! The USB should be connected after the logger is stopped to prevent going into download mode when re-powered.&lt;br /&gt;
&lt;br /&gt;
 LED2 on:        logging enabled, press button to stop&lt;br /&gt;
 LED3 flashing:  writing message to SD&lt;br /&gt;
 &lt;br /&gt;
 LED2 flashing:  logging stopped, connect USB to read out data or press button long to restart logging&lt;br /&gt;
 &lt;br /&gt;
 LED1 on:        USB mass storage enabled&lt;br /&gt;
&lt;br /&gt;
=== Option 1: Paparazzi Logger HW ===&lt;br /&gt;
&lt;br /&gt;
https://github.com/paparazzi/paparazzi-hardware/tree/master/controller/logger/v1.0&lt;br /&gt;
&lt;br /&gt;
=== Option 2: TWOG ===&lt;br /&gt;
&lt;br /&gt;
You can directly connect a micro SD card to a TWOG. Remember that micro SD cards do have a limited number of insertions and should not be plugged too often. The (micro) SD card is connected to the SPI1 of the TWOG following this scheme:&lt;br /&gt;
&lt;br /&gt;
 microSD         TinyV2 SPI J3 &lt;br /&gt;
 &lt;br /&gt;
  8 nc&lt;br /&gt;
  7 DO            5 MISO&lt;br /&gt;
  6 GND           1 GND&lt;br /&gt;
  5 CLK           7 SCK&lt;br /&gt;
  4 Vcc           2 +3V3&lt;br /&gt;
  3 DI            4 MOSI&lt;br /&gt;
  2 CS            3 SSEL&lt;br /&gt;
  1 nc&lt;br /&gt;
&lt;br /&gt;
 Looking onto the gold plated connector side of the microSD card:&lt;br /&gt;
 &lt;br /&gt;
  ###############&lt;br /&gt;
  I 8 &lt;br /&gt;
  I 7&lt;br /&gt;
  I 6&lt;br /&gt;
  I 5&lt;br /&gt;
  I 4&lt;br /&gt;
  I 3&lt;br /&gt;
  I 2&lt;br /&gt;
  I 1&lt;br /&gt;
  ######    ##&lt;br /&gt;
        \  I  \&lt;br /&gt;
         ##    ##&lt;br /&gt;
&lt;br /&gt;
The start/stop button is connected to the BUTTON (P0.7) pin of the USB connector (J9). It is activated by pulling it low.&lt;br /&gt;
&lt;br /&gt;
=== Option 3: Logomatic ===&lt;br /&gt;
&lt;br /&gt;
There is also direct support for the Sparkfun [http://www.sparkfun.com/products/10216 Logomatic V2.6] board, just use&lt;br /&gt;
&lt;br /&gt;
 conf/airframes/logomatic.xml&lt;br /&gt;
&lt;br /&gt;
Currently pprz data must be collected on UART0 for [[Data_Logger#Decoding|sd2log]] to work [20:40, 9 August 2012 (UTC)]&lt;br /&gt;
&lt;br /&gt;
=== Option 4: OpenLog ===&lt;br /&gt;
If you don't want to add a complete TWOG or full-blown LPC-Board to you setup you can also use the Sparkfun [http://www.sparkfun.com/products/9530 OpenLog] board.&lt;br /&gt;
Take a look at [[Openlog|Openlog]].&lt;br /&gt;
&lt;br /&gt;
== UART Connection ==&lt;br /&gt;
The two serial inputs LPC_RXD0 (J7) and RXD1 (J2) are used to receive data. The received data is not forwarded to TX0/1 by software (the UART TX pins are deactivated). If the logger is put in between Tiny and the modem the connection should be done with a wire so that a logger failure does not cause any data link issue.&lt;br /&gt;
&lt;br /&gt;
== I2C Connection ==&lt;br /&gt;
tbd&lt;br /&gt;
&lt;br /&gt;
== SPI Connection ==&lt;br /&gt;
tbd&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
The logger is defined just like an aircraft. Take the &lt;br /&gt;
&lt;br /&gt;
 conf/airframes/logger_sd.xml&lt;br /&gt;
&lt;br /&gt;
as example. You can enable one or both UARTs for logging and have to set the serial speed&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;configure name=&amp;quot;UART0_BAUD&amp;quot; value=&amp;quot;B9600&amp;quot; /&amp;gt;&lt;br /&gt;
 &amp;lt;configure name=&amp;quot;UART1_BAUD&amp;quot; value=&amp;quot;B9600&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The message type can be switched between the PPRZ and the XBEE format&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;configure name=&amp;quot;LOG_MSG_FMT&amp;quot; value=&amp;quot;LOG_PPRZ&amp;quot;/&amp;gt;&lt;br /&gt;
 ''or''&lt;br /&gt;
 &amp;lt;configure name=&amp;quot;LOG_MSG_FMT&amp;quot; value=&amp;quot;LOG_XBEE&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The SD card can either be connected to SPI0 or SPI1&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;configure name=&amp;quot;SPI_CHANNEL&amp;quot; value=&amp;quot;0&amp;quot; /&amp;gt;&lt;br /&gt;
 ''or''&lt;br /&gt;
 &amp;lt;configure name=&amp;quot;SPI_CHANNEL&amp;quot; value=&amp;quot;1&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now create a new A/C with the logger airframe. Although they will not be used, you still need to supply dummy files for Flight Plan, Settings, Radio and Telemetry.&lt;br /&gt;
&lt;br /&gt;
== Decoding ==&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. This data can be converted back to the Paparazzi .log and .data format using sd2log (make sure [[Installation#Environment_Variables|environment variables]] are set before running pprz programs from the commandline)&lt;br /&gt;
&lt;br /&gt;
 me@home:~/media/usbstick$ ~/paparazzi3/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;
[[Category:Hardware]] [[Category:Software]] [[Category:User_Documentation]]&lt;/div&gt;</summary>
		<author><name>Jdyuen</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Data_Logger&amp;diff=13009</id>
		<title>Data Logger</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Data_Logger&amp;diff=13009"/>
		<updated>2012-08-09T15:51:12Z</updated>

		<summary type="html">&lt;p&gt;Jdyuen: /* Decoding */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:sd_spi.jpg|thumb|micro SD card connected to SPI]]&lt;br /&gt;
This describes an external device that can be connected to the Paparazzi autopilot to store telemetry data to a mass storage medium on board the aircraft, e.g. an SD card (only non-SDHC cards). For now this is '''not''' done with the autopilot itself as the usage of a file system as well as possible lag you might get with a SD card (erase times) does not fit well with the real time nature of the used software scheduler. You need to use e.g. an additional TWOG.&lt;br /&gt;
&lt;br /&gt;
== Mode of operation ==&lt;br /&gt;
The logger is connected between the autopilot and the modem. It stores all telemetry on a micro SD card when power is connected. At the end of the flight a button is pressed just before disconnecting the main battery to stop logging (other ways of stopping are not yet done, e.g. by telemetry message from the gcs or a battery buffered voltage-drop detection). When logging is stopped and the USB is connected the logger acts as USB mass storage device and the micro SD card content can be read with any PC supporting FAT file system. The telemetry data is converted to the standard .data and .log file with a Paparazzi tool. Logging can be started again through a long press of the button if USB was not connected.&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
&lt;br /&gt;
We decided to use the well known LPC2148 to do the logging. That allows to use the Paparazzi configuration/tool chain and have a standard USB connection for read out with any PC. All designs have a STOP button. It has to be pressed to close the file and be able to read the data! The USB should be connected after the logger is stopped to prevent going into download mode when re-powered.&lt;br /&gt;
&lt;br /&gt;
 LED2 on:        logging enabled, press button to stop&lt;br /&gt;
 LED3 flashing:  writing message to SD&lt;br /&gt;
 &lt;br /&gt;
 LED2 flashing:  logging stopped, connect USB to read out data or press button long to restart logging&lt;br /&gt;
 &lt;br /&gt;
 LED1 on:        USB mass storage enabled&lt;br /&gt;
&lt;br /&gt;
=== Option 1: Paparazzi Logger HW ===&lt;br /&gt;
&lt;br /&gt;
https://github.com/paparazzi/paparazzi-hardware/tree/master/controller/logger/v1.0&lt;br /&gt;
&lt;br /&gt;
=== Option 2: TWOG ===&lt;br /&gt;
&lt;br /&gt;
You can directly connect a micro SD card to a TWOG. Remember that micro SD cards do have a limited number of insertions and should not be plugged too often. The (micro) SD card is connected to the SPI1 of the TWOG following this scheme:&lt;br /&gt;
&lt;br /&gt;
 microSD         TinyV2 SPI J3 &lt;br /&gt;
 &lt;br /&gt;
  8 nc&lt;br /&gt;
  7 DO            5 MISO&lt;br /&gt;
  6 GND           1 GND&lt;br /&gt;
  5 CLK           7 SCK&lt;br /&gt;
  4 Vcc           2 +3V3&lt;br /&gt;
  3 DI            4 MOSI&lt;br /&gt;
  2 CS            3 SSEL&lt;br /&gt;
  1 nc&lt;br /&gt;
&lt;br /&gt;
 Looking onto the gold plated connector side of the microSD card:&lt;br /&gt;
 &lt;br /&gt;
  ###############&lt;br /&gt;
  I 8 &lt;br /&gt;
  I 7&lt;br /&gt;
  I 6&lt;br /&gt;
  I 5&lt;br /&gt;
  I 4&lt;br /&gt;
  I 3&lt;br /&gt;
  I 2&lt;br /&gt;
  I 1&lt;br /&gt;
  ######    ##&lt;br /&gt;
        \  I  \&lt;br /&gt;
         ##    ##&lt;br /&gt;
&lt;br /&gt;
The start/stop button is connected to the BUTTON (P0.7) pin of the USB connector (J9). It is activated by pulling it low.&lt;br /&gt;
&lt;br /&gt;
=== Option 3: Logomatic ===&lt;br /&gt;
&lt;br /&gt;
There is also direct support for the Sparkfun [http://www.sparkfun.com/products/10216 Logomatic V2.6] board, just use&lt;br /&gt;
&lt;br /&gt;
 conf/airframes/logomatic.xml&lt;br /&gt;
&lt;br /&gt;
=== Option 4: OpenLog ===&lt;br /&gt;
If you don't want to add a complete TWOG or full-blown LPC-Board to you setup you can also use the Sparkfun [http://www.sparkfun.com/products/9530 OpenLog] board.&lt;br /&gt;
Take a look at [[Openlog|Openlog]].&lt;br /&gt;
&lt;br /&gt;
== UART Connection ==&lt;br /&gt;
The two serial inputs LPC_RXD0 (J7) and RXD1 (J2) are used to receive data. The received data is not forwarded to TX0/1 by software (the UART TX pins are deactivated). If the logger is put in between Tiny and the modem the connection should be done with a wire so that a logger failure does not cause any data link issue.&lt;br /&gt;
&lt;br /&gt;
== I2C Connection ==&lt;br /&gt;
tbd&lt;br /&gt;
&lt;br /&gt;
== SPI Connection ==&lt;br /&gt;
tbd&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
The logger is defined just like an aircraft. Take the &lt;br /&gt;
&lt;br /&gt;
 conf/airframes/logger_sd.xml&lt;br /&gt;
&lt;br /&gt;
as example. You can enable one or both UARTs for logging and have to set the serial speed&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;configure name=&amp;quot;UART0_BAUD&amp;quot; value=&amp;quot;B9600&amp;quot; /&amp;gt;&lt;br /&gt;
 &amp;lt;configure name=&amp;quot;UART1_BAUD&amp;quot; value=&amp;quot;B9600&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The message type can be switched between the PPRZ and the XBEE format&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;configure name=&amp;quot;LOG_MSG_FMT&amp;quot; value=&amp;quot;LOG_PPRZ&amp;quot;/&amp;gt;&lt;br /&gt;
 ''or''&lt;br /&gt;
 &amp;lt;configure name=&amp;quot;LOG_MSG_FMT&amp;quot; value=&amp;quot;LOG_XBEE&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The SD card can either be connected to SPI0 or SPI1&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;configure name=&amp;quot;SPI_CHANNEL&amp;quot; value=&amp;quot;0&amp;quot; /&amp;gt;&lt;br /&gt;
 ''or''&lt;br /&gt;
 &amp;lt;configure name=&amp;quot;SPI_CHANNEL&amp;quot; value=&amp;quot;1&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now create a new A/C with the logger airframe. Although they will not be used, you still need to supply dummy files for Flight Plan, Settings, Radio and Telemetry.&lt;br /&gt;
&lt;br /&gt;
== Decoding ==&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. This data can be converted back to the Paparazzi .log and .data format using sd2log (make sure [[Installation#Environment_Variables|environment variables]] are set before running pprz programs from the commandline)&lt;br /&gt;
&lt;br /&gt;
 me@home:~/media/usbstick$ ~/paparazzi3/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;
[[Category:Hardware]] [[Category:Software]] [[Category:User_Documentation]]&lt;/div&gt;</summary>
		<author><name>Jdyuen</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Data_Logger&amp;diff=13008</id>
		<title>Data Logger</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Data_Logger&amp;diff=13008"/>
		<updated>2012-08-09T15:47:21Z</updated>

		<summary type="html">&lt;p&gt;Jdyuen: /* Decoding */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:sd_spi.jpg|thumb|micro SD card connected to SPI]]&lt;br /&gt;
This describes an external device that can be connected to the Paparazzi autopilot to store telemetry data to a mass storage medium on board the aircraft, e.g. an SD card (only non-SDHC cards). For now this is '''not''' done with the autopilot itself as the usage of a file system as well as possible lag you might get with a SD card (erase times) does not fit well with the real time nature of the used software scheduler. You need to use e.g. an additional TWOG.&lt;br /&gt;
&lt;br /&gt;
== Mode of operation ==&lt;br /&gt;
The logger is connected between the autopilot and the modem. It stores all telemetry on a micro SD card when power is connected. At the end of the flight a button is pressed just before disconnecting the main battery to stop logging (other ways of stopping are not yet done, e.g. by telemetry message from the gcs or a battery buffered voltage-drop detection). When logging is stopped and the USB is connected the logger acts as USB mass storage device and the micro SD card content can be read with any PC supporting FAT file system. The telemetry data is converted to the standard .data and .log file with a Paparazzi tool. Logging can be started again through a long press of the button if USB was not connected.&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
&lt;br /&gt;
We decided to use the well known LPC2148 to do the logging. That allows to use the Paparazzi configuration/tool chain and have a standard USB connection for read out with any PC. All designs have a STOP button. It has to be pressed to close the file and be able to read the data! The USB should be connected after the logger is stopped to prevent going into download mode when re-powered.&lt;br /&gt;
&lt;br /&gt;
 LED2 on:        logging enabled, press button to stop&lt;br /&gt;
 LED3 flashing:  writing message to SD&lt;br /&gt;
 &lt;br /&gt;
 LED2 flashing:  logging stopped, connect USB to read out data or press button long to restart logging&lt;br /&gt;
 &lt;br /&gt;
 LED1 on:        USB mass storage enabled&lt;br /&gt;
&lt;br /&gt;
=== Option 1: Paparazzi Logger HW ===&lt;br /&gt;
&lt;br /&gt;
https://github.com/paparazzi/paparazzi-hardware/tree/master/controller/logger/v1.0&lt;br /&gt;
&lt;br /&gt;
=== Option 2: TWOG ===&lt;br /&gt;
&lt;br /&gt;
You can directly connect a micro SD card to a TWOG. Remember that micro SD cards do have a limited number of insertions and should not be plugged too often. The (micro) SD card is connected to the SPI1 of the TWOG following this scheme:&lt;br /&gt;
&lt;br /&gt;
 microSD         TinyV2 SPI J3 &lt;br /&gt;
 &lt;br /&gt;
  8 nc&lt;br /&gt;
  7 DO            5 MISO&lt;br /&gt;
  6 GND           1 GND&lt;br /&gt;
  5 CLK           7 SCK&lt;br /&gt;
  4 Vcc           2 +3V3&lt;br /&gt;
  3 DI            4 MOSI&lt;br /&gt;
  2 CS            3 SSEL&lt;br /&gt;
  1 nc&lt;br /&gt;
&lt;br /&gt;
 Looking onto the gold plated connector side of the microSD card:&lt;br /&gt;
 &lt;br /&gt;
  ###############&lt;br /&gt;
  I 8 &lt;br /&gt;
  I 7&lt;br /&gt;
  I 6&lt;br /&gt;
  I 5&lt;br /&gt;
  I 4&lt;br /&gt;
  I 3&lt;br /&gt;
  I 2&lt;br /&gt;
  I 1&lt;br /&gt;
  ######    ##&lt;br /&gt;
        \  I  \&lt;br /&gt;
         ##    ##&lt;br /&gt;
&lt;br /&gt;
The start/stop button is connected to the BUTTON (P0.7) pin of the USB connector (J9). It is activated by pulling it low.&lt;br /&gt;
&lt;br /&gt;
=== Option 3: Logomatic ===&lt;br /&gt;
&lt;br /&gt;
There is also direct support for the Sparkfun [http://www.sparkfun.com/products/10216 Logomatic V2.6] board, just use&lt;br /&gt;
&lt;br /&gt;
 conf/airframes/logomatic.xml&lt;br /&gt;
&lt;br /&gt;
=== Option 4: OpenLog ===&lt;br /&gt;
If you don't want to add a complete TWOG or full-blown LPC-Board to you setup you can also use the Sparkfun [http://www.sparkfun.com/products/9530 OpenLog] board.&lt;br /&gt;
Take a look at [[Openlog|Openlog]].&lt;br /&gt;
&lt;br /&gt;
== UART Connection ==&lt;br /&gt;
The two serial inputs LPC_RXD0 (J7) and RXD1 (J2) are used to receive data. The received data is not forwarded to TX0/1 by software (the UART TX pins are deactivated). If the logger is put in between Tiny and the modem the connection should be done with a wire so that a logger failure does not cause any data link issue.&lt;br /&gt;
&lt;br /&gt;
== I2C Connection ==&lt;br /&gt;
tbd&lt;br /&gt;
&lt;br /&gt;
== SPI Connection ==&lt;br /&gt;
tbd&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
The logger is defined just like an aircraft. Take the &lt;br /&gt;
&lt;br /&gt;
 conf/airframes/logger_sd.xml&lt;br /&gt;
&lt;br /&gt;
as example. You can enable one or both UARTs for logging and have to set the serial speed&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;configure name=&amp;quot;UART0_BAUD&amp;quot; value=&amp;quot;B9600&amp;quot; /&amp;gt;&lt;br /&gt;
 &amp;lt;configure name=&amp;quot;UART1_BAUD&amp;quot; value=&amp;quot;B9600&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The message type can be switched between the PPRZ and the XBEE format&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;configure name=&amp;quot;LOG_MSG_FMT&amp;quot; value=&amp;quot;LOG_PPRZ&amp;quot;/&amp;gt;&lt;br /&gt;
 ''or''&lt;br /&gt;
 &amp;lt;configure name=&amp;quot;LOG_MSG_FMT&amp;quot; value=&amp;quot;LOG_XBEE&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The SD card can either be connected to SPI0 or SPI1&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;configure name=&amp;quot;SPI_CHANNEL&amp;quot; value=&amp;quot;0&amp;quot; /&amp;gt;&lt;br /&gt;
 ''or''&lt;br /&gt;
 &amp;lt;configure name=&amp;quot;SPI_CHANNEL&amp;quot; value=&amp;quot;1&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now create a new A/C with the logger airframe. Although they will not be used, you still need to supply dummy files for Flight Plan, Settings, Radio and Telemetry.&lt;br /&gt;
&lt;br /&gt;
== Decoding ==&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. This data can be converted back to the Paparazzi .log and .data format using sd2log (make sure environment variables are set before running pprz programs from the commandline: [[Installation#Environment_Variables]])&lt;br /&gt;
&lt;br /&gt;
 me@home:~/media/usbstick$ ~/paparazzi3/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;
[[Category:Hardware]] [[Category:Software]] [[Category:User_Documentation]]&lt;/div&gt;</summary>
		<author><name>Jdyuen</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Data_Logger&amp;diff=12732</id>
		<title>Data Logger</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Data_Logger&amp;diff=12732"/>
		<updated>2012-06-19T21:56:19Z</updated>

		<summary type="html">&lt;p&gt;Jdyuen: /* Configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:sd_spi.jpg|thumb|micro SD card connected to SPI]]&lt;br /&gt;
This describes an external device that can be connected to the Paparazzi autopilot to store telemetry data to a mass storage medium on board the aircraft, e.g. an SD card (only non-SDHC cards). For now this is '''not''' done with the autopilot itself as the usage of a file system as well as possible lag you might get with a SD card (erase times) does not fit well with the real time nature of the used software scheduler. You need to use e.g. an additional TWOG.&lt;br /&gt;
&lt;br /&gt;
== Mode of operation ==&lt;br /&gt;
The logger is connected between the autopilot and the modem. It stores all telemetry on a micro SD card when power is connected. At the end of the flight a button is pressed just before disconnecting the main battery to stop logging (other ways of stopping are not yet done, e.g. by telemetry message from the gcs or a battery buffered voltage-drop detection). When logging is stopped and the USB is connected the logger acts as USB mass storage device and the micro SD card content can be read with any PC supporting FAT file system. The telemetry data is converted to the standard .data and .log file with a Paparazzi tool. Logging can be started again through a long press of the button if USB was not connected.&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
&lt;br /&gt;
We decided to use the well known LPC2148 to do the logging. That allows to use the Paparazzi configuration/tool chain and have a standard USB connection for read out with any PC. All designs have a STOP button. It has to be pressed to close the file and be able to read the data! The USB should be connected after the logger is stopped to prevent going into download mode when re-powered.&lt;br /&gt;
&lt;br /&gt;
 LED2 on:        logging enabled, press button to stop&lt;br /&gt;
 LED3 flashing:  writing message to SD&lt;br /&gt;
 &lt;br /&gt;
 LED2 flashing:  logging stopped, connect USB to read out data or press button long to restart logging&lt;br /&gt;
 &lt;br /&gt;
 LED1 on:        USB mass storage enabled&lt;br /&gt;
&lt;br /&gt;
=== Option 1: Paparazzi Logger HW ===&lt;br /&gt;
&lt;br /&gt;
https://github.com/paparazzi/paparazzi-hardware/tree/master/controller/logger/v1.0&lt;br /&gt;
&lt;br /&gt;
=== Option 2: TWOG ===&lt;br /&gt;
&lt;br /&gt;
You can directly connect a micro SD card to a TWOG. Remember that micro SD cards do have a limited number of insertions and should not be plugged too often. The (micro) SD card is connected to the SPI1 of the TWOG following this scheme:&lt;br /&gt;
&lt;br /&gt;
 microSD         TinyV2 SPI J3 &lt;br /&gt;
 &lt;br /&gt;
  8 nc&lt;br /&gt;
  7 DO            5 MISO&lt;br /&gt;
  6 GND           1 GND&lt;br /&gt;
  5 CLK           7 SCK&lt;br /&gt;
  4 Vcc           2 +3V3&lt;br /&gt;
  3 DI            4 MOSI&lt;br /&gt;
  2 CS            3 SSEL&lt;br /&gt;
  1 nc&lt;br /&gt;
&lt;br /&gt;
 Looking onto the gold plated connector side of the microSD card:&lt;br /&gt;
 &lt;br /&gt;
  ###############&lt;br /&gt;
  I 8 &lt;br /&gt;
  I 7&lt;br /&gt;
  I 6&lt;br /&gt;
  I 5&lt;br /&gt;
  I 4&lt;br /&gt;
  I 3&lt;br /&gt;
  I 2&lt;br /&gt;
  I 1&lt;br /&gt;
  ######    ##&lt;br /&gt;
        \  I  \&lt;br /&gt;
         ##    ##&lt;br /&gt;
&lt;br /&gt;
The start/stop button is connected to the BUTTON (P0.7) pin of the USB connector (J9). It is activated by pulling it low.&lt;br /&gt;
&lt;br /&gt;
=== Option 3: Logomatic ===&lt;br /&gt;
&lt;br /&gt;
There is also direct support for the Sparkfun [http://www.sparkfun.com/products/10216 Logomatic V2.6] board, just use&lt;br /&gt;
&lt;br /&gt;
 conf/airframes/logomatic.xml&lt;br /&gt;
&lt;br /&gt;
== UART Connection ==&lt;br /&gt;
The two serial inputs LPC_RXD0 (J7) and RXD1 (J2) are used to receive data. The received data is not forwarded to TX0/1 by software (the UART TX pins are deactivated). If the logger is put in between Tiny and the modem the connection should be done with a wire so that a logger failure does not cause any data link issue.&lt;br /&gt;
&lt;br /&gt;
== I2C Connection ==&lt;br /&gt;
tbd&lt;br /&gt;
&lt;br /&gt;
== SPI Connection ==&lt;br /&gt;
tbd&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
The logger is defined just like an aircraft. Take the &lt;br /&gt;
&lt;br /&gt;
 conf/airframes/logger_sd.xml&lt;br /&gt;
&lt;br /&gt;
as example. You can enable one or both UARTs for logging and have to set the serial speed&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;configure name=&amp;quot;UART0_BAUD&amp;quot; value=&amp;quot;B9600&amp;quot; /&amp;gt;&lt;br /&gt;
 &amp;lt;configure name=&amp;quot;UART1_BAUD&amp;quot; value=&amp;quot;B9600&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The message type can be switched between the PPRZ and the XBEE format&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;configure name=&amp;quot;LOG_MSG_FMT&amp;quot; value=&amp;quot;LOG_PPRZ&amp;quot;/&amp;gt;&lt;br /&gt;
 ''or''&lt;br /&gt;
 &amp;lt;configure name=&amp;quot;LOG_MSG_FMT&amp;quot; value=&amp;quot;LOG_XBEE&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The SD card can either be connected to SPI0 or SPI1&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;configure name=&amp;quot;SPI_CHANNEL&amp;quot; value=&amp;quot;0&amp;quot; /&amp;gt;&lt;br /&gt;
 ''or''&lt;br /&gt;
 &amp;lt;configure name=&amp;quot;SPI_CHANNEL&amp;quot; value=&amp;quot;1&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now create a new A/C with the logger airframe. Although they will not be used, you still need to supply dummy files for Flight Plan, Settings, Radio and Telemetry.&lt;br /&gt;
&lt;br /&gt;
== Decoding ==&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. This data can be converted back to the Paparazzi .log and .data format using sd2log&lt;br /&gt;
&lt;br /&gt;
 me@home:~/media/usbstick$ ~/paparazzi3/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;
[[Category:Hardware]] [[Category:Software]] [[Category:User_Documentation]]&lt;/div&gt;</summary>
		<author><name>Jdyuen</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Gallery&amp;diff=10128</id>
		<title>Gallery</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Gallery&amp;diff=10128"/>
		<updated>2011-09-23T20:01:27Z</updated>

		<summary type="html">&lt;p&gt;Jdyuen: /* User's Aircraft Gallery */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== User's Gallery ==&lt;br /&gt;
=== User's Aircraft Gallery ===&lt;br /&gt;
{|&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;Paparazzi Aircraft&amp;quot;&amp;gt;&lt;br /&gt;
Image:early_twinstar.jpg|&amp;lt;b&amp;gt;Early Twinstar&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;Antoine Drouin and Pascal Brisset&lt;br /&gt;
Image:glotzer.jpg|&amp;lt;b&amp;gt;Glotzer&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;Martin Mueller and Christian Lindenberg&lt;br /&gt;
Image:Dragonfly_0626.jpg|&amp;lt;b&amp;gt;Dragonfly&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;University of Arizona&amp;lt;br&amp;gt;Span 30cm, mass 220g&lt;br /&gt;
Image:DragonSlayer_0948sm.jpg|&amp;lt;b&amp;gt;Dragon Slayer&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;Miraterre Flight Systems&amp;lt;br&amp;gt;Span 33cm, mass 300g&lt;br /&gt;
Image:Twinstar_2_Twinjet_night.JPG|&amp;lt;b&amp;gt;Night-equipped Twinstar and Twinjet&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;Antoine Drouin and Pascal Brisset&lt;br /&gt;
Image:Orange_One_0999.jpg|&amp;lt;b&amp;gt;M.A.C. Orange One&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;Martin Mueller and Christian Lindenberg&lt;br /&gt;
Image:slayer_twinstar_ii.jpg|&amp;lt;b&amp;gt;Slayer and Twinstar&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;The Twinstar performs an autonomous aerial launch of the Slayer&lt;br /&gt;
Image:Sephiroth_Pre-Paparazzi.jpg|&amp;lt;b&amp;gt;Sephiroth&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;P-51 Mustang, off-board video processing for horizon-based stabilization&lt;br /&gt;
Image:Triple-X.JPG|&amp;lt;b&amp;gt;Triple-X Prototype&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;Miraterre Flight Systems&amp;lt;br&amp;gt;Span 90cm, mass 1400g&lt;br /&gt;
Image:Cybereye.jpg|&amp;lt;b&amp;gt;CyberEye&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;Miraterre Flight Systems&amp;lt;br&amp;gt;Span 130cm, mass 2kg&lt;br /&gt;
Image:osamuavs.jpg|&amp;lt;b&amp;gt;Two Zagi's, and Aggiebird&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;Wing Spans 48&amp;quot;, 60&amp;quot;, and 100&amp;quot;&amp;lt;br&amp;gt; OSAM-UAV Team &lt;br /&gt;
Image:NoVa1.jpg|&amp;lt;b&amp;gt;NoVa Quadrotor&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;AJ Kochevar&amp;lt;br&amp;gt; Attitude Stabilized quadrotor using Tiny 2.0 &lt;br /&gt;
Image:nirvana.jpg|&amp;lt;b&amp;gt;Nirvana&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;The 3 Minimag used at the LAAS-CNRS Laboratory&lt;br /&gt;
Image:PPZFJ01.JPG| &amp;lt;b&amp;gt;FJ1&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;The PPZUAV project aircraft and demo&lt;br /&gt;
Image:Paparazzitelema1.jpg | &amp;lt;b&amp;gt;Telemaster&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt; Autonomous platform to get used to the system&lt;br /&gt;
Image:Easystar cropped w800.JPG| &amp;lt;b&amp;gt; John Burt&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt; tested and flying&lt;br /&gt;
Image:UAV.JPG|&amp;lt;b&amp;gt;Luke Ionno&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt; over at rcgroups&lt;br /&gt;
Image:Mentor.JPG|&amp;lt;b&amp;gt;Multiplex Mentor&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;Joekadet, 7 flights, Auto2 working now.&lt;br /&gt;
Image:Azorean_UAV_01.jpg|&amp;lt;b&amp;gt;Twinstar II&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;[[Rui Costa]]&amp;lt;br&amp;gt;Azores - Portugal.&lt;br /&gt;
Image:Y-UAV1.JPG|&amp;lt;b&amp;gt;Y-UAV&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt; [http://www.y-uav.com Home Page]&amp;lt;br&amp;gt;Meilen - Switzerland.&lt;br /&gt;
Image:UMARS.JPG|&amp;lt;b&amp;gt;UMARS&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt; [http://www.imes.zhaw.ch/de/engineering/imes/projekte/leichtbautechnik/umars/projektbeschreibung.html Home Page]&amp;lt;br&amp;gt;Winterthur - Switzerland.&lt;br /&gt;
Image:eHawk.JPG|&amp;lt;b&amp;gt;eHawk&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;R. Büttner&amp;lt;br&amp;gt;Meilen - Switzerland.&lt;br /&gt;
Image:TwinStar_stspies1.JPG|&amp;lt;b&amp;gt;TwinStar II&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;[http://paparazzi.enac.fr/wiki/User:Stspies Steffen]&amp;lt;br&amp;gt;Germany.&lt;br /&gt;
Image:Mentormaur.jpg|&amp;lt;b&amp;gt;Multiplex Mentor&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;R. Maurer&amp;lt;br&amp;gt;Bottighofen - Switzerland.&lt;br /&gt;
Image:Cougar.JPG|&amp;lt;b&amp;gt;Cougar&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;R. Büttner&amp;lt;br&amp;gt;Meilen - Switzerland.&lt;br /&gt;
Image:UofA_UAP1.jpg|&amp;lt;b&amp;gt;Senior Telemaster&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;[http://paparazzi.enac.fr/wiki/UAlberta_UASGroup U of A UAS Group]&amp;lt;br&amp;gt;Edmonton - Canada.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Video==&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=M1k_TLcQ2ic Micro UAV climbing to 1500m on Spitsbergen/Arctic]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/user/aerovistapunktch#p/u/3/7OCcMA4vluM Desktop Record GCS Y-UAV]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/user/aerovistapunktch#p/u/1/o6auxzO93lU Bungee Launch Y-UAV]&lt;br /&gt;
&lt;br /&gt;
== Flight competitions ==&lt;br /&gt;
=== [http://www.nal.res.in/MAV08/ MAV08] ===&lt;br /&gt;
; Agra, India, (March 10th -- 15th, 2008)&lt;br /&gt;
Best Mission Performance:&lt;br /&gt;
* [http://www.asctec.de/ Ascending Technologies GmbH] Hornet hexa-rotor (MIT) &lt;br /&gt;
* Paparazzi Slicer (ENAC)&lt;br /&gt;
* Paparazzi Glass One(s) (Martin Mueller Engineering)&lt;br /&gt;
* Paparazzi Dragonfly (University of Arizona)&lt;br /&gt;
&lt;br /&gt;
Best Hover Performance/Rotorcraft:&lt;br /&gt;
* [http://www.asctec.de/ Ascending Technologies GmbH] Hornet hexa-rotor (MIT)&lt;br /&gt;
* Indian Institute of Technology, Bombay (IITB)&lt;br /&gt;
&lt;br /&gt;
Best Autonomous Micro Air Vehicle:&lt;br /&gt;
* Paparazzi Slicer (ENAC)&lt;br /&gt;
&lt;br /&gt;
Best Exotic Design Micro Air Vehicle:&lt;br /&gt;
* Paparazzi Dragonfly (University of Arizona)&lt;br /&gt;
&lt;br /&gt;
Best UGV Performance:&lt;br /&gt;
* [http://cmr.mech.unsw.edu.au/mavstar/ MAVSTAR] (UNSW)&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;MAV08, Agra, India&amp;quot;&amp;gt;&lt;br /&gt;
Image:Slicer.jpg|&amp;lt;b&amp;gt;Slicer&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;ENAC&lt;br /&gt;
Image:Glassone.jpg|&amp;lt;b&amp;gt;Glass One&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Image:MAVSTAR.jpg|&amp;lt;b&amp;gt;MAVSTAR&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== MAV07 ===&lt;br /&gt;
; Toulouse, France, (September 19th - 22nd, 2007)&lt;br /&gt;
* 1st place (shared): Paparazzi ''Dragon Slayer''&lt;br /&gt;
* 1st place (shared): Micropilot ''Ping Wing''&lt;br /&gt;
* 3rd place : Paparazzi ''Tyto'' (Supaero)&lt;br /&gt;
* 4th place : Paparazzi ''MAC 07'' (Martin Mueller Engineering)&lt;br /&gt;
* 5th place : Paparazzi ''Storm1'' (Murat Bronz)&lt;br /&gt;
{|&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;MAV07, Toulouse&amp;quot;&amp;gt;&lt;br /&gt;
Image:Slayer-105416sm.jpg|&amp;lt;b&amp;gt;Dragon Slayer&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;Miraterre Flight Systems&lt;br /&gt;
Image:Twisted_1413sm.jpg|&amp;lt;b&amp;gt;Twisted Logic&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;Miraterre Flight Systems&lt;br /&gt;
Image:Storm1.jpg|&amp;lt;b&amp;gt;Storm1&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;Murat BRONZ&lt;br /&gt;
Image:Pingwing.jpg|&amp;lt;b&amp;gt;Ping Wing&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;Sweden&lt;br /&gt;
Image:Tyto.jpg|&amp;lt;b&amp;gt;Tyto&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;Supaero&lt;br /&gt;
Image:Redone.jpg|&amp;lt;b&amp;gt;Red One/MAC 07&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== MAV06 ===&lt;br /&gt;
; Sandestin, Florida, USA (October 29th - November 2nd, 2006)&lt;br /&gt;
* 1st place : Procerus Kestrel (Bringham Young University)&lt;br /&gt;
* 2nd place : Paparazzi ''Dualing Slayers'' (ENAC / Miraterre)&lt;br /&gt;
* 3rd place : Paparazzi ''Black One'' (&amp;quot;fake&amp;quot; Martin Mueller Engineering)&lt;br /&gt;
{|&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;MAV06, Florida&amp;quot;&amp;gt;&lt;br /&gt;
Image:MAC-OrangeOne-MAV06.jpg|&amp;lt;b&amp;gt;Orange One&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;Martin Mueller and Christian Lindenberg&lt;br /&gt;
Image:MAC-BlackOne-MAV06.jpg|&amp;lt;b&amp;gt;Black One&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;Martin Mueller and Christian Lindenberg&lt;br /&gt;
Image:ENAC-Planning-MAV06.jpg|&amp;lt;b&amp;gt;ENAC Team&amp;lt;/b&amp;gt;&lt;br /&gt;
Image:Slayers-MAV06.jpg|&amp;lt;b&amp;gt;Dragon Slayers&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;Slayers acquiring GPS fix&amp;lt;br&amp;gt;&lt;br /&gt;
Image:Michel_vs_Slayer-MAV06.jpg|&amp;lt;b&amp;gt;Catch!&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;Michel bravely catching the Slayer in an autonomous landing&amp;lt;br&amp;gt;&lt;br /&gt;
Image:BYU-MAV06.jpg|&amp;lt;b&amp;gt;BYU's Winning Design&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;BYU used the Procerus Kestrel autopilot&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== EMAV2006 ===&lt;br /&gt;
; Braunschweig, Niedersachsen, Germany (25-26 July 2006)&lt;br /&gt;
* 1st place : Paparazzi ''DragonSlayer/BlackOne/Microjet''&lt;br /&gt;
* 2nd place : Paparazzi ''JeanMav360''&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
[[Image:emav2006_paparazzies.jpg|thumb|left|EMAV06 Paparazzi Team]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== MAV05 ===&lt;br /&gt;
; Garmisch-Partenkirchen, Bavaria, Germany (17-23 September 2005)&lt;br /&gt;
* 1st place : Paparazzi ''Dragonfly''&lt;br /&gt;
* 2nd place : Paparazzi ''Glotzer''&lt;br /&gt;
* 3rd place : Paparazzi ''Plaster''&lt;br /&gt;
* 4th place : Paparazzi ''Plaster duo''&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;MAV05, Germany&amp;quot;&lt;br /&gt;
Image:MAV05_paparazzies.jpg|&amp;lt;b&amp;gt;The Paparazzi teams in Garmisch&amp;lt;/b&amp;gt;&lt;br /&gt;
Image:mav05_dragonfly.jpg|&amp;lt;b&amp;gt;Dragonfly&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;''University of Arizona''&lt;br /&gt;
Image:mav05_depronazzi.jpg|&amp;lt;b&amp;gt;Glotzer&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;''Martin Mueller and Christian Lindenberg''&lt;br /&gt;
Image:mav05_ladybug.jpg|&amp;lt;b&amp;gt;Ladybug&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;''ENAC''&lt;br /&gt;
Image:mav05_enac.jpg|&amp;lt;b&amp;gt;ENAC Team&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== 4eme Journées microdrones ===&lt;br /&gt;
; Toulouse, France ( 15 septembre 2004)&lt;br /&gt;
* 1st place : Paparazzi ''Microjet''&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| [[Image:Paparazzi_Equiped_Aircraft.jpg|thumb|left|Microjet]] &amp;lt;br style=&amp;quot;clear:both&amp;quot;&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== EMAV2004 ===&lt;br /&gt;
; Braunschweig, Niedersachsen, Germany (13 July 2004)&lt;br /&gt;
* 1st place : Paparazzi ''Microjet''&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;EMAV2004&amp;quot;&amp;gt;&lt;br /&gt;
Image:emav04_01.jpg|&amp;lt;b&amp;gt;The Paparazzi team&amp;lt;/b&amp;gt;&lt;br /&gt;
Image:emav04_02.jpg|&amp;lt;b&amp;gt;Spectators&amp;lt;/b&amp;gt;&lt;br /&gt;
Image:emav04_03.jpg|&amp;lt;b&amp;gt;Automatic tracking antenna&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== EMAV2003 ===&lt;br /&gt;
; Toulouse, France ( 3 october 2003)&lt;br /&gt;
* 1st place : Paparazzi ''Twinstar''&lt;br /&gt;
&lt;br /&gt;
{|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;EMAV2003&amp;quot;&amp;gt;&lt;br /&gt;
Image:emav03_01.jpg|&amp;lt;b&amp;gt;Twinstar ready for flight&amp;lt;/b&amp;gt;&lt;br /&gt;
Image:emav03_02.jpg|&amp;lt;b&amp;gt;Paparazzi team&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Scientific campaigns ==&lt;br /&gt;
&lt;br /&gt;
=== FLOHOF 2007 ===&lt;br /&gt;
; Around the Hofsjökull glacier, Iceland, (August 2007)&lt;br /&gt;
{|&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;FLOHOF 2007, Iceland&amp;quot;&amp;gt;&lt;br /&gt;
Image:Kerlingafjoll.jpg|Flying southwest of the glacier&lt;br /&gt;
Image:High_alt.png|Climb slope&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== THORPEX/Svalbard 2008 ===&lt;br /&gt;
; On and around Svalbard, Arctic Sea, (February 25th - March 15th, 2008)&lt;br /&gt;
{|&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;THORPEX 2008, Svalbard&amp;quot;&amp;gt;&lt;br /&gt;
Image:Kv_svalbard_ice.jpg|KV Svalbard&lt;br /&gt;
Image:Hangar.jpg|The KV Svalbard hangar&lt;br /&gt;
Image:Funjet_spitsbergen.jpg|Flying over the icy sea near Spitsbergen&lt;br /&gt;
Image:Waves.jpg|Waves in rough sea&lt;br /&gt;
Image:Breaking_ice.jpg|Breaking the ice&lt;br /&gt;
Image:Longyearbyen.jpg|Preparing the aircraft&lt;br /&gt;
Image:Landing_spitsbergen.jpg|Landing near Longyearbyen&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Community]]&lt;/div&gt;</summary>
		<author><name>Jdyuen</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Help:Editing&amp;diff=10127</id>
		<title>Help:Editing</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Help:Editing&amp;diff=10127"/>
		<updated>2011-09-23T19:06:35Z</updated>

		<summary type="html">&lt;p&gt;Jdyuen: /* External Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== External Links ==&lt;br /&gt;
&lt;br /&gt;
[http://meta.wikimedia.org/wiki/Help:Editing Wikimedia Help:Editing]&lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/Wikipedia:How_to_edit_a_page Wikipedia:How To Edit a Page]&lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/Help:Contents/Site_map Wikipedia:Help Table of Contents]&lt;br /&gt;
&lt;br /&gt;
[http://www.mediawiki.org/wiki/Help:Contents Mediawiki:Help Contents]&lt;br /&gt;
&lt;br /&gt;
== Wiki wish list ==&lt;br /&gt;
* Upgrade to latest MediaWiki version (1.16.5)&lt;br /&gt;
* install [http://www.mediawiki.org/wiki/Extension:CategoryTree CategoryTree extension]&lt;br /&gt;
* install [http://www.mediawiki.org/wiki/Extension:UsabilityInitiative UsabilityInitiative] extension&lt;br /&gt;
* add syntax highlighting, e.g. [http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi SyntaxHighlight_GeSHi]&lt;br /&gt;
* update [http://www.mediawiki.org/wiki/Extension:GraphViz GraphViz extension]&lt;br /&gt;
&lt;br /&gt;
Extensions that might be usefull&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Extension:BreadCrumbs2 BreadCrumbs extension] adds a breadcrumbs like navigation in the subtitle of every page&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Extension:Collection Collection] allows a user to organize personal selections of pages in a collection which then can be exported using the [http://www.mediawiki.org/wiki/Extension:PDF_Writer PDF writer]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Extension:Hierarchy Hierarchy] simplifies hierarchical and linear composition of articles. Very useful for HOWTO's and system documentation.&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Extension:MultiUpload MultiUpload] The MultiUpload extension allows users to upload more than one file at a time, the extension tries to recreate all of the function of Special:Upload as possible.&lt;br /&gt;
* Some captcha plugin?&lt;/div&gt;</summary>
		<author><name>Jdyuen</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=UAlberta_UASGroup&amp;diff=10126</id>
		<title>UAlberta UASGroup</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=UAlberta_UASGroup&amp;diff=10126"/>
		<updated>2011-09-23T19:00:09Z</updated>

		<summary type="html">&lt;p&gt;Jdyuen: /* University of Alberta Unmanned Aircraft Systems Group */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==University of Alberta Unmanned Aircraft Systems Group==&lt;br /&gt;
&lt;br /&gt;
[[Image:UofAUASGroup_logoBW.png|400px|right|Group Logo]]&lt;br /&gt;
&lt;br /&gt;
The [http://www.mece.engineering.ualberta.ca/en/Research/UnmannedAerialSystems.aspx University of Alberta UAS Group] is a fledgling team composed of a number of research groups, students and professors at the [http://www.ualberta.ca/ University of Alberta] in Edmonton, Alberta, Canada. The group is based out of the Department of Mechanical Engineering, with members from a variety of other departments, including Earth and Atmospheric Science and Electrical and Computer Engineering. We are currently preparing a small demonstration platform. This UAV platform will be the beginning of an attempt to foster UAS research at our university, and provide an initial starting point for researchers from a variety of disciplines and departments to begin research on unmanned aircraft systems directly (like controls), or, more likely, to investigate payloads and applications (like industrial monitoring).&lt;br /&gt;
&lt;br /&gt;
== Current Work ==&lt;br /&gt;
&lt;br /&gt;
The first platform is Unmanned Aircraft Platform 1, or UAP1.&lt;br /&gt;
&lt;br /&gt;
=== UAP1 ===&lt;br /&gt;
''Airframe:''&lt;br /&gt;
&lt;br /&gt;
[[Image:UofA_UAP1.jpg|thumb|600px|right|Telemaster Maiden Flight]]&lt;br /&gt;
&lt;br /&gt;
* Type of aircraft: Hobby Lobby Senior Telemaster almost-ready-to-fly model aircraft&lt;br /&gt;
** Modified for bolt-on wing and tail-mounted servos&lt;br /&gt;
* Type of engine: 2-stroke 26cc Evolution 26GX with electronic ignition (2S 2500mAh Lipo)&lt;br /&gt;
* Dimensions: wing span 2.4 m (94 inches); fuselage 1.6m (64 inches)&lt;br /&gt;
* Actuators: Hitec programmable digital servos used throughout&lt;br /&gt;
&lt;br /&gt;
''Autopilot Systems:''&lt;br /&gt;
&lt;br /&gt;
* Spektrum DX8 system with AR8000 receiver and TM1000 telemetry module for safety pilot situational awareness&lt;br /&gt;
* 2S 4000mAh Lipo for servos and autopilot system&lt;br /&gt;
* Paparazzi autopilot&lt;br /&gt;
** TWOG v1.0&lt;br /&gt;
** Ublox LEA5H and Sarantel helical antenna&lt;br /&gt;
** Aspirin IMU via I2C&lt;br /&gt;
** Eagle Tree airspeed sensor&lt;br /&gt;
** ATMega168 based PPM encoder&lt;br /&gt;
** SmartFly optical ignition cut-off&lt;br /&gt;
* Digi XTend 900MHz radio modems&lt;br /&gt;
* Ground Segment:&lt;br /&gt;
** Macbook Pro with OS X 10.6 (running Paparazzi in OS X)&lt;br /&gt;
&lt;br /&gt;
''Payload Systems:''&lt;br /&gt;
&lt;br /&gt;
*Currently not determined, though initially a GoPro will be mounted onboard&lt;br /&gt;
&lt;br /&gt;
====Flight Progress====&lt;br /&gt;
Currently, we have successfully flown UAP1 in manual and auto1. It took a long time to modify the model, install the autopilot systems and deal with vibration issues from the gas engine.&lt;br /&gt;
&lt;br /&gt;
== Vibration (WORK IN PROGRESS)==&lt;br /&gt;
&lt;br /&gt;
Vibration can be a major problem in small UAVs. Vibration can come from a variety of sources, but in UAVs the most significant source is rotating machinery, i.e. the primary powerplants in the airframe.&lt;br /&gt;
&lt;br /&gt;
''Major Sources of Vibration:''&lt;br /&gt;
* Main electric motors&lt;br /&gt;
* Internal combustion engines&lt;br /&gt;
* Unbalanced propellers&lt;br /&gt;
''Minor Sources of Vibration:''&lt;br /&gt;
* Flutter or resonance in flight surfaces and airframe&lt;br /&gt;
* Actuators or servos for flight or payload control&lt;br /&gt;
In general, the main source of thrust will be the primary source of vibration.&lt;br /&gt;
&lt;br /&gt;
* link to vibration background, how to calculate natural frequencies etc, perhaps some modeling discussion&lt;br /&gt;
&lt;br /&gt;
=== Impacts of Vibration ===&lt;br /&gt;
* airframe fatigue&lt;br /&gt;
* wiring connection fatigue (including RF connections)&lt;br /&gt;
* lower efficiency&lt;br /&gt;
* increased sensor noise, bias (gyros, accelerometers, magnetometers, pressure transducers, etc)&lt;br /&gt;
* potential for sensor saturation (gyros, accelerometers in IMU)&lt;br /&gt;
* degradation of payload sensor data quality (especially imagery with CMOS sensors, increase in rolling shutter effects, motion blur, shaky video)&lt;br /&gt;
* discussion on how to identify vibration problems&lt;br /&gt;
* discussion of sensor noise effects, namely on DCM algorithm, give examples with aspirin IMU, add screenshots of logs&lt;br /&gt;
&lt;br /&gt;
=== Mitigating Effects of Vibration ===&lt;br /&gt;
* mechanical methods, best, helps all parts of airframe&lt;br /&gt;
* calculating and testing&lt;br /&gt;
* recommended methods and materials&lt;br /&gt;
* things to keep an eye out for (resonance on parts)&lt;br /&gt;
* software filtering for IMU and other sensors, advantages and disadvantages, explain addition to fw aspirin i2c driver, video shake reduction&lt;br /&gt;
* show some samples from vibration testing&lt;br /&gt;
* pictures/sketches of mounting methods&lt;/div&gt;</summary>
		<author><name>Jdyuen</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=UAlberta_UASGroup&amp;diff=10125</id>
		<title>UAlberta UASGroup</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=UAlberta_UASGroup&amp;diff=10125"/>
		<updated>2011-09-23T18:59:19Z</updated>

		<summary type="html">&lt;p&gt;Jdyuen: /* UAP1 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==University of Alberta Unmanned Aircraft Systems Group==&lt;br /&gt;
&lt;br /&gt;
[[Image:UofAUASGroup_logoBW.png|frameless|400px|right|Group Logo]]&lt;br /&gt;
&lt;br /&gt;
The [http://www.mece.engineering.ualberta.ca/en/Research/UnmannedAerialSystems.aspx University of Alberta UAS Group] is a fledgling team composed of a number of research groups, students and professors at the [http://www.ualberta.ca/ University of Alberta] in Edmonton, Alberta, Canada. The group is based out of the Department of Mechanical Engineering, with members from a variety of other departments, including Earth and Atmospheric Science and Electrical and Computer Engineering. We are currently preparing a small demonstration platform. This UAV platform will be the beginning of an attempt to foster UAS research at our university, and provide an initial starting point for researchers from a variety of disciplines and departments to begin research on unmanned aircraft systems directly (like controls), or, more likely, to investigate payloads and applications (like industrial monitoring). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Current Work ==&lt;br /&gt;
&lt;br /&gt;
The first platform is Unmanned Aircraft Platform 1, or UAP1.&lt;br /&gt;
&lt;br /&gt;
=== UAP1 ===&lt;br /&gt;
''Airframe:''&lt;br /&gt;
&lt;br /&gt;
[[Image:UofA_UAP1.jpg|thumb|600px|right|Telemaster Maiden Flight]]&lt;br /&gt;
&lt;br /&gt;
* Type of aircraft: Hobby Lobby Senior Telemaster almost-ready-to-fly model aircraft&lt;br /&gt;
** Modified for bolt-on wing and tail-mounted servos&lt;br /&gt;
* Type of engine: 2-stroke 26cc Evolution 26GX with electronic ignition (2S 2500mAh Lipo)&lt;br /&gt;
* Dimensions: wing span 2.4 m (94 inches); fuselage 1.6m (64 inches)&lt;br /&gt;
* Actuators: Hitec programmable digital servos used throughout&lt;br /&gt;
&lt;br /&gt;
''Autopilot Systems:''&lt;br /&gt;
&lt;br /&gt;
* Spektrum DX8 system with AR8000 receiver and TM1000 telemetry module for safety pilot situational awareness&lt;br /&gt;
* 2S 4000mAh Lipo for servos and autopilot system&lt;br /&gt;
* Paparazzi autopilot&lt;br /&gt;
** TWOG v1.0&lt;br /&gt;
** Ublox LEA5H and Sarantel helical antenna&lt;br /&gt;
** Aspirin IMU via I2C&lt;br /&gt;
** Eagle Tree airspeed sensor&lt;br /&gt;
** ATMega168 based PPM encoder&lt;br /&gt;
** SmartFly optical ignition cut-off&lt;br /&gt;
* Digi XTend 900MHz radio modems&lt;br /&gt;
* Ground Segment:&lt;br /&gt;
** Macbook Pro with OS X 10.6 (running Paparazzi in OS X)&lt;br /&gt;
&lt;br /&gt;
''Payload Systems:''&lt;br /&gt;
&lt;br /&gt;
*Currently not determined, though initially a GoPro will be mounted onboard&lt;br /&gt;
&lt;br /&gt;
====Flight Progress====&lt;br /&gt;
Currently, we have successfully flown UAP1 in manual and auto1. It took a long time to modify the model, install the autopilot systems and deal with vibration issues from the gas engine.&lt;br /&gt;
&lt;br /&gt;
== Vibration (WORK IN PROGRESS)==&lt;br /&gt;
&lt;br /&gt;
Vibration can be a major problem in small UAVs. Vibration can come from a variety of sources, but in UAVs the most significant source is rotating machinery, i.e. the primary powerplants in the airframe.&lt;br /&gt;
&lt;br /&gt;
''Major Sources of Vibration:''&lt;br /&gt;
* Main electric motors&lt;br /&gt;
* Internal combustion engines&lt;br /&gt;
* Unbalanced propellers&lt;br /&gt;
''Minor Sources of Vibration:''&lt;br /&gt;
* Flutter or resonance in flight surfaces and airframe&lt;br /&gt;
* Actuators or servos for flight or payload control&lt;br /&gt;
In general, the main source of thrust will be the primary source of vibration.&lt;br /&gt;
&lt;br /&gt;
* link to vibration background, how to calculate natural frequencies etc, perhaps some modeling discussion&lt;br /&gt;
&lt;br /&gt;
=== Impacts of Vibration ===&lt;br /&gt;
* airframe fatigue&lt;br /&gt;
* wiring connection fatigue (including RF connections)&lt;br /&gt;
* lower efficiency&lt;br /&gt;
* increased sensor noise, bias (gyros, accelerometers, magnetometers, pressure transducers, etc)&lt;br /&gt;
* potential for sensor saturation (gyros, accelerometers in IMU)&lt;br /&gt;
* degradation of payload sensor data quality (especially imagery with CMOS sensors, increase in rolling shutter effects, motion blur, shaky video)&lt;br /&gt;
* discussion on how to identify vibration problems&lt;br /&gt;
* discussion of sensor noise effects, namely on DCM algorithm, give examples with aspirin IMU, add screenshots of logs&lt;br /&gt;
&lt;br /&gt;
=== Mitigating Effects of Vibration ===&lt;br /&gt;
* mechanical methods, best, helps all parts of airframe&lt;br /&gt;
* calculating and testing&lt;br /&gt;
* recommended methods and materials&lt;br /&gt;
* things to keep an eye out for (resonance on parts)&lt;br /&gt;
* software filtering for IMU and other sensors, advantages and disadvantages, explain addition to fw aspirin i2c driver, video shake reduction&lt;br /&gt;
* show some samples from vibration testing&lt;br /&gt;
* pictures/sketches of mounting methods&lt;/div&gt;</summary>
		<author><name>Jdyuen</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=File:UofA_UAP1.jpg&amp;diff=10124</id>
		<title>File:UofA UAP1.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=File:UofA_UAP1.jpg&amp;diff=10124"/>
		<updated>2011-09-23T18:37:16Z</updated>

		<summary type="html">&lt;p&gt;Jdyuen: Maiden flight of UAlberta Telemaster&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Maiden flight of UAlberta Telemaster&lt;/div&gt;</summary>
		<author><name>Jdyuen</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Users&amp;diff=10121</id>
		<title>Users</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Users&amp;diff=10121"/>
		<updated>2011-09-23T18:26:50Z</updated>

		<summary type="html">&lt;p&gt;Jdyuen: /* North America */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Please add yourself to this list if you wish to share who you are and what you are doing with Paparazzi&lt;br /&gt;
&lt;br /&gt;
== Wiki User Pages ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;background:black; color:blue&amp;quot;&lt;br /&gt;
|+ User Pages&lt;br /&gt;
|-&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:Dconger Dconger]&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:MarcusWolschon MarcusWolschon]&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:Alfamyke Alfamyke]&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:Danstah Danstah]&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:Martinmm Martinmm]&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:John_Burt John Burt]&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:SilaS SilaS]&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:Mecevans Mecevans]&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:CSU-FCUAV CSU-FCUAV]&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:GPH Pierre-Selim]&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:Martinpi martinpi]&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:VAMK VAMK]&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:EldenC Elden_Crom]&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:Rbdavison Bernard Davison]&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:jvs84 U of Arizona Autonomous Glider]&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:Marc Marc]&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:Bu5hm4nn Bu5hm4nn]&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:HWal HWal]&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:Aerodolphin Rui Costa]&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:Scdwyer Stephen Dwyer]&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:PaulCox Paul Cox]&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:Bruzzlee Bruzzlee]&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:Stspies Stspies]&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:Mzr Mzr]&lt;br /&gt;
|[http://brquad.blogspot.com AGRESSiVA]&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
|add yourself here&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Paparazzi Users sorted geographically =&lt;br /&gt;
&lt;br /&gt;
==Asia==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;background:black; color:blue&amp;quot;&lt;br /&gt;
|+ Asia&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Location !! Hardware !! Joined !! Current activities / project status &lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:zhaojinhust@gmail.com ZHAOJin]|| China || Tiny2.11 ||| 2011|| Just Finished my hand-soldered Tiny2.11 board. Welcome to my blog: freikorps.blogcn.com (CHINESE中文)&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:wangcfan@163.com Wangcfan]|| China || Tiny2.11 ||| 2008 || The beginning, is now in learning phase;Learning in Tiny2.11 using the method of IMU!&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
&lt;br /&gt;
| [mailto:mnwxiaobao@gmail.com MNW]|| China || Tiny2.11 ||| 2009 || Just starting,having troubles with parts.&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:shubhamearly@gmail.com Shubham]|| India || Tiny2.11 ||| 2009 || Writing the configuration code for airframe&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:mundhra@gmail.com M Mundhra] || India || Tiny 1.3 ||| 2007 || Gain tuning on a flying wing configuration airframe &lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:ngkiangloong_at_hopetechnik.com Jianlun]|| Singapore || TWOG V1 ||| 2008 || trying to get TWOG onto an EasyStar. very much a newbie!&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:praxmail@gmail.com prashanth] || India || Tiny 2.11 ||| 2008 || 6 autonomous flights till now, currently build a new  wing like funjet  &lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:spencerpangborn@gmail.com spencer] || Taipei, Taiwan || none ||| 2009 || research for now, hope to take aerial photos of Taipei City soon&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:benybeejz@gmail.com benybee] || Bandar Lampung, Indonesia || Tiny13 1.1 ||| 2010 || trying to get wing dragon fully autonomus, for aireal photograph and research&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Europe==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;background:black; color:blue&amp;quot;&lt;br /&gt;
&lt;br /&gt;
! Name !! Location !! Hardware !! Joined !! Current activities / project status &lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:lightgreen; color:black&amp;quot;&lt;br /&gt;
|Austria&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [http://paparazzi.enac.fr/wiki/User:Martinpi Martin Piehslinger] || Vienna, Austria || Tiny 2.11 || 2008 || just starting&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:st.jr_at_gmx.at TomS] || Graz, Austria || Tiny 2.11 ||| 2008 || Starting to complete the wiring for the tiny and then trying to apply it to my TwinStar II.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:lightgreen; color:black&amp;quot;&lt;br /&gt;
|France&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:x-microdrones@2007.polytechnique.org X-MicroDrones] || Paris, France || Tiny 2.11, Quad-Tilt-Rotor VTOL  ||| 2008 || Wiring completed, first flights soon... We're trying to adapt Paparazzi to a Quad-Tilt-Rotor VTOL able to perform both airplane-like and helicopter-like flights. Working on inertial measurement units implementation. &lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:pvol_at_club.fr Philippe Volivert] || Paris, France || TWOG 2.12, EasyGlider, MPX3030 ||| July 2009 || Working on pan/tilt/roll camera&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:thibaut.bergal@estaca.eu ESTACA Modélisme] || Paris, France || TWOG 2.11, Swift 2, MC22 ||| January 2010 || Starting&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:limaiem@gmail.com Imed Limaiem] || Paris, France || TWOG 2.11, EPP-CF FPV ||| January 2010 || flight test; Town pollution measurement; &lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:pauldanielcox_at_gmail_dot_com Paul Cox]  &lt;br /&gt;
| Toulouse &lt;br /&gt;
|    Tiny v2.11  ||  Nov. 2008 || GWS Slow Stick flying in AUTO2 reliably. Starting on stabilized video and payload drops Skype: pauldanielcox Gtalk: [use email] &lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:lightgreen; color:black&amp;quot;&lt;br /&gt;
|Germany&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:maik.hoepfel_at_web.de Maik Hoepfel] || Berlin, Germany || TWOG, Borjet Maja, Futaba 9C 35 Mhz ||| August 2009 || Have flown different airframes and am flying a Borjet Maja right now; built a more rugged case and connecting board for PPRZ; taking surveying pictures&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [[User:MarcusWolschon|Marcus Wolschon]] || Freiburg, Germany || Gumstix, Paraplane  ||| 2008 || Porting Paparazzi to Linux-Userland with UDP-communication using mesh-networking.&lt;br /&gt;
UDP-Downlink working, GPS via GPSD working, Pararazzi in Linux working, Hardware still RC-only due to sensor-soldering-issues&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [[User:Flixr|Felix Ruess]] || Munich, Germany || Booz and Lisa/L ||| 2008 || coding more than flying.... unfortunately&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [[User:TheJJ|Jonas Jelten]] || Augsburg, Germany || just our airframe ||| 2010 || &amp;quot;P-Seminar&amp;quot; for the new G8 at our Gymnasium ([http://www.solarflugzeug.de.tc solarflugzeug.de.tc])&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [[User:Christoph|Christoph Niemann]] || Bremen, Germany || Reely Condor with TWOG and Sparkfun Razor-IMU ||| 2010 || Several successful AUTO2-Flights. &lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [[User:Martial|Martial Châteauvieux]] || Munich, Germany || Bormatec/Maja with TWOG and IR ||| 2011 || Every thing installed on board. First crash during test on field. I need to repair the airframe. Next test on Monday 15th of Aug.&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [[User:Stspies|Steffen Spies]] || Wolfsburg, Germany || Multiplex TwinStar with Tiny V2.11 and IR ||| 2010 || Awaiting first flight. &lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [[User:Tobi|Tobias M]] || Germany || Multiplex TwinStar II TWOG v1 and IR/imu ||| 2007 || about 120h of flight tests in Auto2 with IR - coding and testing a new vertical control with airspeed - just changed from IR to Aspirin imu - about 3h Auto2 in that configuration&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [[User:RoN|Rolf N]] || Bremen, Germany || Multiplex Acromaster with TWOG, airspeed and imu ||| 2010 || Several successful AUTO2 flights&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:lightgreen; color:black&amp;quot;&lt;br /&gt;
| Portugal&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:azoreanuav_at_gmail.com Rui Costa] || Azores, Portugal || Outrunner Twinstar II with Tiny 2.11, Aerocomm datalink, 1W video tx ||| 2008 || Only ground test and software configuration.&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:muralha_at_gmail.com Nuno Guedes] || Lamego, Portugal || Tiny 2.11 || 2008 || Starting&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:lightgreen; color:black&amp;quot;&lt;br /&gt;
|Switzerland&lt;br /&gt;
 &lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:markggriffin_at_gmail.com MarkG] || Geneva, Switzerland || Modified Tiny v2.11, TWOG v1, EeePC as GCS, Multiplex FunJet &amp;amp; EasyStar  ||| 2008 || Many successful flights. &lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:spam1_at_marzer.com CedricM] || Geneva, Switzerland || Tiny 2.11, Multiplex FunJet with video camera  ||| 2008 || Many successful flights working on an osd module and weather probes. &lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:reto.buettner_at_gmail.com RetoB] || Meilen, Switzerland || TWOG, Tiny 2.11, Cougar, eHawk, Y-UAV, EzOSD, Scherrer UHF ||| 2010 || Many successful flights. See [http://www.aerovista.ch/news.html www.aerovista.ch] and [http://www.y-uav.com www.y-uav.com] for current status.&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:schmiemi_at_students.zhaw.ch EmilioS] || Winterthur, Switzerland || Tiny 2.11 incl. ArduIMU, Borjet Maja, UMARS||| 2010 || Many successful flights. See [http://www.imes.zhaw.ch/de/engineering/imes/projekte/leichtbautechnik/umars/projektbeschreibung.html UMARS] for current status.&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:enso@zhaw.ch Oliver E] || Winterthur, Switzerland || Tiny 2.11 incl. ArduIMU, Kyosho Calmato, UMARS||| 2010 || Many Successful flights. A lot of experience as savety pilot. Experience with pich based speed control (best you can have). No programming skills unfortuanatley. &lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:samuelbryner_gmx.ch Samuel B.] || Winterthur, Switzerland || Tiny 2.11, Multiplex Easyglider  ||| 2010 || Just starting. No flight so far :/&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:rmaurer@sunrise.ch RetoM] || Bottighofen, Switzerland || Tiny 2.11, Multiplex Mentor  ||| 2010 || First flight successfully performed on 16 July 2011, including auto-landing, more to go ...&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:sjwilks_at_gmail.com Simon W.] || Aarau, Switzerland || TWOG with ArduIMU in Jamara Roo, Telink Tempest, Bormatec Maja and Lisa/L for the XAircraft X650 ||| 2010 || Many successful flights. See [http://sites.google.com/site/paparazziuav/ http://sites.google.com/site/paparazziuav/].&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:lightgreen; color:black&amp;quot;&lt;br /&gt;
| UK&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:et@onyxnet.co.uk Alan K] || Middlesbrough, England || Tiny 2.11 &amp;amp; MaxStream ||| 2008 || Just starting.&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [[User:G R|Gareth R]] || Sheffield, UK || Tiny 2.11, video, bunch of helicopters, Multiplex Mentor, Multiplex Funjet, Multiplex Fox, GWS Formosa ||| 2008 || Came 4th in EMAV09 (although won the Golden Balls award for courage in the face of adversity and exceptional partying).  Many AUTO2 flights with a camera and XBee868s.  Current main airframe is a GWS Formosa (they are so cheap!).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:lightgreen; color:black&amp;quot;&lt;br /&gt;
| Other&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:silas_at_silas.hu SilaS] || Budapest || Tiny 1.3,2.11, Twog 1.0 ||| 2007 || Applied tiny to GWS Estarter, finished long travels in AUTO2. Now transfert it to a Twinstar and working on pairing tiny with FPV. Successfull. Now using it on large gliders and jets.&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [[ email = hendrix at vivodinet dot gr| Chris Efstathiou]] || Piraeus Hellas || tiny 2.11 on a Mpx EasyGlider, TWOG 1.3 on a Boomerang turbine jet ||| 2008 || The Easyglider is fully operational, still working on the jet which had his first flight with the TWOG at 25/1/2009  &lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [[User:openuas|OpenUAS]] || Amsterdam, The Netherlands || TWOG, Tiny, Lisa/L and various airframes  || 2007 || Quite a few AUTO2 flights. Improving airspeed, IMU and strong wind integration&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:sanarlab@yandex.ru Andrew Saenko] || Russia, St-Petersburg || Tiny 1.13, Tiny 2.11, two own hardware designs, 5 kg aerial photo plane, 2.5 kg survelliance uav, Easystar ||| 2007 || Use modified autopilot and GCS in professional tasks, add self desidned IMU&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:chebuzz_at_gmail.com David &amp;quot;Buzz&amp;quot; Carlson] || Cyprus || Tiny 2.11, Lynx EDF &amp;amp; GWS SloStick, 9XTend datalink ||| 2008 || Quite a few AUTO2 flights.  Plane currently grounded due to a TX run-in with a 1 year-old.  Currently working on getting new TX and completing CBP store setup.&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:kostalexis@ece.upatras.gr AneMos-Group] || Patras, Greece || Tiny 2.11, Quadrotor VTOL  ||| 2008 || Working on IMU, Trying to implement Constrained Control for the quadrotor trajectory flight&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [http://paparazzi.enac.fr/wiki/User:VAMK Allan Ojala (VAMK)] || Vaasa, Finland || TWOG, with AC4790 radio and LEA-5H GPS  ||| 2009 || Ditched the SIG Kadet. Built a new big plane TaigaCam. Self-build model made out of EPP and a plastic tube.&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:alexandru.panait@ral.ro Phineas] || Bucharest, Romania || Tiny2.11 (PPZUAV)  ||| November 2009 || Just started to set-up &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:lukeiron@hotmail.com Luke] || Torino, Italy || TWOG ||| December 2009 || Close to mount the AP on my Mentor &lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:helgewal@gmail.com Helge] || Bergen, Norway || TWOG ||| 2009 || First Auto2 flight with Twinstar2 in October 2010 &lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:kepler0@gmail.com Joaquín] || Málaga, Spain|| TWOG v1, Trex600, Cockpit SX, ArduImuV2, HMC5843 ||| September 2009 || Finished integration (navigation, control, actuators). Missing to realize an automatic engine control.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==North America==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;background:black; color:blue&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Location !! Hardware !! Joined !! Current activities / project status &lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [http://paparazzi.enac.fr/wiki/User:Mcurrie Matthew Currie] || Nanaimo, BC Canada || Tiny 13 v1.1 (Self-built) ||| November 2006 || Funjet + XBee&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:quill_at_u.washington.edu John Burt] [http://paparazzi.enac.fr/wiki/User:John_Burt wiki page]|| Portland, Oregon || Tiny v2.11 + LEA-4H (PPZUAV), Multiplex Cularis/Easystar, 9Xtend modem, T7CAP TX, ground station: EEE PC701 and/or Nokia N810 ||| Jan 2009 || Initial flight tests w/ Easystar in AUTO1 &amp;amp; AUTO2.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:ogar0007@umn.edu Pat O'Gara] || St. Paul, MN || Tiny 2.11 and TWOG (PPZUAV)  |||Oct. 2008 ||  Completed and flown FunJet and Minimag in Auto 2. Currently rebuilding MiniMag as an improved development platform. &lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:kochesj@gvsu.edu John Koches] || Muskegon, Michigan || Tiny 2.11 (PPZUAV)  ||| 2007 ||  currently flying a 48 inch zagi, 80 inch under construction.&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:Stdeguir@gmail.com Steve Deguir] || New York,New York || Tiny2.11+LEA-5H (PPZUAV), XbeePro 2.4, Berg4L, JR FMA   ||| Feb 2009 || &lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:bmw330i@me.com David Conger] || San Diego (Ramona), California || Tiny1.3 (PPZUAV)  ||| Sept 2007 || Flying Wing MAV with onboard video. Test platform for the new 900mhz XBPro 900 RF modems.&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:mecevans@gmail.com Michael Evans] || Seaside(Monterey Bay), California || Tiny2.11 (PPZUAV)  ||| Feb 2009 ||http://www.rcgroups.com/forums/showthread.php?t=1000937. &lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| USU AggieAir Remote Sensing || Logan, UT || TWOG (PPZUAV)  ||| January 2009 || Building 72&amp;quot; Flying Wings which will be used for remote sensing. Routine autonomous flight.&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [http://www.engr.usu.edu/wiki/index.php/OSAM USU OSAM-UAV] || Logan, UT || TWOG (PPZUAV)  ||| June 2007 || 2x72&amp;quot; 5x48&amp;quot; 1x60&amp;quot; Flying Wings. Research backyard for AggieAir Remote Sensing. Routine autonomous flight.&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [http://paparazzi.enac.fr/wiki/User:CSU-FCUAV CSU Fuel Cell UAV] || Fort Collins, Co || Tiny 2.11 + LEA-5H (PPZUAV), 2.4Ghz XBPro ||| Mar 2009 || Maiden flight complete Feb 28.  New Airframe in development.&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:armz12@gmail.com Armen Gharibans] || La Jolla, California || Tiny2.11 (PPZUAV)  ||| March 2009 || UCSD Project with Multiplex Mentor.  Completed August 2, 2009. Several Successful Auto2 Flights.  A LOT of help from David Conger.&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [http://paparazzi.enac.fr/wiki/User:EldenC Elden Crom] || Tucson, AZ || Twog 1.0  ||| July 2009 || Multiplex Twinstar, XBee Pro.  Several Successful Auto2 Flights. Working toward precise  Auto-Takeoff and Auto-Land &lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [http://paparazzi.enac.fr/wiki/User:jvs84 U of Arizona Autonomous Glider] || Tucson, AZ || None, will use TWOG 1.0  ||| December 2009 || Super Dimona, Aerocomm.  No Flight test. Working toward setting waypoints within Paparazzi code &lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [Reegan] || Lubbock, TX || Planning on Tiny 2.11 (PPZUAV), 900mhz XBPro  |||Dec. 2009 ||  Gaining info to begin a collegiate project&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| Team UAV UALR Caleb Tenberge || Little Rock, AR || Using TWOG 1.0  ||| Feb 2010 || Using a Telemaster, we are learning the GCS and building our plane. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:changho.nam@asu.edu Arizona State University POLY - Capstone Team: Development of UAV /w surveillance System] || Mesa, AZ || Using TINY 2.1 - 2.4GHz Modem, CCD Camera /w 900 MHz Video Transmitter  ||| March 2010 || 4-lbs Flying Wings.   We made successful autonomous flights. &lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [http://paparazzi.enac.fr/wiki/User:Scdwyer Stephen Dwyer] || Edmonton, AB, CAN || Nothing Yet ||| Jan 2011 || Obtaining Hardware &lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:muratagenc@yahoo.com Murat A. Genc] || New York, NY || not decided yet  ||| May 2011 ||  just started&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [http://paparazzi.enac.fr/wiki/UAlberta_UASGroup University of Alberta UAS Group] || Edmonton, AB, CAN || TWOG 1.0, Asprin IMU ||| Aug 2011 || Completing tuning flights in Auto 1 on a Senior Telemaster with 26cc gas engine. Working towards a stable platform for research.&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| New User || 1 || 2 ||| 3 || 4 &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Central America==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;background:black; color:blue&amp;quot;&lt;br /&gt;
! Name !! Location !! Hardware !! Joined !! Current activities / project status&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:joschau@comcast.net Joekadet] || David Panama' || Tiny v2.11/LEA-4P, RF Modems XBee Pro 2.4 GHz (PPZUAV).  Multiplex Mentor  ||| 2008 || Seven flights now. Flights 6 &amp;amp; 7 in Auto2. Now only a matter of fine tuning.&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| New User || 1 || 2 ||| 3 || 4 &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==South America==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;background:black; color:blue&amp;quot;&lt;br /&gt;
! Name !! Location !! Hardware !! Joined !! Current activities / project status&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:gustavoviolato@gmail.com Gustavo Violato] || São José dos Campos, Brasil || Tiny v2.11/LEA-4P, Modem XBee Pro 2.4 GHz Swift II  ||| 2009 || Flying autonomously and enjoying it. Planning to use the system for flight test data acquisition and aircraft parameter recognition. &lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:agressiva@hotmail.com Eduardo Lavratti] || Porto Alegre - RS, Brasil || TWOG / BOOZ, UBLOX, Xbee900 60mw||| 2011 || Working with geoprocessing - developping new modules and sensors to paparazzi.&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| New User || 1 || 2 ||| 3 || 4 &lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
==Australia==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;background:black; color:blue&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Location !! Hardware !! Joined !! Current activities / project status&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [http://paparazzi.enac.fr/wiki/User:RH1N0 RH1N0] || Brisbane, QLD || TWOG, Multiplex Easystar, PPZGPS, H.264 live digital video, Ubiquiti modems ||| May 2011 || Multiple AUTO2 flights up to 40 min. Currently testing PPZIMU.&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:todd_soaring@yahoo.com.au Todd Sandercock] || Adelaide, SA || Tiny v2.11, Multiplex Twinjet, 9Xtend modems ||| Jan 2008 || Completed successful flight testing. Now designing new airframe.  &lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:reubenb87@gmail.com Reuben Brown]|| Gawler, SA || Tiny v2.11 ||| May 2009 || Getting the autopilot set up &lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [http://paparazzi.enac.fr/wiki/User:Rbdavison Bernard Davison] || Neutral Bay, NSW || Tiny v2.11, Vertical + Horizontal IR sensors, XBee PRO modems, Futaba T6EXAP TX, Futaba R136F RX, Funjet,  MacBook laptop ||| August 2008 || Several flights in Auto1&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [http://paparazzi.enac.fr/wiki/User:Rufus Chris Gough] || Canberra || TWOG v2.11, EZ* || September 09 || not yet airborn &lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [http://paparazzi.enac.fr/wiki/User:Adam.A Adam Amos] || Sydney, NSW || TWOG, IMU, BORJET MAJA || March 2010 || see [http://www.rescuerobotics.com.au www.rescuerobotics.com.au] for current status&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Africa==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;background:black; color:blue&amp;quot;&lt;br /&gt;
! Name !! Location !! Hardware !! Joined !! Current activities / project status&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:w1_th@yahoo.com W1th] || South Africa KZN || TWOG V1 ,LEA-5H GPS , RF Modems XBee Pro 868 (CheBuzz) ||| July 2009  || Got TWOG,GPS etc interfacing with Laptop and working , Have not done anything to it recently but...Made a website [http://sites.google.com/site/scarfclub/paparazi-uav SCARF Paparazzi-UAV] of my struggle ...&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:willie.smit@nwu.ac.za Willie Smit] || South Africa NW || Tiny v2.11, LEA-4P GPS, RF Modems XBee Pro ||| April 2010  || We are currently doing test flights. Also doing research on obstacle avoidance.&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Need help adding your information?=&lt;br /&gt;
To have your information added by another paparazzi user, please send me an [http://www.rcgroups.com/forums/showpost.php?p=6575288&amp;amp;postcount=1 EMAIL] at with the &lt;br /&gt;
following:&lt;br /&gt;
&lt;br /&gt;
*Name&lt;br /&gt;
*Email&lt;br /&gt;
*Location&lt;br /&gt;
*Hardware&lt;br /&gt;
*Join date&lt;br /&gt;
*Current activities / project status&lt;br /&gt;
&lt;br /&gt;
[[Category:Community]]&lt;/div&gt;</summary>
		<author><name>Jdyuen</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=User:Jdyuen&amp;diff=10118</id>
		<title>User:Jdyuen</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=User:Jdyuen&amp;diff=10118"/>
		<updated>2011-09-23T18:03:18Z</updated>

		<summary type="html">&lt;p&gt;Jdyuen: /* About Me */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About Me ==&lt;br /&gt;
* Name: Jamie Yuen&lt;br /&gt;
* Location: Edmonton, Alberta, Canada&lt;br /&gt;
* Masters student in Mechanical Engineering at the University of Alberta&lt;br /&gt;
* Member of the [http://paparazzi.enac.fr/wiki/UAlberta_UASGroup University of Alberta UAS Group]&lt;br /&gt;
&lt;br /&gt;
I have limited experience with Paparazzi so far, but am starting to use it as part of the U of A UAS Group. I have been piloting for the group as we tune gains and am planning to use the resulting platform for remote sensing research.&lt;br /&gt;
&lt;br /&gt;
My first exposure to UAV systems was withe the U of A Aerial Robotics Group, where I was co-team lead for 1 year and attended 2 AUVSI Student UAS competitions. We used the Micropilot MP2128g in our systems, but I am excited about the open nature and low cost of the Paparazzi system.&lt;/div&gt;</summary>
		<author><name>Jdyuen</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=User:Jdyuen&amp;diff=10117</id>
		<title>User:Jdyuen</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=User:Jdyuen&amp;diff=10117"/>
		<updated>2011-09-23T18:02:48Z</updated>

		<summary type="html">&lt;p&gt;Jdyuen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About Me ==&lt;br /&gt;
* Name: Jamie Yuen&lt;br /&gt;
* Location: Edmonton, Alberta, Canada&lt;br /&gt;
* Masters student in Mechanical Engineering at University of Alberta&lt;br /&gt;
* Member of the [http://paparazzi.enac.fr/wiki/UAlberta_UASGroup University of Alberta UAS Group]&lt;br /&gt;
&lt;br /&gt;
I have limited experience with Paparazzi so far, but am starting to use it as part of the U of A UAS Group. I have been piloting for the group as we tune gains and am planning to use the resulting platform for remote sensing research.&lt;br /&gt;
&lt;br /&gt;
My first exposure to UAV systems was withe the U of A Aerial Robotics Group, where I was co-team lead for 1 year and attended 2 AUVSI Student UAS competitions. We used the Micropilot MP2128g in our systems, but I am excited about the open nature and low cost of the Paparazzi system.&lt;/div&gt;</summary>
		<author><name>Jdyuen</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=User:Scdwyer&amp;diff=10116</id>
		<title>User:Scdwyer</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=User:Scdwyer&amp;diff=10116"/>
		<updated>2011-09-23T17:55:20Z</updated>

		<summary type="html">&lt;p&gt;Jdyuen: /* About Me */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About Me ==&lt;br /&gt;
* Name: Stephen Dwyer&lt;br /&gt;
* Location: Edmonton, Alberta, Canada&lt;br /&gt;
* Masters student in Mechanical Engineering at University of Alberta&lt;br /&gt;
* Member of the [http://paparazzi.enac.fr/wiki/UAlberta_UASGroup University of Alberta UAS Group]&lt;br /&gt;
* Contact: scdwyerATualbertaDOTca&lt;br /&gt;
&lt;br /&gt;
I have very little experience with Paparazzi thus far. I hope to remedy this in the near future, both for fun and (hopefully) as part of my Masters research. I have been following the wiki and mailing list for quite some time though.&lt;br /&gt;
&lt;br /&gt;
I began working with small unmanned aircraft systems with the U of A Aerial Robotics Group, where I was team lead for 2 years, co-team lead for 1 year, and attended 3 AUVSI Student UAS competitions. We used the Micropilot MP2128g in our systems, and I gained valuable experience understanding the difficulty of autonomous system integration.&lt;br /&gt;
&lt;br /&gt;
== Current Work ==&lt;br /&gt;
I am working with two other students as part of a larger University of Alberta Unmanned Aircraft Systems Group to prepare a small demonstration platform. This UAV platform will be the beginning of an attempt to foster UAS research at our university, and provide an initial starting point for researchers from a variety of disciplines and departments to begin research on unmanned aircraft systems directly, or, more likely, investigate payloads and applications.&lt;br /&gt;
&lt;br /&gt;
The first platform is Unmanned Aircraft Platform 1, or UAP1.&lt;br /&gt;
&lt;br /&gt;
=== UAP1 ===&lt;br /&gt;
''Airframe:''&lt;br /&gt;
&lt;br /&gt;
* Type of aircraft: Hobby Lobby Senior Telemaster almost-ready-to-fly model aircraft&lt;br /&gt;
** Modified for bolt-on wing and tail-mounted servos&lt;br /&gt;
* Type of engine: 2-stroke 26cc Evolution 26GX with electronic ignition (2S 2500mAh Lipo)&lt;br /&gt;
* Dimensions: wing span 2.4 m (94 inches); fuselage 1.6m (64 inches)&lt;br /&gt;
* Actuators: Hitec programmable digital servos used throughout&lt;br /&gt;
&lt;br /&gt;
''Autopilot Systems:''&lt;br /&gt;
&lt;br /&gt;
* Spektrum DX8 system with AR8000 receiver and TM1000 telemetry module for safety pilot situational awareness&lt;br /&gt;
* 2S 4000mAh Lipo for servos and autopilot system&lt;br /&gt;
* Paparazzi autopilot&lt;br /&gt;
** TWOG v1.0&lt;br /&gt;
** Ublox LEA5H and Sarantel helical antenna&lt;br /&gt;
** Aspirin IMU via I2C&lt;br /&gt;
** Eagle Tree airspeed sensor&lt;br /&gt;
** ATMega168 based PPM encoder&lt;br /&gt;
** SmartFly optical ignition cut-off&lt;br /&gt;
* Digi XTend 900MHz radio modems&lt;br /&gt;
* Ground Segment:&lt;br /&gt;
** Macbook Pro with OS X 10.6&lt;br /&gt;
&lt;br /&gt;
''Payload Systems:''&lt;br /&gt;
&lt;br /&gt;
*Currently not determined, though initially a GoPro will be mounted onboard&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Vibration ==&lt;br /&gt;
&lt;br /&gt;
Vibration can be a major problem in small UAVs. Vibration can come from a variety of sources, but in UAVs the most significant source is rotating machinery, i.e. the primary powerplants in the airframe.&lt;br /&gt;
&lt;br /&gt;
''Major Sources of Vibration:''&lt;br /&gt;
* Main electric motors&lt;br /&gt;
* Internal combustion engines&lt;br /&gt;
* Unbalanced propellers&lt;br /&gt;
''Minor Sources of Vibration:''&lt;br /&gt;
* Flutter or resonance in flight surfaces and airframe&lt;br /&gt;
* Actuators or servos for flight or payload control&lt;br /&gt;
In general, the main source of thrust will be the primary source of vibration.&lt;br /&gt;
&lt;br /&gt;
* link to vibration background, how to calculate natural frequencies etc, perhaps some modeling discussion&lt;br /&gt;
&lt;br /&gt;
=== Impacts of Vibration ===&lt;br /&gt;
* airframe fatigue&lt;br /&gt;
* wiring connection fatigue (including RF connections)&lt;br /&gt;
* lower efficiency&lt;br /&gt;
* increased sensor noise, bias (gyros, accelerometers, magnetometers, pressure transducers, etc)&lt;br /&gt;
* potential for sensor saturation (gyros, accelerometers in IMU)&lt;br /&gt;
* degradation of payload sensor data quality (especially imagery with CMOS sensors, increase in rolling shutter effects, motion blur, shaky video)&lt;br /&gt;
* discussion on how to identify vibration problems&lt;br /&gt;
* discussion of sensor noise effects, namely on DCM algorithm, give examples with aspirin IMU, add screenshots of logs&lt;br /&gt;
&lt;br /&gt;
=== Mitigating Effects of Vibration ===&lt;br /&gt;
* mechanical methods, best, helps all parts of airframe&lt;br /&gt;
* calculating and testing&lt;br /&gt;
* recommended methods and materials&lt;br /&gt;
* things to keep an eye out for (resonance on parts)&lt;br /&gt;
* software filtering for IMU and other sensors, advantages and disadvantages, explain addition to fw aspirin i2c driver, video shake reduction&lt;br /&gt;
* show some samples from vibration testing&lt;br /&gt;
* pictures/sketches of mounting methods&lt;/div&gt;</summary>
		<author><name>Jdyuen</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Users&amp;diff=10115</id>
		<title>Users</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Users&amp;diff=10115"/>
		<updated>2011-09-23T17:52:57Z</updated>

		<summary type="html">&lt;p&gt;Jdyuen: /* North America */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Please add yourself to this list if you wish to share who you are and what you are doing with Paparazzi&lt;br /&gt;
&lt;br /&gt;
== Wiki User Pages ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;background:black; color:blue&amp;quot;&lt;br /&gt;
|+ User Pages&lt;br /&gt;
|-&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:Dconger Dconger]&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:MarcusWolschon MarcusWolschon]&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:Alfamyke Alfamyke]&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:Danstah Danstah]&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:Martinmm Martinmm]&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:John_Burt John Burt]&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:SilaS SilaS]&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:Mecevans Mecevans]&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:CSU-FCUAV CSU-FCUAV]&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:GPH Pierre-Selim]&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:Martinpi martinpi]&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:VAMK VAMK]&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:EldenC Elden_Crom]&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:Rbdavison Bernard Davison]&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:jvs84 U of Arizona Autonomous Glider]&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:Marc Marc]&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:Bu5hm4nn Bu5hm4nn]&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:HWal HWal]&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:Aerodolphin Rui Costa]&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:Scdwyer Stephen Dwyer]&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:PaulCox Paul Cox]&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:Bruzzlee Bruzzlee]&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:Stspies Stspies]&lt;br /&gt;
|[http://paparazzi.enac.fr/wiki/User:Mzr Mzr]&lt;br /&gt;
|[http://brquad.blogspot.com AGRESSiVA]&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
|add yourself here&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Paparazzi Users sorted geographically =&lt;br /&gt;
&lt;br /&gt;
==Asia==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;background:black; color:blue&amp;quot;&lt;br /&gt;
|+ Asia&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Location !! Hardware !! Joined !! Current activities / project status &lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:zhaojinhust@gmail.com ZHAOJin]|| China || Tiny2.11 ||| 2011|| Just Finished my hand-soldered Tiny2.11 board. Welcome to my blog: freikorps.blogcn.com (CHINESE中文)&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:wangcfan@163.com Wangcfan]|| China || Tiny2.11 ||| 2008 || The beginning, is now in learning phase;Learning in Tiny2.11 using the method of IMU!&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
&lt;br /&gt;
| [mailto:mnwxiaobao@gmail.com MNW]|| China || Tiny2.11 ||| 2009 || Just starting,having troubles with parts.&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:shubhamearly@gmail.com Shubham]|| India || Tiny2.11 ||| 2009 || Writing the configuration code for airframe&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:mundhra@gmail.com M Mundhra] || India || Tiny 1.3 ||| 2007 || Gain tuning on a flying wing configuration airframe &lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:ngkiangloong_at_hopetechnik.com Jianlun]|| Singapore || TWOG V1 ||| 2008 || trying to get TWOG onto an EasyStar. very much a newbie!&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:praxmail@gmail.com prashanth] || India || Tiny 2.11 ||| 2008 || 6 autonomous flights till now, currently build a new  wing like funjet  &lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:spencerpangborn@gmail.com spencer] || Taipei, Taiwan || none ||| 2009 || research for now, hope to take aerial photos of Taipei City soon&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:benybeejz@gmail.com benybee] || Bandar Lampung, Indonesia || Tiny13 1.1 ||| 2010 || trying to get wing dragon fully autonomus, for aireal photograph and research&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Europe==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;background:black; color:blue&amp;quot;&lt;br /&gt;
&lt;br /&gt;
! Name !! Location !! Hardware !! Joined !! Current activities / project status &lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:lightgreen; color:black&amp;quot;&lt;br /&gt;
|Austria&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [http://paparazzi.enac.fr/wiki/User:Martinpi Martin Piehslinger] || Vienna, Austria || Tiny 2.11 || 2008 || just starting&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:st.jr_at_gmx.at TomS] || Graz, Austria || Tiny 2.11 ||| 2008 || Starting to complete the wiring for the tiny and then trying to apply it to my TwinStar II.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:lightgreen; color:black&amp;quot;&lt;br /&gt;
|France&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:x-microdrones@2007.polytechnique.org X-MicroDrones] || Paris, France || Tiny 2.11, Quad-Tilt-Rotor VTOL  ||| 2008 || Wiring completed, first flights soon... We're trying to adapt Paparazzi to a Quad-Tilt-Rotor VTOL able to perform both airplane-like and helicopter-like flights. Working on inertial measurement units implementation. &lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:pvol_at_club.fr Philippe Volivert] || Paris, France || TWOG 2.12, EasyGlider, MPX3030 ||| July 2009 || Working on pan/tilt/roll camera&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:thibaut.bergal@estaca.eu ESTACA Modélisme] || Paris, France || TWOG 2.11, Swift 2, MC22 ||| January 2010 || Starting&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:limaiem@gmail.com Imed Limaiem] || Paris, France || TWOG 2.11, EPP-CF FPV ||| January 2010 || flight test; Town pollution measurement; &lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:pauldanielcox_at_gmail_dot_com Paul Cox]  &lt;br /&gt;
| Toulouse &lt;br /&gt;
|    Tiny v2.11  ||  Nov. 2008 || GWS Slow Stick flying in AUTO2 reliably. Starting on stabilized video and payload drops Skype: pauldanielcox Gtalk: [use email] &lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:lightgreen; color:black&amp;quot;&lt;br /&gt;
|Germany&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:maik.hoepfel_at_web.de Maik Hoepfel] || Berlin, Germany || TWOG, Borjet Maja, Futaba 9C 35 Mhz ||| August 2009 || Have flown different airframes and am flying a Borjet Maja right now; built a more rugged case and connecting board for PPRZ; taking surveying pictures&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [[User:MarcusWolschon|Marcus Wolschon]] || Freiburg, Germany || Gumstix, Paraplane  ||| 2008 || Porting Paparazzi to Linux-Userland with UDP-communication using mesh-networking.&lt;br /&gt;
UDP-Downlink working, GPS via GPSD working, Pararazzi in Linux working, Hardware still RC-only due to sensor-soldering-issues&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [[User:Flixr|Felix Ruess]] || Munich, Germany || Booz and Lisa/L ||| 2008 || coding more than flying.... unfortunately&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [[User:TheJJ|Jonas Jelten]] || Augsburg, Germany || just our airframe ||| 2010 || &amp;quot;P-Seminar&amp;quot; for the new G8 at our Gymnasium ([http://www.solarflugzeug.de.tc solarflugzeug.de.tc])&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [[User:Christoph|Christoph Niemann]] || Bremen, Germany || Reely Condor with TWOG and Sparkfun Razor-IMU ||| 2010 || Several successful AUTO2-Flights. &lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [[User:Martial|Martial Châteauvieux]] || Munich, Germany || Bormatec/Maja with TWOG and IR ||| 2011 || Every thing installed on board. First crash during test on field. I need to repair the airframe. Next test on Monday 15th of Aug.&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [[User:Stspies|Steffen Spies]] || Wolfsburg, Germany || Multiplex TwinStar with Tiny V2.11 and IR ||| 2010 || Awaiting first flight. &lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [[User:Tobi|Tobias M]] || Germany || Multiplex TwinStar II TWOG v1 and IR/imu ||| 2007 || about 120h of flight tests in Auto2 with IR - coding and testing a new vertical control with airspeed - just changed from IR to Aspirin imu - about 3h Auto2 in that configuration&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [[User:RoN|Rolf N]] || Bremen, Germany || Multiplex Acromaster with TWOG, airspeed and imu ||| 2010 || Several successful AUTO2 flights&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:lightgreen; color:black&amp;quot;&lt;br /&gt;
| Portugal&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:azoreanuav_at_gmail.com Rui Costa] || Azores, Portugal || Outrunner Twinstar II with Tiny 2.11, Aerocomm datalink, 1W video tx ||| 2008 || Only ground test and software configuration.&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:muralha_at_gmail.com Nuno Guedes] || Lamego, Portugal || Tiny 2.11 || 2008 || Starting&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:lightgreen; color:black&amp;quot;&lt;br /&gt;
|Switzerland&lt;br /&gt;
 &lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:markggriffin_at_gmail.com MarkG] || Geneva, Switzerland || Modified Tiny v2.11, TWOG v1, EeePC as GCS, Multiplex FunJet &amp;amp; EasyStar  ||| 2008 || Many successful flights. &lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:spam1_at_marzer.com CedricM] || Geneva, Switzerland || Tiny 2.11, Multiplex FunJet with video camera  ||| 2008 || Many successful flights working on an osd module and weather probes. &lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:reto.buettner_at_gmail.com RetoB] || Meilen, Switzerland || TWOG, Tiny 2.11, Cougar, eHawk, Y-UAV, EzOSD, Scherrer UHF ||| 2010 || Many successful flights. See [http://www.aerovista.ch/news.html www.aerovista.ch] and [http://www.y-uav.com www.y-uav.com] for current status.&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:schmiemi_at_students.zhaw.ch EmilioS] || Winterthur, Switzerland || Tiny 2.11 incl. ArduIMU, Borjet Maja, UMARS||| 2010 || Many successful flights. See [http://www.imes.zhaw.ch/de/engineering/imes/projekte/leichtbautechnik/umars/projektbeschreibung.html UMARS] for current status.&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:enso@zhaw.ch Oliver E] || Winterthur, Switzerland || Tiny 2.11 incl. ArduIMU, Kyosho Calmato, UMARS||| 2010 || Many Successful flights. A lot of experience as savety pilot. Experience with pich based speed control (best you can have). No programming skills unfortuanatley. &lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:samuelbryner_gmx.ch Samuel B.] || Winterthur, Switzerland || Tiny 2.11, Multiplex Easyglider  ||| 2010 || Just starting. No flight so far :/&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:rmaurer@sunrise.ch RetoM] || Bottighofen, Switzerland || Tiny 2.11, Multiplex Mentor  ||| 2010 || First flight successfully performed on 16 July 2011, including auto-landing, more to go ...&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:sjwilks_at_gmail.com Simon W.] || Aarau, Switzerland || TWOG with ArduIMU in Jamara Roo, Telink Tempest, Bormatec Maja and Lisa/L for the XAircraft X650 ||| 2010 || Many successful flights. See [http://sites.google.com/site/paparazziuav/ http://sites.google.com/site/paparazziuav/].&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:lightgreen; color:black&amp;quot;&lt;br /&gt;
| UK&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:et@onyxnet.co.uk Alan K] || Middlesbrough, England || Tiny 2.11 &amp;amp; MaxStream ||| 2008 || Just starting.&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [[User:G R|Gareth R]] || Sheffield, UK || Tiny 2.11, video, bunch of helicopters, Multiplex Mentor, Multiplex Funjet, Multiplex Fox, GWS Formosa ||| 2008 || Came 4th in EMAV09 (although won the Golden Balls award for courage in the face of adversity and exceptional partying).  Many AUTO2 flights with a camera and XBee868s.  Current main airframe is a GWS Formosa (they are so cheap!).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:lightgreen; color:black&amp;quot;&lt;br /&gt;
| Other&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:silas_at_silas.hu SilaS] || Budapest || Tiny 1.3,2.11, Twog 1.0 ||| 2007 || Applied tiny to GWS Estarter, finished long travels in AUTO2. Now transfert it to a Twinstar and working on pairing tiny with FPV. Successfull. Now using it on large gliders and jets.&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [[ email = hendrix at vivodinet dot gr| Chris Efstathiou]] || Piraeus Hellas || tiny 2.11 on a Mpx EasyGlider, TWOG 1.3 on a Boomerang turbine jet ||| 2008 || The Easyglider is fully operational, still working on the jet which had his first flight with the TWOG at 25/1/2009  &lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [[User:openuas|OpenUAS]] || Amsterdam, The Netherlands || TWOG, Tiny, Lisa/L and various airframes  || 2007 || Quite a few AUTO2 flights. Improving airspeed, IMU and strong wind integration&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:sanarlab@yandex.ru Andrew Saenko] || Russia, St-Petersburg || Tiny 1.13, Tiny 2.11, two own hardware designs, 5 kg aerial photo plane, 2.5 kg survelliance uav, Easystar ||| 2007 || Use modified autopilot and GCS in professional tasks, add self desidned IMU&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:chebuzz_at_gmail.com David &amp;quot;Buzz&amp;quot; Carlson] || Cyprus || Tiny 2.11, Lynx EDF &amp;amp; GWS SloStick, 9XTend datalink ||| 2008 || Quite a few AUTO2 flights.  Plane currently grounded due to a TX run-in with a 1 year-old.  Currently working on getting new TX and completing CBP store setup.&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:kostalexis@ece.upatras.gr AneMos-Group] || Patras, Greece || Tiny 2.11, Quadrotor VTOL  ||| 2008 || Working on IMU, Trying to implement Constrained Control for the quadrotor trajectory flight&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [http://paparazzi.enac.fr/wiki/User:VAMK Allan Ojala (VAMK)] || Vaasa, Finland || TWOG, with AC4790 radio and LEA-5H GPS  ||| 2009 || Ditched the SIG Kadet. Built a new big plane TaigaCam. Self-build model made out of EPP and a plastic tube.&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:alexandru.panait@ral.ro Phineas] || Bucharest, Romania || Tiny2.11 (PPZUAV)  ||| November 2009 || Just started to set-up &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:lukeiron@hotmail.com Luke] || Torino, Italy || TWOG ||| December 2009 || Close to mount the AP on my Mentor &lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:helgewal@gmail.com Helge] || Bergen, Norway || TWOG ||| 2009 || First Auto2 flight with Twinstar2 in October 2010 &lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:kepler0@gmail.com Joaquín] || Málaga, Spain|| TWOG v1, Trex600, Cockpit SX, ArduImuV2, HMC5843 ||| September 2009 || Finished integration (navigation, control, actuators). Missing to realize an automatic engine control.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==North America==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;background:black; color:blue&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Location !! Hardware !! Joined !! Current activities / project status &lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [http://paparazzi.enac.fr/wiki/User:Mcurrie Matthew Currie] || Nanaimo, BC Canada || Tiny 13 v1.1 (Self-built) ||| November 2006 || Funjet + XBee&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:quill_at_u.washington.edu John Burt] [http://paparazzi.enac.fr/wiki/User:John_Burt wiki page]|| Portland, Oregon || Tiny v2.11 + LEA-4H (PPZUAV), Multiplex Cularis/Easystar, 9Xtend modem, T7CAP TX, ground station: EEE PC701 and/or Nokia N810 ||| Jan 2009 || Initial flight tests w/ Easystar in AUTO1 &amp;amp; AUTO2.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:ogar0007@umn.edu Pat O'Gara] || St. Paul, MN || Tiny 2.11 and TWOG (PPZUAV)  |||Oct. 2008 ||  Completed and flown FunJet and Minimag in Auto 2. Currently rebuilding MiniMag as an improved development platform. &lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:kochesj@gvsu.edu John Koches] || Muskegon, Michigan || Tiny 2.11 (PPZUAV)  ||| 2007 ||  currently flying a 48 inch zagi, 80 inch under construction.&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:Stdeguir@gmail.com Steve Deguir] || New York,New York || Tiny2.11+LEA-5H (PPZUAV), XbeePro 2.4, Berg4L, JR FMA   ||| Feb 2009 || &lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:bmw330i@me.com David Conger] || San Diego (Ramona), California || Tiny1.3 (PPZUAV)  ||| Sept 2007 || Flying Wing MAV with onboard video. Test platform for the new 900mhz XBPro 900 RF modems.&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:mecevans@gmail.com Michael Evans] || Seaside(Monterey Bay), California || Tiny2.11 (PPZUAV)  ||| Feb 2009 ||http://www.rcgroups.com/forums/showthread.php?t=1000937. &lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| USU AggieAir Remote Sensing || Logan, UT || TWOG (PPZUAV)  ||| January 2009 || Building 72&amp;quot; Flying Wings which will be used for remote sensing. Routine autonomous flight.&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [http://www.engr.usu.edu/wiki/index.php/OSAM USU OSAM-UAV] || Logan, UT || TWOG (PPZUAV)  ||| June 2007 || 2x72&amp;quot; 5x48&amp;quot; 1x60&amp;quot; Flying Wings. Research backyard for AggieAir Remote Sensing. Routine autonomous flight.&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [http://paparazzi.enac.fr/wiki/User:CSU-FCUAV CSU Fuel Cell UAV] || Fort Collins, Co || Tiny 2.11 + LEA-5H (PPZUAV), 2.4Ghz XBPro ||| Mar 2009 || Maiden flight complete Feb 28.  New Airframe in development.&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:armz12@gmail.com Armen Gharibans] || La Jolla, California || Tiny2.11 (PPZUAV)  ||| March 2009 || UCSD Project with Multiplex Mentor.  Completed August 2, 2009. Several Successful Auto2 Flights.  A LOT of help from David Conger.&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [http://paparazzi.enac.fr/wiki/User:EldenC Elden Crom] || Tucson, AZ || Twog 1.0  ||| July 2009 || Multiplex Twinstar, XBee Pro.  Several Successful Auto2 Flights. Working toward precise  Auto-Takeoff and Auto-Land &lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [http://paparazzi.enac.fr/wiki/User:jvs84 U of Arizona Autonomous Glider] || Tucson, AZ || None, will use TWOG 1.0  ||| December 2009 || Super Dimona, Aerocomm.  No Flight test. Working toward setting waypoints within Paparazzi code &lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [Reegan] || Lubbock, TX || Planning on Tiny 2.11 (PPZUAV), 900mhz XBPro  |||Dec. 2009 ||  Gaining info to begin a collegiate project&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| Team UAV UALR Caleb Tenberge || Little Rock, AR || Using TWOG 1.0  ||| Feb 2010 || Using a Telemaster, we are learning the GCS and building our plane. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:changho.nam@asu.edu Arizona State University POLY - Capstone Team: Development of UAV /w surveillance System] || Mesa, AZ || Using TINY 2.1 - 2.4GHz Modem, CCD Camera /w 900 MHz Video Transmitter  ||| March 2010 || 4-lbs Flying Wings.   We made successful autonomous flights. &lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [http://paparazzi.enac.fr/wiki/User:Scdwyer Stephen Dwyer] || Edmonton, AB, CAN || Nothing Yet ||| Jan 2011 || Obtaining Hardware &lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:muratagenc@yahoo.com Murat A. Genc] || New York, NY || not decided yet  ||| May 2011 ||  just started&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [http://paparazzi.enac.fr/wiki/UAlberta_UASGroup University of Alberta UAS Group] || Edmonton, AB, CAN || TWOG 1.0 ||| Aug 2011 || Completing tuning flights in Auto 1 on a Senior Telemaster with 26cc gas engine. Working towards a stable platform for research.&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| New User || 1 || 2 ||| 3 || 4 &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Central America==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;background:black; color:blue&amp;quot;&lt;br /&gt;
! Name !! Location !! Hardware !! Joined !! Current activities / project status&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:joschau@comcast.net Joekadet] || David Panama' || Tiny v2.11/LEA-4P, RF Modems XBee Pro 2.4 GHz (PPZUAV).  Multiplex Mentor  ||| 2008 || Seven flights now. Flights 6 &amp;amp; 7 in Auto2. Now only a matter of fine tuning.&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| New User || 1 || 2 ||| 3 || 4 &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==South America==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;background:black; color:blue&amp;quot;&lt;br /&gt;
! Name !! Location !! Hardware !! Joined !! Current activities / project status&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:gustavoviolato@gmail.com Gustavo Violato] || São José dos Campos, Brasil || Tiny v2.11/LEA-4P, Modem XBee Pro 2.4 GHz Swift II  ||| 2009 || Flying autonomously and enjoying it. Planning to use the system for flight test data acquisition and aircraft parameter recognition. &lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:agressiva@hotmail.com Eduardo Lavratti] || Porto Alegre - RS, Brasil || TWOG / BOOZ, UBLOX, Xbee900 60mw||| 2011 || Working with geoprocessing - developping new modules and sensors to paparazzi.&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| New User || 1 || 2 ||| 3 || 4 &lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
==Australia==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;background:black; color:blue&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Location !! Hardware !! Joined !! Current activities / project status&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [http://paparazzi.enac.fr/wiki/User:RH1N0 RH1N0] || Brisbane, QLD || TWOG, Multiplex Easystar, PPZGPS, H.264 live digital video, Ubiquiti modems ||| May 2011 || Multiple AUTO2 flights up to 40 min. Currently testing PPZIMU.&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:todd_soaring@yahoo.com.au Todd Sandercock] || Adelaide, SA || Tiny v2.11, Multiplex Twinjet, 9Xtend modems ||| Jan 2008 || Completed successful flight testing. Now designing new airframe.  &lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:reubenb87@gmail.com Reuben Brown]|| Gawler, SA || Tiny v2.11 ||| May 2009 || Getting the autopilot set up &lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [http://paparazzi.enac.fr/wiki/User:Rbdavison Bernard Davison] || Neutral Bay, NSW || Tiny v2.11, Vertical + Horizontal IR sensors, XBee PRO modems, Futaba T6EXAP TX, Futaba R136F RX, Funjet,  MacBook laptop ||| August 2008 || Several flights in Auto1&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [http://paparazzi.enac.fr/wiki/User:Rufus Chris Gough] || Canberra || TWOG v2.11, EZ* || September 09 || not yet airborn &lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [http://paparazzi.enac.fr/wiki/User:Adam.A Adam Amos] || Sydney, NSW || TWOG, IMU, BORJET MAJA || March 2010 || see [http://www.rescuerobotics.com.au www.rescuerobotics.com.au] for current status&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Africa==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;background:black; color:blue&amp;quot;&lt;br /&gt;
! Name !! Location !! Hardware !! Joined !! Current activities / project status&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:w1_th@yahoo.com W1th] || South Africa KZN || TWOG V1 ,LEA-5H GPS , RF Modems XBee Pro 868 (CheBuzz) ||| July 2009  || Got TWOG,GPS etc interfacing with Laptop and working , Have not done anything to it recently but...Made a website [http://sites.google.com/site/scarfclub/paparazi-uav SCARF Paparazzi-UAV] of my struggle ...&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:willie.smit@nwu.ac.za Willie Smit] || South Africa NW || Tiny v2.11, LEA-4P GPS, RF Modems XBee Pro ||| April 2010  || We are currently doing test flights. Also doing research on obstacle avoidance.&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Need help adding your information?=&lt;br /&gt;
To have your information added by another paparazzi user, please send me an [http://www.rcgroups.com/forums/showpost.php?p=6575288&amp;amp;postcount=1 EMAIL] at with the &lt;br /&gt;
following:&lt;br /&gt;
&lt;br /&gt;
*Name&lt;br /&gt;
*Email&lt;br /&gt;
*Location&lt;br /&gt;
*Hardware&lt;br /&gt;
*Join date&lt;br /&gt;
*Current activities / project status&lt;br /&gt;
&lt;br /&gt;
[[Category:Community]]&lt;/div&gt;</summary>
		<author><name>Jdyuen</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=UAlberta_UASGroup&amp;diff=10112</id>
		<title>UAlberta UASGroup</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=UAlberta_UASGroup&amp;diff=10112"/>
		<updated>2011-09-23T17:36:28Z</updated>

		<summary type="html">&lt;p&gt;Jdyuen: /* University of Alberta Unmanned Aircraft Systems Group */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==University of Alberta Unmanned Aircraft Systems Group==&lt;br /&gt;
&lt;br /&gt;
I'm adding stuff here.&lt;/div&gt;</summary>
		<author><name>Jdyuen</name></author>
	</entry>
</feed>