<?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=Opt</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=Opt"/>
	<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/wiki/Special:Contributions/Opt"/>
	<updated>2026-05-26T12:48:32Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=User:Opt&amp;diff=18770</id>
		<title>User:Opt</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=User:Opt&amp;diff=18770"/>
		<updated>2014-06-23T08:24:25Z</updated>

		<summary type="html">&lt;p&gt;Opt: /* [2014-06-22 Sun 23:58] log / notes / ppz */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Currently operating two Paparazzi powered aircraft&lt;br /&gt;
&lt;br /&gt;
= Parrot AR.Drone V2.0 =&lt;br /&gt;
&lt;br /&gt;
[http://www2.informatik.hu-berlin.de/~oberthol/html/Quadrokopter.html Quadrokopter]&lt;br /&gt;
&lt;br /&gt;
== Taking control ==&lt;br /&gt;
What framework to use to work with the ARDrone. For me this revolves&lt;br /&gt;
around [http://www2.informatik.hu-berlin.de/~oberthol/html/Report_Robotics_ARDrone.html ROS and Paparazzi].&lt;br /&gt;
&lt;br /&gt;
* standard&lt;br /&gt;
* standard + QGC&lt;br /&gt;
* paparazzi&lt;br /&gt;
* ros&lt;br /&gt;
** installed ubuntu 12.04 LTS&lt;br /&gt;
** installed ros-groovy-ros-full&lt;br /&gt;
* node.js&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
* Control&lt;br /&gt;
* Access to sensors&lt;br /&gt;
* Flight recorder&lt;br /&gt;
&lt;br /&gt;
=== Video stream ===&lt;br /&gt;
* gst stuff installed fine as per instructions from wiki&lt;br /&gt;
&lt;br /&gt;
=== GPS ===&lt;br /&gt;
* Flight recorder doesn't work&lt;br /&gt;
* Using drotek from http://www.drotek.fr/shop/en/home/161-ublox-gps.html&lt;br /&gt;
* ublox 6 works, need GPS_PORT_ID = USB_PORT_ID, already obsolete in current (&amp;lt;span class=&amp;quot;timestamp-wrapper&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;timestamp&amp;quot;&amp;gt;&amp;amp;lt;2014-06-10 Tue&amp;amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;) git &lt;br /&gt;
* needs cdc-acm.ko kernel module&lt;br /&gt;
** get linux.tar.bz2 from parrot.com:&lt;br /&gt;
**     https://devzone.parrot.com/projects/show/oss-ardrone2&lt;br /&gt;
** get gcc cross compiler&lt;br /&gt;
** unpack linux sources&lt;br /&gt;
** cp kernel.config .config&lt;br /&gt;
** set ARCH=arm, CROSS_COMPILE=arm-linux-gnueabi- in Makefile&lt;br /&gt;
** make menuconfig&lt;br /&gt;
** make modules&lt;br /&gt;
** make modules_install INSTALL_MOD_PATH=../linux-modules&lt;br /&gt;
&lt;br /&gt;
=== Joystick ===&lt;br /&gt;
* cp some-joystick.xml to gamepad.xml, change settings&lt;br /&gt;
&lt;br /&gt;
* exec input2ivy -ac ardrone2&amp;lt;sub&amp;gt;raw&amp;lt;/sub&amp;gt; gamepad.xml&lt;br /&gt;
&lt;br /&gt;
=== Magnetometer ===&lt;br /&gt;
* ardrone2_raw magnetometer problem: img_mag_raw stops reading from sensor, then TBE / toiled bowl effect, see ppz-l mails&lt;br /&gt;
* fixed &amp;lt;span class=&amp;quot;timestamp-wrapper&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;timestamp&amp;quot;&amp;gt;&amp;amp;lt;2014-06-10 Tue&amp;amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Messages / Debugging / ivyprobe ===&lt;br /&gt;
* use -c parameter for messages to select from message classes&lt;br /&gt;
*(telemetry, ground, datalink, &amp;amp;#x2026;)&lt;br /&gt;
* enable debugging messages in GCS / settings app in order to&lt;br /&gt;
*receive e.g. IMU&amp;lt;sub&amp;gt;RAW&amp;lt;/sub&amp;gt; messages&lt;br /&gt;
&lt;br /&gt;
Ivyprobe needs a regexp as parameter to show you something:&lt;br /&gt;
&lt;br /&gt;
* to see all messages: ivyprobe '(.\*)'&lt;br /&gt;
* to see a specific message (rotorcraft status for instance): ivyprobe '(.\* ROTORCRAFT&amp;lt;sub&amp;gt;FP&amp;lt;/sub&amp;gt; .\*)'&lt;br /&gt;
&lt;br /&gt;
With &amp;quot;messages&amp;quot; tool, you can also start with an option to see messages &lt;br /&gt;
from an other class than telemetry (downlink): messages -c datalink&lt;br /&gt;
&lt;br /&gt;
=== PID tuning ===&lt;br /&gt;
sluggish yaw response:&lt;br /&gt;
&lt;br /&gt;
[GH]: I have started to fly an ardrone in manual today, and it seems that the &lt;br /&gt;
SP&amp;lt;sub&amp;gt;MAX&amp;lt;/sub&amp;gt;&amp;lt;sub&amp;gt;R&amp;lt;/sub&amp;gt; which define the max yaw rate is way to high and can be reduced &lt;br /&gt;
to 200 deg/s or less for an easier control in manual.&lt;br /&gt;
Also the gains can be increased compared to the values in example file. &lt;br /&gt;
I'm using&lt;br /&gt;
PGAIN=1600&lt;br /&gt;
DGAIN=450&lt;br /&gt;
IGAIN=120&lt;br /&gt;
for PHI and THETA without issues (indoor flight only for now).&lt;br /&gt;
&lt;br /&gt;
Btw, the mag seems to be really crappy&amp;amp;#x2026;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Lisa/M v2 10-inch quadrotor =&lt;br /&gt;
== Setup log ==&lt;br /&gt;
=== DONE &amp;lt;span class=&amp;quot;timestamp-wrapper&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;timestamp&amp;quot;&amp;gt;[2014-05-19 Mon 09:10]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; log / notes / ppz ===&lt;br /&gt;
* ppz: ppz copter construction started, see below 2014-05-23&lt;br /&gt;
** x ppm encoder board&lt;br /&gt;
** x ppm encoder board to lisa&lt;br /&gt;
** x connect GPS, telemetry modem, receiver&lt;br /&gt;
** x configure Xbee for 57600 with X-CTU on windoze&lt;br /&gt;
** x connect battery voltage&lt;br /&gt;
** x solder LED strip red&lt;br /&gt;
** x remove second satellite&lt;br /&gt;
** x bind spektrum: lisa/m v2 page&lt;br /&gt;
** program transmitter for ppz, set up radio receiver on ppz radio&lt;br /&gt;
**config&lt;br /&gt;
*** roll: 11942 / -420 / -12278&lt;br /&gt;
*** pitch: 12236 / 42 / -12278&lt;br /&gt;
*** yaw: 12236 / -154 / -12278&lt;br /&gt;
*** thrust: -1318 / 10883&lt;br /&gt;
*** maybe different for spektrum?&lt;br /&gt;
*** RC calibration obviously not needed for spektrum&lt;br /&gt;
** x ESCs OK motor order: mixer setting done&lt;br /&gt;
** x configure mixer for quadx: done&lt;br /&gt;
** calibrate IMU: unclear, done MAG&lt;br /&gt;
** throttle adjust sensitivity&lt;br /&gt;
** rate mode disable PFD?&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span class=&amp;quot;timestamp-wrapper&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;timestamp&amp;quot;&amp;gt;[2014-05-20 Tue 21:41]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; log / notes / ppz ===&lt;br /&gt;
* x ppz managed to upload ap.bin to lisa/m. addgroup plugdev, copy&lt;br /&gt;
*udev rules for lisa/m&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span class=&amp;quot;timestamp-wrapper&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;timestamp&amp;quot;&amp;gt;[2014-05-23 Fri 10:46]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; log / notes / ppz ===&lt;br /&gt;
* ppz motors spinning&lt;br /&gt;
&lt;br /&gt;
* ppz now need to tune gains for RATE, ATT&lt;br /&gt;
** sw/airborne/firmwares/rotorcraft/stabilization/stabilization&amp;lt;sub&amp;gt;rate&amp;lt;/sub&amp;gt;.c&lt;br /&gt;
** PID formulation 1: i,d-gains independent of pgain&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span class=&amp;quot;timestamp-wrapper&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;timestamp&amp;quot;&amp;gt;[2014-05-30 Fri 01:39]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; log / notes / ppz ===&lt;br /&gt;
* multistar ESCs calibration trouble&lt;br /&gt;
** looks like the multistar ESCs are special as they don't do&lt;br /&gt;
**calibration. since i was flying well with these ESCs with the&lt;br /&gt;
**naze32, it might be they're hardwired to 1000-2000us, which is&lt;br /&gt;
**related to the way MultiWii handles the RC input.&lt;br /&gt;
&lt;br /&gt;
* spektrum / calibration?&lt;br /&gt;
&lt;br /&gt;
* ppz tuning&lt;br /&gt;
** check GPS, separate antenna and place outwards&lt;br /&gt;
** ahrs initialization&lt;br /&gt;
** tuning: yaw is sluggish&lt;br /&gt;
** tuning: roll/pitch is wobbly&lt;br /&gt;
** disarm jumping&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span class=&amp;quot;timestamp-wrapper&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;timestamp&amp;quot;&amp;gt;[2014-06-01 Sun 01:42]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; log / notes / ppz ===&lt;br /&gt;
* IMU outage on the field&lt;br /&gt;
&lt;br /&gt;
* back alive on returning home&lt;br /&gt;
&lt;br /&gt;
* changed lisa power supply to separate 3A UBEC. seems better. ESC&lt;br /&gt;
*BEC seemed to get pretty hot.&lt;br /&gt;
&lt;br /&gt;
=== DONE &amp;lt;span class=&amp;quot;timestamp-wrapper&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;timestamp&amp;quot;&amp;gt;[2014-06-04 Wed 10:51]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; log / notes / ppz ===&lt;br /&gt;
* x ppz ardrone mag fix test&lt;br /&gt;
&lt;br /&gt;
* x ppz lisa disarm fix test: xbee missing&lt;br /&gt;
&lt;br /&gt;
* ppz GPS and vision fuse?&lt;br /&gt;
&lt;br /&gt;
* ppz document setup and fix minor things in wiki&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span class=&amp;quot;timestamp-wrapper&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;timestamp&amp;quot;&amp;gt;[2014-06-06 Fri 09:06]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; log / notes ===&lt;br /&gt;
* ppz: phi/theta: P 450, D 350, I 60, F 160&lt;br /&gt;
&lt;br /&gt;
* ppz: psi: P 480, D 100, I 10, F 250&lt;br /&gt;
&lt;br /&gt;
* ppz: tuning http://lists.paparazziuav.org/Copter-tuning-setup-cookbook-step-by-step-td14386.html&lt;br /&gt;
&lt;br /&gt;
* x ppz: tested yaw/disarm fix from felix. works.&lt;br /&gt;
&lt;br /&gt;
* x ppz: tested mag freeze fix from daren. works.&lt;br /&gt;
&lt;br /&gt;
* x ppz: weird GPS fix electrical issue on lisa quad&lt;br /&gt;
&lt;br /&gt;
* x ppz: started rewiring with wound cables etc, slightly better, GPS&lt;br /&gt;
*fix test pending&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span class=&amp;quot;timestamp-wrapper&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;timestamp&amp;quot;&amp;gt;[2014-06-06 Fri 09:09]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; log / notes / ppz ===&lt;br /&gt;
* ppz gps problem&lt;br /&gt;
** x try other AP version: fixed&lt;br /&gt;
** try other gps&lt;br /&gt;
** try without ublox-ucenter autoconf&lt;br /&gt;
&lt;br /&gt;
* ppz&lt;br /&gt;
** imu: aspirin&amp;lt;sub&amp;gt;v2&amp;lt;/sub&amp;gt;.2 instead of 2.1&lt;br /&gt;
** orange tx problem long beep, solution from http://openrcforums.com/forum/viewtopic.php?f=35&amp;amp;t=3396&lt;br /&gt;
   Re: Long Beep and loses bind?&lt;br /&gt;
   Postby dmajchrzak » Sun Jun 01, 2014 6:10 pm&lt;br /&gt;
   Figured it out. The&amp;quot;change id&amp;quot; button was stuck in. I was able to pop it free and now all is well.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span class=&amp;quot;timestamp-wrapper&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;timestamp&amp;quot;&amp;gt;[2014-06-10 Tue 10:01]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; log / notes / ppz ===&lt;br /&gt;
* ppz: first real flight&lt;br /&gt;
* ppz: yaw does sweeping (back and forth)&lt;br /&gt;
* ppz: roll / pitch still wobbly&lt;br /&gt;
* ppz: baro doesn't work / no alt info&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span class=&amp;quot;timestamp-wrapper&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;timestamp&amp;quot;&amp;gt;[2014-06-11 Wed 22:00]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; log / notes / ppz ===&lt;br /&gt;
* ppz: test flight with IMU ok, telemetry has trouble but anyway, PID values better (policy search), Z_HZ mode semi-works, lots of oscillations&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span class=&amp;quot;timestamp-wrapper&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;timestamp&amp;quot;&amp;gt;[2014-06-22 Sun 23:58]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; log / notes / ppz ===&lt;br /&gt;
D3 on my Lisa, looks like parts of the casing went off in addition to&lt;br /&gt;
reading 6 Ohm both ways. &lt;br /&gt;
&lt;br /&gt;
[[File:Ppz_lisa_D3_1.JPG|thumb|left]]&lt;br /&gt;
[[File:Ppz_lisa_D3_2.JPG|thumb|left]]&lt;/div&gt;</summary>
		<author><name>Opt</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=User:Opt&amp;diff=18769</id>
		<title>User:Opt</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=User:Opt&amp;diff=18769"/>
		<updated>2014-06-22T22:01:39Z</updated>

		<summary type="html">&lt;p&gt;Opt: /* [2014-06-10 Tue 10:01] log / notes / ppz */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Currently operating two Paparazzi powered aircraft&lt;br /&gt;
&lt;br /&gt;
= Parrot AR.Drone V2.0 =&lt;br /&gt;
&lt;br /&gt;
[http://www2.informatik.hu-berlin.de/~oberthol/html/Quadrokopter.html Quadrokopter]&lt;br /&gt;
&lt;br /&gt;
== Taking control ==&lt;br /&gt;
What framework to use to work with the ARDrone. For me this revolves&lt;br /&gt;
around [http://www2.informatik.hu-berlin.de/~oberthol/html/Report_Robotics_ARDrone.html ROS and Paparazzi].&lt;br /&gt;
&lt;br /&gt;
* standard&lt;br /&gt;
* standard + QGC&lt;br /&gt;
* paparazzi&lt;br /&gt;
* ros&lt;br /&gt;
** installed ubuntu 12.04 LTS&lt;br /&gt;
** installed ros-groovy-ros-full&lt;br /&gt;
* node.js&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
* Control&lt;br /&gt;
* Access to sensors&lt;br /&gt;
* Flight recorder&lt;br /&gt;
&lt;br /&gt;
=== Video stream ===&lt;br /&gt;
* gst stuff installed fine as per instructions from wiki&lt;br /&gt;
&lt;br /&gt;
=== GPS ===&lt;br /&gt;
* Flight recorder doesn't work&lt;br /&gt;
* Using drotek from http://www.drotek.fr/shop/en/home/161-ublox-gps.html&lt;br /&gt;
* ublox 6 works, need GPS_PORT_ID = USB_PORT_ID, already obsolete in current (&amp;lt;span class=&amp;quot;timestamp-wrapper&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;timestamp&amp;quot;&amp;gt;&amp;amp;lt;2014-06-10 Tue&amp;amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;) git &lt;br /&gt;
* needs cdc-acm.ko kernel module&lt;br /&gt;
** get linux.tar.bz2 from parrot.com:&lt;br /&gt;
**     https://devzone.parrot.com/projects/show/oss-ardrone2&lt;br /&gt;
** get gcc cross compiler&lt;br /&gt;
** unpack linux sources&lt;br /&gt;
** cp kernel.config .config&lt;br /&gt;
** set ARCH=arm, CROSS_COMPILE=arm-linux-gnueabi- in Makefile&lt;br /&gt;
** make menuconfig&lt;br /&gt;
** make modules&lt;br /&gt;
** make modules_install INSTALL_MOD_PATH=../linux-modules&lt;br /&gt;
&lt;br /&gt;
=== Joystick ===&lt;br /&gt;
* cp some-joystick.xml to gamepad.xml, change settings&lt;br /&gt;
&lt;br /&gt;
* exec input2ivy -ac ardrone2&amp;lt;sub&amp;gt;raw&amp;lt;/sub&amp;gt; gamepad.xml&lt;br /&gt;
&lt;br /&gt;
=== Magnetometer ===&lt;br /&gt;
* ardrone2_raw magnetometer problem: img_mag_raw stops reading from sensor, then TBE / toiled bowl effect, see ppz-l mails&lt;br /&gt;
* fixed &amp;lt;span class=&amp;quot;timestamp-wrapper&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;timestamp&amp;quot;&amp;gt;&amp;amp;lt;2014-06-10 Tue&amp;amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Messages / Debugging / ivyprobe ===&lt;br /&gt;
* use -c parameter for messages to select from message classes&lt;br /&gt;
*(telemetry, ground, datalink, &amp;amp;#x2026;)&lt;br /&gt;
* enable debugging messages in GCS / settings app in order to&lt;br /&gt;
*receive e.g. IMU&amp;lt;sub&amp;gt;RAW&amp;lt;/sub&amp;gt; messages&lt;br /&gt;
&lt;br /&gt;
Ivyprobe needs a regexp as parameter to show you something:&lt;br /&gt;
&lt;br /&gt;
* to see all messages: ivyprobe '(.\*)'&lt;br /&gt;
* to see a specific message (rotorcraft status for instance): ivyprobe '(.\* ROTORCRAFT&amp;lt;sub&amp;gt;FP&amp;lt;/sub&amp;gt; .\*)'&lt;br /&gt;
&lt;br /&gt;
With &amp;quot;messages&amp;quot; tool, you can also start with an option to see messages &lt;br /&gt;
from an other class than telemetry (downlink): messages -c datalink&lt;br /&gt;
&lt;br /&gt;
=== PID tuning ===&lt;br /&gt;
sluggish yaw response:&lt;br /&gt;
&lt;br /&gt;
[GH]: I have started to fly an ardrone in manual today, and it seems that the &lt;br /&gt;
SP&amp;lt;sub&amp;gt;MAX&amp;lt;/sub&amp;gt;&amp;lt;sub&amp;gt;R&amp;lt;/sub&amp;gt; which define the max yaw rate is way to high and can be reduced &lt;br /&gt;
to 200 deg/s or less for an easier control in manual.&lt;br /&gt;
Also the gains can be increased compared to the values in example file. &lt;br /&gt;
I'm using&lt;br /&gt;
PGAIN=1600&lt;br /&gt;
DGAIN=450&lt;br /&gt;
IGAIN=120&lt;br /&gt;
for PHI and THETA without issues (indoor flight only for now).&lt;br /&gt;
&lt;br /&gt;
Btw, the mag seems to be really crappy&amp;amp;#x2026;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Lisa/M v2 10-inch quadrotor =&lt;br /&gt;
== Setup log ==&lt;br /&gt;
=== DONE &amp;lt;span class=&amp;quot;timestamp-wrapper&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;timestamp&amp;quot;&amp;gt;[2014-05-19 Mon 09:10]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; log / notes / ppz ===&lt;br /&gt;
* ppz: ppz copter construction started, see below 2014-05-23&lt;br /&gt;
** x ppm encoder board&lt;br /&gt;
** x ppm encoder board to lisa&lt;br /&gt;
** x connect GPS, telemetry modem, receiver&lt;br /&gt;
** x configure Xbee for 57600 with X-CTU on windoze&lt;br /&gt;
** x connect battery voltage&lt;br /&gt;
** x solder LED strip red&lt;br /&gt;
** x remove second satellite&lt;br /&gt;
** x bind spektrum: lisa/m v2 page&lt;br /&gt;
** program transmitter for ppz, set up radio receiver on ppz radio&lt;br /&gt;
**config&lt;br /&gt;
*** roll: 11942 / -420 / -12278&lt;br /&gt;
*** pitch: 12236 / 42 / -12278&lt;br /&gt;
*** yaw: 12236 / -154 / -12278&lt;br /&gt;
*** thrust: -1318 / 10883&lt;br /&gt;
*** maybe different for spektrum?&lt;br /&gt;
*** RC calibration obviously not needed for spektrum&lt;br /&gt;
** x ESCs OK motor order: mixer setting done&lt;br /&gt;
** x configure mixer for quadx: done&lt;br /&gt;
** calibrate IMU: unclear, done MAG&lt;br /&gt;
** throttle adjust sensitivity&lt;br /&gt;
** rate mode disable PFD?&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span class=&amp;quot;timestamp-wrapper&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;timestamp&amp;quot;&amp;gt;[2014-05-20 Tue 21:41]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; log / notes / ppz ===&lt;br /&gt;
* x ppz managed to upload ap.bin to lisa/m. addgroup plugdev, copy&lt;br /&gt;
*udev rules for lisa/m&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span class=&amp;quot;timestamp-wrapper&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;timestamp&amp;quot;&amp;gt;[2014-05-23 Fri 10:46]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; log / notes / ppz ===&lt;br /&gt;
* ppz motors spinning&lt;br /&gt;
&lt;br /&gt;
* ppz now need to tune gains for RATE, ATT&lt;br /&gt;
** sw/airborne/firmwares/rotorcraft/stabilization/stabilization&amp;lt;sub&amp;gt;rate&amp;lt;/sub&amp;gt;.c&lt;br /&gt;
** PID formulation 1: i,d-gains independent of pgain&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span class=&amp;quot;timestamp-wrapper&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;timestamp&amp;quot;&amp;gt;[2014-05-30 Fri 01:39]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; log / notes / ppz ===&lt;br /&gt;
* multistar ESCs calibration trouble&lt;br /&gt;
** looks like the multistar ESCs are special as they don't do&lt;br /&gt;
**calibration. since i was flying well with these ESCs with the&lt;br /&gt;
**naze32, it might be they're hardwired to 1000-2000us, which is&lt;br /&gt;
**related to the way MultiWii handles the RC input.&lt;br /&gt;
&lt;br /&gt;
* spektrum / calibration?&lt;br /&gt;
&lt;br /&gt;
* ppz tuning&lt;br /&gt;
** check GPS, separate antenna and place outwards&lt;br /&gt;
** ahrs initialization&lt;br /&gt;
** tuning: yaw is sluggish&lt;br /&gt;
** tuning: roll/pitch is wobbly&lt;br /&gt;
** disarm jumping&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span class=&amp;quot;timestamp-wrapper&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;timestamp&amp;quot;&amp;gt;[2014-06-01 Sun 01:42]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; log / notes / ppz ===&lt;br /&gt;
* IMU outage on the field&lt;br /&gt;
&lt;br /&gt;
* back alive on returning home&lt;br /&gt;
&lt;br /&gt;
* changed lisa power supply to separate 3A UBEC. seems better. ESC&lt;br /&gt;
*BEC seemed to get pretty hot.&lt;br /&gt;
&lt;br /&gt;
=== DONE &amp;lt;span class=&amp;quot;timestamp-wrapper&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;timestamp&amp;quot;&amp;gt;[2014-06-04 Wed 10:51]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; log / notes / ppz ===&lt;br /&gt;
* x ppz ardrone mag fix test&lt;br /&gt;
&lt;br /&gt;
* x ppz lisa disarm fix test: xbee missing&lt;br /&gt;
&lt;br /&gt;
* ppz GPS and vision fuse?&lt;br /&gt;
&lt;br /&gt;
* ppz document setup and fix minor things in wiki&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span class=&amp;quot;timestamp-wrapper&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;timestamp&amp;quot;&amp;gt;[2014-06-06 Fri 09:06]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; log / notes ===&lt;br /&gt;
* ppz: phi/theta: P 450, D 350, I 60, F 160&lt;br /&gt;
&lt;br /&gt;
* ppz: psi: P 480, D 100, I 10, F 250&lt;br /&gt;
&lt;br /&gt;
* ppz: tuning http://lists.paparazziuav.org/Copter-tuning-setup-cookbook-step-by-step-td14386.html&lt;br /&gt;
&lt;br /&gt;
* x ppz: tested yaw/disarm fix from felix. works.&lt;br /&gt;
&lt;br /&gt;
* x ppz: tested mag freeze fix from daren. works.&lt;br /&gt;
&lt;br /&gt;
* x ppz: weird GPS fix electrical issue on lisa quad&lt;br /&gt;
&lt;br /&gt;
* x ppz: started rewiring with wound cables etc, slightly better, GPS&lt;br /&gt;
*fix test pending&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span class=&amp;quot;timestamp-wrapper&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;timestamp&amp;quot;&amp;gt;[2014-06-06 Fri 09:09]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; log / notes / ppz ===&lt;br /&gt;
* ppz gps problem&lt;br /&gt;
** x try other AP version: fixed&lt;br /&gt;
** try other gps&lt;br /&gt;
** try without ublox-ucenter autoconf&lt;br /&gt;
&lt;br /&gt;
* ppz&lt;br /&gt;
** imu: aspirin&amp;lt;sub&amp;gt;v2&amp;lt;/sub&amp;gt;.2 instead of 2.1&lt;br /&gt;
** orange tx problem long beep, solution from http://openrcforums.com/forum/viewtopic.php?f=35&amp;amp;t=3396&lt;br /&gt;
   Re: Long Beep and loses bind?&lt;br /&gt;
   Postby dmajchrzak » Sun Jun 01, 2014 6:10 pm&lt;br /&gt;
   Figured it out. The&amp;quot;change id&amp;quot; button was stuck in. I was able to pop it free and now all is well.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span class=&amp;quot;timestamp-wrapper&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;timestamp&amp;quot;&amp;gt;[2014-06-10 Tue 10:01]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; log / notes / ppz ===&lt;br /&gt;
* ppz: first real flight&lt;br /&gt;
* ppz: yaw does sweeping (back and forth)&lt;br /&gt;
* ppz: roll / pitch still wobbly&lt;br /&gt;
* ppz: baro doesn't work / no alt info&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span class=&amp;quot;timestamp-wrapper&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;timestamp&amp;quot;&amp;gt;[2014-06-22 Sun 23:58]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; log / notes / ppz ===&lt;br /&gt;
&lt;br /&gt;
D3 on my Lisa, looks like parts of the casing went off in addition to reading 6 Ohm both ways.&lt;br /&gt;
&lt;br /&gt;
[[File:Ppz_lisa_D3_1.JPG|thumb|left]]&lt;br /&gt;
[[File:Ppz_lisa_D3_2.JPG|thumb|left]]&lt;/div&gt;</summary>
		<author><name>Opt</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=File:Ppz_lisa_D3_2.JPG&amp;diff=18768</id>
		<title>File:Ppz lisa D3 2.JPG</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=File:Ppz_lisa_D3_2.JPG&amp;diff=18768"/>
		<updated>2014-06-22T21:57:19Z</updated>

		<summary type="html">&lt;p&gt;Opt: D3 check foto #2&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;D3 check foto #2&lt;/div&gt;</summary>
		<author><name>Opt</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=File:Ppz_lisa_D3_1.JPG&amp;diff=18767</id>
		<title>File:Ppz lisa D3 1.JPG</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=File:Ppz_lisa_D3_1.JPG&amp;diff=18767"/>
		<updated>2014-06-22T21:56:46Z</updated>

		<summary type="html">&lt;p&gt;Opt: D3 check foto #1&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;D3 check foto #1&lt;/div&gt;</summary>
		<author><name>Opt</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=User:Opt&amp;diff=18731</id>
		<title>User:Opt</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=User:Opt&amp;diff=18731"/>
		<updated>2014-06-10T09:21:26Z</updated>

		<summary type="html">&lt;p&gt;Opt: /* Lisa/M v2 10-inch quadrotor */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Currently operating two Paparazzi powered aircraft&lt;br /&gt;
&lt;br /&gt;
= Parrot AR.Drone V2.0 =&lt;br /&gt;
&lt;br /&gt;
[http://www2.informatik.hu-berlin.de/~oberthol/html/Quadrokopter.html Quadrokopter]&lt;br /&gt;
&lt;br /&gt;
== Taking control ==&lt;br /&gt;
What framework to use to work with the ARDrone. For me this revolves&lt;br /&gt;
around [http://www2.informatik.hu-berlin.de/~oberthol/html/Report_Robotics_ARDrone.html ROS and Paparazzi].&lt;br /&gt;
&lt;br /&gt;
* standard&lt;br /&gt;
* standard + QGC&lt;br /&gt;
* paparazzi&lt;br /&gt;
* ros&lt;br /&gt;
** installed ubuntu 12.04 LTS&lt;br /&gt;
** installed ros-groovy-ros-full&lt;br /&gt;
* node.js&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
* Control&lt;br /&gt;
* Access to sensors&lt;br /&gt;
* Flight recorder&lt;br /&gt;
&lt;br /&gt;
=== Video stream ===&lt;br /&gt;
* gst stuff installed fine as per instructions from wiki&lt;br /&gt;
&lt;br /&gt;
=== GPS ===&lt;br /&gt;
* Flight recorder doesn't work&lt;br /&gt;
* Using drotek from http://www.drotek.fr/shop/en/home/161-ublox-gps.html&lt;br /&gt;
* ublox 6 works, need GPS_PORT_ID = USB_PORT_ID, already obsolete in current (&amp;lt;span class=&amp;quot;timestamp-wrapper&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;timestamp&amp;quot;&amp;gt;&amp;amp;lt;2014-06-10 Tue&amp;amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;) git &lt;br /&gt;
* needs cdc-acm.ko kernel module&lt;br /&gt;
** get linux.tar.bz2 from parrot.com:&lt;br /&gt;
**     https://devzone.parrot.com/projects/show/oss-ardrone2&lt;br /&gt;
** get gcc cross compiler&lt;br /&gt;
** unpack linux sources&lt;br /&gt;
** cp kernel.config .config&lt;br /&gt;
** set ARCH=arm, CROSS_COMPILE=arm-linux-gnueabi- in Makefile&lt;br /&gt;
** make menuconfig&lt;br /&gt;
** make modules&lt;br /&gt;
** make modules_install INSTALL_MOD_PATH=../linux-modules&lt;br /&gt;
&lt;br /&gt;
=== Joystick ===&lt;br /&gt;
* cp some-joystick.xml to gamepad.xml, change settings&lt;br /&gt;
&lt;br /&gt;
* exec input2ivy -ac ardrone2&amp;lt;sub&amp;gt;raw&amp;lt;/sub&amp;gt; gamepad.xml&lt;br /&gt;
&lt;br /&gt;
=== Magnetometer ===&lt;br /&gt;
* ardrone2_raw magnetometer problem: img_mag_raw stops reading from sensor, then TBE / toiled bowl effect, see ppz-l mails&lt;br /&gt;
* fixed &amp;lt;span class=&amp;quot;timestamp-wrapper&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;timestamp&amp;quot;&amp;gt;&amp;amp;lt;2014-06-10 Tue&amp;amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Messages / Debugging / ivyprobe ===&lt;br /&gt;
* use -c parameter for messages to select from message classes&lt;br /&gt;
*(telemetry, ground, datalink, &amp;amp;#x2026;)&lt;br /&gt;
* enable debugging messages in GCS / settings app in order to&lt;br /&gt;
*receive e.g. IMU&amp;lt;sub&amp;gt;RAW&amp;lt;/sub&amp;gt; messages&lt;br /&gt;
&lt;br /&gt;
Ivyprobe needs a regexp as parameter to show you something:&lt;br /&gt;
&lt;br /&gt;
* to see all messages: ivyprobe '(.\*)'&lt;br /&gt;
* to see a specific message (rotorcraft status for instance): ivyprobe '(.\* ROTORCRAFT&amp;lt;sub&amp;gt;FP&amp;lt;/sub&amp;gt; .\*)'&lt;br /&gt;
&lt;br /&gt;
With &amp;quot;messages&amp;quot; tool, you can also start with an option to see messages &lt;br /&gt;
from an other class than telemetry (downlink): messages -c datalink&lt;br /&gt;
&lt;br /&gt;
=== PID tuning ===&lt;br /&gt;
sluggish yaw response:&lt;br /&gt;
&lt;br /&gt;
[GH]: I have started to fly an ardrone in manual today, and it seems that the &lt;br /&gt;
SP&amp;lt;sub&amp;gt;MAX&amp;lt;/sub&amp;gt;&amp;lt;sub&amp;gt;R&amp;lt;/sub&amp;gt; which define the max yaw rate is way to high and can be reduced &lt;br /&gt;
to 200 deg/s or less for an easier control in manual.&lt;br /&gt;
Also the gains can be increased compared to the values in example file. &lt;br /&gt;
I'm using&lt;br /&gt;
PGAIN=1600&lt;br /&gt;
DGAIN=450&lt;br /&gt;
IGAIN=120&lt;br /&gt;
for PHI and THETA without issues (indoor flight only for now).&lt;br /&gt;
&lt;br /&gt;
Btw, the mag seems to be really crappy&amp;amp;#x2026;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Lisa/M v2 10-inch quadrotor =&lt;br /&gt;
== Setup log ==&lt;br /&gt;
=== DONE &amp;lt;span class=&amp;quot;timestamp-wrapper&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;timestamp&amp;quot;&amp;gt;[2014-05-19 Mon 09:10]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; log / notes / ppz ===&lt;br /&gt;
* ppz: ppz copter construction started, see below 2014-05-23&lt;br /&gt;
** x ppm encoder board&lt;br /&gt;
** x ppm encoder board to lisa&lt;br /&gt;
** x connect GPS, telemetry modem, receiver&lt;br /&gt;
** x configure Xbee for 57600 with X-CTU on windoze&lt;br /&gt;
** x connect battery voltage&lt;br /&gt;
** x solder LED strip red&lt;br /&gt;
** x remove second satellite&lt;br /&gt;
** x bind spektrum: lisa/m v2 page&lt;br /&gt;
** program transmitter for ppz, set up radio receiver on ppz radio&lt;br /&gt;
**config&lt;br /&gt;
*** roll: 11942 / -420 / -12278&lt;br /&gt;
*** pitch: 12236 / 42 / -12278&lt;br /&gt;
*** yaw: 12236 / -154 / -12278&lt;br /&gt;
*** thrust: -1318 / 10883&lt;br /&gt;
*** maybe different for spektrum?&lt;br /&gt;
*** RC calibration obviously not needed for spektrum&lt;br /&gt;
** x ESCs OK motor order: mixer setting done&lt;br /&gt;
** x configure mixer for quadx: done&lt;br /&gt;
** calibrate IMU: unclear, done MAG&lt;br /&gt;
** throttle adjust sensitivity&lt;br /&gt;
** rate mode disable PFD?&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span class=&amp;quot;timestamp-wrapper&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;timestamp&amp;quot;&amp;gt;[2014-05-20 Tue 21:41]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; log / notes / ppz ===&lt;br /&gt;
* x ppz managed to upload ap.bin to lisa/m. addgroup plugdev, copy&lt;br /&gt;
*udev rules for lisa/m&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span class=&amp;quot;timestamp-wrapper&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;timestamp&amp;quot;&amp;gt;[2014-05-23 Fri 10:46]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; log / notes / ppz ===&lt;br /&gt;
* ppz motors spinning&lt;br /&gt;
&lt;br /&gt;
* ppz now need to tune gains for RATE, ATT&lt;br /&gt;
** sw/airborne/firmwares/rotorcraft/stabilization/stabilization&amp;lt;sub&amp;gt;rate&amp;lt;/sub&amp;gt;.c&lt;br /&gt;
** PID formulation 1: i,d-gains independent of pgain&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span class=&amp;quot;timestamp-wrapper&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;timestamp&amp;quot;&amp;gt;[2014-05-30 Fri 01:39]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; log / notes / ppz ===&lt;br /&gt;
* multistar ESCs calibration trouble&lt;br /&gt;
** looks like the multistar ESCs are special as they don't do&lt;br /&gt;
**calibration. since i was flying well with these ESCs with the&lt;br /&gt;
**naze32, it might be they're hardwired to 1000-2000us, which is&lt;br /&gt;
**related to the way MultiWii handles the RC input.&lt;br /&gt;
&lt;br /&gt;
* spektrum / calibration?&lt;br /&gt;
&lt;br /&gt;
* ppz tuning&lt;br /&gt;
** check GPS, separate antenna and place outwards&lt;br /&gt;
** ahrs initialization&lt;br /&gt;
** tuning: yaw is sluggish&lt;br /&gt;
** tuning: roll/pitch is wobbly&lt;br /&gt;
** disarm jumping&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span class=&amp;quot;timestamp-wrapper&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;timestamp&amp;quot;&amp;gt;[2014-06-01 Sun 01:42]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; log / notes / ppz ===&lt;br /&gt;
* IMU outage on the field&lt;br /&gt;
&lt;br /&gt;
* back alive on returning home&lt;br /&gt;
&lt;br /&gt;
* changed lisa power supply to separate 3A UBEC. seems better. ESC&lt;br /&gt;
*BEC seemed to get pretty hot.&lt;br /&gt;
&lt;br /&gt;
=== DONE &amp;lt;span class=&amp;quot;timestamp-wrapper&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;timestamp&amp;quot;&amp;gt;[2014-06-04 Wed 10:51]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; log / notes / ppz ===&lt;br /&gt;
* x ppz ardrone mag fix test&lt;br /&gt;
&lt;br /&gt;
* x ppz lisa disarm fix test: xbee missing&lt;br /&gt;
&lt;br /&gt;
* ppz GPS and vision fuse?&lt;br /&gt;
&lt;br /&gt;
* ppz document setup and fix minor things in wiki&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span class=&amp;quot;timestamp-wrapper&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;timestamp&amp;quot;&amp;gt;[2014-06-06 Fri 09:06]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; log / notes ===&lt;br /&gt;
* ppz: phi/theta: P 450, D 350, I 60, F 160&lt;br /&gt;
&lt;br /&gt;
* ppz: psi: P 480, D 100, I 10, F 250&lt;br /&gt;
&lt;br /&gt;
* ppz: tuning http://lists.paparazziuav.org/Copter-tuning-setup-cookbook-step-by-step-td14386.html&lt;br /&gt;
&lt;br /&gt;
* x ppz: tested yaw/disarm fix from felix. works.&lt;br /&gt;
&lt;br /&gt;
* x ppz: tested mag freeze fix from daren. works.&lt;br /&gt;
&lt;br /&gt;
* x ppz: weird GPS fix electrical issue on lisa quad&lt;br /&gt;
&lt;br /&gt;
* x ppz: started rewiring with wound cables etc, slightly better, GPS&lt;br /&gt;
*fix test pending&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span class=&amp;quot;timestamp-wrapper&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;timestamp&amp;quot;&amp;gt;[2014-06-06 Fri 09:09]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; log / notes / ppz ===&lt;br /&gt;
* ppz gps problem&lt;br /&gt;
** x try other AP version: fixed&lt;br /&gt;
** try other gps&lt;br /&gt;
** try without ublox-ucenter autoconf&lt;br /&gt;
&lt;br /&gt;
* ppz&lt;br /&gt;
** imu: aspirin&amp;lt;sub&amp;gt;v2&amp;lt;/sub&amp;gt;.2 instead of 2.1&lt;br /&gt;
** orange tx problem long beep, solution from http://openrcforums.com/forum/viewtopic.php?f=35&amp;amp;t=3396&lt;br /&gt;
   Re: Long Beep and loses bind?&lt;br /&gt;
   Postby dmajchrzak » Sun Jun 01, 2014 6:10 pm&lt;br /&gt;
   Figured it out. The&amp;quot;change id&amp;quot; button was stuck in. I was able to pop it free and now all is well.&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span class=&amp;quot;timestamp-wrapper&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;timestamp&amp;quot;&amp;gt;[2014-06-10 Tue 10:01]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; log / notes / ppz ===&lt;br /&gt;
* ppz: first real flight&lt;br /&gt;
* ppz: yaw does sweeping (back and forth)&lt;br /&gt;
* ppz: roll / pitch still wobbly&lt;br /&gt;
* ppz: baro doesn't work / no alt info&lt;/div&gt;</summary>
		<author><name>Opt</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=User:Opt&amp;diff=18730</id>
		<title>User:Opt</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=User:Opt&amp;diff=18730"/>
		<updated>2014-06-10T08:56:39Z</updated>

		<summary type="html">&lt;p&gt;Opt: /* GPS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Currently operating two Paparazzi powered aircraft&lt;br /&gt;
&lt;br /&gt;
= Parrot AR.Drone V2.0 =&lt;br /&gt;
&lt;br /&gt;
[http://www2.informatik.hu-berlin.de/~oberthol/html/Quadrokopter.html Quadrokopter]&lt;br /&gt;
&lt;br /&gt;
== Taking control ==&lt;br /&gt;
What framework to use to work with the ARDrone. For me this revolves&lt;br /&gt;
around [http://www2.informatik.hu-berlin.de/~oberthol/html/Report_Robotics_ARDrone.html ROS and Paparazzi].&lt;br /&gt;
&lt;br /&gt;
* standard&lt;br /&gt;
* standard + QGC&lt;br /&gt;
* paparazzi&lt;br /&gt;
* ros&lt;br /&gt;
** installed ubuntu 12.04 LTS&lt;br /&gt;
** installed ros-groovy-ros-full&lt;br /&gt;
* node.js&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
* Control&lt;br /&gt;
* Access to sensors&lt;br /&gt;
* Flight recorder&lt;br /&gt;
&lt;br /&gt;
=== Video stream ===&lt;br /&gt;
* gst stuff installed fine as per instructions from wiki&lt;br /&gt;
&lt;br /&gt;
=== GPS ===&lt;br /&gt;
* Flight recorder doesn't work&lt;br /&gt;
* Using drotek from http://www.drotek.fr/shop/en/home/161-ublox-gps.html&lt;br /&gt;
* ublox 6 works, need GPS_PORT_ID = USB_PORT_ID, already obsolete in current (&amp;lt;span class=&amp;quot;timestamp-wrapper&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;timestamp&amp;quot;&amp;gt;&amp;amp;lt;2014-06-10 Tue&amp;amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;) git &lt;br /&gt;
* needs cdc-acm.ko kernel module&lt;br /&gt;
** get linux.tar.bz2 from parrot.com:&lt;br /&gt;
**     https://devzone.parrot.com/projects/show/oss-ardrone2&lt;br /&gt;
** get gcc cross compiler&lt;br /&gt;
** unpack linux sources&lt;br /&gt;
** cp kernel.config .config&lt;br /&gt;
** set ARCH=arm, CROSS_COMPILE=arm-linux-gnueabi- in Makefile&lt;br /&gt;
** make menuconfig&lt;br /&gt;
** make modules&lt;br /&gt;
** make modules_install INSTALL_MOD_PATH=../linux-modules&lt;br /&gt;
&lt;br /&gt;
=== Joystick ===&lt;br /&gt;
* cp some-joystick.xml to gamepad.xml, change settings&lt;br /&gt;
&lt;br /&gt;
* exec input2ivy -ac ardrone2&amp;lt;sub&amp;gt;raw&amp;lt;/sub&amp;gt; gamepad.xml&lt;br /&gt;
&lt;br /&gt;
=== Magnetometer ===&lt;br /&gt;
* ardrone2_raw magnetometer problem: img_mag_raw stops reading from sensor, then TBE / toiled bowl effect, see ppz-l mails&lt;br /&gt;
* fixed &amp;lt;span class=&amp;quot;timestamp-wrapper&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;timestamp&amp;quot;&amp;gt;&amp;amp;lt;2014-06-10 Tue&amp;amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Messages / Debugging / ivyprobe ===&lt;br /&gt;
* use -c parameter for messages to select from message classes&lt;br /&gt;
*(telemetry, ground, datalink, &amp;amp;#x2026;)&lt;br /&gt;
* enable debugging messages in GCS / settings app in order to&lt;br /&gt;
*receive e.g. IMU&amp;lt;sub&amp;gt;RAW&amp;lt;/sub&amp;gt; messages&lt;br /&gt;
&lt;br /&gt;
Ivyprobe needs a regexp as parameter to show you something:&lt;br /&gt;
&lt;br /&gt;
* to see all messages: ivyprobe '(.\*)'&lt;br /&gt;
* to see a specific message (rotorcraft status for instance): ivyprobe '(.\* ROTORCRAFT&amp;lt;sub&amp;gt;FP&amp;lt;/sub&amp;gt; .\*)'&lt;br /&gt;
&lt;br /&gt;
With &amp;quot;messages&amp;quot; tool, you can also start with an option to see messages &lt;br /&gt;
from an other class than telemetry (downlink): messages -c datalink&lt;br /&gt;
&lt;br /&gt;
=== PID tuning ===&lt;br /&gt;
sluggish yaw response:&lt;br /&gt;
&lt;br /&gt;
[GH]: I have started to fly an ardrone in manual today, and it seems that the &lt;br /&gt;
SP&amp;lt;sub&amp;gt;MAX&amp;lt;/sub&amp;gt;&amp;lt;sub&amp;gt;R&amp;lt;/sub&amp;gt; which define the max yaw rate is way to high and can be reduced &lt;br /&gt;
to 200 deg/s or less for an easier control in manual.&lt;br /&gt;
Also the gains can be increased compared to the values in example file. &lt;br /&gt;
I'm using&lt;br /&gt;
PGAIN=1600&lt;br /&gt;
DGAIN=450&lt;br /&gt;
IGAIN=120&lt;br /&gt;
for PHI and THETA without issues (indoor flight only for now).&lt;br /&gt;
&lt;br /&gt;
Btw, the mag seems to be really crappy&amp;amp;#x2026;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Lisa/M v2 10-inch quadrotor =&lt;br /&gt;
&lt;br /&gt;
Documentation in progress.&lt;/div&gt;</summary>
		<author><name>Opt</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=User:Opt&amp;diff=18729</id>
		<title>User:Opt</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=User:Opt&amp;diff=18729"/>
		<updated>2014-06-10T08:55:50Z</updated>

		<summary type="html">&lt;p&gt;Opt: /* GPS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Currently operating two Paparazzi powered aircraft&lt;br /&gt;
&lt;br /&gt;
= Parrot AR.Drone V2.0 =&lt;br /&gt;
&lt;br /&gt;
[http://www2.informatik.hu-berlin.de/~oberthol/html/Quadrokopter.html Quadrokopter]&lt;br /&gt;
&lt;br /&gt;
== Taking control ==&lt;br /&gt;
What framework to use to work with the ARDrone. For me this revolves&lt;br /&gt;
around [http://www2.informatik.hu-berlin.de/~oberthol/html/Report_Robotics_ARDrone.html ROS and Paparazzi].&lt;br /&gt;
&lt;br /&gt;
* standard&lt;br /&gt;
* standard + QGC&lt;br /&gt;
* paparazzi&lt;br /&gt;
* ros&lt;br /&gt;
** installed ubuntu 12.04 LTS&lt;br /&gt;
** installed ros-groovy-ros-full&lt;br /&gt;
* node.js&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
* Control&lt;br /&gt;
* Access to sensors&lt;br /&gt;
* Flight recorder&lt;br /&gt;
&lt;br /&gt;
=== Video stream ===&lt;br /&gt;
* gst stuff installed fine as per instructions from wiki&lt;br /&gt;
&lt;br /&gt;
=== GPS ===&lt;br /&gt;
* Flight recorder doesn't work&lt;br /&gt;
* ublox 6 works, need GPS_PORT_ID = USB_PORT_ID, already obsolete in current (&amp;lt;span class=&amp;quot;timestamp-wrapper&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;timestamp&amp;quot;&amp;gt;&amp;amp;lt;2014-06-10 Tue&amp;amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;) git &lt;br /&gt;
* needs cdc-acm.ko kernel module&lt;br /&gt;
** get linux.tar.bz2 from parrot.com:&lt;br /&gt;
**     https://devzone.parrot.com/projects/show/oss-ardrone2&lt;br /&gt;
** get gcc cross compiler&lt;br /&gt;
** unpack linux sources&lt;br /&gt;
** cp kernel.config .config&lt;br /&gt;
** set ARCH=arm, CROSS_COMPILE=arm-linux-gnueabi- in Makefile&lt;br /&gt;
** make menuconfig&lt;br /&gt;
** make modules&lt;br /&gt;
** make modules_install INSTALL_MOD_PATH=../linux-modules&lt;br /&gt;
&lt;br /&gt;
=== Joystick ===&lt;br /&gt;
* cp some-joystick.xml to gamepad.xml, change settings&lt;br /&gt;
&lt;br /&gt;
* exec input2ivy -ac ardrone2&amp;lt;sub&amp;gt;raw&amp;lt;/sub&amp;gt; gamepad.xml&lt;br /&gt;
&lt;br /&gt;
=== Magnetometer ===&lt;br /&gt;
* ardrone2_raw magnetometer problem: img_mag_raw stops reading from sensor, then TBE / toiled bowl effect, see ppz-l mails&lt;br /&gt;
* fixed &amp;lt;span class=&amp;quot;timestamp-wrapper&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;timestamp&amp;quot;&amp;gt;&amp;amp;lt;2014-06-10 Tue&amp;amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Messages / Debugging / ivyprobe ===&lt;br /&gt;
* use -c parameter for messages to select from message classes&lt;br /&gt;
*(telemetry, ground, datalink, &amp;amp;#x2026;)&lt;br /&gt;
* enable debugging messages in GCS / settings app in order to&lt;br /&gt;
*receive e.g. IMU&amp;lt;sub&amp;gt;RAW&amp;lt;/sub&amp;gt; messages&lt;br /&gt;
&lt;br /&gt;
Ivyprobe needs a regexp as parameter to show you something:&lt;br /&gt;
&lt;br /&gt;
* to see all messages: ivyprobe '(.\*)'&lt;br /&gt;
* to see a specific message (rotorcraft status for instance): ivyprobe '(.\* ROTORCRAFT&amp;lt;sub&amp;gt;FP&amp;lt;/sub&amp;gt; .\*)'&lt;br /&gt;
&lt;br /&gt;
With &amp;quot;messages&amp;quot; tool, you can also start with an option to see messages &lt;br /&gt;
from an other class than telemetry (downlink): messages -c datalink&lt;br /&gt;
&lt;br /&gt;
=== PID tuning ===&lt;br /&gt;
sluggish yaw response:&lt;br /&gt;
&lt;br /&gt;
[GH]: I have started to fly an ardrone in manual today, and it seems that the &lt;br /&gt;
SP&amp;lt;sub&amp;gt;MAX&amp;lt;/sub&amp;gt;&amp;lt;sub&amp;gt;R&amp;lt;/sub&amp;gt; which define the max yaw rate is way to high and can be reduced &lt;br /&gt;
to 200 deg/s or less for an easier control in manual.&lt;br /&gt;
Also the gains can be increased compared to the values in example file. &lt;br /&gt;
I'm using&lt;br /&gt;
PGAIN=1600&lt;br /&gt;
DGAIN=450&lt;br /&gt;
IGAIN=120&lt;br /&gt;
for PHI and THETA without issues (indoor flight only for now).&lt;br /&gt;
&lt;br /&gt;
Btw, the mag seems to be really crappy&amp;amp;#x2026;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Lisa/M v2 10-inch quadrotor =&lt;br /&gt;
&lt;br /&gt;
Documentation in progress.&lt;/div&gt;</summary>
		<author><name>Opt</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=User:Opt&amp;diff=18728</id>
		<title>User:Opt</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=User:Opt&amp;diff=18728"/>
		<updated>2014-06-10T08:55:06Z</updated>

		<summary type="html">&lt;p&gt;Opt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Currently operating two Paparazzi powered aircraft&lt;br /&gt;
&lt;br /&gt;
= Parrot AR.Drone V2.0 =&lt;br /&gt;
&lt;br /&gt;
[http://www2.informatik.hu-berlin.de/~oberthol/html/Quadrokopter.html Quadrokopter]&lt;br /&gt;
&lt;br /&gt;
== Taking control ==&lt;br /&gt;
What framework to use to work with the ARDrone. For me this revolves&lt;br /&gt;
around [http://www2.informatik.hu-berlin.de/~oberthol/html/Report_Robotics_ARDrone.html ROS and Paparazzi].&lt;br /&gt;
&lt;br /&gt;
* standard&lt;br /&gt;
* standard + QGC&lt;br /&gt;
* paparazzi&lt;br /&gt;
* ros&lt;br /&gt;
** installed ubuntu 12.04 LTS&lt;br /&gt;
** installed ros-groovy-ros-full&lt;br /&gt;
* node.js&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
* Control&lt;br /&gt;
* Access to sensors&lt;br /&gt;
* Flight recorder&lt;br /&gt;
&lt;br /&gt;
=== Video stream ===&lt;br /&gt;
* gst stuff installed fine as per instructions from wiki&lt;br /&gt;
&lt;br /&gt;
=== GPS ===&lt;br /&gt;
* Flight recorder doesn't work&lt;br /&gt;
* ublox 6 works, need GPS_PORT_ID = USB_PORT_ID, already obsolete in current (&amp;lt;span class=&amp;quot;timestamp-wrapper&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;timestamp&amp;quot;&amp;gt;&amp;amp;lt;2014-06-10 Tue&amp;amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;) git &lt;br /&gt;
* needs cdc-acm.ko kernel module&lt;br /&gt;
** get linux.tar.bz2 from parrot.com:&lt;br /&gt;
**     https://devzone.parrot.com/projects/show/oss-ardrone2&lt;br /&gt;
** get gcc cross compiler&lt;br /&gt;
** unpack linux sources&lt;br /&gt;
** cp kernel.config .config&lt;br /&gt;
** set ARCH=arm, CROSS&amp;lt;sub&amp;gt;COMPILE&amp;lt;/sub&amp;gt;=arm-linux-gnueabi- in Makefile&lt;br /&gt;
** make menuconfig&lt;br /&gt;
** make modules&lt;br /&gt;
** make modules&amp;lt;sub&amp;gt;install&amp;lt;/sub&amp;gt; INSTALL_MOD_PATH=../linux-modules&lt;br /&gt;
&lt;br /&gt;
=== Joystick ===&lt;br /&gt;
* cp some-joystick.xml to gamepad.xml, change settings&lt;br /&gt;
&lt;br /&gt;
* exec input2ivy -ac ardrone2&amp;lt;sub&amp;gt;raw&amp;lt;/sub&amp;gt; gamepad.xml&lt;br /&gt;
&lt;br /&gt;
=== Magnetometer ===&lt;br /&gt;
* ardrone2_raw magnetometer problem: img_mag_raw stops reading from sensor, then TBE / toiled bowl effect, see ppz-l mails&lt;br /&gt;
* fixed &amp;lt;span class=&amp;quot;timestamp-wrapper&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;timestamp&amp;quot;&amp;gt;&amp;amp;lt;2014-06-10 Tue&amp;amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Messages / Debugging / ivyprobe ===&lt;br /&gt;
* use -c parameter for messages to select from message classes&lt;br /&gt;
*(telemetry, ground, datalink, &amp;amp;#x2026;)&lt;br /&gt;
* enable debugging messages in GCS / settings app in order to&lt;br /&gt;
*receive e.g. IMU&amp;lt;sub&amp;gt;RAW&amp;lt;/sub&amp;gt; messages&lt;br /&gt;
&lt;br /&gt;
Ivyprobe needs a regexp as parameter to show you something:&lt;br /&gt;
&lt;br /&gt;
* to see all messages: ivyprobe '(.\*)'&lt;br /&gt;
* to see a specific message (rotorcraft status for instance): ivyprobe '(.\* ROTORCRAFT&amp;lt;sub&amp;gt;FP&amp;lt;/sub&amp;gt; .\*)'&lt;br /&gt;
&lt;br /&gt;
With &amp;quot;messages&amp;quot; tool, you can also start with an option to see messages &lt;br /&gt;
from an other class than telemetry (downlink): messages -c datalink&lt;br /&gt;
&lt;br /&gt;
=== PID tuning ===&lt;br /&gt;
sluggish yaw response:&lt;br /&gt;
&lt;br /&gt;
[GH]: I have started to fly an ardrone in manual today, and it seems that the &lt;br /&gt;
SP&amp;lt;sub&amp;gt;MAX&amp;lt;/sub&amp;gt;&amp;lt;sub&amp;gt;R&amp;lt;/sub&amp;gt; which define the max yaw rate is way to high and can be reduced &lt;br /&gt;
to 200 deg/s or less for an easier control in manual.&lt;br /&gt;
Also the gains can be increased compared to the values in example file. &lt;br /&gt;
I'm using&lt;br /&gt;
PGAIN=1600&lt;br /&gt;
DGAIN=450&lt;br /&gt;
IGAIN=120&lt;br /&gt;
for PHI and THETA without issues (indoor flight only for now).&lt;br /&gt;
&lt;br /&gt;
Btw, the mag seems to be really crappy&amp;amp;#x2026;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Lisa/M v2 10-inch quadrotor =&lt;br /&gt;
&lt;br /&gt;
Documentation in progress.&lt;/div&gt;</summary>
		<author><name>Opt</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Users&amp;diff=18727</id>
		<title>Users</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Users&amp;diff=18727"/>
		<updated>2014-06-10T08:44:43Z</updated>

		<summary type="html">&lt;p&gt;Opt: /* Europe */&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;
|[[User:Dconger|Dconger]]&lt;br /&gt;
|[[User:MarcusWolschon|MarcusWolschon]]&lt;br /&gt;
|[[User:Alfamyke|Alfamyke]]&lt;br /&gt;
|[[User:Danstah|Danstah]]&lt;br /&gt;
|[[User:Martinmm|Martinmm]]&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
|[[User:John_Burt|John Burt]]&lt;br /&gt;
|[[User:SilaS|SilaS]]&lt;br /&gt;
|[[User:Mecevans|Mecevans]]&lt;br /&gt;
|[[User:CSU-FCUAV|CSU-FCUAV]]&lt;br /&gt;
|[[User:GPH|Pierre-Selim]]&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
|[[User:Martinpi|martinpi]]&lt;br /&gt;
|[[User:VAMK|VAMK]]&lt;br /&gt;
|[[User:EldenC|Elden_Crom]]&lt;br /&gt;
|[[User:Rbdavison|Bernard Davison]]&lt;br /&gt;
|[[User:jvs84|U of Arizona Autonomous Glider]]&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
|[[User:Marc|Marc]]&lt;br /&gt;
|[[User:Bu5hm4nn|Bu5hm4nn]]&lt;br /&gt;
|[[User:HWal|HWal]]&lt;br /&gt;
|[[User:Aerodolphin|Rui Costa]]&lt;br /&gt;
|[[User:Scdwyer|Stephen Dwyer]]&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
|[[User:PaulCox|Paul Cox]]&lt;br /&gt;
|[[User:Bruzzlee|Bruzzlee]]&lt;br /&gt;
|[[User:Stspies|Stspies]]&lt;br /&gt;
|[[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;
|[[User:Martial Martial|Châteauvieux]]&lt;br /&gt;
|[[User:Christoph|Christoph]]&lt;br /&gt;
|[[User:Opt|Opt]]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Developers ==&lt;br /&gt;
See [[Developers]]&lt;br /&gt;
&lt;br /&gt;
== Paparazzi Users sorted geographically ==&lt;br /&gt;
&lt;br /&gt;
===Asia===&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:wzxwyvippt@126.com WANGYAO]|| China || UMARIM,twog,tiny2.11 lisa/m2.0 ||| 2008|| fly with lisa/m2.0 now, fully auto takeoff and landing &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:laizzb@126.com dianzhichong]|| China || Umarim,apogee ||| 2011|| fly with apogee now,Fixed-wing autonomous flight. Establish QQ group (group No. 5436583) and technology sharing&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 autonomous, for aireal photograph and research&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:iman.shirdareh@gmail.com Iman Shirdareh]|| Iran || YAPA V2,TWOG ||| 2010 || Many flight in AUTO2 by different aircraft(1.7-21Kg)&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot; &lt;br /&gt;
| [mailto:anilvanjare83@gmail.com Anil vanjare] || India || TWOG, Tiny v2.1,Umarim v10 ||| 2011 || ,Umarim board assembled and tested all are ok on ground, now building a MAV to do test flight using UMARIM, with prashant&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;
| [[User:NeoFromMatrix|NeoFromMatrix]] || Lower Austria/Vienna, Austria || STM32F4-discovery, LisaMV2 || 2013 || wiki doc, testing with low cost/high performance hardware&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [[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;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [[User:Mbina|Markus Bina]] || Lower Austria/Vienna, Austria || LisaMV2 || 2013 || wiki doc, testing with low/medium cost hardware&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:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:charles-edmond.bichot@ec-lyon.fr Charles-Edmond Bichot] || Lyon, France || Tiny/YAPA, IR+GPS, XBee/smartphone ||| September 2009 || Teaching projects, solar cells, object detection in video / image&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 || Lisa/M, Lisa/L, Booz, Twog ||| 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:Christoph|Christoph Niemann]] || Hamburg, Germany || Mini-Quadrotor with HBMini ||| 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 || Next test in January 2012, as soon as the weather permits. Hopefully I can switch in AUTO2.&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 || TWOG, YAPA2, analog airspeed, imu ||| 2010 || many AUTO2 flights&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:rijo1011_at_gmail.com Jochen Rieger] || Karlsruhe, Germany || Bormatec Maja, Lisa/L ||| 2011 || I hope the first flight is coming soon.&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [[User:Opt|Opt]] || Berlin, Germany || ARDrone, Lisa/M Quadrotor ||| 2011 || First flights + some hacking&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:sjwilks_at_gmail.com Simon W.] || Aarau, Switzerland || TWOG with ArduIMU in Jamara Roo, TWOG on a Telink Tempest flying wing, YAPA2 on a Bormatec Maja, Lisa/L on a Droidworx AD-8 HL ||| 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;
| [mailto:hendrix@gmail.gr| Chris Efstathiou] || Piraeus Hellas || tiny 2.11 on a Mpx EasyGlider, TWOG 1.3 on a Boomerang turbine jet, and my newest toy a X8 with a on camera ||| 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;
| [[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;
&lt;br /&gt;
===North America===&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;
| [[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;
| [[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;
| [[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;
| [[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;
| [[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;
| [[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;
| [mailto:piotr@esden.net Piotr Esden-Tempski] || Santa Cruz, CA || Lisa/L, Lisa/M, Aspirin, Quadshot, Rotorcraft ||| 2009 || Software and Hardware development as well as [http://thequadshot.com The Quadshot]&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [http://clubs.asua.arizona.edu/~mavclub University of Arizona MAV] || Tucson, AZ || Lisa/M 2.0, Aspirin v2.0, uBlox MAX-6Q, XBee 900 Pro/868LP, Mini-Vertigo ||| 2005 || University of Arizona Micro Air Vehicle Club (competing in IMAVs with Paparazzi since 2003.)&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [[User:Cwozny|Chris Wozny]] || Nashua, New Hampshire || Lisa/M, Aspirin ||| 2008 || Currently building quadcopter around Lisa/M 2.0 platform.&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;
{| 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;
{| 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 / LISA-M, UBLOX, Xbee900 60mw||| 2011 || Working with geoprocessing - developping new modules and sensors to paparazzi. [http://brquad.blogspot.com ACCENT AERiALS]&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;
{| 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;
| [[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;
| [[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;
| [[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;
| [[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;
{| 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>Opt</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=User:Opt&amp;diff=18726</id>
		<title>User:Opt</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=User:Opt&amp;diff=18726"/>
		<updated>2014-06-10T08:40:26Z</updated>

		<summary type="html">&lt;p&gt;Opt: Created page with &amp;quot;Currently operating two Paparazzi powered aircraft  * ARDrone(s) * Lisa/M v2 10-inch quadrotor&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Currently operating two Paparazzi powered aircraft&lt;br /&gt;
&lt;br /&gt;
* ARDrone(s)&lt;br /&gt;
* Lisa/M v2 10-inch quadrotor&lt;/div&gt;</summary>
		<author><name>Opt</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Users&amp;diff=18725</id>
		<title>Users</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Users&amp;diff=18725"/>
		<updated>2014-06-10T08:38:52Z</updated>

		<summary type="html">&lt;p&gt;Opt: /* Wiki User Pages */&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;
|[[User:Dconger|Dconger]]&lt;br /&gt;
|[[User:MarcusWolschon|MarcusWolschon]]&lt;br /&gt;
|[[User:Alfamyke|Alfamyke]]&lt;br /&gt;
|[[User:Danstah|Danstah]]&lt;br /&gt;
|[[User:Martinmm|Martinmm]]&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
|[[User:John_Burt|John Burt]]&lt;br /&gt;
|[[User:SilaS|SilaS]]&lt;br /&gt;
|[[User:Mecevans|Mecevans]]&lt;br /&gt;
|[[User:CSU-FCUAV|CSU-FCUAV]]&lt;br /&gt;
|[[User:GPH|Pierre-Selim]]&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
|[[User:Martinpi|martinpi]]&lt;br /&gt;
|[[User:VAMK|VAMK]]&lt;br /&gt;
|[[User:EldenC|Elden_Crom]]&lt;br /&gt;
|[[User:Rbdavison|Bernard Davison]]&lt;br /&gt;
|[[User:jvs84|U of Arizona Autonomous Glider]]&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
|[[User:Marc|Marc]]&lt;br /&gt;
|[[User:Bu5hm4nn|Bu5hm4nn]]&lt;br /&gt;
|[[User:HWal|HWal]]&lt;br /&gt;
|[[User:Aerodolphin|Rui Costa]]&lt;br /&gt;
|[[User:Scdwyer|Stephen Dwyer]]&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
|[[User:PaulCox|Paul Cox]]&lt;br /&gt;
|[[User:Bruzzlee|Bruzzlee]]&lt;br /&gt;
|[[User:Stspies|Stspies]]&lt;br /&gt;
|[[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;
|[[User:Martial Martial|Châteauvieux]]&lt;br /&gt;
|[[User:Christoph|Christoph]]&lt;br /&gt;
|[[User:Opt|Opt]]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Developers ==&lt;br /&gt;
See [[Developers]]&lt;br /&gt;
&lt;br /&gt;
== Paparazzi Users sorted geographically ==&lt;br /&gt;
&lt;br /&gt;
===Asia===&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:wzxwyvippt@126.com WANGYAO]|| China || UMARIM,twog,tiny2.11 lisa/m2.0 ||| 2008|| fly with lisa/m2.0 now, fully auto takeoff and landing &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:laizzb@126.com dianzhichong]|| China || Umarim,apogee ||| 2011|| fly with apogee now,Fixed-wing autonomous flight. Establish QQ group (group No. 5436583) and technology sharing&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 autonomous, for aireal photograph and research&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:iman.shirdareh@gmail.com Iman Shirdareh]|| Iran || YAPA V2,TWOG ||| 2010 || Many flight in AUTO2 by different aircraft(1.7-21Kg)&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot; &lt;br /&gt;
| [mailto:anilvanjare83@gmail.com Anil vanjare] || India || TWOG, Tiny v2.1,Umarim v10 ||| 2011 || ,Umarim board assembled and tested all are ok on ground, now building a MAV to do test flight using UMARIM, with prashant&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;
| [[User:NeoFromMatrix|NeoFromMatrix]] || Lower Austria/Vienna, Austria || STM32F4-discovery, LisaMV2 || 2013 || wiki doc, testing with low cost/high performance hardware&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [[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;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [[User:Mbina|Markus Bina]] || Lower Austria/Vienna, Austria || LisaMV2 || 2013 || wiki doc, testing with low/medium cost hardware&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:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:charles-edmond.bichot@ec-lyon.fr Charles-Edmond Bichot] || Lyon, France || Tiny/YAPA, IR+GPS, XBee/smartphone ||| September 2009 || Teaching projects, solar cells, object detection in video / image&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 || Lisa/M, Lisa/L, Booz, Twog ||| 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:Christoph|Christoph Niemann]] || Hamburg, Germany || Mini-Quadrotor with HBMini ||| 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 || Next test in January 2012, as soon as the weather permits. Hopefully I can switch in AUTO2.&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 || TWOG, YAPA2, analog airspeed, imu ||| 2010 || many AUTO2 flights&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:rijo1011_at_gmail.com Jochen Rieger] || Karlsruhe, Germany || Bormatec Maja, Lisa/L ||| 2011 || I hope the first flight is coming soon.&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:sjwilks_at_gmail.com Simon W.] || Aarau, Switzerland || TWOG with ArduIMU in Jamara Roo, TWOG on a Telink Tempest flying wing, YAPA2 on a Bormatec Maja, Lisa/L on a Droidworx AD-8 HL ||| 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;
| [mailto:hendrix@gmail.gr| Chris Efstathiou] || Piraeus Hellas || tiny 2.11 on a Mpx EasyGlider, TWOG 1.3 on a Boomerang turbine jet, and my newest toy a X8 with a on camera ||| 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;
| [[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;
&lt;br /&gt;
===North America===&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;
| [[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;
| [[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;
| [[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;
| [[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;
| [[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;
| [[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;
| [mailto:piotr@esden.net Piotr Esden-Tempski] || Santa Cruz, CA || Lisa/L, Lisa/M, Aspirin, Quadshot, Rotorcraft ||| 2009 || Software and Hardware development as well as [http://thequadshot.com The Quadshot]&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [http://clubs.asua.arizona.edu/~mavclub University of Arizona MAV] || Tucson, AZ || Lisa/M 2.0, Aspirin v2.0, uBlox MAX-6Q, XBee 900 Pro/868LP, Mini-Vertigo ||| 2005 || University of Arizona Micro Air Vehicle Club (competing in IMAVs with Paparazzi since 2003.)&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [[User:Cwozny|Chris Wozny]] || Nashua, New Hampshire || Lisa/M, Aspirin ||| 2008 || Currently building quadcopter around Lisa/M 2.0 platform.&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;
{| 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;
{| 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 / LISA-M, UBLOX, Xbee900 60mw||| 2011 || Working with geoprocessing - developping new modules and sensors to paparazzi. [http://brquad.blogspot.com ACCENT AERiALS]&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;
{| 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;
| [[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;
| [[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;
| [[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;
| [[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;
{| 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>Opt</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Lisa/M/Tutorial/FixedWing&amp;diff=18636</id>
		<title>Lisa/M/Tutorial/FixedWing</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Lisa/M/Tutorial/FixedWing&amp;diff=18636"/>
		<updated>2014-05-17T22:01:58Z</updated>

		<summary type="html">&lt;p&gt;Opt: /* PPM Receiver */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float: right; width: 15%&amp;quot;&amp;gt;&amp;lt;categorytree style=&amp;quot;float:right; clear:right; margin-left:1ex; border: 1px solid gray; padding: 0.7ex;&amp;quot; mode=pages&amp;gt;Tutorial&amp;lt;/categorytree&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Intro =&lt;br /&gt;
&lt;br /&gt;
This article is meant as a tutorial on how to assemble, wire up, and mount devices in a fixed wing aircraft based on [[Lisa/M]] for a maiden flight on Autopilot. We will use a Multiplex Mentor as example.&lt;br /&gt;
&lt;br /&gt;
For this we need:&lt;br /&gt;
&lt;br /&gt;
1x Mentor RC Aircraft&lt;br /&gt;
&lt;br /&gt;
1x XBee XSC Modem&lt;br /&gt;
&lt;br /&gt;
1x RC Receiver&lt;br /&gt;
&lt;br /&gt;
1x uBlox LEA5 GPS module&lt;br /&gt;
&lt;br /&gt;
= Setup Hardware =&lt;br /&gt;
&lt;br /&gt;
To test hardware, supply VIN with 5-7V from a Battery Eliminator Circuit (BEC). This is much safer and more power efficient. Plug in your battery into VBATT which will let the Lisa/M monitor the actual battery voltage. The allowed power range is 5V through to something over 20V, apparently, but something like 11-16V is around the range you get from 3 or 4 cell LiPo batteries.&lt;br /&gt;
&lt;br /&gt;
Also, make sure that if your avionics are powered up that your remaining electronics are not floating at battery + voltage level. This can happen if you power Lisa/M separately from your motor controllers for example. It either may happen that you connect your battery to the motor controllers high side first or you have a N-Fet switch that is disconnecting ground. (Courtesy of Esden)&lt;br /&gt;
&lt;br /&gt;
When limiting the current via a power supply, ampere ratings shouldn't be too important as long as it isn't too low. The board takes what it needs. Normal operation with XBee, Spektrum Satellite, and GPS attached seems to draw ~200 mA.&lt;br /&gt;
&lt;br /&gt;
== IMU ==&lt;br /&gt;
&lt;br /&gt;
The [[LisaM|Lisa/M]] can be purchased with the [[Inertial_Measurement_Units#Aspirin_IMU|Aspirin IMU]] already soldered to it. Otherwise, you can solder an [[Inertial_Measurement_Units#Aspirin_IMU|Aspirin IMU]] on it yourself.&lt;br /&gt;
&lt;br /&gt;
== GPS ==&lt;br /&gt;
&lt;br /&gt;
On connector UART1 we will connect the GPS receiver. A [[GPS#u-Blox_LEA_Series_Receivers|uBlox LEA-5H]] will be uses in the basic setup&lt;br /&gt;
&lt;br /&gt;
== Servos ==&lt;br /&gt;
&lt;br /&gt;
=== ESC ===&lt;br /&gt;
&lt;br /&gt;
The ESC which stand for Electronic Speed Control to contol the motor speed will be connected to servo pins S1. We will also solder the VBAT connection to the positive battery terminal from the ESC so Lisa/M can monitor the battery voltage.&lt;br /&gt;
&lt;br /&gt;
=== Aileron ===&lt;br /&gt;
&lt;br /&gt;
To Pin S2 we connect the left aileron servo. Left side is left is as seen from the back of the airframe. And to pin S5 we connect the right aileron cable&lt;br /&gt;
&lt;br /&gt;
=== Elevator ===&lt;br /&gt;
&lt;br /&gt;
On Pin S3 the Elevator servo cable&lt;br /&gt;
&lt;br /&gt;
=== Rudder ===&lt;br /&gt;
&lt;br /&gt;
On Pin S4 the rudder servo cable&lt;br /&gt;
&lt;br /&gt;
== RC Receiver ==&lt;br /&gt;
&lt;br /&gt;
To be able to test your UAS a RC receiver comes in very handy. One must realize without a receiver an well tuned airframe can fly very well, however for initial tests adding a receiver makes life so much easier. The documentation here will describe how to connect and setup such an RC receiver.&lt;br /&gt;
&lt;br /&gt;
=== PPM Receiver ===&lt;br /&gt;
&lt;br /&gt;
A modified RC receiver with full PPM out can be used to control the AP board from the ground. How to get a receiver with full PPM out or modify an existing one [http://paparazzi.enac.fr/wiki/RC_Receivers_and_Radios#PPM_Receivers can be found here.]&lt;br /&gt;
&lt;br /&gt;
=== Satellite Receiver ===&lt;br /&gt;
&lt;br /&gt;
Connecting a 2.4GHz Spectrum or compatible receiver&lt;br /&gt;
&lt;br /&gt;
[[Image:Lisa_M_V1_0_satellite_receiver_connection_labeled.png|500px]]&lt;br /&gt;
&lt;br /&gt;
It is very well possible to connect another 2.4Ghz receiver, however the software to interact with that device must at the moment be written by oneself. The advantage of Opensource is that it is possible. Sharing your coding work would be great and in line with the GPL license.&lt;br /&gt;
&lt;br /&gt;
== Telemetry==&lt;br /&gt;
&lt;br /&gt;
An [[Modems#Digi_XBee_Pro_ZB_.2F_ZNet_2.5_.28.22Series_2.22.29|XBee XSC]] wireless data module will be used to enable to receive telemetry data. While not needed for fully autonomous flight it is very beneficial to have telemetry data. We will connect the transmitter to connector UART2&lt;br /&gt;
&lt;br /&gt;
== Power ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Jumpers ===&lt;br /&gt;
&lt;br /&gt;
[[Image:LisaM_V1_0_top_jumpers_and_leds.png|500px]][[Image:LisaM_V1_0_bottom_jumpers.png|450px]]&lt;br /&gt;
&lt;br /&gt;
It is possible to reconfigure the electrical system on [[Lisa/M]] using the supply jumpers. On the boards the Jumper are not real jmper but a spot where we can solder or unsolder a &amp;quot;Bridge&amp;quot; to make or break the connection. In our case the ESC will supply both the servos and the board with power from the main battery. This is the default setup of [[Lisa/M]], so there is no need to solder anything on the board.&lt;br /&gt;
&lt;br /&gt;
* JP1 connects the servo power rail to V_IN rail.&lt;br /&gt;
* JP2 connects the battery rail (used by default only for battery voltage measurement) to the V_IN rail.&lt;br /&gt;
* JP3 bypasses the +5V voltage regulator and connects V_IN to the +5V rail.&lt;br /&gt;
* JP4 connects the V_IN rail to the VCC pin on the UART2 connector.&lt;br /&gt;
* JP5 connects the +3V3 rail to the VCC pin on the UART2 connector.&lt;br /&gt;
* JP6 connects the V_IN rail to the VCC pin on the UART1 connector.&lt;br /&gt;
* JP7 connects the +3V3 rail to the VCC pin on the UART1 connector.&lt;br /&gt;
&lt;br /&gt;
= Setup Software =&lt;br /&gt;
&lt;br /&gt;
== Bootloader ==&lt;br /&gt;
&lt;br /&gt;
To awake the hardware from sleep and activate the &amp;quot;brain&amp;quot; a so called &amp;quot;bootloader&amp;quot; is used. &amp;lt;s&amp;gt;At the moment there is no bootloader code released yet for Paparazzi and this type of board. If there was, you would not need [[JTAG]] to change the software in your [[Lisa/M]] and only a USB cable would suffice to upload a new flight plan (just as it is now with a LPC21-based Paparazzi Autopilot board like the [[Twog_v1|TWOG]].) If you are good at writing bootloaders for the STM please add your code to the Paparazzi repository.&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Uploading Firmware ==&lt;br /&gt;
&lt;br /&gt;
For the board to perform some sort of action, a &amp;quot;brain&amp;quot; a.k.a firmware must be uploaded to the board. This is done by way of a JTAG cable or USB cable. More info on uploading firmware can be found [[Lisa/M#Programming]]. &amp;lt;s&amp;gt;If you do not have such a cable, it is not possible to upload your flight plan firmware to the board. You can order this cable a various hardware suppliers. The cable design is also open source, you could opt to make one yourself, but that is not trivial.&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== IMU Calibration ==&lt;br /&gt;
&lt;br /&gt;
Using default settings is always better than '''badly''' caliberated sensors. Having stated that, and if you didn't make the board yourself, then you probably got a calibration file (.xml) from your board supplier. If you didn't receive a calibration file then follow the steps for [http://paparazzi.enac.fr/wiki/ImuCalibration onboard IMU calibration]. If you follow that path, make sure your calibration is very meticulously done.&lt;br /&gt;
&lt;br /&gt;
= Pre-flight Checklist=&lt;br /&gt;
&lt;br /&gt;
Double-check that you connected everything correctly. Then switch on your transmitter and power up your board.&lt;br /&gt;
&lt;br /&gt;
= Flying =&lt;br /&gt;
&lt;br /&gt;
This page does not contain information about flying the aircraft. A look around on this wiki or elsewhere on the internet can help you out.&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorial]]&lt;/div&gt;</summary>
		<author><name>Opt</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Ivy&amp;diff=9382</id>
		<title>Ivy</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Ivy&amp;diff=9382"/>
		<updated>2011-05-25T11:51:55Z</updated>

		<summary type="html">&lt;p&gt;Opt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ivy is a text-based software bus featuring regular expression based message subscription and is used as the Paparazzi project's components' principal communication cord. Including the libivy headers and library and using a predefined set of messages it is possible for any software component to take part in communication in a Paparazzi biotope. The protocol itself is independent of the Paparazzi project and can be obtained along with examples and documentation from http://www2.tls.cena.fr/products/ivy/ .&lt;br /&gt;
&lt;br /&gt;
[[Category:Communication]]&lt;/div&gt;</summary>
		<author><name>Opt</name></author>
	</entry>
</feed>