<?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=Aerodolphin</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=Aerodolphin"/>
	<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/wiki/Special:Contributions/Aerodolphin"/>
	<updated>2026-04-08T06:06:09Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=User/LisaL&amp;diff=9736</id>
		<title>User/LisaL</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=User/LisaL&amp;diff=9736"/>
		<updated>2011-07-10T23:58:15Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: /* Features */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page describe how to use Lisa/L from a user point of view&lt;br /&gt;
&lt;br /&gt;
= Lisa/L =&lt;br /&gt;
&lt;br /&gt;
Lisa ( the Lost Illusions Serendipitous Autopilot) is a new range of autopilots based on [http://www.st.com/mcu/inchtml-pages-stm32.html STM32] microcontrollers ( CortexM3@72Mhz ) designed to run Paparazzi.&lt;br /&gt;
There's no such thing as a perfect autopilot, only autopilots adapted to a particular purpose. This is the reason why Lisa comes in different flavors for different usages. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
Lisa/L is a dual processor board autopilot designed to allow the possibility of using Linux for Paparazzi airborne code.&lt;br /&gt;
&lt;br /&gt;
[[Image:lisa_l_bloc_diag_simple.png|360px]]&lt;br /&gt;
[[Image:lisa_l_top.png|360px]] [[Image:lisa_l_bot.png|360px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Hardware Revision History =&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;  cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;text-align:center&amp;quot; cellpadding=&amp;quot;6&amp;quot;&lt;br /&gt;
!''Version #''!!''Release Date''!!''Release Notes''&lt;br /&gt;
|-&lt;br /&gt;
|v1.00||???||Initial release of Lisa/L&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Features =&lt;br /&gt;
&lt;br /&gt;
* STM32 microcontroller (CortexM3@72Mhz) &lt;br /&gt;
* ?x Analog input channels 0V - 3.3V (2 channels with optional on-board resistor bridge)&lt;br /&gt;
* 3x 3.3V TTL UART (5V tolerant)&lt;br /&gt;
* 1x CAN&lt;br /&gt;
* 6x PWM outputs&lt;br /&gt;
* ?x R/C receiver PPM frame input&lt;br /&gt;
* 2x [http://en.wikipedia.org/wiki/Serial_Peripheral_Interface SPI] bus&lt;br /&gt;
* 2x [http://en.wikipedia.org/wiki/I2c I&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;C] bus&lt;br /&gt;
* ?x USB (client)&lt;br /&gt;
* ? switching power supply&lt;br /&gt;
* ? linear regulator&lt;br /&gt;
* ?x status LEDs with attached test point&lt;br /&gt;
* ? grams (? oz)&lt;br /&gt;
* dimensions&lt;br /&gt;
* 4 layers PCB design&lt;br /&gt;
&lt;br /&gt;
=Getting started=&lt;br /&gt;
&lt;br /&gt;
* Install Gnu/Linux Ubuntu lucid lynx ( 10.04) and the paparazzi-dev, paparazzi-stm32 packages and paparazzi-omap( Installation from the Command Line: on this page [[Installation]] ).&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install paparazzi-dev  paparazzi-stm32 paparazzi-omap&lt;br /&gt;
* Connect power to the board. The board accepts input voltage from 6V to 18V. The power connector is from JST and known in the rc world as a BEC connector&lt;br /&gt;
* Connect a mini USB cable in the mini USB connector. This should give you two USB devices. The first one ( usualy /dev/ttyUSB0) is the console for the Overo, the second one is the JTAG for the STM32&lt;br /&gt;
* Flash a test program in the stm32 : &lt;br /&gt;
  make AIRCRAFT=BOOZ2_A7 test_baro.upload&lt;br /&gt;
&lt;br /&gt;
=== Overo ===&lt;br /&gt;
* The main documentation page for the overo on gumstix website is [http://www.gumstix.net/Setup-and-Programming/cat/Overo-Setup-and-Programming/111.html here].&lt;br /&gt;
* We now have a Overo toolchain package ! install the paparazzi-omap package.&lt;br /&gt;
 sudo apt-get install paparazzi-omap&lt;br /&gt;
If you feel it's too easy, you can look at [http://paparazzi.enac.fr/wiki/LisaOveroImage here] and enjoy the fun of compiling openembedded yourself&lt;br /&gt;
* In order to use the SPI link between the STM32 and the Overo, you'll need a patched linux kernel and a couple of libraries. Look in the developer section if you wanna know the gore details of it. If not, just download our pre-compiled filesystem image and kernel from [http://paparazzi.enac.fr/overo/ here] and follow the instruction from [http://www.gumstix.net/Setup-and-Programming/view/Overo-Setup-and-Programming/Creating-a-bootable-microSD-card/111.html here] to write them on a micro sd card.&lt;br /&gt;
&lt;br /&gt;
When you want the wright files to be downloaded en written on the SD do: &lt;br /&gt;
 cd ~/sw/tools/overo_sd_maker/&lt;br /&gt;
 sw/tools/overo_sd_maker&lt;br /&gt;
 sudo ./overo_sd_maker.sh&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Once you have written your image to the sd card, you may insert it in the Overo and power Lisa. Connecting a mini usb cable to it will give you access to the console of the Overo as the first USB device ( usualy /dev/ttyUSB0). You can run a terminal like gtkterm or kermit to watch your Overo booting and log on it using root for login and no password. &lt;br /&gt;
&lt;br /&gt;
For Kermit do:&lt;br /&gt;
 sudo apt-get install ckermit&lt;br /&gt;
 $ kermit -l /dev/ttyUSB0&lt;br /&gt;
 C-Kermit&amp;gt;set flow-control none&lt;br /&gt;
 C-Kermit&amp;gt;set carrier-watch off&lt;br /&gt;
 C-Kermit&amp;gt;set speed 115200&lt;br /&gt;
 /dev/ttyUSB0, 115200 bps&lt;br /&gt;
 C-Kermit&amp;gt;connect&lt;br /&gt;
 Connecting to /dev/ttyUSB0, speed 115200&lt;br /&gt;
 Escape character: Ctrl-\ (ASCII 28, FS): enabled&lt;br /&gt;
 Type the escape character followed by C to get back,&lt;br /&gt;
 or followed by ? to see other options.&lt;br /&gt;
&lt;br /&gt;
When you wait a few minutes your overo is booted from the SD card and you can log in if you see overo login:&lt;br /&gt;
&lt;br /&gt;
 overo login: root&lt;br /&gt;
 root@overo:~#&lt;br /&gt;
&lt;br /&gt;
* One on the first things you might want to do is setup wireless networking. Overo Air has a builting wifi adapter. On others you can use an external USB wifi stick.   &lt;br /&gt;
* Flash the STM32 with the link test program&lt;br /&gt;
  make AIRCRAFT=BOOZ2_A8 stm_test_spi_link.upload&lt;br /&gt;
* Compile and upload the Overo test program.&lt;br /&gt;
  make AIRCRAFT=BOOZ2_A8 overo_test_spi_link.upload&lt;br /&gt;
* Log on your Overo and run it&lt;br /&gt;
&lt;br /&gt;
=Use case #1: the fixedwing firmware running in the STM32 only=&lt;br /&gt;
&lt;br /&gt;
Coming soon... look for airframes/AirborneCodeReorg/LisaFw.xml&lt;br /&gt;
&lt;br /&gt;
=Use case #2: the rotorcraft firmware running in the STM32 only=&lt;br /&gt;
&lt;br /&gt;
Use the airframes/Poine/booz2_a7 as an example. You may only have to change some subsystems type to match your peripherals.&lt;br /&gt;
&lt;br /&gt;
    make AIRCRAFT=BOOZ2_A7 ap.upload&lt;br /&gt;
&lt;br /&gt;
=Use case #3: the lisa_passthrough firmware=&lt;br /&gt;
&lt;br /&gt;
This firmware is about turning the STM32 into a simple io processor that sends sensors and radio control to the Overo and fetches actuators position in return.&lt;br /&gt;
&lt;br /&gt;
The stm_passthrough target is what is ran on the STM32.&lt;br /&gt;
&lt;br /&gt;
The overo_test_passthrough target demonstrates the use of the Paparazzi framework on the Overo: communications with the stm32, accurate periodic events and telemetry/datalink over wifi.&lt;br /&gt;
&lt;br /&gt;
= IO =&lt;br /&gt;
&lt;br /&gt;
[[Image:LisaL-V1 1-top-labeled.png|700px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:LisaL-V1 1-back-labeled.png|500px]]&lt;br /&gt;
&lt;br /&gt;
= Spektrum/JR remote receiver connection diagram =&lt;br /&gt;
&lt;br /&gt;
[[Image:Lisa_L_V1_1_satellite_receiver_connection.png|500px]]&lt;br /&gt;
&lt;br /&gt;
[[Category:User_Documentation]]&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=User/LisaL&amp;diff=9735</id>
		<title>User/LisaL</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=User/LisaL&amp;diff=9735"/>
		<updated>2011-07-10T23:32:12Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: /* Features */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page describe how to use Lisa/L from a user point of view&lt;br /&gt;
&lt;br /&gt;
= Lisa/L =&lt;br /&gt;
&lt;br /&gt;
Lisa ( the Lost Illusions Serendipitous Autopilot) is a new range of autopilots based on [http://www.st.com/mcu/inchtml-pages-stm32.html STM32] microcontrollers ( CortexM3@72Mhz ) designed to run Paparazzi.&lt;br /&gt;
There's no such thing as a perfect autopilot, only autopilots adapted to a particular purpose. This is the reason why Lisa comes in different flavors for different usages. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
Lisa/L is a dual processor board autopilot designed to allow the possibility of using Linux for Paparazzi airborne code.&lt;br /&gt;
&lt;br /&gt;
[[Image:lisa_l_bloc_diag_simple.png|360px]]&lt;br /&gt;
[[Image:lisa_l_top.png|360px]] [[Image:lisa_l_bot.png|360px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Hardware Revision History =&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;  cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;text-align:center&amp;quot; cellpadding=&amp;quot;6&amp;quot;&lt;br /&gt;
!''Version #''!!''Release Date''!!''Release Notes''&lt;br /&gt;
|-&lt;br /&gt;
|v1.00||???||Initial release of Lisa/L&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Features =&lt;br /&gt;
&lt;br /&gt;
* STM32 microcontroller (CortexM3@72Mhz) &lt;br /&gt;
* ?x Analog input channels 0V - 3.3V (2 channels with optional on-board resistor bridge)&lt;br /&gt;
* 3x 3.3V TTL UART (5V tolerant)&lt;br /&gt;
* 1x CAN&lt;br /&gt;
* ?x PWM outputs&lt;br /&gt;
* ?x R/C receiver PPM frame input&lt;br /&gt;
* 2x [http://en.wikipedia.org/wiki/Serial_Peripheral_Interface SPI] bus&lt;br /&gt;
* 2x [http://en.wikipedia.org/wiki/I2c I&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;C] bus&lt;br /&gt;
* ?x USB (client)&lt;br /&gt;
* ? switching power supply&lt;br /&gt;
* ? linear regulator&lt;br /&gt;
* ?x status LEDs with attached test point&lt;br /&gt;
* ? grams (? oz)&lt;br /&gt;
* dimensions&lt;br /&gt;
* 4 layers PCB design&lt;br /&gt;
&lt;br /&gt;
=Getting started=&lt;br /&gt;
&lt;br /&gt;
* Install Gnu/Linux Ubuntu lucid lynx ( 10.04) and the paparazzi-dev, paparazzi-stm32 packages and paparazzi-omap( Installation from the Command Line: on this page [[Installation]] ).&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install paparazzi-dev  paparazzi-stm32 paparazzi-omap&lt;br /&gt;
* Connect power to the board. The board accepts input voltage from 6V to 18V. The power connector is from JST and known in the rc world as a BEC connector&lt;br /&gt;
* Connect a mini USB cable in the mini USB connector. This should give you two USB devices. The first one ( usualy /dev/ttyUSB0) is the console for the Overo, the second one is the JTAG for the STM32&lt;br /&gt;
* Flash a test program in the stm32 : &lt;br /&gt;
  make AIRCRAFT=BOOZ2_A7 test_baro.upload&lt;br /&gt;
&lt;br /&gt;
=== Overo ===&lt;br /&gt;
* The main documentation page for the overo on gumstix website is [http://www.gumstix.net/Setup-and-Programming/cat/Overo-Setup-and-Programming/111.html here].&lt;br /&gt;
* We now have a Overo toolchain package ! install the paparazzi-omap package.&lt;br /&gt;
 sudo apt-get install paparazzi-omap&lt;br /&gt;
If you feel it's too easy, you can look at [http://paparazzi.enac.fr/wiki/LisaOveroImage here] and enjoy the fun of compiling openembedded yourself&lt;br /&gt;
* In order to use the SPI link between the STM32 and the Overo, you'll need a patched linux kernel and a couple of libraries. Look in the developer section if you wanna know the gore details of it. If not, just download our pre-compiled filesystem image and kernel from [http://paparazzi.enac.fr/overo/ here] and follow the instruction from [http://www.gumstix.net/Setup-and-Programming/view/Overo-Setup-and-Programming/Creating-a-bootable-microSD-card/111.html here] to write them on a micro sd card.&lt;br /&gt;
&lt;br /&gt;
When you want the wright files to be downloaded en written on the SD do: &lt;br /&gt;
 cd ~/sw/tools/overo_sd_maker/&lt;br /&gt;
 sw/tools/overo_sd_maker&lt;br /&gt;
 sudo ./overo_sd_maker.sh&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Once you have written your image to the sd card, you may insert it in the Overo and power Lisa. Connecting a mini usb cable to it will give you access to the console of the Overo as the first USB device ( usualy /dev/ttyUSB0). You can run a terminal like gtkterm or kermit to watch your Overo booting and log on it using root for login and no password. &lt;br /&gt;
&lt;br /&gt;
For Kermit do:&lt;br /&gt;
 sudo apt-get install ckermit&lt;br /&gt;
 $ kermit -l /dev/ttyUSB0&lt;br /&gt;
 C-Kermit&amp;gt;set flow-control none&lt;br /&gt;
 C-Kermit&amp;gt;set carrier-watch off&lt;br /&gt;
 C-Kermit&amp;gt;set speed 115200&lt;br /&gt;
 /dev/ttyUSB0, 115200 bps&lt;br /&gt;
 C-Kermit&amp;gt;connect&lt;br /&gt;
 Connecting to /dev/ttyUSB0, speed 115200&lt;br /&gt;
 Escape character: Ctrl-\ (ASCII 28, FS): enabled&lt;br /&gt;
 Type the escape character followed by C to get back,&lt;br /&gt;
 or followed by ? to see other options.&lt;br /&gt;
&lt;br /&gt;
When you wait a few minutes your overo is booted from the SD card and you can log in if you see overo login:&lt;br /&gt;
&lt;br /&gt;
 overo login: root&lt;br /&gt;
 root@overo:~#&lt;br /&gt;
&lt;br /&gt;
* One on the first things you might want to do is setup wireless networking. Overo Air has a builting wifi adapter. On others you can use an external USB wifi stick.   &lt;br /&gt;
* Flash the STM32 with the link test program&lt;br /&gt;
  make AIRCRAFT=BOOZ2_A8 stm_test_spi_link.upload&lt;br /&gt;
* Compile and upload the Overo test program.&lt;br /&gt;
  make AIRCRAFT=BOOZ2_A8 overo_test_spi_link.upload&lt;br /&gt;
* Log on your Overo and run it&lt;br /&gt;
&lt;br /&gt;
=Use case #1: the fixedwing firmware running in the STM32 only=&lt;br /&gt;
&lt;br /&gt;
Coming soon... look for airframes/AirborneCodeReorg/LisaFw.xml&lt;br /&gt;
&lt;br /&gt;
=Use case #2: the rotorcraft firmware running in the STM32 only=&lt;br /&gt;
&lt;br /&gt;
Use the airframes/Poine/booz2_a7 as an example. You may only have to change some subsystems type to match your peripherals.&lt;br /&gt;
&lt;br /&gt;
    make AIRCRAFT=BOOZ2_A7 ap.upload&lt;br /&gt;
&lt;br /&gt;
=Use case #3: the lisa_passthrough firmware=&lt;br /&gt;
&lt;br /&gt;
This firmware is about turning the STM32 into a simple io processor that sends sensors and radio control to the Overo and fetches actuators position in return.&lt;br /&gt;
&lt;br /&gt;
The stm_passthrough target is what is ran on the STM32.&lt;br /&gt;
&lt;br /&gt;
The overo_test_passthrough target demonstrates the use of the Paparazzi framework on the Overo: communications with the stm32, accurate periodic events and telemetry/datalink over wifi.&lt;br /&gt;
&lt;br /&gt;
= IO =&lt;br /&gt;
&lt;br /&gt;
[[Image:LisaL-V1 1-top-labeled.png|700px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:LisaL-V1 1-back-labeled.png|500px]]&lt;br /&gt;
&lt;br /&gt;
= Spektrum/JR remote receiver connection diagram =&lt;br /&gt;
&lt;br /&gt;
[[Image:Lisa_L_V1_1_satellite_receiver_connection.png|500px]]&lt;br /&gt;
&lt;br /&gt;
[[Category:User_Documentation]]&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=User/LisaL&amp;diff=9734</id>
		<title>User/LisaL</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=User/LisaL&amp;diff=9734"/>
		<updated>2011-07-10T23:26:23Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page describe how to use Lisa/L from a user point of view&lt;br /&gt;
&lt;br /&gt;
= Lisa/L =&lt;br /&gt;
&lt;br /&gt;
Lisa ( the Lost Illusions Serendipitous Autopilot) is a new range of autopilots based on [http://www.st.com/mcu/inchtml-pages-stm32.html STM32] microcontrollers ( CortexM3@72Mhz ) designed to run Paparazzi.&lt;br /&gt;
There's no such thing as a perfect autopilot, only autopilots adapted to a particular purpose. This is the reason why Lisa comes in different flavors for different usages. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
Lisa/L is a dual processor board autopilot designed to allow the possibility of using Linux for Paparazzi airborne code.&lt;br /&gt;
&lt;br /&gt;
[[Image:lisa_l_bloc_diag_simple.png|360px]]&lt;br /&gt;
[[Image:lisa_l_top.png|360px]] [[Image:lisa_l_bot.png|360px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Hardware Revision History =&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;  cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;text-align:center&amp;quot; cellpadding=&amp;quot;6&amp;quot;&lt;br /&gt;
!''Version #''!!''Release Date''!!''Release Notes''&lt;br /&gt;
|-&lt;br /&gt;
|v1.00||???||Initial release of Lisa/L&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Features =&lt;br /&gt;
&lt;br /&gt;
* STM32 microcontroller (CortexM3@72Mhz) &lt;br /&gt;
* ?x Analog input channels 0V - 3.3V (2 channels with optional on-board resistor bridge)&lt;br /&gt;
* 3x 3.3V TTL UART (5V tolerant)&lt;br /&gt;
* 1x CAN&lt;br /&gt;
* ?x PWM outputs&lt;br /&gt;
* ?x R/C receiver PPM frame input&lt;br /&gt;
* ?x [http://en.wikipedia.org/wiki/Serial_Peripheral_Interface SPI] bus&lt;br /&gt;
* ?x [http://en.wikipedia.org/wiki/I2c I&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;C] bus&lt;br /&gt;
* ?x USB (client)&lt;br /&gt;
* ? switching power supply&lt;br /&gt;
* ? linear regulator&lt;br /&gt;
* ?x status LEDs with attached test point&lt;br /&gt;
* ? grams (? oz)&lt;br /&gt;
* dimensions&lt;br /&gt;
* 4 layers PCB design&lt;br /&gt;
&lt;br /&gt;
=Getting started=&lt;br /&gt;
&lt;br /&gt;
* Install Gnu/Linux Ubuntu lucid lynx ( 10.04) and the paparazzi-dev, paparazzi-stm32 packages and paparazzi-omap( Installation from the Command Line: on this page [[Installation]] ).&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install paparazzi-dev  paparazzi-stm32 paparazzi-omap&lt;br /&gt;
* Connect power to the board. The board accepts input voltage from 6V to 18V. The power connector is from JST and known in the rc world as a BEC connector&lt;br /&gt;
* Connect a mini USB cable in the mini USB connector. This should give you two USB devices. The first one ( usualy /dev/ttyUSB0) is the console for the Overo, the second one is the JTAG for the STM32&lt;br /&gt;
* Flash a test program in the stm32 : &lt;br /&gt;
  make AIRCRAFT=BOOZ2_A7 test_baro.upload&lt;br /&gt;
&lt;br /&gt;
=== Overo ===&lt;br /&gt;
* The main documentation page for the overo on gumstix website is [http://www.gumstix.net/Setup-and-Programming/cat/Overo-Setup-and-Programming/111.html here].&lt;br /&gt;
* We now have a Overo toolchain package ! install the paparazzi-omap package.&lt;br /&gt;
 sudo apt-get install paparazzi-omap&lt;br /&gt;
If you feel it's too easy, you can look at [http://paparazzi.enac.fr/wiki/LisaOveroImage here] and enjoy the fun of compiling openembedded yourself&lt;br /&gt;
* In order to use the SPI link between the STM32 and the Overo, you'll need a patched linux kernel and a couple of libraries. Look in the developer section if you wanna know the gore details of it. If not, just download our pre-compiled filesystem image and kernel from [http://paparazzi.enac.fr/overo/ here] and follow the instruction from [http://www.gumstix.net/Setup-and-Programming/view/Overo-Setup-and-Programming/Creating-a-bootable-microSD-card/111.html here] to write them on a micro sd card.&lt;br /&gt;
&lt;br /&gt;
When you want the wright files to be downloaded en written on the SD do: &lt;br /&gt;
 cd ~/sw/tools/overo_sd_maker/&lt;br /&gt;
 sw/tools/overo_sd_maker&lt;br /&gt;
 sudo ./overo_sd_maker.sh&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Once you have written your image to the sd card, you may insert it in the Overo and power Lisa. Connecting a mini usb cable to it will give you access to the console of the Overo as the first USB device ( usualy /dev/ttyUSB0). You can run a terminal like gtkterm or kermit to watch your Overo booting and log on it using root for login and no password. &lt;br /&gt;
&lt;br /&gt;
For Kermit do:&lt;br /&gt;
 sudo apt-get install ckermit&lt;br /&gt;
 $ kermit -l /dev/ttyUSB0&lt;br /&gt;
 C-Kermit&amp;gt;set flow-control none&lt;br /&gt;
 C-Kermit&amp;gt;set carrier-watch off&lt;br /&gt;
 C-Kermit&amp;gt;set speed 115200&lt;br /&gt;
 /dev/ttyUSB0, 115200 bps&lt;br /&gt;
 C-Kermit&amp;gt;connect&lt;br /&gt;
 Connecting to /dev/ttyUSB0, speed 115200&lt;br /&gt;
 Escape character: Ctrl-\ (ASCII 28, FS): enabled&lt;br /&gt;
 Type the escape character followed by C to get back,&lt;br /&gt;
 or followed by ? to see other options.&lt;br /&gt;
&lt;br /&gt;
When you wait a few minutes your overo is booted from the SD card and you can log in if you see overo login:&lt;br /&gt;
&lt;br /&gt;
 overo login: root&lt;br /&gt;
 root@overo:~#&lt;br /&gt;
&lt;br /&gt;
* One on the first things you might want to do is setup wireless networking. Overo Air has a builting wifi adapter. On others you can use an external USB wifi stick.   &lt;br /&gt;
* Flash the STM32 with the link test program&lt;br /&gt;
  make AIRCRAFT=BOOZ2_A8 stm_test_spi_link.upload&lt;br /&gt;
* Compile and upload the Overo test program.&lt;br /&gt;
  make AIRCRAFT=BOOZ2_A8 overo_test_spi_link.upload&lt;br /&gt;
* Log on your Overo and run it&lt;br /&gt;
&lt;br /&gt;
=Use case #1: the fixedwing firmware running in the STM32 only=&lt;br /&gt;
&lt;br /&gt;
Coming soon... look for airframes/AirborneCodeReorg/LisaFw.xml&lt;br /&gt;
&lt;br /&gt;
=Use case #2: the rotorcraft firmware running in the STM32 only=&lt;br /&gt;
&lt;br /&gt;
Use the airframes/Poine/booz2_a7 as an example. You may only have to change some subsystems type to match your peripherals.&lt;br /&gt;
&lt;br /&gt;
    make AIRCRAFT=BOOZ2_A7 ap.upload&lt;br /&gt;
&lt;br /&gt;
=Use case #3: the lisa_passthrough firmware=&lt;br /&gt;
&lt;br /&gt;
This firmware is about turning the STM32 into a simple io processor that sends sensors and radio control to the Overo and fetches actuators position in return.&lt;br /&gt;
&lt;br /&gt;
The stm_passthrough target is what is ran on the STM32.&lt;br /&gt;
&lt;br /&gt;
The overo_test_passthrough target demonstrates the use of the Paparazzi framework on the Overo: communications with the stm32, accurate periodic events and telemetry/datalink over wifi.&lt;br /&gt;
&lt;br /&gt;
= IO =&lt;br /&gt;
&lt;br /&gt;
[[Image:LisaL-V1 1-top-labeled.png|700px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:LisaL-V1 1-back-labeled.png|500px]]&lt;br /&gt;
&lt;br /&gt;
= Spektrum/JR remote receiver connection diagram =&lt;br /&gt;
&lt;br /&gt;
[[Image:Lisa_L_V1_1_satellite_receiver_connection.png|500px]]&lt;br /&gt;
&lt;br /&gt;
[[Category:User_Documentation]]&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=User/LisaL&amp;diff=9733</id>
		<title>User/LisaL</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=User/LisaL&amp;diff=9733"/>
		<updated>2011-07-10T22:26:30Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: /* Features */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page describe how to use Lisa/L from a user point of view&lt;br /&gt;
&lt;br /&gt;
= Lisa/L =&lt;br /&gt;
&lt;br /&gt;
Lisa ( the Lost Illusions Serendipitous Autopilot) is a new range of autopilots based on STM32 microcontrollers ( CortexM3@72Mhz ) designed to run Paparazzi. There's no such thing as a perfect autopilot, only autopilots adapted to a particular purpose. This is the reason why Lisa comes in different flavors for different usages. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
Lisa/L is a dual processor board autopilot designed to allow the possibility of using Linux for Paparazzi airborne code.&lt;br /&gt;
&lt;br /&gt;
[[Image:lisa_l_bloc_diag_simple.png|360px]]&lt;br /&gt;
[[Image:lisa_l_top.png|360px]] [[Image:lisa_l_bot.png|360px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Hardware Revision History =&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;  cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;text-align:center&amp;quot; cellpadding=&amp;quot;6&amp;quot;&lt;br /&gt;
!''Version #''!!''Release Date''!!''Release Notes''&lt;br /&gt;
|-&lt;br /&gt;
|v1.00||???||Initial release of Lisa/L&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Features =&lt;br /&gt;
&lt;br /&gt;
* STM32 microcontroller (CortexM3@72Mhz) &lt;br /&gt;
* ?x Analog input channels 0V - 3.3V (2 channels with optional on-board resistor bridge)&lt;br /&gt;
* 3x 3.3V TTL UART (5V tolerant)&lt;br /&gt;
* 1x CAN&lt;br /&gt;
* ?x PWM outputs&lt;br /&gt;
* ?x R/C receiver PPM frame input&lt;br /&gt;
* ?x [http://en.wikipedia.org/wiki/Serial_Peripheral_Interface SPI] bus&lt;br /&gt;
* ?x [http://en.wikipedia.org/wiki/I2c I&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;C] bus&lt;br /&gt;
* ?x USB (client)&lt;br /&gt;
* ? switching power supply&lt;br /&gt;
* ? linear regulator&lt;br /&gt;
* ?x status LEDs with attached test point&lt;br /&gt;
* ? grams (? oz)&lt;br /&gt;
* dimensions&lt;br /&gt;
* 4 layers PCB design&lt;br /&gt;
&lt;br /&gt;
=Getting started=&lt;br /&gt;
&lt;br /&gt;
* Install Gnu/Linux Ubuntu lucid lynx ( 10.04) and the paparazzi-dev, paparazzi-stm32 packages and paparazzi-omap( Installation from the Command Line: on this page [[Installation]] ).&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install paparazzi-dev  paparazzi-stm32 paparazzi-omap&lt;br /&gt;
* Connect power to the board. The board accepts input voltage from 6V to 18V. The power connector is from JST and known in the rc world as a BEC connector&lt;br /&gt;
* Connect a mini USB cable in the mini USB connector. This should give you two USB devices. The first one ( usualy /dev/ttyUSB0) is the console for the Overo, the second one is the JTAG for the STM32&lt;br /&gt;
* Flash a test program in the stm32 : &lt;br /&gt;
  make AIRCRAFT=BOOZ2_A7 test_baro.upload&lt;br /&gt;
&lt;br /&gt;
=== Overo ===&lt;br /&gt;
* The main documentation page for the overo on gumstix website is [http://www.gumstix.net/Setup-and-Programming/cat/Overo-Setup-and-Programming/111.html here].&lt;br /&gt;
* We now have a Overo toolchain package ! install the paparazzi-omap package.&lt;br /&gt;
 sudo apt-get install paparazzi-omap&lt;br /&gt;
If you feel it's too easy, you can look at [http://paparazzi.enac.fr/wiki/LisaOveroImage here] and enjoy the fun of compiling openembedded yourself&lt;br /&gt;
* In order to use the SPI link between the STM32 and the Overo, you'll need a patched linux kernel and a couple of libraries. Look in the developer section if you wanna know the gore details of it. If not, just download our pre-compiled filesystem image and kernel from [http://paparazzi.enac.fr/overo/ here] and follow the instruction from [http://www.gumstix.net/Setup-and-Programming/view/Overo-Setup-and-Programming/Creating-a-bootable-microSD-card/111.html here] to write them on a micro sd card.&lt;br /&gt;
&lt;br /&gt;
When you want the wright files to be downloaded en written on the SD do: &lt;br /&gt;
 cd ~/sw/tools/overo_sd_maker/&lt;br /&gt;
 sw/tools/overo_sd_maker&lt;br /&gt;
 sudo ./overo_sd_maker.sh&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Once you have written your image to the sd card, you may insert it in the Overo and power Lisa. Connecting a mini usb cable to it will give you access to the console of the Overo as the first USB device ( usualy /dev/ttyUSB0). You can run a terminal like gtkterm or kermit to watch your Overo booting and log on it using root for login and no password. &lt;br /&gt;
&lt;br /&gt;
For Kermit do:&lt;br /&gt;
 sudo apt-get install ckermit&lt;br /&gt;
 $ kermit -l /dev/ttyUSB0&lt;br /&gt;
 C-Kermit&amp;gt;set flow-control none&lt;br /&gt;
 C-Kermit&amp;gt;set carrier-watch off&lt;br /&gt;
 C-Kermit&amp;gt;set speed 115200&lt;br /&gt;
 /dev/ttyUSB0, 115200 bps&lt;br /&gt;
 C-Kermit&amp;gt;connect&lt;br /&gt;
 Connecting to /dev/ttyUSB0, speed 115200&lt;br /&gt;
 Escape character: Ctrl-\ (ASCII 28, FS): enabled&lt;br /&gt;
 Type the escape character followed by C to get back,&lt;br /&gt;
 or followed by ? to see other options.&lt;br /&gt;
&lt;br /&gt;
When you wait a few minutes your overo is booted from the SD card and you can log in if you see overo login:&lt;br /&gt;
&lt;br /&gt;
 overo login: root&lt;br /&gt;
 root@overo:~#&lt;br /&gt;
&lt;br /&gt;
* One on the first things you might want to do is setup wireless networking. Overo Air has a builting wifi adapter. On others you can use an external USB wifi stick.   &lt;br /&gt;
* Flash the STM32 with the link test program&lt;br /&gt;
  make AIRCRAFT=BOOZ2_A8 stm_test_spi_link.upload&lt;br /&gt;
* Compile and upload the Overo test program.&lt;br /&gt;
  make AIRCRAFT=BOOZ2_A8 overo_test_spi_link.upload&lt;br /&gt;
* Log on your Overo and run it&lt;br /&gt;
&lt;br /&gt;
=Use case #1: the fixedwing firmware running in the STM32 only=&lt;br /&gt;
&lt;br /&gt;
Coming soon... look for airframes/AirborneCodeReorg/LisaFw.xml&lt;br /&gt;
&lt;br /&gt;
=Use case #2: the rotorcraft firmware running in the STM32 only=&lt;br /&gt;
&lt;br /&gt;
Use the airframes/Poine/booz2_a7 as an example. You may only have to change some subsystems type to match your peripherals.&lt;br /&gt;
&lt;br /&gt;
    make AIRCRAFT=BOOZ2_A7 ap.upload&lt;br /&gt;
&lt;br /&gt;
=Use case #3: the lisa_passthrough firmware=&lt;br /&gt;
&lt;br /&gt;
This firmware is about turning the STM32 into a simple io processor that sends sensors and radio control to the Overo and fetches actuators position in return.&lt;br /&gt;
&lt;br /&gt;
The stm_passthrough target is what is ran on the STM32.&lt;br /&gt;
&lt;br /&gt;
The overo_test_passthrough target demonstrates the use of the Paparazzi framework on the Overo: communications with the stm32, accurate periodic events and telemetry/datalink over wifi.&lt;br /&gt;
&lt;br /&gt;
= IO =&lt;br /&gt;
&lt;br /&gt;
[[Image:LisaL-V1 1-top-labeled.png|700px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:LisaL-V1 1-back-labeled.png|500px]]&lt;br /&gt;
&lt;br /&gt;
= Spektrum/JR remote receiver connection diagram =&lt;br /&gt;
&lt;br /&gt;
[[Image:Lisa_L_V1_1_satellite_receiver_connection.png|500px]]&lt;br /&gt;
&lt;br /&gt;
[[Category:User_Documentation]]&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=User/LisaL&amp;diff=9729</id>
		<title>User/LisaL</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=User/LisaL&amp;diff=9729"/>
		<updated>2011-07-10T13:14:19Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: Features - to complete&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page describe how to use Lisa/L from a user point of view&lt;br /&gt;
&lt;br /&gt;
= Lisa/L =&lt;br /&gt;
&lt;br /&gt;
Lisa ( the Lost Illusions Serendipitous Autopilot) is a new range of autopilots based on STM32 microcontrollers ( CortexM3@72Mhz ) designed to run Paparazzi. There's no such thing as a perfect autopilot, only autopilots adapted to a particular purpose. This is the reason why Lisa comes in different flavors for different usages. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
Lisa/L is a dual processor board autopilot designed to allow the possibility of using Linux for Paparazzi airborne code.&lt;br /&gt;
&lt;br /&gt;
[[Image:lisa_l_bloc_diag_simple.png|360px]]&lt;br /&gt;
[[Image:lisa_l_top.png|360px]] [[Image:lisa_l_bot.png|360px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Hardware Revision History =&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;  cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;text-align:center&amp;quot; cellpadding=&amp;quot;6&amp;quot;&lt;br /&gt;
!''Version #''!!''Release Date''!!''Release Notes''&lt;br /&gt;
|-&lt;br /&gt;
|v1.00||???||Initial release of Lisa/L&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Features =&lt;br /&gt;
&lt;br /&gt;
* MCU&lt;br /&gt;
* ?x Analog input channels 0V - 3.3V (2 channels with optional on-board resistor bridge)&lt;br /&gt;
* ?x 3.3V TTL UART (5V tolerant)&lt;br /&gt;
* ?x PWM outputs&lt;br /&gt;
* ?x R/C receiver PPM frame input&lt;br /&gt;
* ?x [http://en.wikipedia.org/wiki/Serial_Peripheral_Interface SPI] bus&lt;br /&gt;
* ?x [http://en.wikipedia.org/wiki/I2c I&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;C] bus&lt;br /&gt;
* ?x USB (client)&lt;br /&gt;
* ? switching power supply&lt;br /&gt;
* ? linear regulator&lt;br /&gt;
* ?x status LEDs with attached test point&lt;br /&gt;
* ? grams (? oz)&lt;br /&gt;
* dimensions&lt;br /&gt;
* 4 layers PCB design&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Getting started=&lt;br /&gt;
&lt;br /&gt;
* Install Gnu/Linux Ubuntu lucid lynx ( 10.04) and the paparazzi-dev, paparazzi-stm32 packages and paparazzi-omap( Installation from the Command Line: on this page [[Installation]] ).&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install paparazzi-dev  paparazzi-stm32 paparazzi-omap&lt;br /&gt;
* Connect power to the board. The board accepts input voltage from 6V to 18V. The power connector is from JST and known in the rc world as a BEC connector&lt;br /&gt;
* Connect a mini USB cable in the mini USB connector. This should give you two USB devices. The first one ( usualy /dev/ttyUSB0) is the console for the Overo, the second one is the JTAG for the STM32&lt;br /&gt;
* Flash a test program in the stm32 : &lt;br /&gt;
  make AIRCRAFT=BOOZ2_A7 test_baro.upload&lt;br /&gt;
&lt;br /&gt;
=== Overo ===&lt;br /&gt;
* The main documentation page for the overo on gumstix website is [http://www.gumstix.net/Setup-and-Programming/cat/Overo-Setup-and-Programming/111.html here].&lt;br /&gt;
* We now have a Overo toolchain package ! install the paparazzi-omap package.&lt;br /&gt;
 sudo apt-get install paparazzi-omap&lt;br /&gt;
If you feel it's too easy, you can look at [http://paparazzi.enac.fr/wiki/LisaOveroImage here] and enjoy the fun of compiling openembedded yourself&lt;br /&gt;
* In order to use the SPI link between the STM32 and the Overo, you'll need a patched linux kernel and a couple of libraries. Look in the developer section if you wanna know the gore details of it. If not, just download our pre-compiled filesystem image and kernel from [http://paparazzi.enac.fr/overo/ here] and follow the instruction from [http://www.gumstix.net/Setup-and-Programming/view/Overo-Setup-and-Programming/Creating-a-bootable-microSD-card/111.html here] to write them on a micro sd card.&lt;br /&gt;
&lt;br /&gt;
When you want the wright files to be downloaded en written on the SD do: &lt;br /&gt;
 cd ~/sw/tools/overo_sd_maker/&lt;br /&gt;
 sw/tools/overo_sd_maker&lt;br /&gt;
 sudo ./overo_sd_maker.sh&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Once you have written your image to the sd card, you may insert it in the Overo and power Lisa. Connecting a mini usb cable to it will give you access to the console of the Overo as the first USB device ( usualy /dev/ttyUSB0). You can run a terminal like gtkterm or kermit to watch your Overo booting and log on it using root for login and no password. &lt;br /&gt;
&lt;br /&gt;
For Kermit do:&lt;br /&gt;
 sudo apt-get install ckermit&lt;br /&gt;
 $ kermit -l /dev/ttyUSB0&lt;br /&gt;
 C-Kermit&amp;gt;set flow-control none&lt;br /&gt;
 C-Kermit&amp;gt;set carrier-watch off&lt;br /&gt;
 C-Kermit&amp;gt;set speed 115200&lt;br /&gt;
 /dev/ttyUSB0, 115200 bps&lt;br /&gt;
 C-Kermit&amp;gt;connect&lt;br /&gt;
 Connecting to /dev/ttyUSB0, speed 115200&lt;br /&gt;
 Escape character: Ctrl-\ (ASCII 28, FS): enabled&lt;br /&gt;
 Type the escape character followed by C to get back,&lt;br /&gt;
 or followed by ? to see other options.&lt;br /&gt;
&lt;br /&gt;
When you wait a few minutes your overo is booted from the SD card and you can log in if you see overo login:&lt;br /&gt;
&lt;br /&gt;
 overo login: root&lt;br /&gt;
 root@overo:~#&lt;br /&gt;
&lt;br /&gt;
* One on the first things you might want to do is setup wireless networking. Overo Air has a builting wifi adapter. On others you can use an external USB wifi stick.   &lt;br /&gt;
* Flash the STM32 with the link test program&lt;br /&gt;
  make AIRCRAFT=BOOZ2_A8 stm_test_spi_link.upload&lt;br /&gt;
* Compile and upload the Overo test program.&lt;br /&gt;
  make AIRCRAFT=BOOZ2_A8 overo_test_spi_link.upload&lt;br /&gt;
* Log on your Overo and run it&lt;br /&gt;
&lt;br /&gt;
=Use case #1: the fixedwing firmware running in the STM32 only=&lt;br /&gt;
&lt;br /&gt;
Coming soon... look for airframes/AirborneCodeReorg/LisaFw.xml&lt;br /&gt;
&lt;br /&gt;
=Use case #2: the rotorcraft firmware running in the STM32 only=&lt;br /&gt;
&lt;br /&gt;
Use the airframes/Poine/booz2_a7 as an example. You may only have to change some subsystems type to match your peripherals.&lt;br /&gt;
&lt;br /&gt;
    make AIRCRAFT=BOOZ2_A7 ap.upload&lt;br /&gt;
&lt;br /&gt;
=Use case #3: the lisa_passthrough firmware=&lt;br /&gt;
&lt;br /&gt;
This firmware is about turning the STM32 into a simple io processor that sends sensors and radio control to the Overo and fetches actuators position in return.&lt;br /&gt;
&lt;br /&gt;
The stm_passthrough target is what is ran on the STM32.&lt;br /&gt;
&lt;br /&gt;
The overo_test_passthrough target demonstrates the use of the Paparazzi framework on the Overo: communications with the stm32, accurate periodic events and telemetry/datalink over wifi.&lt;br /&gt;
&lt;br /&gt;
= IO =&lt;br /&gt;
&lt;br /&gt;
[[Image:LisaL-V1 1-top-labeled.png|700px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:LisaL-V1 1-back-labeled.png|500px]]&lt;br /&gt;
&lt;br /&gt;
= Spektrum/JR remote receiver connection diagram =&lt;br /&gt;
&lt;br /&gt;
[[Image:Lisa_L_V1_1_satellite_receiver_connection.png|500px]]&lt;br /&gt;
&lt;br /&gt;
[[Category:User_Documentation]]&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=User/LisaL&amp;diff=9728</id>
		<title>User/LisaL</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=User/LisaL&amp;diff=9728"/>
		<updated>2011-07-10T13:12:07Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: /* Getting started */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page describe how to use Lisa/L from a user point of view&lt;br /&gt;
&lt;br /&gt;
= Lisa/L =&lt;br /&gt;
&lt;br /&gt;
Lisa ( the Lost Illusions Serendipitous Autopilot) is a new range of autopilots based on STM32 microcontrollers ( CortexM3@72Mhz ) designed to run Paparazzi. There's no such thing as a perfect autopilot, only autopilots adapted to a particular purpose. This is the reason why Lisa comes in different flavors for different usages. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
Lisa/L is a dual processor board autopilot designed to allow the possibility of using Linux for Paparazzi airborne code.&lt;br /&gt;
&lt;br /&gt;
[[Image:lisa_l_bloc_diag_simple.png|360px]]&lt;br /&gt;
[[Image:lisa_l_top.png|360px]] [[Image:lisa_l_bot.png|360px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Hardware Revision History =&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;  cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;text-align:center&amp;quot; cellpadding=&amp;quot;6&amp;quot;&lt;br /&gt;
!''Version #''!!''Release Date''!!''Release Notes''&lt;br /&gt;
|-&lt;br /&gt;
|v1.00||???||Initial release of Lisa/L&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Getting started=&lt;br /&gt;
&lt;br /&gt;
* Install Gnu/Linux Ubuntu lucid lynx ( 10.04) and the paparazzi-dev, paparazzi-stm32 packages and paparazzi-omap( Installation from the Command Line: on this page [[Installation]] ).&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install paparazzi-dev  paparazzi-stm32 paparazzi-omap&lt;br /&gt;
* Connect power to the board. The board accepts input voltage from 6V to 18V. The power connector is from JST and known in the rc world as a BEC connector&lt;br /&gt;
* Connect a mini USB cable in the mini USB connector. This should give you two USB devices. The first one ( usualy /dev/ttyUSB0) is the console for the Overo, the second one is the JTAG for the STM32&lt;br /&gt;
* Flash a test program in the stm32 : &lt;br /&gt;
  make AIRCRAFT=BOOZ2_A7 test_baro.upload&lt;br /&gt;
&lt;br /&gt;
=== Overo ===&lt;br /&gt;
* The main documentation page for the overo on gumstix website is [http://www.gumstix.net/Setup-and-Programming/cat/Overo-Setup-and-Programming/111.html here].&lt;br /&gt;
* We now have a Overo toolchain package ! install the paparazzi-omap package.&lt;br /&gt;
 sudo apt-get install paparazzi-omap&lt;br /&gt;
If you feel it's too easy, you can look at [http://paparazzi.enac.fr/wiki/LisaOveroImage here] and enjoy the fun of compiling openembedded yourself&lt;br /&gt;
* In order to use the SPI link between the STM32 and the Overo, you'll need a patched linux kernel and a couple of libraries. Look in the developer section if you wanna know the gore details of it. If not, just download our pre-compiled filesystem image and kernel from [http://paparazzi.enac.fr/overo/ here] and follow the instruction from [http://www.gumstix.net/Setup-and-Programming/view/Overo-Setup-and-Programming/Creating-a-bootable-microSD-card/111.html here] to write them on a micro sd card.&lt;br /&gt;
&lt;br /&gt;
When you want the wright files to be downloaded en written on the SD do: &lt;br /&gt;
 cd ~/sw/tools/overo_sd_maker/&lt;br /&gt;
 sw/tools/overo_sd_maker&lt;br /&gt;
 sudo ./overo_sd_maker.sh&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Once you have written your image to the sd card, you may insert it in the Overo and power Lisa. Connecting a mini usb cable to it will give you access to the console of the Overo as the first USB device ( usualy /dev/ttyUSB0). You can run a terminal like gtkterm or kermit to watch your Overo booting and log on it using root for login and no password. &lt;br /&gt;
&lt;br /&gt;
For Kermit do:&lt;br /&gt;
 sudo apt-get install ckermit&lt;br /&gt;
 $ kermit -l /dev/ttyUSB0&lt;br /&gt;
 C-Kermit&amp;gt;set flow-control none&lt;br /&gt;
 C-Kermit&amp;gt;set carrier-watch off&lt;br /&gt;
 C-Kermit&amp;gt;set speed 115200&lt;br /&gt;
 /dev/ttyUSB0, 115200 bps&lt;br /&gt;
 C-Kermit&amp;gt;connect&lt;br /&gt;
 Connecting to /dev/ttyUSB0, speed 115200&lt;br /&gt;
 Escape character: Ctrl-\ (ASCII 28, FS): enabled&lt;br /&gt;
 Type the escape character followed by C to get back,&lt;br /&gt;
 or followed by ? to see other options.&lt;br /&gt;
&lt;br /&gt;
When you wait a few minutes your overo is booted from the SD card and you can log in if you see overo login:&lt;br /&gt;
&lt;br /&gt;
 overo login: root&lt;br /&gt;
 root@overo:~#&lt;br /&gt;
&lt;br /&gt;
* One on the first things you might want to do is setup wireless networking. Overo Air has a builting wifi adapter. On others you can use an external USB wifi stick.   &lt;br /&gt;
* Flash the STM32 with the link test program&lt;br /&gt;
  make AIRCRAFT=BOOZ2_A8 stm_test_spi_link.upload&lt;br /&gt;
* Compile and upload the Overo test program.&lt;br /&gt;
  make AIRCRAFT=BOOZ2_A8 overo_test_spi_link.upload&lt;br /&gt;
* Log on your Overo and run it&lt;br /&gt;
&lt;br /&gt;
=Use case #1: the fixedwing firmware running in the STM32 only=&lt;br /&gt;
&lt;br /&gt;
Coming soon... look for airframes/AirborneCodeReorg/LisaFw.xml&lt;br /&gt;
&lt;br /&gt;
=Use case #2: the rotorcraft firmware running in the STM32 only=&lt;br /&gt;
&lt;br /&gt;
Use the airframes/Poine/booz2_a7 as an example. You may only have to change some subsystems type to match your peripherals.&lt;br /&gt;
&lt;br /&gt;
    make AIRCRAFT=BOOZ2_A7 ap.upload&lt;br /&gt;
&lt;br /&gt;
=Use case #3: the lisa_passthrough firmware=&lt;br /&gt;
&lt;br /&gt;
This firmware is about turning the STM32 into a simple io processor that sends sensors and radio control to the Overo and fetches actuators position in return.&lt;br /&gt;
&lt;br /&gt;
The stm_passthrough target is what is ran on the STM32.&lt;br /&gt;
&lt;br /&gt;
The overo_test_passthrough target demonstrates the use of the Paparazzi framework on the Overo: communications with the stm32, accurate periodic events and telemetry/datalink over wifi.&lt;br /&gt;
&lt;br /&gt;
= IO =&lt;br /&gt;
&lt;br /&gt;
[[Image:LisaL-V1 1-top-labeled.png|700px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:LisaL-V1 1-back-labeled.png|500px]]&lt;br /&gt;
&lt;br /&gt;
= Spektrum/JR remote receiver connection diagram =&lt;br /&gt;
&lt;br /&gt;
[[Image:Lisa_L_V1_1_satellite_receiver_connection.png|500px]]&lt;br /&gt;
&lt;br /&gt;
[[Category:User_Documentation]]&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=User/LisaL&amp;diff=9727</id>
		<title>User/LisaL</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=User/LisaL&amp;diff=9727"/>
		<updated>2011-07-10T13:11:41Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: Revision History&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page describe how to use Lisa/L from a user point of view&lt;br /&gt;
&lt;br /&gt;
= Lisa/L =&lt;br /&gt;
&lt;br /&gt;
Lisa ( the Lost Illusions Serendipitous Autopilot) is a new range of autopilots based on STM32 microcontrollers ( CortexM3@72Mhz ) designed to run Paparazzi. There's no such thing as a perfect autopilot, only autopilots adapted to a particular purpose. This is the reason why Lisa comes in different flavors for different usages. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
Lisa/L is a dual processor board autopilot designed to allow the possibility of using Linux for Paparazzi airborne code.&lt;br /&gt;
&lt;br /&gt;
[[Image:lisa_l_bloc_diag_simple.png|360px]]&lt;br /&gt;
[[Image:lisa_l_top.png|360px]] [[Image:lisa_l_bot.png|360px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Hardware Revision History =&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;  cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;text-align:center&amp;quot; cellpadding=&amp;quot;6&amp;quot;&lt;br /&gt;
!''Version #''!!''Release Date''!!''Release Notes''&lt;br /&gt;
|-&lt;br /&gt;
|v1.00||???||Initial release of Lisa/L&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Getting started=&lt;br /&gt;
&lt;br /&gt;
* Install Gnu/Linux Ubuntu lucid lynx ( 10.04) and the paparazzi-dev, paparazzi-stm32 packages and paparazzi-omap( Installation from the Command Line: on this page [[Installation]] ).&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install paparazzi-dev  paparazzi-stm32 paparazzi-omap&lt;br /&gt;
* Connect power to the board. The board accepts input voltage from 6V to 18V. The power connector is from JST and known in the rc world as a BEC connector&lt;br /&gt;
* Connect a mini USB cable in the mini USB connector. This should give you two USB devices. The first one ( usualy /dev/ttyUSB0) is the console for the Overo, the second one is the JTAG for the STM32&lt;br /&gt;
* Flash a test program in the stm32 : &lt;br /&gt;
  make AIRCRAFT=BOOZ2_A7 test_baro.upload&lt;br /&gt;
&lt;br /&gt;
=== Overo ===&lt;br /&gt;
* The main documentation page for the overo on gumstix website is [http://www.gumstix.net/Setup-and-Programming/cat/Overo-Setup-and-Programming/111.html here].&lt;br /&gt;
* We now have a Overo toolchain package ! install the paparazzi-omap package.&lt;br /&gt;
 sudo apt-get install paparazzi-omap&lt;br /&gt;
If you feel it's too easy, you can look at [http://paparazzi.enac.fr/wiki/LisaOveroImage here] and enjoy the fun of compiling openembedded yourself&lt;br /&gt;
* In order to use the SPI link between the STM32 and the Overo, you'll need a patched linux kernel and a couple of libraries. Look in the developer section if you wanna know the gore details of it. If not, just download our pre-compiled filesystem image and kernel from [http://paparazzi.enac.fr/overo/ here] and follow the instruction from [http://www.gumstix.net/Setup-and-Programming/view/Overo-Setup-and-Programming/Creating-a-bootable-microSD-card/111.html here] to write them on a micro sd card.&lt;br /&gt;
&lt;br /&gt;
When you want the wright files to be downloaded en written on the SD do: &lt;br /&gt;
 cd ~/sw/tools/overo_sd_maker/&lt;br /&gt;
 sw/tools/overo_sd_maker&lt;br /&gt;
 sudo ./overo_sd_maker.sh&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Once you have written your image to the sd card, you may insert it in the Overo and power Lisa. Connecting a mini usb cable to it will give you access to the console of the Overo as the first USB device ( usualy /dev/ttyUSB0). You can run a terminal like gtkterm or kermit to watch your Overo booting and log on it using root for login and no password. &lt;br /&gt;
&lt;br /&gt;
For Kermit do:&lt;br /&gt;
 sudo apt-get install ckermit&lt;br /&gt;
 $ kermit -l /dev/ttyUSB0&lt;br /&gt;
 C-Kermit&amp;gt;set flow-control none&lt;br /&gt;
 C-Kermit&amp;gt;set carrier-watch off&lt;br /&gt;
 C-Kermit&amp;gt;set speed 115200&lt;br /&gt;
 /dev/ttyUSB0, 115200 bps&lt;br /&gt;
 C-Kermit&amp;gt;connect&lt;br /&gt;
 Connecting to /dev/ttyUSB0, speed 115200&lt;br /&gt;
 Escape character: Ctrl-\ (ASCII 28, FS): enabled&lt;br /&gt;
 Type the escape character followed by C to get back,&lt;br /&gt;
 or followed by ? to see other options.&lt;br /&gt;
&lt;br /&gt;
When you wait a few minutes your overo is booted from the SD card and you can log in if you see overo login:&lt;br /&gt;
&lt;br /&gt;
 overo login: root&lt;br /&gt;
 root@overo:~#&lt;br /&gt;
&lt;br /&gt;
* One on the first things you might want to do is setup wireless networking. Overo Air has a builting wifi adapter. On others you can use an external USB wifi stick.   &lt;br /&gt;
* Flash the STM32 with the link test program&lt;br /&gt;
  make AIRCRAFT=BOOZ2_A8 stm_test_spi_link.upload&lt;br /&gt;
* Compile and upload the Overo test program.&lt;br /&gt;
  make AIRCRAFT=BOOZ2_A8 overo_test_spi_link.upload&lt;br /&gt;
* Log on your Overo and run it&lt;br /&gt;
&lt;br /&gt;
=Use case #1: the fixedwing firmware running in the STM32 only=&lt;br /&gt;
&lt;br /&gt;
Coming soon... look for airframes/AirborneCodeReorg/LisaFw.xml&lt;br /&gt;
&lt;br /&gt;
=Use case #2: the rotorcraft firmware running in the STM32 only=&lt;br /&gt;
&lt;br /&gt;
Use the airframes/Poine/booz2_a7 as an example. You may only have to change some subsystems type to match your peripherals.&lt;br /&gt;
&lt;br /&gt;
    make AIRCRAFT=BOOZ2_A7 ap.upload&lt;br /&gt;
&lt;br /&gt;
=Use case #3: the lisa_passthrough firmware=&lt;br /&gt;
&lt;br /&gt;
This firmware is about turning the STM32 into a simple io processor that sends sensors and radio control to the Overo and fetches actuators position in return.&lt;br /&gt;
&lt;br /&gt;
The stm_passthrough target is what is ran on the STM32.&lt;br /&gt;
&lt;br /&gt;
The overo_test_passthrough target demonstrates the use of the Paparazzi framework on the Overo: communications with the stm32, accurate periodic events and telemetry/datalink over wifi.&lt;br /&gt;
&lt;br /&gt;
= IO =&lt;br /&gt;
&lt;br /&gt;
[[Image:LisaL-V1 1-top-labeled.png|700px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:LisaL-V1 1-back-labeled.png|500px]]&lt;br /&gt;
&lt;br /&gt;
= Spektrum/JR remote receiver connection diagram =&lt;br /&gt;
&lt;br /&gt;
[[Image:Lisa_L_V1_1_satellite_receiver_connection.png|500px]]&lt;br /&gt;
&lt;br /&gt;
[[Category:User_Documentation]]&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=User/LisaL&amp;diff=9726</id>
		<title>User/LisaL</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=User/LisaL&amp;diff=9726"/>
		<updated>2011-07-10T13:10:30Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: Added Description&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page describe how to use Lisa/L from a user point of view&lt;br /&gt;
&lt;br /&gt;
= Lisa/L =&lt;br /&gt;
&lt;br /&gt;
Lisa ( the Lost Illusions Serendipitous Autopilot) is a new range of autopilots based on STM32 microcontrollers ( CortexM3@72Mhz ) designed to run Paparazzi. There's no such thing as a perfect autopilot, only autopilots adapted to a particular purpose. This is the reason why Lisa comes in different flavors for different usages. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
Lisa/L is a dual processor board autopilot designed to allow the possibility of using Linux for Paparazzi airborne code.&lt;br /&gt;
&lt;br /&gt;
[[Image:lisa_l_bloc_diag_simple.png|360px]]&lt;br /&gt;
[[Image:lisa_l_top.png|360px]] [[Image:lisa_l_bot.png|360px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Getting started=&lt;br /&gt;
&lt;br /&gt;
* Install Gnu/Linux Ubuntu lucid lynx ( 10.04) and the paparazzi-dev, paparazzi-stm32 packages and paparazzi-omap( Installation from the Command Line: on this page [[Installation]] ).&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install paparazzi-dev  paparazzi-stm32 paparazzi-omap&lt;br /&gt;
* Connect power to the board. The board accepts input voltage from 6V to 18V. The power connector is from JST and known in the rc world as a BEC connector&lt;br /&gt;
* Connect a mini USB cable in the mini USB connector. This should give you two USB devices. The first one ( usualy /dev/ttyUSB0) is the console for the Overo, the second one is the JTAG for the STM32&lt;br /&gt;
* Flash a test program in the stm32 : &lt;br /&gt;
  make AIRCRAFT=BOOZ2_A7 test_baro.upload&lt;br /&gt;
&lt;br /&gt;
=== Overo ===&lt;br /&gt;
* The main documentation page for the overo on gumstix website is [http://www.gumstix.net/Setup-and-Programming/cat/Overo-Setup-and-Programming/111.html here].&lt;br /&gt;
* We now have a Overo toolchain package ! install the paparazzi-omap package.&lt;br /&gt;
 sudo apt-get install paparazzi-omap&lt;br /&gt;
If you feel it's too easy, you can look at [http://paparazzi.enac.fr/wiki/LisaOveroImage here] and enjoy the fun of compiling openembedded yourself&lt;br /&gt;
* In order to use the SPI link between the STM32 and the Overo, you'll need a patched linux kernel and a couple of libraries. Look in the developer section if you wanna know the gore details of it. If not, just download our pre-compiled filesystem image and kernel from [http://paparazzi.enac.fr/overo/ here] and follow the instruction from [http://www.gumstix.net/Setup-and-Programming/view/Overo-Setup-and-Programming/Creating-a-bootable-microSD-card/111.html here] to write them on a micro sd card.&lt;br /&gt;
&lt;br /&gt;
When you want the wright files to be downloaded en written on the SD do: &lt;br /&gt;
 cd ~/sw/tools/overo_sd_maker/&lt;br /&gt;
 sw/tools/overo_sd_maker&lt;br /&gt;
 sudo ./overo_sd_maker.sh&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Once you have written your image to the sd card, you may insert it in the Overo and power Lisa. Connecting a mini usb cable to it will give you access to the console of the Overo as the first USB device ( usualy /dev/ttyUSB0). You can run a terminal like gtkterm or kermit to watch your Overo booting and log on it using root for login and no password. &lt;br /&gt;
&lt;br /&gt;
For Kermit do:&lt;br /&gt;
 sudo apt-get install ckermit&lt;br /&gt;
 $ kermit -l /dev/ttyUSB0&lt;br /&gt;
 C-Kermit&amp;gt;set flow-control none&lt;br /&gt;
 C-Kermit&amp;gt;set carrier-watch off&lt;br /&gt;
 C-Kermit&amp;gt;set speed 115200&lt;br /&gt;
 /dev/ttyUSB0, 115200 bps&lt;br /&gt;
 C-Kermit&amp;gt;connect&lt;br /&gt;
 Connecting to /dev/ttyUSB0, speed 115200&lt;br /&gt;
 Escape character: Ctrl-\ (ASCII 28, FS): enabled&lt;br /&gt;
 Type the escape character followed by C to get back,&lt;br /&gt;
 or followed by ? to see other options.&lt;br /&gt;
&lt;br /&gt;
When you wait a few minutes your overo is booted from the SD card and you can log in if you see overo login:&lt;br /&gt;
&lt;br /&gt;
 overo login: root&lt;br /&gt;
 root@overo:~#&lt;br /&gt;
&lt;br /&gt;
* One on the first things you might want to do is setup wireless networking. Overo Air has a builting wifi adapter. On others you can use an external USB wifi stick.   &lt;br /&gt;
* Flash the STM32 with the link test program&lt;br /&gt;
  make AIRCRAFT=BOOZ2_A8 stm_test_spi_link.upload&lt;br /&gt;
* Compile and upload the Overo test program.&lt;br /&gt;
  make AIRCRAFT=BOOZ2_A8 overo_test_spi_link.upload&lt;br /&gt;
* Log on your Overo and run it&lt;br /&gt;
&lt;br /&gt;
=Use case #1: the fixedwing firmware running in the STM32 only=&lt;br /&gt;
&lt;br /&gt;
Coming soon... look for airframes/AirborneCodeReorg/LisaFw.xml&lt;br /&gt;
&lt;br /&gt;
=Use case #2: the rotorcraft firmware running in the STM32 only=&lt;br /&gt;
&lt;br /&gt;
Use the airframes/Poine/booz2_a7 as an example. You may only have to change some subsystems type to match your peripherals.&lt;br /&gt;
&lt;br /&gt;
    make AIRCRAFT=BOOZ2_A7 ap.upload&lt;br /&gt;
&lt;br /&gt;
=Use case #3: the lisa_passthrough firmware=&lt;br /&gt;
&lt;br /&gt;
This firmware is about turning the STM32 into a simple io processor that sends sensors and radio control to the Overo and fetches actuators position in return.&lt;br /&gt;
&lt;br /&gt;
The stm_passthrough target is what is ran on the STM32.&lt;br /&gt;
&lt;br /&gt;
The overo_test_passthrough target demonstrates the use of the Paparazzi framework on the Overo: communications with the stm32, accurate periodic events and telemetry/datalink over wifi.&lt;br /&gt;
&lt;br /&gt;
= IO =&lt;br /&gt;
&lt;br /&gt;
[[Image:LisaL-V1 1-top-labeled.png|700px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:LisaL-V1 1-back-labeled.png|500px]]&lt;br /&gt;
&lt;br /&gt;
= Spektrum/JR remote receiver connection diagram =&lt;br /&gt;
&lt;br /&gt;
[[Image:Lisa_L_V1_1_satellite_receiver_connection.png|500px]]&lt;br /&gt;
&lt;br /&gt;
[[Category:User_Documentation]]&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Lisa&amp;diff=8372</id>
		<title>Lisa</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Lisa&amp;diff=8372"/>
		<updated>2011-01-12T22:37:09Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: /* Other Additional Boards */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Lisa ( the Lost Illusions Serendipitous Autopilot) is a new range of autopilots based on [http://www.st.com/mcu/inchtml-pages-stm32.html STM32] microcontrollers ( CortexM3@72Mhz ) designed to run Paparazzi.&lt;br /&gt;
There's no such thing as a perfect autopilot, only autopilots adapted to a particular purpose. This is the reason why Lisa comes in different flavors for different usages. &lt;br /&gt;
&lt;br /&gt;
The first members of the family are:&lt;br /&gt;
&lt;br /&gt;
*Lisa/L, a design where the STM32 is associated to a gumstix [http://www.gumstix.net/Setup-and-Programming/cat/Overo-Setup-and-Programming/111.html Overo].&lt;br /&gt;
*Lisa/M, a design focusing on cost and simplicity.&lt;br /&gt;
&lt;br /&gt;
=Lisa/L=&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Lisa/L is a dual processor board autopilot designed to allow the possibility of using Linux for Paparazzi airborne code.&lt;br /&gt;
&lt;br /&gt;
[[Image:lisa_l_bloc_diag_simple.png|360px]]&lt;br /&gt;
[[Image:lisa_l_top.png|360px]] [[Image:lisa_l_bot.png|360px]]&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
The documentation about Lisa/L has been split in two: You can have a look at the [[User/LisaL]] user manual or the [[Dev/LisaL]] developer manual or look at pictures on the [[LisaL_Gallery]] gallery page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Lisa/M =&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Lisa/M is a 50*25mm single processor board, with 7 full size servo connectors. This board is about the size of a conventional RC receiver and features a footprint for an aspirin IMU and an affordable barometer. Intended usages range from a CAN servo driver to a full blown autopilot or a flybarless heli controller.&lt;br /&gt;
&lt;br /&gt;
[[Image:lisa_m_top_small.png|360px]] [[Image:lisa_m_bot_small.png|360px]] [[Image:aspirin_small.png|360px]]&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
Lisa/M is only at the stage of prototype. Documentation will follow as soon as the board reaches production stage.&lt;br /&gt;
&lt;br /&gt;
= Lisa/S =&lt;br /&gt;
&lt;br /&gt;
Lisa/S is only a project at the moment. The focus for this design is size, weight and power consumption. The intent is to produce an autopilot suited for the smallest airframes.&lt;br /&gt;
For now just a CAD rendering to wet your appetite.&lt;br /&gt;
[[Image:lisa_s_cad.png|360px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Other Additional Boards =&lt;br /&gt;
&lt;br /&gt;
'''SWITCH BOARD'''&lt;br /&gt;
&lt;br /&gt;
It will be very useful to have a board with 4 MOSFET switches communicating with Lisa autopilot with CAN.&lt;br /&gt;
With this board will be possible to turn on &amp;amp; off de power for onboard equipment like video cameras, video transmitters, etc.&lt;br /&gt;
&lt;br /&gt;
I think a Tension of 5V - 12V and current of 1A máximum should be sufficient to almost onboard equipment.&lt;br /&gt;
&lt;br /&gt;
Here is the schematic for the switch board. Please comments are welcome. I'm currently designing the PCB.&lt;br /&gt;
&lt;br /&gt;
[[Media:SWITCH_BOARD_SCHEMATIC.pdf|Switch Board Schematic (pdf file‎]] &lt;br /&gt;
&lt;br /&gt;
Anyone interested in develop this board?&lt;br /&gt;
&lt;br /&gt;
My e-mail is: azoreanuav(at)gmail(dot)com&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Lisa&amp;diff=8371</id>
		<title>Lisa</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Lisa&amp;diff=8371"/>
		<updated>2011-01-12T22:34:17Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: /* Other Additional Boards */  Schematic is available. Please comment!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Lisa ( the Lost Illusions Serendipitous Autopilot) is a new range of autopilots based on [http://www.st.com/mcu/inchtml-pages-stm32.html STM32] microcontrollers ( CortexM3@72Mhz ) designed to run Paparazzi.&lt;br /&gt;
There's no such thing as a perfect autopilot, only autopilots adapted to a particular purpose. This is the reason why Lisa comes in different flavors for different usages. &lt;br /&gt;
&lt;br /&gt;
The first members of the family are:&lt;br /&gt;
&lt;br /&gt;
*Lisa/L, a design where the STM32 is associated to a gumstix [http://www.gumstix.net/Setup-and-Programming/cat/Overo-Setup-and-Programming/111.html Overo].&lt;br /&gt;
*Lisa/M, a design focusing on cost and simplicity.&lt;br /&gt;
&lt;br /&gt;
=Lisa/L=&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Lisa/L is a dual processor board autopilot designed to allow the possibility of using Linux for Paparazzi airborne code.&lt;br /&gt;
&lt;br /&gt;
[[Image:lisa_l_bloc_diag_simple.png|360px]]&lt;br /&gt;
[[Image:lisa_l_top.png|360px]] [[Image:lisa_l_bot.png|360px]]&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
The documentation about Lisa/L has been split in two: You can have a look at the [[User/LisaL]] user manual or the [[Dev/LisaL]] developer manual or look at pictures on the [[LisaL_Gallery]] gallery page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Lisa/M =&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Lisa/M is a 50*25mm single processor board, with 7 full size servo connectors. This board is about the size of a conventional RC receiver and features a footprint for an aspirin IMU and an affordable barometer. Intended usages range from a CAN servo driver to a full blown autopilot or a flybarless heli controller.&lt;br /&gt;
&lt;br /&gt;
[[Image:lisa_m_top_small.png|360px]] [[Image:lisa_m_bot_small.png|360px]] [[Image:aspirin_small.png|360px]]&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
Lisa/M is only at the stage of prototype. Documentation will follow as soon as the board reaches production stage.&lt;br /&gt;
&lt;br /&gt;
= Lisa/S =&lt;br /&gt;
&lt;br /&gt;
Lisa/S is only a project at the moment. The focus for this design is size, weight and power consumption. The intent is to produce an autopilot suited for the smallest airframes.&lt;br /&gt;
For now just a CAD rendering to wet your appetite.&lt;br /&gt;
[[Image:lisa_s_cad.png|360px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Other Additional Boards =&lt;br /&gt;
&lt;br /&gt;
'''SWITCH BOARD'''&lt;br /&gt;
&lt;br /&gt;
It will be very useful to have a board with 4 MOSFET switches communicating with Lisa autopilot with CAN.&lt;br /&gt;
With this board will be possible to turn on &amp;amp; off de power for onboard equipment like video cameras, video transmitters, etc.&lt;br /&gt;
&lt;br /&gt;
I think a Tension of 5V - 12V and current of 1A máximum should be sufficient to almost onboard equipment.&lt;br /&gt;
&lt;br /&gt;
Here is the schematic for the switch board. Please comments are welcome. I'm currently designing the PCB.&lt;br /&gt;
&lt;br /&gt;
[[Media:SWITCH_BOARD_SCHEMATIC.pdf‎]] &lt;br /&gt;
&lt;br /&gt;
Anyone interested in develop this board?&lt;br /&gt;
&lt;br /&gt;
My e-mail is: azoreanuav(at)gmail(dot)com&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=File:SWITCH_BOARD_SCHEMATIC.pdf&amp;diff=8370</id>
		<title>File:SWITCH BOARD SCHEMATIC.pdf</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=File:SWITCH_BOARD_SCHEMATIC.pdf&amp;diff=8370"/>
		<updated>2011-01-12T22:32:07Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Lisa&amp;diff=8369</id>
		<title>Lisa</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Lisa&amp;diff=8369"/>
		<updated>2011-01-12T22:31:17Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: /* Other Additional Boards */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Lisa ( the Lost Illusions Serendipitous Autopilot) is a new range of autopilots based on [http://www.st.com/mcu/inchtml-pages-stm32.html STM32] microcontrollers ( CortexM3@72Mhz ) designed to run Paparazzi.&lt;br /&gt;
There's no such thing as a perfect autopilot, only autopilots adapted to a particular purpose. This is the reason why Lisa comes in different flavors for different usages. &lt;br /&gt;
&lt;br /&gt;
The first members of the family are:&lt;br /&gt;
&lt;br /&gt;
*Lisa/L, a design where the STM32 is associated to a gumstix [http://www.gumstix.net/Setup-and-Programming/cat/Overo-Setup-and-Programming/111.html Overo].&lt;br /&gt;
*Lisa/M, a design focusing on cost and simplicity.&lt;br /&gt;
&lt;br /&gt;
=Lisa/L=&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Lisa/L is a dual processor board autopilot designed to allow the possibility of using Linux for Paparazzi airborne code.&lt;br /&gt;
&lt;br /&gt;
[[Image:lisa_l_bloc_diag_simple.png|360px]]&lt;br /&gt;
[[Image:lisa_l_top.png|360px]] [[Image:lisa_l_bot.png|360px]]&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
The documentation about Lisa/L has been split in two: You can have a look at the [[User/LisaL]] user manual or the [[Dev/LisaL]] developer manual or look at pictures on the [[LisaL_Gallery]] gallery page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Lisa/M =&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Lisa/M is a 50*25mm single processor board, with 7 full size servo connectors. This board is about the size of a conventional RC receiver and features a footprint for an aspirin IMU and an affordable barometer. Intended usages range from a CAN servo driver to a full blown autopilot or a flybarless heli controller.&lt;br /&gt;
&lt;br /&gt;
[[Image:lisa_m_top_small.png|360px]] [[Image:lisa_m_bot_small.png|360px]] [[Image:aspirin_small.png|360px]]&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
Lisa/M is only at the stage of prototype. Documentation will follow as soon as the board reaches production stage.&lt;br /&gt;
&lt;br /&gt;
= Lisa/S =&lt;br /&gt;
&lt;br /&gt;
Lisa/S is only a project at the moment. The focus for this design is size, weight and power consumption. The intent is to produce an autopilot suited for the smallest airframes.&lt;br /&gt;
For now just a CAD rendering to wet your appetite.&lt;br /&gt;
[[Image:lisa_s_cad.png|360px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Other Additional Boards =&lt;br /&gt;
&lt;br /&gt;
'''SWITCH BOARD'''&lt;br /&gt;
&lt;br /&gt;
It will be very useful to have a board with 4 MOSFET switches communicating with Lisa autopilot with CAN.&lt;br /&gt;
With this board will be possible to turn on &amp;amp; off de power for onboard equipment like video cameras, video transmitters, etc.&lt;br /&gt;
&lt;br /&gt;
I think a Tension of 5V - 12V and current of 1A máximum should be sufficient to almost onboard equipment.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Anyone interested in develop this board?&lt;br /&gt;
&lt;br /&gt;
My e-mail is: azoreanuav(at)gmail(dot)com&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Software_Wish_List&amp;diff=8365</id>
		<title>Software Wish List</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Software_Wish_List&amp;diff=8365"/>
		<updated>2011-01-10T11:07:39Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: /* Ground Station Suggestions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|__TOC__&lt;br /&gt;
|Please use the [[Talk:Software_Wish_List|Discussion]] tab at the top of the page, as appropriate&lt;br /&gt;
|}&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
After you played around with the GCS, the Airborne code, tested it and used all it's possibilities, sometimes you get this feeling... &amp;quot;''I would like to have '''more'''!''&amp;quot;. The first thing to do is to ask in the mailinglist if it is already possible. The next great thing would be to create what you think is lacking and give it back to the community so it could be part of the project in the future. If you are not that gifted yet, you could present your ideas here. Other enthusiastic Paparazzi developers could read this and think: &amp;quot;''YEAH, now that is a really cool idea and I will start working on it right away!''&amp;quot;. Therefore, since everyone can improve a part of the project, note here what you would like to see added or improved in the software.&lt;br /&gt;
&lt;br /&gt;
== Ground Station Suggestions ==&lt;br /&gt;
&lt;br /&gt;
# Integration with modue for OpenJAUS, see for already available code http://code.google.com/p/openjaus/ [[User:OpenUAS|(Suggested by OpenUAS)]]&lt;br /&gt;
# Support for stanag 4586 compliance, see http://www.innuvativesystems.com/stanag_4586_primer.html [[User:OpenUAS|(Suggested by OpenUAS)]]&lt;br /&gt;
# Support for standard map files like GeoTiff, .tab and .map. Using the .xml method manually is rather time consuming and frustrating when you already have standard georeferenced images.&lt;br /&gt;
# Divide the flight plan into 3 separate files [[User:Jeremy|(Suggested by Jeremy)]]&lt;br /&gt;
#* Takeoff/Landing - flight plan blocks describing the complex routines and using altitudes and waypoints from the ''User'' file&lt;br /&gt;
#* Generic - a file that users should never need to edit, containing circles, rectangles, figure-8's, and surveys that appear on command when GCS buttons are pressed.  Altitude/locations could be relative to the ''User'' file&lt;br /&gt;
#* User - Here we can specify fixed or dynamic ''Home'' point and add complex routines or simply save certain basic routines. &lt;br /&gt;
#*('''NOTE:''' All of this is already possible, investigate time in discovering what paparazzi already can do now e.g. see [http://paparazzi.enac.fr/wiki/Flight_Plans#Procedures Flight Plan Procedures])&lt;br /&gt;
# The possibility to use multiple ground modem connected to a single ground station. The RSSI could be use to dynamically choose which currently has the best signal. This would allow the use of different antennas on each of the modems or have antenna pointing in different directions(?Possibly more hardware related)&lt;br /&gt;
# PFD - the horizon and the sky shouldn't move only the main line. Because we are on the '''ground''' and we really need to see the roll angle of the UAS and not the real PFD like on a real airplane. And we could also see, the pitch angle, to see if the UAS is climbing or going down. Another way this could be done is to use a 3D model of the plane like procerus does on there ap. For those unfamiliar with this it is like you are in the view point of like 5m behind the plane. This might give the user just enough of a model to help fly back under manual control or at least have a better understanding of the orientation. This idea is good one but it should not replace the current pfd but rather be an option to use in the gcs. ('''NOTE:''' Already possible, via [http://paparazzi.enac.fr/wiki/GCS#Papgets Papgets] it is possible to add all kinds of such types of information. Also for a 3D plane view this is already possible, just bind you output to [http://paparazzi.enac.fr/wiki/Simulation#View_the_simulation_in_Flight_Gear FlightGear])&lt;br /&gt;
# Language packs for the GCS - English, French, German, Italian, Spanish, Portuguese, ... (azoreanuav(at)gmail.comI would like to make the portuguese pack, but I neet help how to do it.)&lt;br /&gt;
# Flashing via modems - ('''NOTE:''' Already [http://lists.gnu.org/archive/html/paparazzi-devel/2010-06/msg00138.html possible])&lt;br /&gt;
&lt;br /&gt;
== Airborne Software Suggestions ==&lt;br /&gt;
&lt;br /&gt;
Add your ideas here what you would like to see added or improved in the airborne software&lt;br /&gt;
&lt;br /&gt;
=== Stability ===&lt;br /&gt;
* Auto-tuning of gains&lt;br /&gt;
*: It would make paparazzi very user friendly if the airframe could tune itself. It should be possible to set the gains on the ground to some generic value and let the autopilot do the tuning in the air. The autopilot would give step functions on different inputs (actuators, target values) and measure the response of the airframe. One at a time, of course. Based on this response measurement the autopilot can tune the control gains itself. For safety reasons this auto-tuning function would run only on safe flight altitude.&lt;br /&gt;
&lt;br /&gt;
=== Navigation ===&lt;br /&gt;
* Flight plan stage sensing &lt;br /&gt;
*: Carrot should continue past the waypoint toward the next point, but the point should not be officially acknowledged until the plane has passed it.  This way we can have smooth, intelligent navigation while still considering waypoint triggers such as still-photo, sensor drop, or throttle off. &lt;br /&gt;
'''NOTE:''' Can already be done by setting the approaching_time attribute. This value helps to decide when the target is reached. It can be set to 0 to go over the target waypoint. see [http://paparazzi.enac.fr/wiki/Flight_Plans#Go Flightplan documentation]&lt;br /&gt;
&lt;br /&gt;
=== Other ===&lt;br /&gt;
# '''Revised autopilot modes''' [[User:Jeremy|(Jeremy)]]&lt;br /&gt;
#* I propose a restructuring of the modes as follows - create 3 top-level modes: '''Man, Stab,'''and '''Auto''', each with an appended autonomous sub-mode (i.e. '''Man'''/''Climb'', '''Stab'''/''Kill'', '''Auto'''/''Landing'', etc.)  This will give the operator much more information and a much better indication of what the plane will do when switched to autonomous mode in a concise manner.  Furthermore, I see an advantage in having simple behaviors like ''Climb, Landing'', etc. be defined as sub-modes so that operator is always alerted of changes such as ''Descent'' or can easily configure trim, gains, and payload options in the airframe file (i.e. if mode = ''Landing'' then retract camera, turn off video system, use landing trim, etc.)&lt;br /&gt;
#* ''Sub-modes''&lt;br /&gt;
#* ''Ground'' - The default boot mode.  In this mode the throttle is locked at 0% or not armed at all (no PWM signal), stability is disabled (servos locked in neutral position), and video power is off, but flight plan blocks are processed.  This will improve safety and aid in lost plane retreival as the servos, and video will not drain the battery if landing detection is implemented.  ''Ground'' mode should exit '''only''' if ''Takeoff'' is manually triggered.&lt;br /&gt;
#* ''Takeoff'' - 3 possible triggers: GCS button, GPIO button, or R/C throttle.  Checks for error modes and desired climb, then arms/unlocks throttle, initates &amp;quot;Takeoff&amp;quot; flight plan block, and instantly deroutes to ''Climb'' mode.  Deroutes to ''Descent'' mode without unlocking throttle if not OK.  ''Takeoff'' could simply be a flag rather than a &amp;quot;mode&amp;quot;.&lt;br /&gt;
#* ''Climb'' - Triggered anytime &amp;quot;aggressive climb&amp;quot; is active&lt;br /&gt;
#* ''Descent'' - Triggered anytime &amp;quot;aggressive descent&amp;quot; is active&lt;br /&gt;
#* ''Nav'' - Normal level flight&lt;br /&gt;
#* ''Landing'' - Same as ''Nav'' but using the &amp;quot;Landing&amp;quot; flight plan block and any airframe gains/trims/payload options as defined in airframe.xml&lt;br /&gt;
#* ''Kill'' - Triggered manually - locks throttle at 0% and uses pitch/roll settings from Airframe.xml.  &lt;br /&gt;
# ''Error sub-modes''&lt;br /&gt;
#* ''No GPS'' - A temporary mode using pitch/roll settings from airframe.xml&lt;br /&gt;
#* ''Home'' - Triggered by distance in '''Auto''' mode or by distance/RC loss in '''Stab''' mode (after ''n'' seconds, as defined in airframe.xml).  Exits upon manual block/mode change requests from the GCS and cannot be re-initiated for 30 seconds.&lt;br /&gt;
# '''Continually broadcast last known location'''&lt;br /&gt;
#* AP should continue to broadcast the last known GPS coordinate in the event of GPS loss. (i.e. upside-down crashed plane should continue to send last known position in case it was out of data range prior to the crash.)&lt;br /&gt;
#* ('''NOTE:''' Possible by adding for example a module that ''grabs'' current coordinates at e.g. .1 Hz and if in flightplan &amp;lt;while cond=&amp;quot;!GpsFixValid()&amp;quot;/&amp;gt; send whatever you want)&lt;br /&gt;
# '''Ability to upload waypoints in flight'''&lt;br /&gt;
#* I know this has been discussed a few times but it would be nice to at least have the option to upload waypoints and blocks and be able to change blocks in flight. This is risky but most Autopilot's do have this feature now and it would be nice if the user could make this decision. &lt;br /&gt;
#* ('''NOTE:''' A possible current solution is by adding duplicate waypoints very close and if needed move these while in flight.)&lt;br /&gt;
# '''Radio Control of UAS through Data Link'''&lt;br /&gt;
#* This simply means that instead of hacking an RC receiver to output it to the autopilot board why not hook your RC transmitter up through your computer and use the data link for RC. This would be nice especially with all the new RC range issues the 2 layer tiny 2.11 has brought on. Also it would be nice because RC interference would be eliminated. Please comment on this and tell me what you think&lt;br /&gt;
#* ('''NOTE:''' Already possible)&lt;br /&gt;
#* ('''Response:''' Sort of possible. The only work that has been done in this direction is by Martin and was done with a Joystick which only worked in Auto1 mode (setting the set points for the AP). This is not a full solution. What i am proposing is that the RC Radio is plugged into the GCS directly and then sends the command (PPM) signals directly to the AP. This would allow for the user to control the aircraft in manual and AUTO1. Consult any commercial AP and you will notice that this is the one glaring feature which is missing from PPRZ. In addition adding this feature would allow for longer range FPV flying. Please correct me (with links) if i am wrong. &lt;br /&gt;
&lt;br /&gt;
# '''Precision Surveying'''&lt;br /&gt;
#* It would be nice to have a survey function that could survey a sector and also be told what coordinates to begin the survey on. Another useful feature would be to have the plane sense when it is done surveying the whole area so it could move to the next block. I know that the entering the survey can be done in a roundabout method by defining a waypoint at the entry point and then going to it but defining it in the survey function would allow for more precise survey since that first sweep would already be defined and then would not be affected by if the plane went into the survey function at weird spot or something.&lt;br /&gt;
#* ('''NOTE:''' Already possible, see the [http://paparazzi.enac.fr/wiki/Advanced_Navigation_Routines '''Polygon Survey'''] and use it smartly&lt;br /&gt;
&lt;br /&gt;
== Current Code and Build ==&lt;br /&gt;
&lt;br /&gt;
If you have any suggestions to improve the current:&lt;br /&gt;
&lt;br /&gt;
* Sourcecode&lt;br /&gt;
* Build process&lt;br /&gt;
* Code repository&lt;br /&gt;
* Tools used&lt;br /&gt;
&lt;br /&gt;
...give your suggestions here. Better still, start working on what you can, and add your information to the Wiki and start a discussion in the mailing list.&lt;br /&gt;
&lt;br /&gt;
=== IVY ===&lt;br /&gt;
# Make Paparazzi compatible with IVY-C from SVN at this moment 3.11&lt;br /&gt;
# Make Paparazzi compile and compatible with with IVY-Ocaml library from SVN at this moment 1.1.11&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Software_Wish_List&amp;diff=8364</id>
		<title>Software Wish List</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Software_Wish_List&amp;diff=8364"/>
		<updated>2011-01-10T11:06:24Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: /* Ground Station Suggestions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|__TOC__&lt;br /&gt;
|Please use the [[Talk:Software_Wish_List|Discussion]] tab at the top of the page, as appropriate&lt;br /&gt;
|}&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
After you played around with the GCS, the Airborne code, tested it and used all it's possibilities, sometimes you get this feeling... &amp;quot;''I would like to have '''more'''!''&amp;quot;. The first thing to do is to ask in the mailinglist if it is already possible. The next great thing would be to create what you think is lacking and give it back to the community so it could be part of the project in the future. If you are not that gifted yet, you could present your ideas here. Other enthusiastic Paparazzi developers could read this and think: &amp;quot;''YEAH, now that is a really cool idea and I will start working on it right away!''&amp;quot;. Therefore, since everyone can improve a part of the project, note here what you would like to see added or improved in the software.&lt;br /&gt;
&lt;br /&gt;
== Ground Station Suggestions ==&lt;br /&gt;
&lt;br /&gt;
# Integration with modue for OpenJAUS, see for already available code http://code.google.com/p/openjaus/ [[User:OpenUAS|(Suggested by OpenUAS)]]&lt;br /&gt;
# Support for stanag 4586 compliance, see http://www.innuvativesystems.com/stanag_4586_primer.html [[User:OpenUAS|(Suggested by OpenUAS)]]&lt;br /&gt;
# Support for standard map files like GeoTiff, .tab and .map. Using the .xml method manually is rather time consuming and frustrating when you already have standard georeferenced images.&lt;br /&gt;
# Divide the flight plan into 3 separate files [[User:Jeremy|(Suggested by Jeremy)]]&lt;br /&gt;
#* Takeoff/Landing - flight plan blocks describing the complex routines and using altitudes and waypoints from the ''User'' file&lt;br /&gt;
#* Generic - a file that users should never need to edit, containing circles, rectangles, figure-8's, and surveys that appear on command when GCS buttons are pressed.  Altitude/locations could be relative to the ''User'' file&lt;br /&gt;
#* User - Here we can specify fixed or dynamic ''Home'' point and add complex routines or simply save certain basic routines. &lt;br /&gt;
#*('''NOTE:''' All of this is already possible, investigate time in discovering what paparazzi already can do now e.g. see [http://paparazzi.enac.fr/wiki/Flight_Plans#Procedures Flight Plan Procedures])&lt;br /&gt;
# The possibility to use multiple ground modem connected to a single ground station. The RSSI could be use to dynamically choose which currently has the best signal. This would allow the use of different antennas on each of the modems or have antenna pointing in different directions(?Possibly more hardware related)&lt;br /&gt;
# PFD - the horizon and the sky shouldn't move only the main line. Because we are on the '''ground''' and we really need to see the roll angle of the UAS and not the real PFD like on a real airplane. And we could also see, the pitch angle, to see if the UAS is climbing or going down. Another way this could be done is to use a 3D model of the plane like procerus does on there ap. For those unfamiliar with this it is like you are in the view point of like 5m behind the plane. This might give the user just enough of a model to help fly back under manual control or at least have a better understanding of the orientation. This idea is good one but it should not replace the current pfd but rather be an option to use in the gcs. ('''NOTE:''' Already possible, via [http://paparazzi.enac.fr/wiki/GCS#Papgets Papgets] it is possible to add all kinds of such types of information. Also for a 3D plane view this is already possible, just bind you output to [http://paparazzi.enac.fr/wiki/Simulation#View_the_simulation_in_Flight_Gear FlightGear])&lt;br /&gt;
# Language packs for the GCS - English, French, German, Italian, Spanish, Portuguese, ... (I would like to make the portuguese pack, but I neet help how to do it)&lt;br /&gt;
# Flashing via modems - ('''NOTE:''' Already [http://lists.gnu.org/archive/html/paparazzi-devel/2010-06/msg00138.html possible])&lt;br /&gt;
&lt;br /&gt;
== Airborne Software Suggestions ==&lt;br /&gt;
&lt;br /&gt;
Add your ideas here what you would like to see added or improved in the airborne software&lt;br /&gt;
&lt;br /&gt;
=== Stability ===&lt;br /&gt;
* Auto-tuning of gains&lt;br /&gt;
*: It would make paparazzi very user friendly if the airframe could tune itself. It should be possible to set the gains on the ground to some generic value and let the autopilot do the tuning in the air. The autopilot would give step functions on different inputs (actuators, target values) and measure the response of the airframe. One at a time, of course. Based on this response measurement the autopilot can tune the control gains itself. For safety reasons this auto-tuning function would run only on safe flight altitude.&lt;br /&gt;
&lt;br /&gt;
=== Navigation ===&lt;br /&gt;
* Flight plan stage sensing &lt;br /&gt;
*: Carrot should continue past the waypoint toward the next point, but the point should not be officially acknowledged until the plane has passed it.  This way we can have smooth, intelligent navigation while still considering waypoint triggers such as still-photo, sensor drop, or throttle off. &lt;br /&gt;
'''NOTE:''' Can already be done by setting the approaching_time attribute. This value helps to decide when the target is reached. It can be set to 0 to go over the target waypoint. see [http://paparazzi.enac.fr/wiki/Flight_Plans#Go Flightplan documentation]&lt;br /&gt;
&lt;br /&gt;
=== Other ===&lt;br /&gt;
# '''Revised autopilot modes''' [[User:Jeremy|(Jeremy)]]&lt;br /&gt;
#* I propose a restructuring of the modes as follows - create 3 top-level modes: '''Man, Stab,'''and '''Auto''', each with an appended autonomous sub-mode (i.e. '''Man'''/''Climb'', '''Stab'''/''Kill'', '''Auto'''/''Landing'', etc.)  This will give the operator much more information and a much better indication of what the plane will do when switched to autonomous mode in a concise manner.  Furthermore, I see an advantage in having simple behaviors like ''Climb, Landing'', etc. be defined as sub-modes so that operator is always alerted of changes such as ''Descent'' or can easily configure trim, gains, and payload options in the airframe file (i.e. if mode = ''Landing'' then retract camera, turn off video system, use landing trim, etc.)&lt;br /&gt;
#* ''Sub-modes''&lt;br /&gt;
#* ''Ground'' - The default boot mode.  In this mode the throttle is locked at 0% or not armed at all (no PWM signal), stability is disabled (servos locked in neutral position), and video power is off, but flight plan blocks are processed.  This will improve safety and aid in lost plane retreival as the servos, and video will not drain the battery if landing detection is implemented.  ''Ground'' mode should exit '''only''' if ''Takeoff'' is manually triggered.&lt;br /&gt;
#* ''Takeoff'' - 3 possible triggers: GCS button, GPIO button, or R/C throttle.  Checks for error modes and desired climb, then arms/unlocks throttle, initates &amp;quot;Takeoff&amp;quot; flight plan block, and instantly deroutes to ''Climb'' mode.  Deroutes to ''Descent'' mode without unlocking throttle if not OK.  ''Takeoff'' could simply be a flag rather than a &amp;quot;mode&amp;quot;.&lt;br /&gt;
#* ''Climb'' - Triggered anytime &amp;quot;aggressive climb&amp;quot; is active&lt;br /&gt;
#* ''Descent'' - Triggered anytime &amp;quot;aggressive descent&amp;quot; is active&lt;br /&gt;
#* ''Nav'' - Normal level flight&lt;br /&gt;
#* ''Landing'' - Same as ''Nav'' but using the &amp;quot;Landing&amp;quot; flight plan block and any airframe gains/trims/payload options as defined in airframe.xml&lt;br /&gt;
#* ''Kill'' - Triggered manually - locks throttle at 0% and uses pitch/roll settings from Airframe.xml.  &lt;br /&gt;
# ''Error sub-modes''&lt;br /&gt;
#* ''No GPS'' - A temporary mode using pitch/roll settings from airframe.xml&lt;br /&gt;
#* ''Home'' - Triggered by distance in '''Auto''' mode or by distance/RC loss in '''Stab''' mode (after ''n'' seconds, as defined in airframe.xml).  Exits upon manual block/mode change requests from the GCS and cannot be re-initiated for 30 seconds.&lt;br /&gt;
# '''Continually broadcast last known location'''&lt;br /&gt;
#* AP should continue to broadcast the last known GPS coordinate in the event of GPS loss. (i.e. upside-down crashed plane should continue to send last known position in case it was out of data range prior to the crash.)&lt;br /&gt;
#* ('''NOTE:''' Possible by adding for example a module that ''grabs'' current coordinates at e.g. .1 Hz and if in flightplan &amp;lt;while cond=&amp;quot;!GpsFixValid()&amp;quot;/&amp;gt; send whatever you want)&lt;br /&gt;
# '''Ability to upload waypoints in flight'''&lt;br /&gt;
#* I know this has been discussed a few times but it would be nice to at least have the option to upload waypoints and blocks and be able to change blocks in flight. This is risky but most Autopilot's do have this feature now and it would be nice if the user could make this decision. &lt;br /&gt;
#* ('''NOTE:''' A possible current solution is by adding duplicate waypoints very close and if needed move these while in flight.)&lt;br /&gt;
# '''Radio Control of UAS through Data Link'''&lt;br /&gt;
#* This simply means that instead of hacking an RC receiver to output it to the autopilot board why not hook your RC transmitter up through your computer and use the data link for RC. This would be nice especially with all the new RC range issues the 2 layer tiny 2.11 has brought on. Also it would be nice because RC interference would be eliminated. Please comment on this and tell me what you think&lt;br /&gt;
#* ('''NOTE:''' Already possible)&lt;br /&gt;
#* ('''Response:''' Sort of possible. The only work that has been done in this direction is by Martin and was done with a Joystick which only worked in Auto1 mode (setting the set points for the AP). This is not a full solution. What i am proposing is that the RC Radio is plugged into the GCS directly and then sends the command (PPM) signals directly to the AP. This would allow for the user to control the aircraft in manual and AUTO1. Consult any commercial AP and you will notice that this is the one glaring feature which is missing from PPRZ. In addition adding this feature would allow for longer range FPV flying. Please correct me (with links) if i am wrong. &lt;br /&gt;
&lt;br /&gt;
# '''Precision Surveying'''&lt;br /&gt;
#* It would be nice to have a survey function that could survey a sector and also be told what coordinates to begin the survey on. Another useful feature would be to have the plane sense when it is done surveying the whole area so it could move to the next block. I know that the entering the survey can be done in a roundabout method by defining a waypoint at the entry point and then going to it but defining it in the survey function would allow for more precise survey since that first sweep would already be defined and then would not be affected by if the plane went into the survey function at weird spot or something.&lt;br /&gt;
#* ('''NOTE:''' Already possible, see the [http://paparazzi.enac.fr/wiki/Advanced_Navigation_Routines '''Polygon Survey'''] and use it smartly&lt;br /&gt;
&lt;br /&gt;
== Current Code and Build ==&lt;br /&gt;
&lt;br /&gt;
If you have any suggestions to improve the current:&lt;br /&gt;
&lt;br /&gt;
* Sourcecode&lt;br /&gt;
* Build process&lt;br /&gt;
* Code repository&lt;br /&gt;
* Tools used&lt;br /&gt;
&lt;br /&gt;
...give your suggestions here. Better still, start working on what you can, and add your information to the Wiki and start a discussion in the mailing list.&lt;br /&gt;
&lt;br /&gt;
=== IVY ===&lt;br /&gt;
# Make Paparazzi compatible with IVY-C from SVN at this moment 3.11&lt;br /&gt;
# Make Paparazzi compile and compatible with with IVY-Ocaml library from SVN at this moment 1.1.11&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Lisa&amp;diff=8340</id>
		<title>Lisa</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Lisa&amp;diff=8340"/>
		<updated>2011-01-05T14:30:38Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: /* Other Additional Boards */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Lisa ( the Lost Illusions Serendipitous Autopilot) is a new range of autopilots based on [http://www.st.com/mcu/inchtml-pages-stm32.html STM32] microcontrollers ( CortexM3@72Mhz ) designed to run Paparazzi.&lt;br /&gt;
There's no such thing as a perfect autopilot, only autopilots adapted to a particular purpose. This is the reason why Lisa comes in different flavors for different usages. &lt;br /&gt;
&lt;br /&gt;
The first members of the family are:&lt;br /&gt;
&lt;br /&gt;
*Lisa/L, a design where the STM32 is associated to a gumstix [http://www.gumstix.net/Setup-and-Programming/cat/Overo-Setup-and-Programming/111.html Overo].&lt;br /&gt;
*Lisa/M, a design focusing on cost and simplicity.&lt;br /&gt;
&lt;br /&gt;
=Lisa/L=&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Lisa/L is a dual processor board autopilot designed to allow the possibility of using Linux for Paparazzi airborne code.&lt;br /&gt;
&lt;br /&gt;
[[Image:lisa_l_bloc_diag_simple.png|360px]]&lt;br /&gt;
[[Image:lisa_l_top.png|360px]] [[Image:lisa_l_bot.png|360px]]&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
The documentation about Lisa/L has been split in two: You can have a look at the [[User/LisaL]] user manual or the [[Dev/LisaL]] developer manual or look at pictures on the [[LisaL_Gallery]] gallery page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Lisa/M =&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Lisa/M is a 50*25mm single processor board, with 7 full size servo connectors. This board is about the size of a conventional RC receiver and features a footprint for an aspirin IMU and an affordable barometer. Intended usages range from a CAN servo driver to a full blown autopilot or a flybarless heli controller.&lt;br /&gt;
&lt;br /&gt;
[[Image:lisa_m_top_small.png|360px]] [[Image:lisa_m_bot_small.png|360px]] [[Image:aspirin_small.png|360px]]&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
Lisa/M is only at the stage of prototype. Documentation will follow as soon as the board reaches production stage.&lt;br /&gt;
&lt;br /&gt;
= Lisa/S =&lt;br /&gt;
&lt;br /&gt;
Lisa/S is only a project at the moment. The focus for this design is size, weight and power consumption. The intent is to produce an autopilot suited for the smallest airframes.&lt;br /&gt;
For now just a CAD rendering to wet your appetite.&lt;br /&gt;
[[Image:lisa_s_cad.png|360px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Other Additional Boards =&lt;br /&gt;
&lt;br /&gt;
'''SWITCH BOARD'''&lt;br /&gt;
&lt;br /&gt;
It will be very useful to have a board with 4 MOSFET switches communicating with Lisa autopilot with CAN.&lt;br /&gt;
With this board will be possible to turn on &amp;amp; off de power for onboard equipment like video cameras, video transmitters, etc.&lt;br /&gt;
&lt;br /&gt;
I think a Tension of 5V - 12V and current of 1A máximum should be sufficient to almost onboard equipment.&lt;br /&gt;
&lt;br /&gt;
Anyone interested in develop this board?&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Lisa&amp;diff=8339</id>
		<title>Lisa</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Lisa&amp;diff=8339"/>
		<updated>2011-01-05T14:25:13Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: /* Lisa/S */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Lisa ( the Lost Illusions Serendipitous Autopilot) is a new range of autopilots based on [http://www.st.com/mcu/inchtml-pages-stm32.html STM32] microcontrollers ( CortexM3@72Mhz ) designed to run Paparazzi.&lt;br /&gt;
There's no such thing as a perfect autopilot, only autopilots adapted to a particular purpose. This is the reason why Lisa comes in different flavors for different usages. &lt;br /&gt;
&lt;br /&gt;
The first members of the family are:&lt;br /&gt;
&lt;br /&gt;
*Lisa/L, a design where the STM32 is associated to a gumstix [http://www.gumstix.net/Setup-and-Programming/cat/Overo-Setup-and-Programming/111.html Overo].&lt;br /&gt;
*Lisa/M, a design focusing on cost and simplicity.&lt;br /&gt;
&lt;br /&gt;
=Lisa/L=&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Lisa/L is a dual processor board autopilot designed to allow the possibility of using Linux for Paparazzi airborne code.&lt;br /&gt;
&lt;br /&gt;
[[Image:lisa_l_bloc_diag_simple.png|360px]]&lt;br /&gt;
[[Image:lisa_l_top.png|360px]] [[Image:lisa_l_bot.png|360px]]&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
The documentation about Lisa/L has been split in two: You can have a look at the [[User/LisaL]] user manual or the [[Dev/LisaL]] developer manual or look at pictures on the [[LisaL_Gallery]] gallery page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Lisa/M =&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Lisa/M is a 50*25mm single processor board, with 7 full size servo connectors. This board is about the size of a conventional RC receiver and features a footprint for an aspirin IMU and an affordable barometer. Intended usages range from a CAN servo driver to a full blown autopilot or a flybarless heli controller.&lt;br /&gt;
&lt;br /&gt;
[[Image:lisa_m_top_small.png|360px]] [[Image:lisa_m_bot_small.png|360px]] [[Image:aspirin_small.png|360px]]&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
Lisa/M is only at the stage of prototype. Documentation will follow as soon as the board reaches production stage.&lt;br /&gt;
&lt;br /&gt;
= Lisa/S =&lt;br /&gt;
&lt;br /&gt;
Lisa/S is only a project at the moment. The focus for this design is size, weight and power consumption. The intent is to produce an autopilot suited for the smallest airframes.&lt;br /&gt;
For now just a CAD rendering to wet your appetite.&lt;br /&gt;
[[Image:lisa_s_cad.png|360px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Other Additional Boards =&lt;br /&gt;
&lt;br /&gt;
'''SWITCH BOARD'''&lt;br /&gt;
&lt;br /&gt;
It will be very useful to have a board with 4 MOSFET switches communicating with Lisa autopilot with CAN.&lt;br /&gt;
So, wth this board will be possible to turn on &amp;amp; off de power for onboard equipment like video cameras, video transmitters, etc.&lt;br /&gt;
&lt;br /&gt;
I think a Tension of 5V - 12V and current of 1A máximum should be sufficient to almost onboard equipment.&lt;br /&gt;
&lt;br /&gt;
Anyone interested in do this work?&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Booz/IMU&amp;diff=8338</id>
		<title>Booz/IMU</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Booz/IMU&amp;diff=8338"/>
		<updated>2011-01-05T11:35:43Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: /* Schematic &amp;amp; PCB files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|&lt;br /&gt;
| [[Image:booz_imu_1_assembled_3d.jpg|thumb|center|240px|alt=3d_rendering|3d rendering|3d rendering]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Bill Of Material ==&lt;br /&gt;
===Main===&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;text-align:center&amp;quot; cellpadding=&amp;quot;2&amp;quot; valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|-style=&amp;quot;background:LightYellow; color:black&amp;quot;&lt;br /&gt;
!''Qty''!!width=&amp;quot;150pt&amp;quot;|''Schematic part name''!!width=&amp;quot;150pt&amp;quot;|''Value''!!width=&amp;quot;100pt&amp;quot;|''Description''!!''Package''!!''Manufacturer''!!''Manufacturer part #''!!''Digikey part#''!!width=&amp;quot;100pt&amp;quot;|''Mouser part#''&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot; align=&amp;quot;left&amp;quot;|''Resistors''&lt;br /&gt;
|-&lt;br /&gt;
|4||R8*, R9, R10, R15||0R||RES 0.0 OHM 1/10W 5% 0603 SMD||0603||Vishay/Dale||CRCW06030000Z0EA||541-0.0GCT-ND&lt;br /&gt;
||71-CRCW0603-0-E3&lt;br /&gt;
|-&lt;br /&gt;
|1||R16||4.7k||RES 4.70K OHM 1/10W 1% 0603 SMD||0603||Vishay/Dale||CRCW06034K70FKEA||541-4.70KHCT-ND&lt;br /&gt;
||71-CRCW0603-4.7K-E3&lt;br /&gt;
|-&lt;br /&gt;
|3||R3, R5, R11||10.0K||RES 10.0K OHM 1/10W 1% 0603 SMD||0603||Vishay/Dale||CRCW060310K0FKEA||541-10.0KHCT-ND&lt;br /&gt;
||71-CRCW0603-10K-E3&lt;br /&gt;
|-&lt;br /&gt;
|2||R6,R7||12.0K||RES 12.0K OHM 1/10W 1% 0603 SMD||0603||Vishay/Dale||CRCW060312K0FKEA||541-12.0KHCT-ND&lt;br /&gt;
||71-CRCW0603-12K-E3&lt;br /&gt;
|-&lt;br /&gt;
|1||R4*||39k||RES 39.0K OHM 1/10W 1% 0603 SMD||0603||Vishay/Dale||CRCW060339K0FKEA||541-39.0KHCT-ND&lt;br /&gt;
||71-CRCW0603-39K-E3&lt;br /&gt;
|-&lt;br /&gt;
|2||R1, R2||43R||RES 43.0 OHM 1/10W 1% 0603 SMD||0603||Vishay/Dale||CRCW060343R0FKEA||541-43.0HCT-ND&lt;br /&gt;
||71-CRCW0603-43-E3&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot; align=&amp;quot;left&amp;quot;|''Capacitors&lt;br /&gt;
|-&lt;br /&gt;
|2||C22, C24||2.2uF/Low ESR||CAP CER 2.2UF 10V X7R 0603||0603||Murata Electronics North America||GRM188R71A225KE15D||490-4520-1-ND&lt;br /&gt;
||81-GRM188R71A225KE15&lt;br /&gt;
|-&lt;br /&gt;
|5||C1, C16, C21, C25, C26||4.7µF||CAP CER 4.7UF 10V X7R 0805||0805||Taiyo Yuden||GRM188R71A225KE15D||587-1442-1-ND&lt;br /&gt;
||NA&lt;br /&gt;
|-&lt;br /&gt;
|2||C4, C15||10nF||CAP 10000PF 16V CERM X7R 0603||0603||Panasonic - ECG||ECJ-1VB1C103K||PCC1750CT-ND&lt;br /&gt;
||NA&lt;br /&gt;
|-&lt;br /&gt;
|3||C5, C8, C13||22nF||CAP CERM 22000PF 5% 50V X7R 0603||0603||AVX Corporation||06035C223JAT2A||478-3722-1-ND&lt;br /&gt;
||581-06035C223JAT2A&lt;br /&gt;
|-&lt;br /&gt;
|1||C12||47nF||CAP CERM 47000PF 5% 25V X7R 0603||0603||AVX Corporation||06033C473JAT2A||478-3716-1-ND&lt;br /&gt;
||581-06035C223JAT2A&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot; align=&amp;quot;left&amp;quot;|''ICs&lt;br /&gt;
|-&lt;br /&gt;
|1||25LC040ST||EEPROM/Do not place||25LC040ST||NA||||NA||NA&lt;br /&gt;
||NA&lt;br /&gt;
|-&lt;br /&gt;
|1||U$2||ADXL320||IC ACCELEROMETER DUAL-AX 16LFCSP||16-LFCSP||Analog Devices Inc||ADXL320JCP||ADXL320JCP-ND||NA&lt;br /&gt;
|-&lt;br /&gt;
|1||GYRO_Z||ADXR||IC SENSOR GYRO 6MV 300D/S ||32-CBGA||Analog Devices Inc||ADXRS610BBGZ-RL||ADXRS610BBGZ-RLCT-ND||NA&lt;br /&gt;
|-&lt;br /&gt;
|1||REG3V3||LM3480||IC VREG LDO 100MA 3.3V SOT23 ||SOT-23-3||National Semiconductor||LM3480IM3-3.3/NOPB||LM3480IM3-3.3CT-ND||NA&lt;br /&gt;
|-&lt;br /&gt;
|1||REF4096||REF4096||IC REF LDO PREC 4.1V SOT23-5 ||SOT23-5||National Semiconductor||LM4132EMF-4.1/NOPB||LM4132EMF-4.1CT-ND||NA&lt;br /&gt;
|-&lt;br /&gt;
|1||IC3, REG5VA||LP2992||IC REG LDO MICRPWR 250MA SOT23-5 ||SOT23-5||National Semiconductor||LP2992AIM5-5.0/NOPB||LP2992AIM5-5.0CT-ND||NA&lt;br /&gt;
|-&lt;br /&gt;
|1||22pin ADC1||MAX1168||IC ADC 16BIT 200KSPS 24-QSOP ||24-QSOP||Maxim Integrated Products||MAX1168BCEG+||MAX1168BCEG+-ND||NA&lt;br /&gt;
|-&lt;br /&gt;
|1||MAG Sensor||MS2100||IC SmartSens MS2100 2-axis sensor||20 pads (QFN)||PNI Corp||MS2100||NA||NA&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===XZ Board===&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;text-align:center&amp;quot; cellpadding=&amp;quot;2&amp;quot; valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|-style=&amp;quot;background:LightYellow; color:black&amp;quot;&lt;br /&gt;
!''Qty''!!width=&amp;quot;150pt&amp;quot;|''Schematic part name''!!width=&amp;quot;150pt&amp;quot;|''Value''!!width=&amp;quot;100pt&amp;quot;|''Description''!!''Package''!!''Manufacturer''!!''Manufacturer part #''!!''Digikey part#''!!width=&amp;quot;100pt&amp;quot;|''Mouser part#''&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot; align=&amp;quot;left&amp;quot;|''Resistors''&lt;br /&gt;
|-&lt;br /&gt;
|1||R1||0/DNP||RES 0.0 OHM 1/10W 5% 0603 SMD||0603||Vishay/Dale||CRCW06030000Z0EA||541-0.0GCT-ND&lt;br /&gt;
||71-CRCW0603-0-E3&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot; align=&amp;quot;left&amp;quot;|''Capacitors&lt;br /&gt;
|-&lt;br /&gt;
|3||C15, C16, C21||22nF||CAP CER 2.2UF 10V X7R 0603||0603||Murata Electronics North America||06035C223JAT2A||490-4520-1-ND&lt;br /&gt;
||581-06035C223JAT2A&lt;br /&gt;
|-&lt;br /&gt;
|1||C20||47nF||CAP CERM 47000PF 5% 25V X7R 0603||0603||AVX Corporation||06033C473JAT2A||478-3716-1-ND&lt;br /&gt;
||581-06033C473J&lt;br /&gt;
|-&lt;br /&gt;
|1||C17, C18, C19||100nF||CAP CERAMIC .100UF 50V X7R 0603||0603||Kemet||C0603C104K5RACTU||399-5089-1-ND&lt;br /&gt;
||80-C0603C104K5R&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot; align=&amp;quot;left&amp;quot;|''ICs&lt;br /&gt;
|-&lt;br /&gt;
|1||GYRO_X||ADXRS610||IC SENSOR GYRO 6MV 300D/S 32CBGA||32-CBGA||Analog Devices Inc||ADXRS610BBGZ-RL||ADXRS610BBGZ-RLCT-ND||NA&lt;br /&gt;
|}&lt;br /&gt;
===YZ Board===&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;text-align:center&amp;quot; cellpadding=&amp;quot;2&amp;quot; valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|-style=&amp;quot;background:LightYellow; color:black&amp;quot;&lt;br /&gt;
!''Qty''!!width=&amp;quot;150pt&amp;quot;|''Schematic part name''!!width=&amp;quot;150pt&amp;quot;|''Value''!!width=&amp;quot;100pt&amp;quot;|''Description''!!''Package''!!''Manufacturer''!!''Manufacturer part #''!!''Digikey part#''!!width=&amp;quot;100pt&amp;quot;|''Mouser part#''&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot; align=&amp;quot;left&amp;quot;|''Resistors''&lt;br /&gt;
|-&lt;br /&gt;
|1||R1||0/DNP||RES 0.0 OHM 1/10W 5% 0603 SMD||0603||Vishay/Dale||CRCW06030000Z0EA||541-0.0GCT-ND&lt;br /&gt;
||71-CRCW0603-0-E3&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot; align=&amp;quot;left&amp;quot;|''Capacitors&lt;br /&gt;
|-&lt;br /&gt;
|3||C15, C16, C21||22nF||CAP CER 2.2UF 10V X7R 0603||0603||AVX Corporation||06035C223JAT2A||478-3722-1-ND&lt;br /&gt;
||581-06035C223JAT2A&lt;br /&gt;
|-&lt;br /&gt;
|1||C20||47nF||CAP CERM 47000PF 5% 25V X7R 0603||0603||AVX Corporation||06033C473JAT2A||478-3716-1-ND&lt;br /&gt;
||581-06033C473J&lt;br /&gt;
|-&lt;br /&gt;
|1||C17, C18, C19, C23, C33, C34||100nF||CAP CERAMIC .100UF 50V X7R 0603||0603||Kemet||C0603C104K5RACTU||399-5089-1-ND&lt;br /&gt;
||581-06033C473J&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot; align=&amp;quot;left&amp;quot;|''ICs&lt;br /&gt;
|-&lt;br /&gt;
|1||U2||ADXL320||IC ACCELEROMETER DUAL-AX 16LFCSP||16-LFCSP||Analog Devices Inc||ADXL320JCP||ADXL320JCP-ND||NA&lt;br /&gt;
|-&lt;br /&gt;
|1||GYRO_X||ADXRS610||IC SENSOR GYRO 6MV 300D/S 32CBGA||32-CBGA||Analog Devices Inc||ADXRS610BBGZ-RL||ADXRS610BBGZ-RLCT-ND||NA&lt;br /&gt;
|-&lt;br /&gt;
|1||MAG Sensor||sens-xy||IC SmartSens sens-xy 1-axis sensor||SMT||PNI Corp||sens-xy||NA||NA&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Do not place R8*, R4*&lt;br /&gt;
&lt;br /&gt;
===Downloads===&lt;br /&gt;
&lt;br /&gt;
'''PCB Board'''&lt;br /&gt;
:*download ''[[Media:Booz_imu_brd.zip|Booz IMU .brd Eagle file]]''&lt;br /&gt;
'''Schematic'''&lt;br /&gt;
:*download ''[[Media:Booz_imu_sch.zip|Booz IMU .sch Eagle file]]''&lt;br /&gt;
'''Bill of Material'''&lt;br /&gt;
:*download ''[[Media:BOM_LIST.txt|Booz IMU .txt file]]''&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=File:Booz_imu_sch.zip&amp;diff=8337</id>
		<title>File:Booz imu sch.zip</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=File:Booz_imu_sch.zip&amp;diff=8337"/>
		<updated>2011-01-05T11:31:23Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=File:Booz_imu_brd.zip&amp;diff=8336</id>
		<title>File:Booz imu brd.zip</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=File:Booz_imu_brd.zip&amp;diff=8336"/>
		<updated>2011-01-05T11:31:10Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=File:BOM_LIST.txt&amp;diff=8335</id>
		<title>File:BOM LIST.txt</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=File:BOM_LIST.txt&amp;diff=8335"/>
		<updated>2011-01-05T11:30:44Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Tiny_v3_Work_Log&amp;diff=8331</id>
		<title>Tiny v3 Work Log</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Tiny_v3_Work_Log&amp;diff=8331"/>
		<updated>2011-01-04T14:27:11Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= WORK LOG =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 03-01-2010 - Rui Costa ==&lt;br /&gt;
&lt;br /&gt;
- Made some 3D components step files and some PCB footprints.&lt;br /&gt;
&lt;br /&gt;
[[Image:Step_files.jpg]]&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Tiny_v3&amp;diff=8330</id>
		<title>Tiny v3</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Tiny_v3&amp;diff=8330"/>
		<updated>2011-01-04T14:25:43Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: /* Work Log */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== New features Wish List For The New Paparazzi Board ==&lt;br /&gt;
&lt;br /&gt;
* 4 layer PCB for EMI improvement;&lt;br /&gt;
* External GPS;&lt;br /&gt;
* External IMU (Booz IMU);&lt;br /&gt;
* Pressure sensors for altitude and speed determination (like Lisa/L. I will need some help on the software stuff);&lt;br /&gt;
* External/Internal power source for servos and datalink selected with jumpers;&lt;br /&gt;
* Micro SD Card Data Logger(Implementation of the paparazzi data logger);&lt;br /&gt;
* JTAG debugging port (will need some help here, who can help?);&lt;br /&gt;
* 10x servo connections;&lt;br /&gt;
* Mini USB Type B connector;&lt;br /&gt;
* 4x (3mm-4mm) holes for attachment;&lt;br /&gt;
* 4x relay switches (on another pcb board);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
More ideias of improvement are welcome.&lt;br /&gt;
&lt;br /&gt;
== Block Architecture ==&lt;br /&gt;
Soon available...&lt;br /&gt;
&lt;br /&gt;
== Bill Of Material ==&lt;br /&gt;
&lt;br /&gt;
Soon available...&lt;br /&gt;
&lt;br /&gt;
== Work Team ==&lt;br /&gt;
&lt;br /&gt;
We will need a lot of help on this project. Any help and suggestions will be very much appreciated.&lt;br /&gt;
Let's make a small team to work on this new paparazzi board.&lt;br /&gt;
&lt;br /&gt;
Please insert in this list your name and contact if you would like to be part of the team:&lt;br /&gt;
&lt;br /&gt;
* Akira Devereaux (California) =&amp;gt; atdever@gmail.com (systems analyst/design, project management) http://akiraproject.net&lt;br /&gt;
* Rui Costa (from Portugal) =&amp;gt; azoreanuav(at)gmail.com&lt;br /&gt;
* Mike Nickelson (Boston, MA, USA) =&amp;gt; michael.nickelson(at)gmail.com&lt;br /&gt;
* Spencer Pangborn (Taipei, Taiwan) =&amp;gt; spencerpangborn(at)gmail.com (I may be able to help with 4 layer PCB printing here in Taiwan.)&lt;br /&gt;
* Paul Cox (Toulouse, France) =&amp;gt; pauldanielcox at gmail (schematics, layout, proto, debug, etc)&lt;br /&gt;
* Diego J. Stefanello (Santa Maria, Brazil) =&amp;gt; diegostefanello(at)gmail.com (Schematics, layout, degub, etc)&lt;br /&gt;
* Wayne Garris (Seattle ,WA ,USA =&amp;gt; wayneg(at)invitroaviation.com (avionics , nav,kalman filters,IMU)&lt;br /&gt;
* Wang Yao (Wuhan China)=&amp;gt;wzxwyvippt@126.com&lt;br /&gt;
* Ross Man ( from Hong Kong ) =&amp;gt; ross(at)hongkongapple.com&lt;br /&gt;
* wangcfan(Baotou China))=&amp;gt;wangcfan(AT)163.com(Chinese fans, please join the QQ Group: 2816619)&lt;br /&gt;
* Ernani Reis (São José dos Campos, Brazil) =&amp;gt; esreis(a t)sousa(dot)reis(dot)nom(dot)br (pneumatic sensors acquisition)&lt;br /&gt;
&lt;br /&gt;
== Work Log ==&lt;br /&gt;
&lt;br /&gt;
[[Tiny_v3_Work_Log]]&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Tiny_v3&amp;diff=8329</id>
		<title>Tiny v3</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Tiny_v3&amp;diff=8329"/>
		<updated>2011-01-04T14:16:56Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: /* WORK LOG */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== New features Wish List For The New Paparazzi Board ==&lt;br /&gt;
&lt;br /&gt;
* 4 layer PCB for EMI improvement;&lt;br /&gt;
* External GPS;&lt;br /&gt;
* External IMU (Booz IMU);&lt;br /&gt;
* Pressure sensors for altitude and speed determination (like Lisa/L. I will need some help on the software stuff);&lt;br /&gt;
* External/Internal power source for servos and datalink selected with jumpers;&lt;br /&gt;
* Micro SD Card Data Logger(Implementation of the paparazzi data logger);&lt;br /&gt;
* JTAG debugging port (will need some help here, who can help?);&lt;br /&gt;
* 10x servo connections;&lt;br /&gt;
* Mini USB Type B connector;&lt;br /&gt;
* 4x (3mm-4mm) holes for attachment;&lt;br /&gt;
* 4x relay switches (on another pcb board);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
More ideias of improvement are welcome.&lt;br /&gt;
&lt;br /&gt;
== Block Architecture ==&lt;br /&gt;
Soon available...&lt;br /&gt;
&lt;br /&gt;
== Bill Of Material ==&lt;br /&gt;
&lt;br /&gt;
Soon available...&lt;br /&gt;
&lt;br /&gt;
== Work Team ==&lt;br /&gt;
&lt;br /&gt;
We will need a lot of help on this project. Any help and suggestions will be very much appreciated.&lt;br /&gt;
Let's make a small team to work on this new paparazzi board.&lt;br /&gt;
&lt;br /&gt;
Please insert in this list your name and contact if you would like to be part of the team:&lt;br /&gt;
&lt;br /&gt;
* Akira Devereaux (California) =&amp;gt; atdever@gmail.com (systems analyst/design, project management) http://akiraproject.net&lt;br /&gt;
* Rui Costa (from Portugal) =&amp;gt; azoreanuav(at)gmail.com&lt;br /&gt;
* Mike Nickelson (Boston, MA, USA) =&amp;gt; michael.nickelson(at)gmail.com&lt;br /&gt;
* Spencer Pangborn (Taipei, Taiwan) =&amp;gt; spencerpangborn(at)gmail.com (I may be able to help with 4 layer PCB printing here in Taiwan.)&lt;br /&gt;
* Paul Cox (Toulouse, France) =&amp;gt; pauldanielcox at gmail (schematics, layout, proto, debug, etc)&lt;br /&gt;
* Diego J. Stefanello (Santa Maria, Brazil) =&amp;gt; diegostefanello(at)gmail.com (Schematics, layout, degub, etc)&lt;br /&gt;
* Wayne Garris (Seattle ,WA ,USA =&amp;gt; wayneg(at)invitroaviation.com (avionics , nav,kalman filters,IMU)&lt;br /&gt;
* Wang Yao (Wuhan China)=&amp;gt;wzxwyvippt@126.com&lt;br /&gt;
* Ross Man ( from Hong Kong ) =&amp;gt; ross(at)hongkongapple.com&lt;br /&gt;
* wangcfan(Baotou China))=&amp;gt;wangcfan(AT)163.com(Chinese fans, please join the QQ Group: 2816619)&lt;br /&gt;
* Ernani Reis (São José dos Campos, Brazil) =&amp;gt; esreis(a t)sousa(dot)reis(dot)nom(dot)br (pneumatic sensors acquisition)&lt;br /&gt;
&lt;br /&gt;
== Work Log ==&lt;br /&gt;
&lt;br /&gt;
'''03-01-2010'''&lt;br /&gt;
&lt;br /&gt;
Made some 3D components step files and some PCB footprints.&lt;br /&gt;
&lt;br /&gt;
[[Image:Step_files.jpg]]&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Booz/IMU&amp;diff=8328</id>
		<title>Booz/IMU</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Booz/IMU&amp;diff=8328"/>
		<updated>2011-01-04T14:14:45Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: /* YZ Board */  More information requested.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|&lt;br /&gt;
| [[Image:booz_imu_1_assembled_3d.jpg|thumb|center|240px|alt=3d_rendering|3d rendering|3d rendering]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Bill Of Material ==&lt;br /&gt;
===Main===&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;text-align:center&amp;quot; cellpadding=&amp;quot;2&amp;quot; valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|-style=&amp;quot;background:LightYellow; color:black&amp;quot;&lt;br /&gt;
!''Qty''!!width=&amp;quot;150pt&amp;quot;|''Schematic part name''!!width=&amp;quot;150pt&amp;quot;|''Value''!!width=&amp;quot;100pt&amp;quot;|''Description''!!''Package''!!''Manufacturer''!!''Manufacturer part #''!!''Digikey part#''!!width=&amp;quot;100pt&amp;quot;|''Mouser part#''&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot; align=&amp;quot;left&amp;quot;|''Resistors''&lt;br /&gt;
|-&lt;br /&gt;
|4||R8*, R9, R10, R15||0R||RES 0.0 OHM 1/10W 5% 0603 SMD||0603||Vishay/Dale||CRCW06030000Z0EA||541-0.0GCT-ND&lt;br /&gt;
||71-CRCW0603-0-E3&lt;br /&gt;
|-&lt;br /&gt;
|1||R16||4.7k||RES 4.70K OHM 1/10W 1% 0603 SMD||0603||Vishay/Dale||CRCW06034K70FKEA||541-4.70KHCT-ND&lt;br /&gt;
||71-CRCW0603-4.7K-E3&lt;br /&gt;
|-&lt;br /&gt;
|3||R3, R5, R11||10.0K||RES 10.0K OHM 1/10W 1% 0603 SMD||0603||Vishay/Dale||CRCW060310K0FKEA||541-10.0KHCT-ND&lt;br /&gt;
||71-CRCW0603-10K-E3&lt;br /&gt;
|-&lt;br /&gt;
|2||R6,R7||12.0K||RES 12.0K OHM 1/10W 1% 0603 SMD||0603||Vishay/Dale||CRCW060312K0FKEA||541-12.0KHCT-ND&lt;br /&gt;
||71-CRCW0603-12K-E3&lt;br /&gt;
|-&lt;br /&gt;
|1||R4*||39k||RES 39.0K OHM 1/10W 1% 0603 SMD||0603||Vishay/Dale||CRCW060339K0FKEA||541-39.0KHCT-ND&lt;br /&gt;
||71-CRCW0603-39K-E3&lt;br /&gt;
|-&lt;br /&gt;
|2||R1, R2||43R||RES 43.0 OHM 1/10W 1% 0603 SMD||0603||Vishay/Dale||CRCW060343R0FKEA||541-43.0HCT-ND&lt;br /&gt;
||71-CRCW0603-43-E3&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot; align=&amp;quot;left&amp;quot;|''Capacitors&lt;br /&gt;
|-&lt;br /&gt;
|2||C22, C24||2.2uF/Low ESR||CAP CER 2.2UF 10V X7R 0603||0603||Murata Electronics North America||GRM188R71A225KE15D||490-4520-1-ND&lt;br /&gt;
||81-GRM188R71A225KE15&lt;br /&gt;
|-&lt;br /&gt;
|5||C1, C16, C21, C25, C26||4.7µF||CAP CER 4.7UF 10V X7R 0805||0805||Taiyo Yuden||GRM188R71A225KE15D||587-1442-1-ND&lt;br /&gt;
||NA&lt;br /&gt;
|-&lt;br /&gt;
|2||C4, C15||10nF||CAP 10000PF 16V CERM X7R 0603||0603||Panasonic - ECG||ECJ-1VB1C103K||PCC1750CT-ND&lt;br /&gt;
||NA&lt;br /&gt;
|-&lt;br /&gt;
|3||C5, C8, C13||22nF||CAP CERM 22000PF 5% 50V X7R 0603||0603||AVX Corporation||06035C223JAT2A||478-3722-1-ND&lt;br /&gt;
||581-06035C223JAT2A&lt;br /&gt;
|-&lt;br /&gt;
|1||C12||47nF||CAP CERM 47000PF 5% 25V X7R 0603||0603||AVX Corporation||06033C473JAT2A||478-3716-1-ND&lt;br /&gt;
||581-06035C223JAT2A&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot; align=&amp;quot;left&amp;quot;|''ICs&lt;br /&gt;
|-&lt;br /&gt;
|1||25LC040ST||EEPROM/Do not place||25LC040ST||NA||||NA||NA&lt;br /&gt;
||NA&lt;br /&gt;
|-&lt;br /&gt;
|1||U$2||ADXL320||IC ACCELEROMETER DUAL-AX 16LFCSP||16-LFCSP||Analog Devices Inc||ADXL320JCP||ADXL320JCP-ND||NA&lt;br /&gt;
|-&lt;br /&gt;
|1||GYRO_Z||ADXR||IC SENSOR GYRO 6MV 300D/S ||32-CBGA||Analog Devices Inc||ADXRS610BBGZ-RL||ADXRS610BBGZ-RLCT-ND||NA&lt;br /&gt;
|-&lt;br /&gt;
|1||REG3V3||LM3480||IC VREG LDO 100MA 3.3V SOT23 ||SOT-23-3||National Semiconductor||LM3480IM3-3.3/NOPB||LM3480IM3-3.3CT-ND||NA&lt;br /&gt;
|-&lt;br /&gt;
|1||REF4096||REF4096||IC REF LDO PREC 4.1V SOT23-5 ||SOT23-5||National Semiconductor||LM4132EMF-4.1/NOPB||LM4132EMF-4.1CT-ND||NA&lt;br /&gt;
|-&lt;br /&gt;
|1||IC3, REG5VA||LP2992||IC REG LDO MICRPWR 250MA SOT23-5 ||SOT23-5||National Semiconductor||LP2992AIM5-5.0/NOPB||LP2992AIM5-5.0CT-ND||NA&lt;br /&gt;
|-&lt;br /&gt;
|1||22pin ADC1||MAX1168||IC ADC 16BIT 200KSPS 24-QSOP ||24-QSOP||Maxim Integrated Products||MAX1168BCEG+||MAX1168BCEG+-ND||NA&lt;br /&gt;
|-&lt;br /&gt;
|1||MAG Sensor||MS2100||IC SmartSens MS2100 2-axis sensor||20 pads (QFN)||PNI Corp||MS2100||NA||NA&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===XZ Board===&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;text-align:center&amp;quot; cellpadding=&amp;quot;2&amp;quot; valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|-style=&amp;quot;background:LightYellow; color:black&amp;quot;&lt;br /&gt;
!''Qty''!!width=&amp;quot;150pt&amp;quot;|''Schematic part name''!!width=&amp;quot;150pt&amp;quot;|''Value''!!width=&amp;quot;100pt&amp;quot;|''Description''!!''Package''!!''Manufacturer''!!''Manufacturer part #''!!''Digikey part#''!!width=&amp;quot;100pt&amp;quot;|''Mouser part#''&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot; align=&amp;quot;left&amp;quot;|''Resistors''&lt;br /&gt;
|-&lt;br /&gt;
|1||R1||0/DNP||RES 0.0 OHM 1/10W 5% 0603 SMD||0603||Vishay/Dale||CRCW06030000Z0EA||541-0.0GCT-ND&lt;br /&gt;
||71-CRCW0603-0-E3&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot; align=&amp;quot;left&amp;quot;|''Capacitors&lt;br /&gt;
|-&lt;br /&gt;
|3||C15, C16, C21||22nF||CAP CER 2.2UF 10V X7R 0603||0603||Murata Electronics North America||06035C223JAT2A||490-4520-1-ND&lt;br /&gt;
||581-06035C223JAT2A&lt;br /&gt;
|-&lt;br /&gt;
|1||C20||47nF||CAP CERM 47000PF 5% 25V X7R 0603||0603||AVX Corporation||06033C473JAT2A||478-3716-1-ND&lt;br /&gt;
||581-06033C473J&lt;br /&gt;
|-&lt;br /&gt;
|1||C17, C18, C19||100nF||CAP CERAMIC .100UF 50V X7R 0603||0603||Kemet||C0603C104K5RACTU||399-5089-1-ND&lt;br /&gt;
||80-C0603C104K5R&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot; align=&amp;quot;left&amp;quot;|''ICs&lt;br /&gt;
|-&lt;br /&gt;
|1||GYRO_X||ADXRS610||IC SENSOR GYRO 6MV 300D/S 32CBGA||32-CBGA||Analog Devices Inc||ADXRS610BBGZ-RL||ADXRS610BBGZ-RLCT-ND||NA&lt;br /&gt;
|}&lt;br /&gt;
===YZ Board===&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;text-align:center&amp;quot; cellpadding=&amp;quot;2&amp;quot; valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|-style=&amp;quot;background:LightYellow; color:black&amp;quot;&lt;br /&gt;
!''Qty''!!width=&amp;quot;150pt&amp;quot;|''Schematic part name''!!width=&amp;quot;150pt&amp;quot;|''Value''!!width=&amp;quot;100pt&amp;quot;|''Description''!!''Package''!!''Manufacturer''!!''Manufacturer part #''!!''Digikey part#''!!width=&amp;quot;100pt&amp;quot;|''Mouser part#''&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot; align=&amp;quot;left&amp;quot;|''Resistors''&lt;br /&gt;
|-&lt;br /&gt;
|1||R1||0/DNP||RES 0.0 OHM 1/10W 5% 0603 SMD||0603||Vishay/Dale||CRCW06030000Z0EA||541-0.0GCT-ND&lt;br /&gt;
||71-CRCW0603-0-E3&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot; align=&amp;quot;left&amp;quot;|''Capacitors&lt;br /&gt;
|-&lt;br /&gt;
|3||C15, C16, C21||22nF||CAP CER 2.2UF 10V X7R 0603||0603||AVX Corporation||06035C223JAT2A||478-3722-1-ND&lt;br /&gt;
||581-06035C223JAT2A&lt;br /&gt;
|-&lt;br /&gt;
|1||C20||47nF||CAP CERM 47000PF 5% 25V X7R 0603||0603||AVX Corporation||06033C473JAT2A||478-3716-1-ND&lt;br /&gt;
||581-06033C473J&lt;br /&gt;
|-&lt;br /&gt;
|1||C17, C18, C19, C23, C33, C34||100nF||CAP CERAMIC .100UF 50V X7R 0603||0603||Kemet||C0603C104K5RACTU||399-5089-1-ND&lt;br /&gt;
||581-06033C473J&lt;br /&gt;
|-style=&amp;quot;background:WhiteSmoke; color:black&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot; align=&amp;quot;left&amp;quot;|''ICs&lt;br /&gt;
|-&lt;br /&gt;
|1||U2||ADXL320||IC ACCELEROMETER DUAL-AX 16LFCSP||16-LFCSP||Analog Devices Inc||ADXL320JCP||ADXL320JCP-ND||NA&lt;br /&gt;
|-&lt;br /&gt;
|1||GYRO_X||ADXRS610||IC SENSOR GYRO 6MV 300D/S 32CBGA||32-CBGA||Analog Devices Inc||ADXRS610BBGZ-RL||ADXRS610BBGZ-RLCT-ND||NA&lt;br /&gt;
|-&lt;br /&gt;
|1||MAG Sensor||sens-xy||IC SmartSens sens-xy 1-axis sensor||SMT||PNI Corp||sens-xy||NA||NA&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Do not place R8*, R4*&lt;br /&gt;
&lt;br /&gt;
===Schematic &amp;amp; PCB files===&lt;br /&gt;
&lt;br /&gt;
The authors can insert more information about this IMU? Schematics, PCB file, Excel BOM, etc?&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Tiny_v3&amp;diff=8322</id>
		<title>Tiny v3</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Tiny_v3&amp;diff=8322"/>
		<updated>2011-01-04T01:50:16Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: /* WORK LOG */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== New features Wish List For The New Paparazzi Board ==&lt;br /&gt;
&lt;br /&gt;
* 4 layer PCB for EMI improvement;&lt;br /&gt;
* External GPS;&lt;br /&gt;
* External IMU (Booz IMU);&lt;br /&gt;
* Pressure sensors for altitude and speed determination (like Lisa/L. I will need some help on the software stuff);&lt;br /&gt;
* External/Internal power source for servos and datalink selected with jumpers;&lt;br /&gt;
* Micro SD Card Data Logger(Implementation of the paparazzi data logger);&lt;br /&gt;
* JTAG debugging port (will need some help here, who can help?);&lt;br /&gt;
* 10x servo connections;&lt;br /&gt;
* Mini USB Type B connector;&lt;br /&gt;
* 4x (3mm-4mm) holes for attachment;&lt;br /&gt;
* 4x relay switches (on another pcb board);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
More ideias of improvement are welcome.&lt;br /&gt;
&lt;br /&gt;
== Block Architecture ==&lt;br /&gt;
Soon available...&lt;br /&gt;
&lt;br /&gt;
== Bill Of Material ==&lt;br /&gt;
&lt;br /&gt;
Soon available...&lt;br /&gt;
&lt;br /&gt;
== Work Team ==&lt;br /&gt;
&lt;br /&gt;
We will need a lot of help on this project. Any help and suggestions will be very much appreciated.&lt;br /&gt;
Let's make a small team to work on this new paparazzi board.&lt;br /&gt;
&lt;br /&gt;
Please insert in this list your name and contact if you would like to be part of the team:&lt;br /&gt;
&lt;br /&gt;
* Akira Devereaux (California) =&amp;gt; atdever@gmail.com Can rapid prototype www.scicontech.com&lt;br /&gt;
* Rui Costa (from Portugal) =&amp;gt; azoreanuav(at)gmail.com&lt;br /&gt;
* Mike Nickelson (Boston, MA, USA) =&amp;gt; michael.nickelson(at)gmail.com&lt;br /&gt;
* Spencer Pangborn (Taipei, Taiwan) =&amp;gt; spencerpangborn(at)gmail.com (I may be able to help with 4 layer PCB printing here in Taiwan.)&lt;br /&gt;
* Paul Cox (Toulouse, France) =&amp;gt; pauldanielcox at gmail (schematics, layout, proto, debug, etc)&lt;br /&gt;
* Diego J. Stefanello (Santa Maria, Brazil) =&amp;gt; diegostefanello(at)gmail.com (Schematics, layout, degub, etc)&lt;br /&gt;
* Wayne Garris (Seattle ,WA ,USA =&amp;gt; wayneg(at)invitroaviation.com (avionics , nav,kalman filters,IMU)&lt;br /&gt;
* Wang Yao (Wuhan China)=&amp;gt;wzxwyvippt@126.com&lt;br /&gt;
* Ross Man ( from Hong Kong ) =&amp;gt; ross(at)hongkongapple.com&lt;br /&gt;
* wangcfan(Baotou China))=&amp;gt;wangcfan(AT)163.com(Chinese fans, please join the QQ Group: 2816619)&lt;br /&gt;
* Ernani Reis (São José dos Campos, Brazil) =&amp;gt; esreis(a t)sousa(dot)reis(dot)nom(dot)br (pneumatic sensors acquisition)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== WORK LOG ==&lt;br /&gt;
&lt;br /&gt;
'''03-01-2010'''&lt;br /&gt;
&lt;br /&gt;
Made some 3D components step files and some PCB footprints.&lt;br /&gt;
&lt;br /&gt;
[[Image:Step_files.jpg]]&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=File:Step_files.jpg&amp;diff=8321</id>
		<title>File:Step files.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=File:Step_files.jpg&amp;diff=8321"/>
		<updated>2011-01-04T01:48:48Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: STEP files for Altium Designer.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;STEP files for Altium Designer.&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Tiny_v3&amp;diff=8320</id>
		<title>Tiny v3</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Tiny_v3&amp;diff=8320"/>
		<updated>2011-01-04T01:45:45Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: /* WORK LOG */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== New features Wish List For The New Paparazzi Board ==&lt;br /&gt;
&lt;br /&gt;
* 4 layer PCB for EMI improvement;&lt;br /&gt;
* External GPS;&lt;br /&gt;
* External IMU (Booz IMU);&lt;br /&gt;
* Pressure sensors for altitude and speed determination (like Lisa/L. I will need some help on the software stuff);&lt;br /&gt;
* External/Internal power source for servos and datalink selected with jumpers;&lt;br /&gt;
* Micro SD Card Data Logger(Implementation of the paparazzi data logger);&lt;br /&gt;
* JTAG debugging port (will need some help here, who can help?);&lt;br /&gt;
* 10x servo connections;&lt;br /&gt;
* Mini USB Type B connector;&lt;br /&gt;
* 4x (3mm-4mm) holes for attachment;&lt;br /&gt;
* 4x relay switches (on another pcb board);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
More ideias of improvement are welcome.&lt;br /&gt;
&lt;br /&gt;
== Block Architecture ==&lt;br /&gt;
Soon available...&lt;br /&gt;
&lt;br /&gt;
== Bill Of Material ==&lt;br /&gt;
&lt;br /&gt;
Soon available...&lt;br /&gt;
&lt;br /&gt;
== Work Team ==&lt;br /&gt;
&lt;br /&gt;
We will need a lot of help on this project. Any help and suggestions will be very much appreciated.&lt;br /&gt;
Let's make a small team to work on this new paparazzi board.&lt;br /&gt;
&lt;br /&gt;
Please insert in this list your name and contact if you would like to be part of the team:&lt;br /&gt;
&lt;br /&gt;
* Akira Devereaux (California) =&amp;gt; atdever@gmail.com Can rapid prototype www.scicontech.com&lt;br /&gt;
* Rui Costa (from Portugal) =&amp;gt; azoreanuav(at)gmail.com&lt;br /&gt;
* Mike Nickelson (Boston, MA, USA) =&amp;gt; michael.nickelson(at)gmail.com&lt;br /&gt;
* Spencer Pangborn (Taipei, Taiwan) =&amp;gt; spencerpangborn(at)gmail.com (I may be able to help with 4 layer PCB printing here in Taiwan.)&lt;br /&gt;
* Paul Cox (Toulouse, France) =&amp;gt; pauldanielcox at gmail (schematics, layout, proto, debug, etc)&lt;br /&gt;
* Diego J. Stefanello (Santa Maria, Brazil) =&amp;gt; diegostefanello(at)gmail.com (Schematics, layout, degub, etc)&lt;br /&gt;
* Wayne Garris (Seattle ,WA ,USA =&amp;gt; wayneg(at)invitroaviation.com (avionics , nav,kalman filters,IMU)&lt;br /&gt;
* Wang Yao (Wuhan China)=&amp;gt;wzxwyvippt@126.com&lt;br /&gt;
* Ross Man ( from Hong Kong ) =&amp;gt; ross(at)hongkongapple.com&lt;br /&gt;
* wangcfan(Baotou China))=&amp;gt;wangcfan(AT)163.com(Chinese fans, please join the QQ Group: 2816619)&lt;br /&gt;
* Ernani Reis (São José dos Campos, Brazil) =&amp;gt; esreis(a t)sousa(dot)reis(dot)nom(dot)br (pneumatic sensors acquisition)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== WORK LOG ==&lt;br /&gt;
&lt;br /&gt;
03-01-2010&lt;br /&gt;
&lt;br /&gt;
Made some 3D components step files and some PCB footprints.&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Tiny_v3&amp;diff=8319</id>
		<title>Tiny v3</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Tiny_v3&amp;diff=8319"/>
		<updated>2011-01-04T01:44:19Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: /* Work Team */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== New features Wish List For The New Paparazzi Board ==&lt;br /&gt;
&lt;br /&gt;
* 4 layer PCB for EMI improvement;&lt;br /&gt;
* External GPS;&lt;br /&gt;
* External IMU (Booz IMU);&lt;br /&gt;
* Pressure sensors for altitude and speed determination (like Lisa/L. I will need some help on the software stuff);&lt;br /&gt;
* External/Internal power source for servos and datalink selected with jumpers;&lt;br /&gt;
* Micro SD Card Data Logger(Implementation of the paparazzi data logger);&lt;br /&gt;
* JTAG debugging port (will need some help here, who can help?);&lt;br /&gt;
* 10x servo connections;&lt;br /&gt;
* Mini USB Type B connector;&lt;br /&gt;
* 4x (3mm-4mm) holes for attachment;&lt;br /&gt;
* 4x relay switches (on another pcb board);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
More ideias of improvement are welcome.&lt;br /&gt;
&lt;br /&gt;
== Block Architecture ==&lt;br /&gt;
Soon available...&lt;br /&gt;
&lt;br /&gt;
== Bill Of Material ==&lt;br /&gt;
&lt;br /&gt;
Soon available...&lt;br /&gt;
&lt;br /&gt;
== Work Team ==&lt;br /&gt;
&lt;br /&gt;
We will need a lot of help on this project. Any help and suggestions will be very much appreciated.&lt;br /&gt;
Let's make a small team to work on this new paparazzi board.&lt;br /&gt;
&lt;br /&gt;
Please insert in this list your name and contact if you would like to be part of the team:&lt;br /&gt;
&lt;br /&gt;
* Akira Devereaux (California) =&amp;gt; atdever@gmail.com Can rapid prototype www.scicontech.com&lt;br /&gt;
* Rui Costa (from Portugal) =&amp;gt; azoreanuav(at)gmail.com&lt;br /&gt;
* Mike Nickelson (Boston, MA, USA) =&amp;gt; michael.nickelson(at)gmail.com&lt;br /&gt;
* Spencer Pangborn (Taipei, Taiwan) =&amp;gt; spencerpangborn(at)gmail.com (I may be able to help with 4 layer PCB printing here in Taiwan.)&lt;br /&gt;
* Paul Cox (Toulouse, France) =&amp;gt; pauldanielcox at gmail (schematics, layout, proto, debug, etc)&lt;br /&gt;
* Diego J. Stefanello (Santa Maria, Brazil) =&amp;gt; diegostefanello(at)gmail.com (Schematics, layout, degub, etc)&lt;br /&gt;
* Wayne Garris (Seattle ,WA ,USA =&amp;gt; wayneg(at)invitroaviation.com (avionics , nav,kalman filters,IMU)&lt;br /&gt;
* Wang Yao (Wuhan China)=&amp;gt;wzxwyvippt@126.com&lt;br /&gt;
* Ross Man ( from Hong Kong ) =&amp;gt; ross(at)hongkongapple.com&lt;br /&gt;
* wangcfan(Baotou China))=&amp;gt;wangcfan(AT)163.com(Chinese fans, please join the QQ Group: 2816619)&lt;br /&gt;
* Ernani Reis (São José dos Campos, Brazil) =&amp;gt; esreis(a t)sousa(dot)reis(dot)nom(dot)br (pneumatic sensors acquisition)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== WORK LOG ==&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Tiny_v3&amp;diff=8318</id>
		<title>Tiny v3</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Tiny_v3&amp;diff=8318"/>
		<updated>2011-01-03T12:29:35Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: /* New features Wish List For The New Paparazzi Board */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== New features Wish List For The New Paparazzi Board ==&lt;br /&gt;
&lt;br /&gt;
* 4 layer PCB for EMI improvement;&lt;br /&gt;
* External GPS;&lt;br /&gt;
* External IMU (Booz IMU);&lt;br /&gt;
* Pressure sensors for altitude and speed determination (like Lisa/L. I will need some help on the software stuff);&lt;br /&gt;
* External/Internal power source for servos and datalink selected with jumpers;&lt;br /&gt;
* Micro SD Card Data Logger(Implementation of the paparazzi data logger);&lt;br /&gt;
* JTAG debugging port (will need some help here, who can help?);&lt;br /&gt;
* 10x servo connections;&lt;br /&gt;
* Mini USB Type B connector;&lt;br /&gt;
* 4x (3mm-4mm) holes for attachment;&lt;br /&gt;
* 4x relay switches (on another pcb board);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
More ideias of improvement are welcome.&lt;br /&gt;
&lt;br /&gt;
== Block Architecture ==&lt;br /&gt;
Soon available...&lt;br /&gt;
&lt;br /&gt;
== Bill Of Material ==&lt;br /&gt;
&lt;br /&gt;
Soon available...&lt;br /&gt;
&lt;br /&gt;
== Work Team ==&lt;br /&gt;
&lt;br /&gt;
We will need a lot of help on this project. Any help and suggestions will be very much appreciated.&lt;br /&gt;
Let's make a small team to work on this new paparazzi board.&lt;br /&gt;
&lt;br /&gt;
Please insert in this list your name and contact if you would like to be part of the team:&lt;br /&gt;
&lt;br /&gt;
* Akira Devereaux (California) =&amp;gt; atdever@gmail.com Can rapid prototype www.scicontech.com&lt;br /&gt;
* Rui Costa (from Portugal) =&amp;gt; azoreanuav(at)gmail.com&lt;br /&gt;
* Mike Nickelson (Boston, MA, USA) =&amp;gt; michael.nickelson(at)gmail.com&lt;br /&gt;
* Spencer Pangborn (Taipei, Taiwan) =&amp;gt; spencerpangborn(at)gmail.com (I may be able to help with 4 layer PCB printing here in Taiwan.)&lt;br /&gt;
* Paul Cox (Toulouse, France) =&amp;gt; pauldanielcox at gmail (schematics, layout, proto, debug, etc)&lt;br /&gt;
* Diego J. Stefanello (Santa Maria, Brazil) =&amp;gt; diegostefanello(at)gmail.com (Schematics, layout, degub, etc)&lt;br /&gt;
* Wayne Garris (Seattle ,WA ,USA =&amp;gt; wayneg(at)invitroaviation.com (avionics , nav,kalman filters,IMU)&lt;br /&gt;
* Wang Yao (Wuhan China)=&amp;gt;wzxwyvippt@126.com&lt;br /&gt;
* Ross Man ( from Hong Kong ) =&amp;gt; ross(at)hongkongapple.com&lt;br /&gt;
* wangcfan(Baotou China))=&amp;gt;wangcfan(AT)163.com(Chinese fans, please join the QQ Group: 2816619)&lt;br /&gt;
* Ernani Reis (São José dos Campos, Brazil) =&amp;gt; esreis(a t)sousa(dot)reis(dot)nom(dot)br (pneumatic sensors acquisition)&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Tiny_v3&amp;diff=8317</id>
		<title>Tiny v3</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Tiny_v3&amp;diff=8317"/>
		<updated>2011-01-03T10:19:35Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: /* New features Wish List For The New Paparazzi Board */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== New features Wish List For The New Paparazzi Board ==&lt;br /&gt;
&lt;br /&gt;
* 4 layer PCB for EMI improvement;&lt;br /&gt;
* External GPS;&lt;br /&gt;
* External IMU (Booz IMU);&lt;br /&gt;
* Pressure sensors for altitude and speed determination (like Lisa/L. I will need some help on the software stuff);&lt;br /&gt;
* External/Internal power source for servos and datalink selected with jumpers;&lt;br /&gt;
* Micro SD Card Data Logger(Implementation of the paparazzi data logger);&lt;br /&gt;
* JTAG debugging port (will need some help here, who can help?);&lt;br /&gt;
* 10x servo connections&lt;br /&gt;
* Mini USB Type B connector&lt;br /&gt;
* 4x (3mm-4mm) holes for attachment&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
More ideias of improvement are welcome.&lt;br /&gt;
&lt;br /&gt;
== Block Architecture ==&lt;br /&gt;
Soon available...&lt;br /&gt;
&lt;br /&gt;
== Bill Of Material ==&lt;br /&gt;
&lt;br /&gt;
Soon available...&lt;br /&gt;
&lt;br /&gt;
== Work Team ==&lt;br /&gt;
&lt;br /&gt;
We will need a lot of help on this project. Any help and suggestions will be very much appreciated.&lt;br /&gt;
Let's make a small team to work on this new paparazzi board.&lt;br /&gt;
&lt;br /&gt;
Please insert in this list your name and contact if you would like to be part of the team:&lt;br /&gt;
&lt;br /&gt;
* Akira Devereaux (California) =&amp;gt; atdever@gmail.com Can rapid prototype www.scicontech.com&lt;br /&gt;
* Rui Costa (from Portugal) =&amp;gt; azoreanuav(at)gmail.com&lt;br /&gt;
* Mike Nickelson (Boston, MA, USA) =&amp;gt; michael.nickelson(at)gmail.com&lt;br /&gt;
* Spencer Pangborn (Taipei, Taiwan) =&amp;gt; spencerpangborn(at)gmail.com (I may be able to help with 4 layer PCB printing here in Taiwan.)&lt;br /&gt;
* Paul Cox (Toulouse, France) =&amp;gt; pauldanielcox at gmail (schematics, layout, proto, debug, etc)&lt;br /&gt;
* Diego J. Stefanello (Santa Maria, Brazil) =&amp;gt; diegostefanello(at)gmail.com (Schematics, layout, degub, etc)&lt;br /&gt;
* Wayne Garris (Seattle ,WA ,USA =&amp;gt; wayneg(at)invitroaviation.com (avionics , nav,kalman filters,IMU)&lt;br /&gt;
* Wang Yao (Wuhan China)=&amp;gt;wzxwyvippt@126.com&lt;br /&gt;
* Ross Man ( from Hong Kong ) =&amp;gt; ross(at)hongkongapple.com&lt;br /&gt;
* wangcfan(Baotou China))=&amp;gt;wangcfan(AT)163.com(Chinese fans, please join the QQ Group: 2816619)&lt;br /&gt;
* Ernani Reis (São José dos Campos, Brazil) =&amp;gt; esreis(a t)sousa(dot)reis(dot)nom(dot)br (pneumatic sensors acquisition)&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Tiny_v3&amp;diff=8316</id>
		<title>Tiny v3</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Tiny_v3&amp;diff=8316"/>
		<updated>2011-01-03T10:18:38Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: /* New features Wish List For The New Paparazzi Board */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== New features Wish List For The New Paparazzi Board ==&lt;br /&gt;
&lt;br /&gt;
* 4 layer PCB for EMI improvement;&lt;br /&gt;
* External GPS;&lt;br /&gt;
* External IMU (Booz IMU);&lt;br /&gt;
* Pressure sensors for altitude and speed determination (like Lisa/L. I will need some help on the software stuff);&lt;br /&gt;
* External/Internal power source for servos and datalink selected with jumpers;&lt;br /&gt;
* Micro SD Card Data Logger(Implementation of the paparazzi data logger);&lt;br /&gt;
* JTAG debugging port (will need some help here, who can help?);&lt;br /&gt;
* 10x servo connections&lt;br /&gt;
* Mini USB Type B connector&lt;br /&gt;
&lt;br /&gt;
More ideias of improvement are welcome.&lt;br /&gt;
&lt;br /&gt;
== Block Architecture ==&lt;br /&gt;
Soon available...&lt;br /&gt;
&lt;br /&gt;
== Bill Of Material ==&lt;br /&gt;
&lt;br /&gt;
Soon available...&lt;br /&gt;
&lt;br /&gt;
== Work Team ==&lt;br /&gt;
&lt;br /&gt;
We will need a lot of help on this project. Any help and suggestions will be very much appreciated.&lt;br /&gt;
Let's make a small team to work on this new paparazzi board.&lt;br /&gt;
&lt;br /&gt;
Please insert in this list your name and contact if you would like to be part of the team:&lt;br /&gt;
&lt;br /&gt;
* Akira Devereaux (California) =&amp;gt; atdever@gmail.com Can rapid prototype www.scicontech.com&lt;br /&gt;
* Rui Costa (from Portugal) =&amp;gt; azoreanuav(at)gmail.com&lt;br /&gt;
* Mike Nickelson (Boston, MA, USA) =&amp;gt; michael.nickelson(at)gmail.com&lt;br /&gt;
* Spencer Pangborn (Taipei, Taiwan) =&amp;gt; spencerpangborn(at)gmail.com (I may be able to help with 4 layer PCB printing here in Taiwan.)&lt;br /&gt;
* Paul Cox (Toulouse, France) =&amp;gt; pauldanielcox at gmail (schematics, layout, proto, debug, etc)&lt;br /&gt;
* Diego J. Stefanello (Santa Maria, Brazil) =&amp;gt; diegostefanello(at)gmail.com (Schematics, layout, degub, etc)&lt;br /&gt;
* Wayne Garris (Seattle ,WA ,USA =&amp;gt; wayneg(at)invitroaviation.com (avionics , nav,kalman filters,IMU)&lt;br /&gt;
* Wang Yao (Wuhan China)=&amp;gt;wzxwyvippt@126.com&lt;br /&gt;
* Ross Man ( from Hong Kong ) =&amp;gt; ross(at)hongkongapple.com&lt;br /&gt;
* wangcfan(Baotou China))=&amp;gt;wangcfan(AT)163.com(Chinese fans, please join the QQ Group: 2816619)&lt;br /&gt;
* Ernani Reis (São José dos Campos, Brazil) =&amp;gt; esreis(a t)sousa(dot)reis(dot)nom(dot)br (pneumatic sensors acquisition)&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Users&amp;diff=8312</id>
		<title>Users</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Users&amp;diff=8312"/>
		<updated>2010-12-31T03:13:58Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: /* Wiki pages */  My own user link.&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;
==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;
== Wiki pages ==&lt;br /&gt;
add a link to your users wiki page.&lt;br /&gt;
&lt;br /&gt;
[http://paparazzi.enac.fr/wiki/User:Dconger Dconger]&lt;br /&gt;
&lt;br /&gt;
[http://paparazzi.enac.fr/wiki/User:MarcusWolschon MarcusWolschon]&lt;br /&gt;
&lt;br /&gt;
[http://paparazzi.enac.fr/wiki/User:Alfamyke Alfamyke]&lt;br /&gt;
&lt;br /&gt;
[http://paparazzi.enac.fr/wiki/User:Danstah Danstah]&lt;br /&gt;
&lt;br /&gt;
[http://paparazzi.enac.fr/wiki/User:Martinmm Martinmm]&lt;br /&gt;
&lt;br /&gt;
[http://paparazzi.enac.fr/wiki/User:John_Burt John Burt]&lt;br /&gt;
&lt;br /&gt;
[http://paparazzi.enac.fr/wiki/User:SilaS SilaS]&lt;br /&gt;
&lt;br /&gt;
[http://paparazzi.enac.fr/wiki/User:Mecevans Mecevans]&lt;br /&gt;
&lt;br /&gt;
[http://paparazzi.enac.fr/wiki/User:CSU-FCUAV CSU-FCUAV]&lt;br /&gt;
&lt;br /&gt;
[http://paparazzi.enac.fr/wiki/User:GPH Pierre-Selim]&lt;br /&gt;
&lt;br /&gt;
[http://paparazzi.enac.fr/wiki/User:Martinpi martinpi]&lt;br /&gt;
&lt;br /&gt;
[http://paparazzi.enac.fr/wiki/User:VAMK VAMK]&lt;br /&gt;
&lt;br /&gt;
[http://paparazzi.enac.fr/wiki/User:EldenC Elden_Crom]&lt;br /&gt;
&lt;br /&gt;
[http://paparazzi.enac.fr/wiki/User:Rbdavison Bernard Davison]&lt;br /&gt;
&lt;br /&gt;
[http://paparazzi.enac.fr/wiki/User:jvs84 U of Arizona Autonomous Glider]&lt;br /&gt;
&lt;br /&gt;
[http://paparazzi.enac.fr/wiki/User:Marc Marc]&lt;br /&gt;
&lt;br /&gt;
[http://paparazzi.enac.fr/wiki/User:Bu5hm4nn Bu5hm4nn]&lt;br /&gt;
&lt;br /&gt;
[http://paparazzi.enac.fr/wiki/User:HWal HWal]&lt;br /&gt;
&lt;br /&gt;
[http://paparazzi.enac.fr/wiki/User:Aerodolphin Rui Costa]&lt;br /&gt;
&lt;br /&gt;
==Asia==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;background:black; color:blue&amp;quot;&lt;br /&gt;
|+ Asia&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Location !! Hardware !! Joined !! Current activities / project status &lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
&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;
|}&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:bisque; color:black&amp;quot;&lt;br /&gt;
|Austria&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [http://paparazzi.enac.fr/wiki/User:Martinpi Martin Piehslinger] || Vienna, Austria || Tiny 2.11 || 2008 || just starting&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:st.jr_at_gmx.at TomS] || Graz, Austria || Tiny 2.11 ||| 2008 || Starting to complete the wiring for the tiny and then trying to apply it to my TwinStar II.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; 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;
|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 || Booz2 quadrotor ||| 2008 || flying, but a lot to improve ;-)&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [[User:TheJJ|Jonas Jelten]] || Augsburg, Germany || just our airframe ||| 2010 || &amp;quot;P-Seminar&amp;quot; for the new G8 at our Gymnasium ([http://www.solarflugzeug.de.tc solarflugzeug.de.tc])&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [[User:Christoph|Christoph Niemann]] || Bremen, Germany || Reely Condor with TWOG and Sparkfun Razor-IMU ||| 2010 || Several successful AUTO2-Flights. &lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| 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:bisque; 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, AeroMaster, E-Hawk, 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 Ensslin] || Winterthur, Switzerland || Tiny 2.11 incl. ArduIMU, Kyosho Calmato, UMARS||| 2010 || Still struggling to get in the air with Calmato. Successful flights with Maya. Now with the new reorganized code. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:samuelbryner_gmx.ch Samuel B.] || Winterthur, Switzerland || Tiny 2.11, Multiplex Easyglider  ||| 2010 || Just starting. No flight so far :/&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:rmaurer@sunrise.ch RetoM] || Bottighofen, Switzerland || Tiny 2.11, Multiplex Mentor  ||| 2010 || Just started .... no flight so far, maiden flight planned for March 2011.&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; 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:bisque; color:black&amp;quot;&lt;br /&gt;
| Other&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:silas_at_silas.hu SilaS] || Budapest || Tiny 1.3,2.11, Twog 1.0 ||| 2007 || Applied tiny to GWS Estarter, finished long travels in AUTO2. Now transfert it to a Twinstar and working on pairing tiny with FPV. Successfull. Now using it on large gliders and jets.&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [[ email = hendrix at vivodinet dot gr| Chris Efstathiou]] || Piraeus Hellas || tiny 2.11 on a Mpx EasyGlider, TWOG 1.3 on a Boomerang turbine jet ||| 2008 || The Easyglider is fully operational, still working on the jet which had his first flight with the TWOG at 25/1/2009  &lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [[User:openuas|OpenUAS]] || Amsterdam, The Netherlands || TWOG, Tiny and various airframes  || 2007 || Quite a few AUTO2 flights. Improving airspeed integration&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:sanarlab@yandex.ru Andrew Saenko] || Russia, St-Petersburg || Tiny 1.13, Tiny 2.11, two own hardware designs, 5 kg aerial photo plane, 2.5 kg survelliance uav, Easystar ||| 2007 || Use modified autopilot and GCS in professional tasks, add self desidned IMU&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:chebuzz_at_gmail.com David &amp;quot;Buzz&amp;quot; Carlson] || Cyprus || Tiny 2.11, Lynx EDF &amp;amp; GWS SloStick, 9XTend datalink ||| 2008 || Quite a few AUTO2 flights.  Plane currently grounded due to a TX run-in with a 1 year-old.  Currently working on getting new TX and completing CBP store setup.&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:kostalexis@ece.upatras.gr AneMos-Group] || Patras, Greece || Tiny 2.11, Quadrotor VTOL  ||| 2008 || Working on IMU, Trying to implement Constrained Control for the quadrotor trajectory flight&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [http://paparazzi.enac.fr/wiki/User:VAMK Allan Ojala (VAMK)] || Vaasa, Finland || TWOG, with AC4790 radio and LEA-5H GPS  ||| 2009 || Ditched the SIG Kadet. Built a new big plane TaigaCam. Self-build model made out of EPP and a plastic tube.&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:alexandru.panait@ral.ro Phineas] || Bucharest, Romania || Tiny2.11 (PPZUAV)  ||| November 2009 || Just started to set-up &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:lukeiron@hotmail.com Luke] || Torino, Italy || TWOG ||| December 2009 || Close to mount the AP on my Mentor &lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:helgewal@gmail.com Helge] || Bergen, Norway || TWOG ||| 2009 || First Auto2 flight with Twinstar2 in October 2010 &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==North America==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;background:black; color:blue&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Location !! Hardware !! Joined !! Current activities / project status &lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [http://paparazzi.enac.fr/wiki/User:Mcurrie Matthew Currie] || Nanaimo, BC Canada || Tiny 13 v1.1 (Self-built) ||| November 2006 || Funjet + XBee&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:quill_at_u.washington.edu John Burt] [http://paparazzi.enac.fr/wiki/User:John_Burt wiki page]|| Portland, Oregon || Tiny v2.11 + LEA-4H (PPZUAV), Multiplex Cularis/Easystar, 9Xtend modem, T7CAP TX, ground station: EEE PC701 and/or Nokia N810 ||| Jan 2009 || Initial flight tests w/ Easystar in AUTO1 &amp;amp; AUTO2.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:ogar0007@umn.edu Pat O'Gara] || St. Paul, MN || Tiny 2.11 and TWOG (PPZUAV)  |||Oct. 2008 ||  Completed and flown FunJet and Minimag in Auto 2. Currently rebuilding MiniMag as an improved development platform. &lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:kochesj@gvsu.edu John Koches] || Muskegon, Michigan || Tiny 2.11 (PPZUAV)  ||| 2007 ||  currently flying a 48 inch zagi, 80 inch under construction.&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:Stdeguir@gmail.com Steve Deguir] || New York,New York || Tiny2.11+LEA-5H (PPZUAV), XbeePro 2.4, Berg4L, JR FMA   ||| Feb 2009 || &lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:bmw330i@me.com David Conger] || San Diego (Ramona), California || Tiny1.3 (PPZUAV)  ||| Sept 2007 || Flying Wing MAV with onboard video. Test platform for the new 900mhz XBPro 900 RF modems.&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:mecevans@gmail.com Michael Evans] || Seaside(Monterey Bay), California || Tiny2.11 (PPZUAV)  ||| Feb 2009 ||http://www.rcgroups.com/forums/showthread.php?t=1000937. &lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| USU AggieAir Remote Sensing || Logan, UT || TWOG (PPZUAV)  ||| January 2009 || Building 72&amp;quot; Flying Wings which will be used for remote sensing. Routine autonomous flight.&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [http://www.engr.usu.edu/wiki/index.php/OSAM USU OSAM-UAV] || Logan, UT || TWOG (PPZUAV)  ||| June 2007 || 2x72&amp;quot; 5x48&amp;quot; 1x60&amp;quot; Flying Wings. Research backyard for AggieAir Remote Sensing. Routine autonomous flight.&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [http://paparazzi.enac.fr/wiki/User:CSU-FCUAV CSU Fuel Cell UAV] || Fort Collins, Co || Tiny 2.11 + LEA-5H (PPZUAV), 2.4Ghz XBPro ||| Mar 2009 || Maiden flight complete Feb 28.  New Airframe in development.&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:armz12@gmail.com Armen Gharibans] || La Jolla, California || Tiny2.11 (PPZUAV)  ||| March 2009 || UCSD Project with Multiplex Mentor.  Completed August 2, 2009. Several Successful Auto2 Flights.  A LOT of help from David Conger.&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [http://paparazzi.enac.fr/wiki/User:EldenC Elden Crom] || Tucson, AZ || Twog 1.0  ||| July 2009 || Multiplex Twinstar, XBee Pro.  Several Successful Auto2 Flights. Working toward precise  Auto-Takeoff and Auto-Land &lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [http://paparazzi.enac.fr/wiki/User:jvs84 U of Arizona Autonomous Glider] || Tucson, AZ || None, will use TWOG 1.0  ||| December 2009 || Super Dimona, Aerocomm.  No Flight test. Working toward setting waypoints within Paparazzi code &lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [Reegan] || Lubbock, TX || Planning on Tiny 2.11 (PPZUAV), 900mhz XBPro  |||Dec. 2009 ||  Gaining info to begin a collegiate project&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| Team UAV UALR Caleb Tenberge || Little Rock, AR || Using TWOG 1.0  ||| Feb 2010 || Using a Telemaster, we are learning the GCS and building our plane. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:changho.nam@asu.edu Arizona State University POLY - Capstone Team: Development of UAV /w surveillance System] || Mesa, AZ || Using TINY 2.1 - 2.4GHz Modem, CCD Camera /w 900 MHz Video Transmitter  ||| March 2010 || 4-lbs Flying Wings.   We made successful autonomous flights. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| New User || 1 || 2 ||| 3 || 4 &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Central America==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;background:black; color:blue&amp;quot;&lt;br /&gt;
! Name !! Location !! Hardware !! Joined !! Current activities / project status&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:joschau@comcast.net Joekadet] || David Panama' || Tiny v2.11/LEA-4P, RF Modems XBee Pro 2.4 GHz (PPZUAV).  Multiplex Mentor  ||| 2008 || Seven flights now. Flights 6 &amp;amp; 7 in Auto2. Now only a matter of fine tuning.&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| New User || 1 || 2 ||| 3 || 4 &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==South America==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;background:black; color:blue&amp;quot;&lt;br /&gt;
! Name !! Location !! Hardware !! Joined !! Current activities / project status&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:gustavoviolato@gmail.com Gustavo Violato] || São José dos Campos, Brasil || Tiny v2.11/LEA-4P, Modem XBee Pro 2.4 GHz Swift II  ||| 2009 || Flying autonomously and enjoying it. Planning to use the system for flight test data acquisition and aircraft parameter recognition. &lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| New User || 1 || 2 ||| 3 || 4 &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Australia==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;background:black; color:blue&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Location !! Hardware !! Joined !! Current activities / project status&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:todd_soaring@yahoo.com.au Todd Sandercock] || Adelaide, SA || Tiny v2.11, Multiplex Twinjet, 9Xtend modems ||| Jan 2008 || Completed successful flight testing. Now designing new airframe.  &lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:reubenb87@gmail.com Reuben Brown]|| Gawler, SA || Tiny v2.11 ||| May 2009 || Getting the autopilot set up &lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [http://paparazzi.enac.fr/wiki/User:Rbdavison Bernard Davison] || Neutral Bay, NSW || Tiny v2.11, Vertical + Horizontal IR sensors, XBee PRO modems, Futaba T6EXAP TX, Futaba R136F RX, Funjet,  MacBook laptop ||| August 2008 || Several flights in Auto1&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [http://paparazzi.enac.fr/wiki/User:Rufus Chris Gough] || Canberra || TWOG v2.11, EZ* || September 09 || not yet airborn &lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [http://paparazzi.enac.fr/wiki/User:Adam.A Adam Amos] || Sydney, NSW || TWOG, IMU, BORJET MAJA || March 2010 || see [http://www.rescuerobotics.com.au www.rescuerobotics.com.au] for current status&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Africa==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;background:black; color:blue&amp;quot;&lt;br /&gt;
! Name !! Location !! Hardware !! Joined !! Current activities / project status&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:w1_th@yahoo.com W1th] || South Africa KZN || TWOG V1 ,LEA-5H GPS , RF Modems XBee Pro 868 (CheBuzz) ||| July 2009  || Got TWOG,GPS etc interfacing with Laptop and working , Have not done anything to it recently but...Made a website [http://sites.google.com/site/scarfclub/paparazi-uav SCARF Paparazzi-UAV] of my struggle ...&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
| [mailto:willie.smit@nwu.ac.za Willie Smit] || South Africa NW || Tiny v2.11, LEA-4P GPS, RF Modems XBee Pro ||| April 2010  || We are currently doing test flights. Also doing research on obstacle avoidance.&lt;br /&gt;
|- style=&amp;quot;background:bisque; color:black&amp;quot;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=User:Aerodolphin&amp;diff=8311</id>
		<title>User:Aerodolphin</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=User:Aerodolphin&amp;diff=8311"/>
		<updated>2010-12-31T03:12:58Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I'm designing a new paparazzi board (Tiny v3) and an UAV for surveilance. Will have a MTOW of 16Kg and a wingspan of 3,5m. Will be capable to carry a payload of 5Kg during 2 hours.&lt;br /&gt;
&lt;br /&gt;
More informations soon...&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Tiny_v3&amp;diff=8310</id>
		<title>Tiny v3</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Tiny_v3&amp;diff=8310"/>
		<updated>2010-12-31T03:01:54Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: /* Block Architecture */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== New features Wish List For The New Paparazzi Board ==&lt;br /&gt;
&lt;br /&gt;
* 4 layer PCB for EMI improvement;&lt;br /&gt;
* External GPS;&lt;br /&gt;
* External IMU (Booz IMU);&lt;br /&gt;
* Pressure sensors for altitude and speed determination (like Lisa/L. I will need some help on the software stuff);&lt;br /&gt;
* External/Internal power source for servos and datalink selected with a jumper;&lt;br /&gt;
* Micro SD Card Data Logger(Implementation of the paparazzi data logger);&lt;br /&gt;
* JTAG debugging port (will need some help here, who can help?);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
More ideias of improvement are welcome.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Block Architecture ==&lt;br /&gt;
Soon available...&lt;br /&gt;
&lt;br /&gt;
== Bill Of Material ==&lt;br /&gt;
&lt;br /&gt;
Soon available...&lt;br /&gt;
&lt;br /&gt;
== Work Team ==&lt;br /&gt;
&lt;br /&gt;
We will need a lot of help on this project. Any help and suggestions will be very much appreciated.&lt;br /&gt;
Let's make a small team to work on this new paparazzi board.&lt;br /&gt;
&lt;br /&gt;
Please insert in this list your name and contact if you would like to be part of the team:&lt;br /&gt;
&lt;br /&gt;
* Akira Devereaux (California) =&amp;gt; atdever@gmail.com Can rapid prototype www.scicontech.com&lt;br /&gt;
* Rui Costa (from Portugal) =&amp;gt; azoreanuav(at)gmail.com&lt;br /&gt;
* Mike Nickelson (Boston, MA, USA) =&amp;gt; michael.nickelson(at)gmail.com&lt;br /&gt;
* Spencer Pangborn (Taipei, Taiwan) =&amp;gt; spencerpangborn(at)gmail.com (I may be able to help with 4 layer PCB printing here in Taiwan.)&lt;br /&gt;
* Paul Cox (Toulouse, France) =&amp;gt; pauldanielcox at gmail (schematics, layout, proto, debug, etc)&lt;br /&gt;
* Diego J. Stefanello (Santa Maria, Brazil) =&amp;gt; diegostefanello(at)gmail.com (Schematics, layout, degub, etc)&lt;br /&gt;
* Wayne Garris (Seattle ,WA ,USA =&amp;gt; wayneg(at)invitroaviation.com (avionics , nav,kalman filters,IMU)&lt;br /&gt;
* Wang Yao (Wuhan China)=&amp;gt;wzxwyvippt@126.com&lt;br /&gt;
* Ross Man ( from Hong Kong ) =&amp;gt; ross(at)hongkongapple.com&lt;br /&gt;
* wangcfan(Baotou China))=&amp;gt;wangcfan(AT)163.com(Chinese fans, please join the QQ Group: 2816619)&lt;br /&gt;
* Ernani Reis (São José dos Campos, Brazil) =&amp;gt; esreis(a t)sousa(dot)reis(dot)nom(dot)br (pneumatic sensors acquisition)&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Tiny_v3&amp;diff=8309</id>
		<title>Tiny v3</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Tiny_v3&amp;diff=8309"/>
		<updated>2010-12-31T03:01:37Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: /* Bill Of Material */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== New features Wish List For The New Paparazzi Board ==&lt;br /&gt;
&lt;br /&gt;
* 4 layer PCB for EMI improvement;&lt;br /&gt;
* External GPS;&lt;br /&gt;
* External IMU (Booz IMU);&lt;br /&gt;
* Pressure sensors for altitude and speed determination (like Lisa/L. I will need some help on the software stuff);&lt;br /&gt;
* External/Internal power source for servos and datalink selected with a jumper;&lt;br /&gt;
* Micro SD Card Data Logger(Implementation of the paparazzi data logger);&lt;br /&gt;
* JTAG debugging port (will need some help here, who can help?);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
More ideias of improvement are welcome.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Block Architecture ==&lt;br /&gt;
[[Image:Block_Schematic.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Bill Of Material ==&lt;br /&gt;
&lt;br /&gt;
Soon available...&lt;br /&gt;
&lt;br /&gt;
== Work Team ==&lt;br /&gt;
&lt;br /&gt;
We will need a lot of help on this project. Any help and suggestions will be very much appreciated.&lt;br /&gt;
Let's make a small team to work on this new paparazzi board.&lt;br /&gt;
&lt;br /&gt;
Please insert in this list your name and contact if you would like to be part of the team:&lt;br /&gt;
&lt;br /&gt;
* Akira Devereaux (California) =&amp;gt; atdever@gmail.com Can rapid prototype www.scicontech.com&lt;br /&gt;
* Rui Costa (from Portugal) =&amp;gt; azoreanuav(at)gmail.com&lt;br /&gt;
* Mike Nickelson (Boston, MA, USA) =&amp;gt; michael.nickelson(at)gmail.com&lt;br /&gt;
* Spencer Pangborn (Taipei, Taiwan) =&amp;gt; spencerpangborn(at)gmail.com (I may be able to help with 4 layer PCB printing here in Taiwan.)&lt;br /&gt;
* Paul Cox (Toulouse, France) =&amp;gt; pauldanielcox at gmail (schematics, layout, proto, debug, etc)&lt;br /&gt;
* Diego J. Stefanello (Santa Maria, Brazil) =&amp;gt; diegostefanello(at)gmail.com (Schematics, layout, degub, etc)&lt;br /&gt;
* Wayne Garris (Seattle ,WA ,USA =&amp;gt; wayneg(at)invitroaviation.com (avionics , nav,kalman filters,IMU)&lt;br /&gt;
* Wang Yao (Wuhan China)=&amp;gt;wzxwyvippt@126.com&lt;br /&gt;
* Ross Man ( from Hong Kong ) =&amp;gt; ross(at)hongkongapple.com&lt;br /&gt;
* wangcfan(Baotou China))=&amp;gt;wangcfan(AT)163.com(Chinese fans, please join the QQ Group: 2816619)&lt;br /&gt;
* Ernani Reis (São José dos Campos, Brazil) =&amp;gt; esreis(a t)sousa(dot)reis(dot)nom(dot)br (pneumatic sensors acquisition)&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Tiny_v3&amp;diff=8308</id>
		<title>Tiny v3</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Tiny_v3&amp;diff=8308"/>
		<updated>2010-12-31T03:01:18Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: /* Hardware Source Files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== New features Wish List For The New Paparazzi Board ==&lt;br /&gt;
&lt;br /&gt;
* 4 layer PCB for EMI improvement;&lt;br /&gt;
* External GPS;&lt;br /&gt;
* External IMU (Booz IMU);&lt;br /&gt;
* Pressure sensors for altitude and speed determination (like Lisa/L. I will need some help on the software stuff);&lt;br /&gt;
* External/Internal power source for servos and datalink selected with a jumper;&lt;br /&gt;
* Micro SD Card Data Logger(Implementation of the paparazzi data logger);&lt;br /&gt;
* JTAG debugging port (will need some help here, who can help?);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
More ideias of improvement are welcome.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Block Architecture ==&lt;br /&gt;
[[Image:Block_Schematic.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Bill Of Material ==&lt;br /&gt;
&lt;br /&gt;
Soon available... For now you can see the BOM from Hardware Source Files.&lt;br /&gt;
&lt;br /&gt;
== Work Team ==&lt;br /&gt;
&lt;br /&gt;
We will need a lot of help on this project. Any help and suggestions will be very much appreciated.&lt;br /&gt;
Let's make a small team to work on this new paparazzi board.&lt;br /&gt;
&lt;br /&gt;
Please insert in this list your name and contact if you would like to be part of the team:&lt;br /&gt;
&lt;br /&gt;
* Akira Devereaux (California) =&amp;gt; atdever@gmail.com Can rapid prototype www.scicontech.com&lt;br /&gt;
* Rui Costa (from Portugal) =&amp;gt; azoreanuav(at)gmail.com&lt;br /&gt;
* Mike Nickelson (Boston, MA, USA) =&amp;gt; michael.nickelson(at)gmail.com&lt;br /&gt;
* Spencer Pangborn (Taipei, Taiwan) =&amp;gt; spencerpangborn(at)gmail.com (I may be able to help with 4 layer PCB printing here in Taiwan.)&lt;br /&gt;
* Paul Cox (Toulouse, France) =&amp;gt; pauldanielcox at gmail (schematics, layout, proto, debug, etc)&lt;br /&gt;
* Diego J. Stefanello (Santa Maria, Brazil) =&amp;gt; diegostefanello(at)gmail.com (Schematics, layout, degub, etc)&lt;br /&gt;
* Wayne Garris (Seattle ,WA ,USA =&amp;gt; wayneg(at)invitroaviation.com (avionics , nav,kalman filters,IMU)&lt;br /&gt;
* Wang Yao (Wuhan China)=&amp;gt;wzxwyvippt@126.com&lt;br /&gt;
* Ross Man ( from Hong Kong ) =&amp;gt; ross(at)hongkongapple.com&lt;br /&gt;
* wangcfan(Baotou China))=&amp;gt;wangcfan(AT)163.com(Chinese fans, please join the QQ Group: 2816619)&lt;br /&gt;
* Ernani Reis (São José dos Campos, Brazil) =&amp;gt; esreis(a t)sousa(dot)reis(dot)nom(dot)br (pneumatic sensors acquisition)&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Tiny_v3&amp;diff=8307</id>
		<title>Tiny v3</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Tiny_v3&amp;diff=8307"/>
		<updated>2010-12-31T03:01:07Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: /* HB_Autopilot Solution */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== New features Wish List For The New Paparazzi Board ==&lt;br /&gt;
&lt;br /&gt;
* 4 layer PCB for EMI improvement;&lt;br /&gt;
* External GPS;&lt;br /&gt;
* External IMU (Booz IMU);&lt;br /&gt;
* Pressure sensors for altitude and speed determination (like Lisa/L. I will need some help on the software stuff);&lt;br /&gt;
* External/Internal power source for servos and datalink selected with a jumper;&lt;br /&gt;
* Micro SD Card Data Logger(Implementation of the paparazzi data logger);&lt;br /&gt;
* JTAG debugging port (will need some help here, who can help?);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
More ideias of improvement are welcome.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Block Architecture ==&lt;br /&gt;
[[Image:Block_Schematic.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Hardware Source Files==&lt;br /&gt;
&lt;br /&gt;
Hardware- and software- files can be found here:&lt;br /&gt;
https://www.akaflieg.hs-bremen.de/trac/akaflieg/wiki/airborne/hw/autopilot&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Download ''[[Media:Schematics.pdf|Schematics (.pdf file)]]  file ERROR!! Unable to download''&lt;br /&gt;
* Download ''[[Media:PCB Layouts.pdf| PCB Layouts (.pdf file)]]file ERROR!! Unable to download''&lt;br /&gt;
* Download ''[[Media:hw.rar|Eagle Files (.rar file)]]file ERROR!! Unable to download''&lt;br /&gt;
&lt;br /&gt;
== Bill Of Material ==&lt;br /&gt;
&lt;br /&gt;
Soon available... For now you can see the BOM from Hardware Source Files.&lt;br /&gt;
&lt;br /&gt;
== Work Team ==&lt;br /&gt;
&lt;br /&gt;
We will need a lot of help on this project. Any help and suggestions will be very much appreciated.&lt;br /&gt;
Let's make a small team to work on this new paparazzi board.&lt;br /&gt;
&lt;br /&gt;
Please insert in this list your name and contact if you would like to be part of the team:&lt;br /&gt;
&lt;br /&gt;
* Akira Devereaux (California) =&amp;gt; atdever@gmail.com Can rapid prototype www.scicontech.com&lt;br /&gt;
* Rui Costa (from Portugal) =&amp;gt; azoreanuav(at)gmail.com&lt;br /&gt;
* Mike Nickelson (Boston, MA, USA) =&amp;gt; michael.nickelson(at)gmail.com&lt;br /&gt;
* Spencer Pangborn (Taipei, Taiwan) =&amp;gt; spencerpangborn(at)gmail.com (I may be able to help with 4 layer PCB printing here in Taiwan.)&lt;br /&gt;
* Paul Cox (Toulouse, France) =&amp;gt; pauldanielcox at gmail (schematics, layout, proto, debug, etc)&lt;br /&gt;
* Diego J. Stefanello (Santa Maria, Brazil) =&amp;gt; diegostefanello(at)gmail.com (Schematics, layout, degub, etc)&lt;br /&gt;
* Wayne Garris (Seattle ,WA ,USA =&amp;gt; wayneg(at)invitroaviation.com (avionics , nav,kalman filters,IMU)&lt;br /&gt;
* Wang Yao (Wuhan China)=&amp;gt;wzxwyvippt@126.com&lt;br /&gt;
* Ross Man ( from Hong Kong ) =&amp;gt; ross(at)hongkongapple.com&lt;br /&gt;
* wangcfan(Baotou China))=&amp;gt;wangcfan(AT)163.com(Chinese fans, please join the QQ Group: 2816619)&lt;br /&gt;
* Ernani Reis (São José dos Campos, Brazil) =&amp;gt; esreis(a t)sousa(dot)reis(dot)nom(dot)br (pneumatic sensors acquisition)&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Tiny_v3&amp;diff=8306</id>
		<title>Tiny v3</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Tiny_v3&amp;diff=8306"/>
		<updated>2010-12-31T03:00:56Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: /* Authors */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== New features Wish List For The New Paparazzi Board ==&lt;br /&gt;
&lt;br /&gt;
* 4 layer PCB for EMI improvement;&lt;br /&gt;
* External GPS;&lt;br /&gt;
* External IMU (Booz IMU);&lt;br /&gt;
* Pressure sensors for altitude and speed determination (like Lisa/L. I will need some help on the software stuff);&lt;br /&gt;
* External/Internal power source for servos and datalink selected with a jumper;&lt;br /&gt;
* Micro SD Card Data Logger(Implementation of the paparazzi data logger);&lt;br /&gt;
* JTAG debugging port (will need some help here, who can help?);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
More ideias of improvement are welcome.&lt;br /&gt;
&lt;br /&gt;
== HB_Autopilot Solution ==&lt;br /&gt;
&lt;br /&gt;
We decided to work with HB_Autopilot hardware that was built in Bremen for quadcopters. Our intention is to use this hardware and some part of the code to be the base to build the new tiny v3 autopilot with all the listed features for a fixed wing aircraft or with a switch to work with quadcopters or helicopters or fixed wing capability.&lt;br /&gt;
&lt;br /&gt;
'''Source:''' http://www.akaflieg.hs-bremen.de&lt;br /&gt;
'''Andreas Dei Report:'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Block Architecture ==&lt;br /&gt;
[[Image:Block_Schematic.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Hardware Source Files==&lt;br /&gt;
&lt;br /&gt;
Hardware- and software- files can be found here:&lt;br /&gt;
https://www.akaflieg.hs-bremen.de/trac/akaflieg/wiki/airborne/hw/autopilot&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Download ''[[Media:Schematics.pdf|Schematics (.pdf file)]]  file ERROR!! Unable to download''&lt;br /&gt;
* Download ''[[Media:PCB Layouts.pdf| PCB Layouts (.pdf file)]]file ERROR!! Unable to download''&lt;br /&gt;
* Download ''[[Media:hw.rar|Eagle Files (.rar file)]]file ERROR!! Unable to download''&lt;br /&gt;
&lt;br /&gt;
== Bill Of Material ==&lt;br /&gt;
&lt;br /&gt;
Soon available... For now you can see the BOM from Hardware Source Files.&lt;br /&gt;
&lt;br /&gt;
== Work Team ==&lt;br /&gt;
&lt;br /&gt;
We will need a lot of help on this project. Any help and suggestions will be very much appreciated.&lt;br /&gt;
Let's make a small team to work on this new paparazzi board.&lt;br /&gt;
&lt;br /&gt;
Please insert in this list your name and contact if you would like to be part of the team:&lt;br /&gt;
&lt;br /&gt;
* Akira Devereaux (California) =&amp;gt; atdever@gmail.com Can rapid prototype www.scicontech.com&lt;br /&gt;
* Rui Costa (from Portugal) =&amp;gt; azoreanuav(at)gmail.com&lt;br /&gt;
* Mike Nickelson (Boston, MA, USA) =&amp;gt; michael.nickelson(at)gmail.com&lt;br /&gt;
* Spencer Pangborn (Taipei, Taiwan) =&amp;gt; spencerpangborn(at)gmail.com (I may be able to help with 4 layer PCB printing here in Taiwan.)&lt;br /&gt;
* Paul Cox (Toulouse, France) =&amp;gt; pauldanielcox at gmail (schematics, layout, proto, debug, etc)&lt;br /&gt;
* Diego J. Stefanello (Santa Maria, Brazil) =&amp;gt; diegostefanello(at)gmail.com (Schematics, layout, degub, etc)&lt;br /&gt;
* Wayne Garris (Seattle ,WA ,USA =&amp;gt; wayneg(at)invitroaviation.com (avionics , nav,kalman filters,IMU)&lt;br /&gt;
* Wang Yao (Wuhan China)=&amp;gt;wzxwyvippt@126.com&lt;br /&gt;
* Ross Man ( from Hong Kong ) =&amp;gt; ross(at)hongkongapple.com&lt;br /&gt;
* wangcfan(Baotou China))=&amp;gt;wangcfan(AT)163.com(Chinese fans, please join the QQ Group: 2816619)&lt;br /&gt;
* Ernani Reis (São José dos Campos, Brazil) =&amp;gt; esreis(a t)sousa(dot)reis(dot)nom(dot)br (pneumatic sensors acquisition)&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Tiny_v3&amp;diff=8305</id>
		<title>Tiny v3</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Tiny_v3&amp;diff=8305"/>
		<updated>2010-12-31T03:00:46Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: /* HB_Autopilot Images */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== New features Wish List For The New Paparazzi Board ==&lt;br /&gt;
&lt;br /&gt;
* 4 layer PCB for EMI improvement;&lt;br /&gt;
* External GPS;&lt;br /&gt;
* External IMU (Booz IMU);&lt;br /&gt;
* Pressure sensors for altitude and speed determination (like Lisa/L. I will need some help on the software stuff);&lt;br /&gt;
* External/Internal power source for servos and datalink selected with a jumper;&lt;br /&gt;
* Micro SD Card Data Logger(Implementation of the paparazzi data logger);&lt;br /&gt;
* JTAG debugging port (will need some help here, who can help?);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
More ideias of improvement are welcome.&lt;br /&gt;
&lt;br /&gt;
== HB_Autopilot Solution ==&lt;br /&gt;
&lt;br /&gt;
We decided to work with HB_Autopilot hardware that was built in Bremen for quadcopters. Our intention is to use this hardware and some part of the code to be the base to build the new tiny v3 autopilot with all the listed features for a fixed wing aircraft or with a switch to work with quadcopters or helicopters or fixed wing capability.&lt;br /&gt;
&lt;br /&gt;
'''Source:''' http://www.akaflieg.hs-bremen.de&lt;br /&gt;
'''Andreas Dei Report:'''&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
'''Team staff:'''&lt;br /&gt;
    Heinrich Warmers  hwarmers at hs-bremen.de&lt;br /&gt;
    Oliver Riesener   oliver.riesener at hs-bremen.de&lt;br /&gt;
&lt;br /&gt;
'''Student work:'''&lt;br /&gt;
    Andreas Dei       andreas.dei at gmx.de    &lt;br /&gt;
    Thu Nguyen&lt;br /&gt;
    Christoph Niemann&lt;br /&gt;
    Henning Sauerland&lt;br /&gt;
    Malte Lorbach&lt;br /&gt;
    Arthur Neumann&lt;br /&gt;
    Johannes Behn&lt;br /&gt;
&lt;br /&gt;
'''Authors of external sources:'''&lt;br /&gt;
    Killagreg&lt;br /&gt;
    R O SoftWare&lt;br /&gt;
    Michael Walter&lt;br /&gt;
    Ralf Corsepius&lt;br /&gt;
    KEIL ELEKTRONIK GmbH&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Block Architecture ==&lt;br /&gt;
[[Image:Block_Schematic.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Hardware Source Files==&lt;br /&gt;
&lt;br /&gt;
Hardware- and software- files can be found here:&lt;br /&gt;
https://www.akaflieg.hs-bremen.de/trac/akaflieg/wiki/airborne/hw/autopilot&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Download ''[[Media:Schematics.pdf|Schematics (.pdf file)]]  file ERROR!! Unable to download''&lt;br /&gt;
* Download ''[[Media:PCB Layouts.pdf| PCB Layouts (.pdf file)]]file ERROR!! Unable to download''&lt;br /&gt;
* Download ''[[Media:hw.rar|Eagle Files (.rar file)]]file ERROR!! Unable to download''&lt;br /&gt;
&lt;br /&gt;
== Bill Of Material ==&lt;br /&gt;
&lt;br /&gt;
Soon available... For now you can see the BOM from Hardware Source Files.&lt;br /&gt;
&lt;br /&gt;
== Work Team ==&lt;br /&gt;
&lt;br /&gt;
We will need a lot of help on this project. Any help and suggestions will be very much appreciated.&lt;br /&gt;
Let's make a small team to work on this new paparazzi board.&lt;br /&gt;
&lt;br /&gt;
Please insert in this list your name and contact if you would like to be part of the team:&lt;br /&gt;
&lt;br /&gt;
* Akira Devereaux (California) =&amp;gt; atdever@gmail.com Can rapid prototype www.scicontech.com&lt;br /&gt;
* Rui Costa (from Portugal) =&amp;gt; azoreanuav(at)gmail.com&lt;br /&gt;
* Mike Nickelson (Boston, MA, USA) =&amp;gt; michael.nickelson(at)gmail.com&lt;br /&gt;
* Spencer Pangborn (Taipei, Taiwan) =&amp;gt; spencerpangborn(at)gmail.com (I may be able to help with 4 layer PCB printing here in Taiwan.)&lt;br /&gt;
* Paul Cox (Toulouse, France) =&amp;gt; pauldanielcox at gmail (schematics, layout, proto, debug, etc)&lt;br /&gt;
* Diego J. Stefanello (Santa Maria, Brazil) =&amp;gt; diegostefanello(at)gmail.com (Schematics, layout, degub, etc)&lt;br /&gt;
* Wayne Garris (Seattle ,WA ,USA =&amp;gt; wayneg(at)invitroaviation.com (avionics , nav,kalman filters,IMU)&lt;br /&gt;
* Wang Yao (Wuhan China)=&amp;gt;wzxwyvippt@126.com&lt;br /&gt;
* Ross Man ( from Hong Kong ) =&amp;gt; ross(at)hongkongapple.com&lt;br /&gt;
* wangcfan(Baotou China))=&amp;gt;wangcfan(AT)163.com(Chinese fans, please join the QQ Group: 2816619)&lt;br /&gt;
* Ernani Reis (São José dos Campos, Brazil) =&amp;gt; esreis(a t)sousa(dot)reis(dot)nom(dot)br (pneumatic sensors acquisition)&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Tiny_v3&amp;diff=8304</id>
		<title>Tiny v3</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Tiny_v3&amp;diff=8304"/>
		<updated>2010-12-31T03:00:37Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: /* Detailed Images */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== New features Wish List For The New Paparazzi Board ==&lt;br /&gt;
&lt;br /&gt;
* 4 layer PCB for EMI improvement;&lt;br /&gt;
* External GPS;&lt;br /&gt;
* External IMU (Booz IMU);&lt;br /&gt;
* Pressure sensors for altitude and speed determination (like Lisa/L. I will need some help on the software stuff);&lt;br /&gt;
* External/Internal power source for servos and datalink selected with a jumper;&lt;br /&gt;
* Micro SD Card Data Logger(Implementation of the paparazzi data logger);&lt;br /&gt;
* JTAG debugging port (will need some help here, who can help?);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
More ideias of improvement are welcome.&lt;br /&gt;
&lt;br /&gt;
== HB_Autopilot Solution ==&lt;br /&gt;
&lt;br /&gt;
We decided to work with HB_Autopilot hardware that was built in Bremen for quadcopters. Our intention is to use this hardware and some part of the code to be the base to build the new tiny v3 autopilot with all the listed features for a fixed wing aircraft or with a switch to work with quadcopters or helicopters or fixed wing capability.&lt;br /&gt;
&lt;br /&gt;
'''Source:''' http://www.akaflieg.hs-bremen.de&lt;br /&gt;
'''Andreas Dei Report:'''&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
'''Team staff:'''&lt;br /&gt;
    Heinrich Warmers  hwarmers at hs-bremen.de&lt;br /&gt;
    Oliver Riesener   oliver.riesener at hs-bremen.de&lt;br /&gt;
&lt;br /&gt;
'''Student work:'''&lt;br /&gt;
    Andreas Dei       andreas.dei at gmx.de    &lt;br /&gt;
    Thu Nguyen&lt;br /&gt;
    Christoph Niemann&lt;br /&gt;
    Henning Sauerland&lt;br /&gt;
    Malte Lorbach&lt;br /&gt;
    Arthur Neumann&lt;br /&gt;
    Johannes Behn&lt;br /&gt;
&lt;br /&gt;
'''Authors of external sources:'''&lt;br /&gt;
    Killagreg&lt;br /&gt;
    R O SoftWare&lt;br /&gt;
    Michael Walter&lt;br /&gt;
    Ralf Corsepius&lt;br /&gt;
    KEIL ELEKTRONIK GmbH&lt;br /&gt;
&lt;br /&gt;
== HB_Autopilot Images ==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:hb_ap01.jpg|PCB mockup&lt;br /&gt;
Image:hb_ap02.jpg|PCB mockup&lt;br /&gt;
Image:hb_ap03.jpg|Top HB_Autopilot&lt;br /&gt;
Image:hb_ap04.jpg|Bottom HB_Autopilot&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Block Architecture ==&lt;br /&gt;
[[Image:Block_Schematic.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Hardware Source Files==&lt;br /&gt;
&lt;br /&gt;
Hardware- and software- files can be found here:&lt;br /&gt;
https://www.akaflieg.hs-bremen.de/trac/akaflieg/wiki/airborne/hw/autopilot&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Download ''[[Media:Schematics.pdf|Schematics (.pdf file)]]  file ERROR!! Unable to download''&lt;br /&gt;
* Download ''[[Media:PCB Layouts.pdf| PCB Layouts (.pdf file)]]file ERROR!! Unable to download''&lt;br /&gt;
* Download ''[[Media:hw.rar|Eagle Files (.rar file)]]file ERROR!! Unable to download''&lt;br /&gt;
&lt;br /&gt;
== Bill Of Material ==&lt;br /&gt;
&lt;br /&gt;
Soon available... For now you can see the BOM from Hardware Source Files.&lt;br /&gt;
&lt;br /&gt;
== Work Team ==&lt;br /&gt;
&lt;br /&gt;
We will need a lot of help on this project. Any help and suggestions will be very much appreciated.&lt;br /&gt;
Let's make a small team to work on this new paparazzi board.&lt;br /&gt;
&lt;br /&gt;
Please insert in this list your name and contact if you would like to be part of the team:&lt;br /&gt;
&lt;br /&gt;
* Akira Devereaux (California) =&amp;gt; atdever@gmail.com Can rapid prototype www.scicontech.com&lt;br /&gt;
* Rui Costa (from Portugal) =&amp;gt; azoreanuav(at)gmail.com&lt;br /&gt;
* Mike Nickelson (Boston, MA, USA) =&amp;gt; michael.nickelson(at)gmail.com&lt;br /&gt;
* Spencer Pangborn (Taipei, Taiwan) =&amp;gt; spencerpangborn(at)gmail.com (I may be able to help with 4 layer PCB printing here in Taiwan.)&lt;br /&gt;
* Paul Cox (Toulouse, France) =&amp;gt; pauldanielcox at gmail (schematics, layout, proto, debug, etc)&lt;br /&gt;
* Diego J. Stefanello (Santa Maria, Brazil) =&amp;gt; diegostefanello(at)gmail.com (Schematics, layout, degub, etc)&lt;br /&gt;
* Wayne Garris (Seattle ,WA ,USA =&amp;gt; wayneg(at)invitroaviation.com (avionics , nav,kalman filters,IMU)&lt;br /&gt;
* Wang Yao (Wuhan China)=&amp;gt;wzxwyvippt@126.com&lt;br /&gt;
* Ross Man ( from Hong Kong ) =&amp;gt; ross(at)hongkongapple.com&lt;br /&gt;
* wangcfan(Baotou China))=&amp;gt;wangcfan(AT)163.com(Chinese fans, please join the QQ Group: 2816619)&lt;br /&gt;
* Ernani Reis (São José dos Campos, Brazil) =&amp;gt; esreis(a t)sousa(dot)reis(dot)nom(dot)br (pneumatic sensors acquisition)&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Tiny_v3&amp;diff=8303</id>
		<title>Tiny v3</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Tiny_v3&amp;diff=8303"/>
		<updated>2010-12-31T03:00:08Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: /* New features Wish List For The New Paparazzi Board */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== New features Wish List For The New Paparazzi Board ==&lt;br /&gt;
&lt;br /&gt;
* 4 layer PCB for EMI improvement;&lt;br /&gt;
* External GPS;&lt;br /&gt;
* External IMU (Booz IMU);&lt;br /&gt;
* Pressure sensors for altitude and speed determination (like Lisa/L. I will need some help on the software stuff);&lt;br /&gt;
* External/Internal power source for servos and datalink selected with a jumper;&lt;br /&gt;
* Micro SD Card Data Logger(Implementation of the paparazzi data logger);&lt;br /&gt;
* JTAG debugging port (will need some help here, who can help?);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
More ideias of improvement are welcome.&lt;br /&gt;
&lt;br /&gt;
== HB_Autopilot Solution ==&lt;br /&gt;
&lt;br /&gt;
We decided to work with HB_Autopilot hardware that was built in Bremen for quadcopters. Our intention is to use this hardware and some part of the code to be the base to build the new tiny v3 autopilot with all the listed features for a fixed wing aircraft or with a switch to work with quadcopters or helicopters or fixed wing capability.&lt;br /&gt;
&lt;br /&gt;
'''Source:''' http://www.akaflieg.hs-bremen.de&lt;br /&gt;
'''Andreas Dei Report:'''&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
'''Team staff:'''&lt;br /&gt;
    Heinrich Warmers  hwarmers at hs-bremen.de&lt;br /&gt;
    Oliver Riesener   oliver.riesener at hs-bremen.de&lt;br /&gt;
&lt;br /&gt;
'''Student work:'''&lt;br /&gt;
    Andreas Dei       andreas.dei at gmx.de    &lt;br /&gt;
    Thu Nguyen&lt;br /&gt;
    Christoph Niemann&lt;br /&gt;
    Henning Sauerland&lt;br /&gt;
    Malte Lorbach&lt;br /&gt;
    Arthur Neumann&lt;br /&gt;
    Johannes Behn&lt;br /&gt;
&lt;br /&gt;
'''Authors of external sources:'''&lt;br /&gt;
    Killagreg&lt;br /&gt;
    R O SoftWare&lt;br /&gt;
    Michael Walter&lt;br /&gt;
    Ralf Corsepius&lt;br /&gt;
    KEIL ELEKTRONIK GmbH&lt;br /&gt;
&lt;br /&gt;
== HB_Autopilot Images ==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:hb_ap01.jpg|PCB mockup&lt;br /&gt;
Image:hb_ap02.jpg|PCB mockup&lt;br /&gt;
Image:hb_ap03.jpg|Top HB_Autopilot&lt;br /&gt;
Image:hb_ap04.jpg|Bottom HB_Autopilot&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Detailed Images ==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:mcu_up.jpg|MCU Top&lt;br /&gt;
Image:mcu_down.jpg|MCU Bottom&lt;br /&gt;
Image:imu_up.jpg|IMU Top&lt;br /&gt;
Image:imu_down.jpg|IMU Bottom&lt;br /&gt;
Image:imu_sensors.jpg|IMU Sensors&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Block Architecture ==&lt;br /&gt;
[[Image:Block_Schematic.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Hardware Source Files==&lt;br /&gt;
&lt;br /&gt;
Hardware- and software- files can be found here:&lt;br /&gt;
https://www.akaflieg.hs-bremen.de/trac/akaflieg/wiki/airborne/hw/autopilot&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Download ''[[Media:Schematics.pdf|Schematics (.pdf file)]]  file ERROR!! Unable to download''&lt;br /&gt;
* Download ''[[Media:PCB Layouts.pdf| PCB Layouts (.pdf file)]]file ERROR!! Unable to download''&lt;br /&gt;
* Download ''[[Media:hw.rar|Eagle Files (.rar file)]]file ERROR!! Unable to download''&lt;br /&gt;
&lt;br /&gt;
== Bill Of Material ==&lt;br /&gt;
&lt;br /&gt;
Soon available... For now you can see the BOM from Hardware Source Files.&lt;br /&gt;
&lt;br /&gt;
== Work Team ==&lt;br /&gt;
&lt;br /&gt;
We will need a lot of help on this project. Any help and suggestions will be very much appreciated.&lt;br /&gt;
Let's make a small team to work on this new paparazzi board.&lt;br /&gt;
&lt;br /&gt;
Please insert in this list your name and contact if you would like to be part of the team:&lt;br /&gt;
&lt;br /&gt;
* Akira Devereaux (California) =&amp;gt; atdever@gmail.com Can rapid prototype www.scicontech.com&lt;br /&gt;
* Rui Costa (from Portugal) =&amp;gt; azoreanuav(at)gmail.com&lt;br /&gt;
* Mike Nickelson (Boston, MA, USA) =&amp;gt; michael.nickelson(at)gmail.com&lt;br /&gt;
* Spencer Pangborn (Taipei, Taiwan) =&amp;gt; spencerpangborn(at)gmail.com (I may be able to help with 4 layer PCB printing here in Taiwan.)&lt;br /&gt;
* Paul Cox (Toulouse, France) =&amp;gt; pauldanielcox at gmail (schematics, layout, proto, debug, etc)&lt;br /&gt;
* Diego J. Stefanello (Santa Maria, Brazil) =&amp;gt; diegostefanello(at)gmail.com (Schematics, layout, degub, etc)&lt;br /&gt;
* Wayne Garris (Seattle ,WA ,USA =&amp;gt; wayneg(at)invitroaviation.com (avionics , nav,kalman filters,IMU)&lt;br /&gt;
* Wang Yao (Wuhan China)=&amp;gt;wzxwyvippt@126.com&lt;br /&gt;
* Ross Man ( from Hong Kong ) =&amp;gt; ross(at)hongkongapple.com&lt;br /&gt;
* wangcfan(Baotou China))=&amp;gt;wangcfan(AT)163.com(Chinese fans, please join the QQ Group: 2816619)&lt;br /&gt;
* Ernani Reis (São José dos Campos, Brazil) =&amp;gt; esreis(a t)sousa(dot)reis(dot)nom(dot)br (pneumatic sensors acquisition)&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Links&amp;diff=8302</id>
		<title>Links</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Links&amp;diff=8302"/>
		<updated>2010-12-31T02:48:45Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: /* The Project Page */ SVN repository Link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The Project Page ==&lt;br /&gt;
&lt;br /&gt;
The Paparazzi project is hosted at [https://savannah.nongnu.org/projects/paparazzi/ Savannah] where the SVN repository [http://svn.savannah.nongnu.org/viewvc/?root=paparazzi] is available.&lt;br /&gt;
&lt;br /&gt;
== The IRC Chat Channel ==&lt;br /&gt;
&lt;br /&gt;
  Network: Freenode&lt;br /&gt;
  Network Host: irc.freenode.net&lt;br /&gt;
  Channel: #paparazzi&lt;br /&gt;
&lt;br /&gt;
* Web Based:  You can use a [http://embed.mibbit.com/?server=irc.freenode.net&amp;amp;channel=%23paparazzi&amp;amp;noServerNotices=true web-based IRC portal] that makes it easy for people to jump in from any computer. Simply enter a unique ''nickname'', and '''say hello''' to the team!&lt;br /&gt;
* Client Software: Download one of the many freeware/shareware IRC clients and put [irc://irc.freenode.net/#paparazzi #paparazzi] at the top of your favorites list!&lt;br /&gt;
*: [http://www.mirc.com mIRC] (Windows)&lt;br /&gt;
*: [http://www.xchat.org Xchat]&lt;br /&gt;
&lt;br /&gt;
== Paparazzi Users Forum ==&lt;br /&gt;
&lt;br /&gt;
If the mailing list would not be sufficient, a new Paparazzi specific forum will be available in the end of August 2010 to be found at http://www.openuas.org/forum/ . If you would like to have beta access send a mail to openuas at gmail (anda dottyhere) com&lt;br /&gt;
&lt;br /&gt;
== Paparazzi Youtube and Other Video Site Links ==&lt;br /&gt;
&lt;br /&gt;
http://www.youtube.com/user/USUOSAM&lt;br /&gt;
&lt;br /&gt;
http://www.youtube.com/user/aerovistapunktch&lt;br /&gt;
&lt;br /&gt;
http://www.youtube.com/user/PPZUAV&lt;br /&gt;
&lt;br /&gt;
== Paparazzi teams/users/contributors ==&lt;br /&gt;
&lt;br /&gt;
http://www.caughey.com/uavblog/news.php?id=1&lt;br /&gt;
&lt;br /&gt;
http://www.miraterre.com/index.html&lt;br /&gt;
&lt;br /&gt;
http://mecano.gme.usherb.ca/~vamudes/&lt;br /&gt;
&lt;br /&gt;
http://pfump.org&lt;br /&gt;
&lt;br /&gt;
http://www.ismo.hs-bremen.de/dokuwiki/doku.php?id=elem:projekte:intro#semesterprojekte  (German)&lt;br /&gt;
&lt;br /&gt;
http://www.akaflieg.hs-bremen.de/&lt;br /&gt;
&lt;br /&gt;
http://www.engr.usu.edu/wiki/index.php/OSAM&lt;br /&gt;
&lt;br /&gt;
http://www.techhopups.com/&lt;br /&gt;
&lt;br /&gt;
http://pixhawk.ethz.ch&lt;br /&gt;
&lt;br /&gt;
http://www.rcgroups.com/forums/showthread.php?t=851820&lt;br /&gt;
&lt;br /&gt;
http://www.rcgroups.com/forums/showthread.php?t=1000937&lt;br /&gt;
&lt;br /&gt;
http://www.mannberg.co.uk/paparazzi/&lt;br /&gt;
&lt;br /&gt;
http://www.rcgroups.com/forums/showthread.php?t=1183008&lt;br /&gt;
&lt;br /&gt;
http://www.openuas.org/&lt;br /&gt;
&lt;br /&gt;
http://vrhome.net/vassilis/category/paparazzi/&lt;br /&gt;
&lt;br /&gt;
http://y-uav.com&lt;br /&gt;
&lt;br /&gt;
== WikiNode ==&lt;br /&gt;
&lt;br /&gt;
Related wiki are, as always, listed on the [[WikiNode]].&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Links&amp;diff=8301</id>
		<title>Links</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Links&amp;diff=8301"/>
		<updated>2010-12-31T02:48:08Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: /* The Project Page */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The Project Page ==&lt;br /&gt;
&lt;br /&gt;
The Paparazzi project is hosted at [https://savannah.nongnu.org/projects/paparazzi/ Savannah] where the SVN repository is available.&lt;br /&gt;
[http://svn.savannah.nongnu.org/viewvc/?root=paparazzi]&lt;br /&gt;
&lt;br /&gt;
== The IRC Chat Channel ==&lt;br /&gt;
&lt;br /&gt;
  Network: Freenode&lt;br /&gt;
  Network Host: irc.freenode.net&lt;br /&gt;
  Channel: #paparazzi&lt;br /&gt;
&lt;br /&gt;
* Web Based:  You can use a [http://embed.mibbit.com/?server=irc.freenode.net&amp;amp;channel=%23paparazzi&amp;amp;noServerNotices=true web-based IRC portal] that makes it easy for people to jump in from any computer. Simply enter a unique ''nickname'', and '''say hello''' to the team!&lt;br /&gt;
* Client Software: Download one of the many freeware/shareware IRC clients and put [irc://irc.freenode.net/#paparazzi #paparazzi] at the top of your favorites list!&lt;br /&gt;
*: [http://www.mirc.com mIRC] (Windows)&lt;br /&gt;
*: [http://www.xchat.org Xchat]&lt;br /&gt;
&lt;br /&gt;
== Paparazzi Users Forum ==&lt;br /&gt;
&lt;br /&gt;
If the mailing list would not be sufficient, a new Paparazzi specific forum will be available in the end of August 2010 to be found at http://www.openuas.org/forum/ . If you would like to have beta access send a mail to openuas at gmail (anda dottyhere) com&lt;br /&gt;
&lt;br /&gt;
== Paparazzi Youtube and Other Video Site Links ==&lt;br /&gt;
&lt;br /&gt;
http://www.youtube.com/user/USUOSAM&lt;br /&gt;
&lt;br /&gt;
http://www.youtube.com/user/aerovistapunktch&lt;br /&gt;
&lt;br /&gt;
http://www.youtube.com/user/PPZUAV&lt;br /&gt;
&lt;br /&gt;
== Paparazzi teams/users/contributors ==&lt;br /&gt;
&lt;br /&gt;
http://www.caughey.com/uavblog/news.php?id=1&lt;br /&gt;
&lt;br /&gt;
http://www.miraterre.com/index.html&lt;br /&gt;
&lt;br /&gt;
http://mecano.gme.usherb.ca/~vamudes/&lt;br /&gt;
&lt;br /&gt;
http://pfump.org&lt;br /&gt;
&lt;br /&gt;
http://www.ismo.hs-bremen.de/dokuwiki/doku.php?id=elem:projekte:intro#semesterprojekte  (German)&lt;br /&gt;
&lt;br /&gt;
http://www.akaflieg.hs-bremen.de/&lt;br /&gt;
&lt;br /&gt;
http://www.engr.usu.edu/wiki/index.php/OSAM&lt;br /&gt;
&lt;br /&gt;
http://www.techhopups.com/&lt;br /&gt;
&lt;br /&gt;
http://pixhawk.ethz.ch&lt;br /&gt;
&lt;br /&gt;
http://www.rcgroups.com/forums/showthread.php?t=851820&lt;br /&gt;
&lt;br /&gt;
http://www.rcgroups.com/forums/showthread.php?t=1000937&lt;br /&gt;
&lt;br /&gt;
http://www.mannberg.co.uk/paparazzi/&lt;br /&gt;
&lt;br /&gt;
http://www.rcgroups.com/forums/showthread.php?t=1183008&lt;br /&gt;
&lt;br /&gt;
http://www.openuas.org/&lt;br /&gt;
&lt;br /&gt;
http://vrhome.net/vassilis/category/paparazzi/&lt;br /&gt;
&lt;br /&gt;
http://y-uav.com&lt;br /&gt;
&lt;br /&gt;
== WikiNode ==&lt;br /&gt;
&lt;br /&gt;
Related wiki are, as always, listed on the [[WikiNode]].&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Sensors/GPS&amp;diff=8199</id>
		<title>Sensors/GPS</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Sensors/GPS&amp;diff=8199"/>
		<updated>2010-12-21T16:03:25Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: /* Paparazzi Stand-alone GPS Receivers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=right&lt;br /&gt;
|-&lt;br /&gt;
| __TOC__&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
[[Image:U-blox_color_warm_60.gif|100px]]&lt;br /&gt;
&lt;br /&gt;
Paparazzi autopilots are designed around the popular [http://www.u-blox.com u-blox] brand of receivers.&lt;br /&gt;
&lt;br /&gt;
*Features:&lt;br /&gt;
**Small size&lt;br /&gt;
**Excellent performance&lt;br /&gt;
**4Hz position update rate&lt;br /&gt;
&lt;br /&gt;
The '''[[Tiny]]''' features an onboard LEA series GPS receiver and patch antenna, while '''[[Classix]]''' and '''[[Previous_Autopilots|AVR-based]]''' boards require an external receiver+antenna such as the [[#Paparazzi_Stand-alone_GPS_Receivers|Paparazzi GPS]] or [[#u-Blox_SAM-LS_GPS_Smart_Antenna|SAM-LS]].  Please note that the receivers must be configured (prior to use with the autopilot) as indicated below. Both modules have proven reliable and robust. &lt;br /&gt;
&lt;br /&gt;
{|align = center&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:Lea big.jpg|200px|thumb|center|u-blox LEA GPS Receiver]]&lt;br /&gt;
|[[Image:Ublox_SAM-LS.jpg|200px|thumb|center|u-blox SAM-LS GPS receiver (w/built-in Smart Antenna)]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note:''' The proprietary UBX protocol is used as it offers more information and efficiency than the universal NMEA protocol.  The protocol is parsed in &amp;lt;tt&amp;gt;sw/airborne/gps_ubx.c&amp;lt;/tt&amp;gt;.  Other GPS brands would require a similar parsing file to be written for NMEA or other proprietary protocols.    &lt;br /&gt;
&lt;br /&gt;
==GPS Receivers==&lt;br /&gt;
&lt;br /&gt;
===u-Blox LEA Series Receivers===&lt;br /&gt;
[[Image:Lea big.jpg|100px|thumb|right|u-blox LEA]]&lt;br /&gt;
The '''[[Twog_v1|TWOG]]''', '''[[Classix]]''' and '''[[Previous_Autopilots|AVR-based]]''' boards require an external GPS module and antenna.  The '''[[Tiny]]''' features an integrated receiver and antenna.  Either type is designed for [http://www.u-blox.com/ u-blox] 4 and 5 series GPS receivers and the proprietary UBX binary protocol.  An external battery or capacitor is typically used to enable the GPS to retain data while powered off for significantly faster signal re-aquisition.  Any of the LEA-4 and LEA-5 series receivers can be used including the less expensive LEA-4A, 4S, 5A and 5S models as the special boot configuration code required for these models is already written.&lt;br /&gt;
&lt;br /&gt;
*4Hz Position update rate&lt;br /&gt;
*Supports active or passive antennas&lt;br /&gt;
*Supports [http://en.wikipedia.org/wiki/DGPS DGPS], [http://en.wikipedia.org/wiki/WAAS WAAS], [http://en.wikipedia.org/wiki/EGNOS EGNOS], and [http://en.wikipedia.org/wiki/MSAS MSAS]&lt;br /&gt;
*Low position [http://paparazzi.enac.fr/wiki_images/Gps_rx_noise.pdf noise] figure&lt;br /&gt;
[[Image:Lea5htiny13.jpg|thumb|center|250px|LEA-4P installed on the Tiny]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Paparazzi Stand-alone GPS Receivers===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:Ppzgps13med01.jpg|Top&lt;br /&gt;
Image:Ppzgps13_lrg_02.jpg|Bottom&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Paparazzi CVS provides a design for an external GPS board (required for TWOG and Classix Autopilots).&lt;br /&gt;
Programming it is similar to the Tiny2.11 GPS configuration. If you build your own you will want to upload the latest u-blox firmware before you configure. See &amp;quot;Getting Hardware&amp;quot; for sources of assembled boards.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
The Paparazzi design in http://svn.savannah.nongnu.org/viewvc/paparazzi-hardware/trunk/sensors/gps_13/?root=paparazzi. The board is very small and light as it has only the components required. It is powered from the 5v line on the &amp;quot;downloads&amp;quot; connector of a TWOG. Also note it is a 4-layer PCB that means better noise resistance. The board has pins for USB connection but requires a different cable and a solder jumper to be move from the ground (default) to 3.3v input to enable the USB port on the module. &lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
[http://paparazzi.enac.fr/wiki_images/Gps_13_BOM.xls V1 BOM.xls]&amp;lt;br&amp;gt;&lt;br /&gt;
[http://paparazzi.enac.fr/wiki_images/TinygpsBOM.txt Eagle Parts List Output.txt]&amp;lt;br&amp;gt;&lt;br /&gt;
See [[Get_Hardware|Get Hardware]] page for suppliers.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
==== Wiring Diagram ====&lt;br /&gt;
[[Image:TWOG to GPS.jpg|thumb|left]]&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===3rd Party u-blox reference design boards:===&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
[[Image:LEA5HExternalModulePinout.jpg|100px|thumb|right|LEA-5H Full Board Pinout]]&lt;br /&gt;
The only other GPS board in use seems to be u-blox reference designs or similar to it. They have either LEA-4P or LEA-5H (typically) and several interfaces. Often a larger antenna as well. &lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If this needs fixing don't be shy, fix away.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===NAVILOCK NL-507ETTL===&lt;br /&gt;
[[Image:Navilock NL-507ETTL.jpg|thumb|left|NAVILOCK NL-507TTL]]&lt;br /&gt;
The NAVILOCK NL-507TTL u-blox TTL Modul 60416 features an LEA-4 series receiver and 25mm patch antenna on a 30mm x 30mm board.&lt;br /&gt;
* Datasheet: [http://www.navilock.de/download/Dokumente_SLASH_Sonstiges/60415_-_Datenblatt_u-blox_GPS_Module/481 http://www.navilock.de/download/Dokumente_SLASH_Sonstiges/60415_-_Datenblatt_u-blox_GPS_Module/481]&lt;br /&gt;
* Purchase:  Available for 28€ at [http://www.amazon.de/Navilock-NL-507TTL-u-blox-TTL-Modul/dp/B0011E6VQG www.amazon.de]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===SPK GS406===&lt;br /&gt;
[[Image:GS406.jpg|thumb|left|SPK GS406 with LEA-5]]&lt;br /&gt;
[http://www.sparkfun.com/commerce/product_info.php?products_id=8889 Sparkfun] sells a nice small module featuring the newer 5-series receiver and the highly rated Sarantel antenna for about $90.  The design is based around the active version of the Sarantel instead of the more appropriate passive model and there's some potentially tricky soldering involved to get around the ribbon cable but the price is great for this hardware.&lt;br /&gt;
&lt;br /&gt;
[http://store.diydrones.com/ProductDetails.asp?ProductCode=BR-0008-01 DIYDrones] has build a adapter board for this GPS module. It looks like a great solution to use this GPS module with Paparazzi.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===u-Blox C04-5H Reference Design===&lt;br /&gt;
[[Image:abavimage.jpg|100px|thumb|left|u-blox C04-5H]]&lt;br /&gt;
u-Blox sells a complete module with antenna for around $200 and will also provide complete schematics, BOM, and PCB files for free if you wish to make your own.  Two versions are offered, one with an 18mm patch antenna and the other with the Sarantel P2 helical antenna.&lt;br /&gt;
See [http://www.u-blox.com/products/c04_5h.html http://www.u-blox.com/products/c04_5h.html] for more info.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Connecting external receivers to Classix, 1.2.1, Lite, and RoboStix boards====&lt;br /&gt;
&lt;br /&gt;
The u-blox receivers require 3.3v power and all current models have 5V tolerant data lines. The best way to connect to the SAM-LS is to remove the bottom case and solder the 4 wires directly to the TIM-LL module (GND (pin 1) ,VCC (pin 2),TX (Pin 5),RX (pin 4)) check the TIM-LL datasheet for pinout diagrams.[http://www.u-blox.com/products/Data_Sheets/TIM-LL_Data_Sheet(GPS.G3-MS3-04035).pdf]  The Classix and Lite boards feature a 3.3V regulator to power the GPS.&lt;br /&gt;
To open the casing on a SAM-LS, remove the bottom of the casing by pulling gently, then work around popping off the solder joints (they are fairly weak) by pressing a small screwdriver against each tab in turn until it pops off.  You should then be able to access the GPS chip directly.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Sourcing from u-blox===&lt;br /&gt;
&lt;br /&gt;
u-blox keeps tight control over the distribution of their products.  They must be obtained DIRECTLY from their own reseller offices.  These offices may not be available in your area, for example Canada does not have a reseller.  Sample quantities can be obtained from uBlox but overnight or 2 day shipping is required which drives the cost up considerably.  While it is a large hassle obtaining these devices, it is undoubtedly worth it.&lt;br /&gt;
&lt;br /&gt;
Talking with ublox sale for two years, Confirmed, that Order is possiable Directly from ublox, by knowing what project it was for &amp;amp; how was it to be use.  After long reply waiting time, the answer was: - YES,  but at least 2K-3K in volume, otherwise they're not interested.  Like to share the order ?  It is 500pcs/Roll.&lt;br /&gt;
&lt;br /&gt;
===Other potential source of u-blox GPS===&lt;br /&gt;
&lt;br /&gt;
There seems to be a few alternative source of u-blox GPS out there. They are considerably cheaper then the samples u-blox offers (at least in america). We didn't buy from these sources yet. Do not take this as a recommandation, we do not know the level of service they offer, etc.&lt;br /&gt;
&lt;br /&gt;
If you do order from any of them, please update this page with your feedback.&lt;br /&gt;
&lt;br /&gt;
Here's a few link worth exploring:&lt;br /&gt;
*http://www.rfdesign.co.za/pages/5645456/Products/GPS-Products/Antaris-4-Modules.asp&lt;br /&gt;
*http://www.comet.srl.ro/shop/info.html?ID=6195 ( Link error )&lt;br /&gt;
*http://www.expedienttech.com/product.htm  ( Singapore )&lt;br /&gt;
&lt;br /&gt;
==GPS configuration using U-Center==&lt;br /&gt;
&lt;br /&gt;
[[Image:U-center_screencap.jpg|thumb|u-center configuration software]]&lt;br /&gt;
[http://www.u-blox.com/products/u_center.html U-Center] is a very comprehensive freeware program intended for the configuration and evaluation of u-blox receivers. &lt;br /&gt;
* [http://www.u-blox.com/en/evaluation-tools-a-software/u-center/u-center.html Download u-center]&lt;br /&gt;
&lt;br /&gt;
* Note 1: You must [[Compiling#USB_flashing|install the UART tunnel]] to enable direct access to the built-in GPS on the [[Tiny|Tiny]].&lt;br /&gt;
&lt;br /&gt;
* Note 2: You will need a driver for your FTDI cable if you run u-center on Windows, which can be found  [http://www.ftdichip.com/Drivers/D2XX.htm here].&lt;br /&gt;
&lt;br /&gt;
* Note 3: You can run u-center on Linux by installing &amp;quot;Wine&amp;quot; ([http://www.winehq.org/site/download-deb Installation of Wine]) and set up COM1 as /dev/ttyUSB0. You need to create a symbolic link from the COM device to TTY like this: &lt;br /&gt;
 ln -s /dev/ttyUSB0 ~/.wine/dosdevices/COM1&lt;br /&gt;
&lt;br /&gt;
or what worked in Ubuntu 9.10&lt;br /&gt;
 &lt;br /&gt;
 ln -s /dev/ttyUSB0 ~/.wine/dosdevices/com1&lt;br /&gt;
This command will create the symbolic link from ttyUSB0 to COM1. See Info on Wine for &amp;quot;dosdevices&amp;quot; setup. Just download the u-setup.exe and run it with Wine, follow prompts. This has been tested with Ubuntu7.10 and Ubuntu 8.04 so far.&lt;br /&gt;
&lt;br /&gt;
The u-blox and Tiny UARTs both operate at 3.3V TTL levels and are 5V TTL tolerant.  You must use a level shifter such as the common MAX232 to connect these devices to a standard PC serial port.  The easiest and most recommended method is to connect to a USB port instead of serial with the $20 [http://www.ftdichip.com/Products/EvaluationKits/TTL-232R.htm FTDI USB-TTL converter cable] available from Digikey, Mouser, or direct from FTDI.  Other similar converters are available from [http://www.pololu.com/products/pololu/0391/ pololu] / [http://www.sparkfun.com/commerce/product_info.php?products_id=199 sparkfun].  A stand-alone GPS such as the SAM-LS will require clean 3.3V/50mA power and a common ground with the TTL converter.&lt;br /&gt;
&lt;br /&gt;
* U-blox occasionally releases firmware updates.  Log on to the u-blox website using ''paparazzi'' for username &amp;amp; password to view or download the latest firmware images.  There have 'never' been any updates released for the Antaris-4 series used in the Tiny.&lt;br /&gt;
&lt;br /&gt;
Start U-center and choose your com port from the pull down list under the connect button near the top left corner of the window. Choose your baudrate from the pull down box to the right of the connect button or select the auto-baud button to the right of that.  U-blox default is 9600 baud.  This must be changed to 19200 or higher to accomodate the 4Hz update rate.&lt;br /&gt;
&amp;lt;br&amp;gt;[[Image:U-center_buttons.jpg|connect, baud, and autobaud buttons]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Uploading the Configuration File===&lt;br /&gt;
Download the appropriate configuration file below and use u-center to load in onto your receiver. Under the ''Tools'' menu, choose ''GPS configuration''.  Be sure the box 'Store configuration into BBR/Flash' is checked and hit the button ''File&amp;gt;&amp;gt;GPS''.  A few errors and retries are normal, but a significant number of errors may indicate a poor connection and the software will notify you if it is unable to send all the data successfully.&lt;br /&gt;
* [[Media:Tiny_LEA-4P-v6.zip|LEA-4P]]&lt;br /&gt;
* [[Media:Tim-LL-V5.zip|TIM-LL]]&lt;br /&gt;
* [http://paparazzi.enac.fr/wiki_images/Tiny_LEA-5H-v5.zip LEA-5H (For Use w/ Firmware V5 ONLY!)]&lt;br /&gt;
&lt;br /&gt;
===Manual Configuration===&lt;br /&gt;
If you prefer to setup your receiver manually or have a model not listed above, here are instructions to configure your receiver in u-center.&lt;br /&gt;
Open the message window (menu View-&amp;gt;messages view) to start the configuration process by changing the following settings:&lt;br /&gt;
&lt;br /&gt;
====LEA-4P====&lt;br /&gt;
&lt;br /&gt;
 1. Right Click on the '''NMEA''' Icon and choose '''disable child'''&lt;br /&gt;
 2. Choose UBX-&amp;gt;CFG-&amp;gt;NAV2(Navigation 2) - set it to use '''Airborne 4G''' (tells the Kalman filter to expect significant changes in direction)&lt;br /&gt;
 3. UBX-&amp;gt;CFG-&amp;gt;PRT - set '''USART1''' to '''38400bps''' (must match the value in your [[Airframe_Configuration#Hardware_definitions_-_Makefile|Airframe file]])&lt;br /&gt;
 4. Change the baudrate of U-Center to 38400bps if the connection is lost at this point&lt;br /&gt;
 5. UBX-&amp;gt;CFG-&amp;gt;RXM(Receiver Manager) - change '''GPS Mode''' to '''3 - Auto''' (Enabling faster bootup only if signal levels are very good)&lt;br /&gt;
 6. UBX-&amp;gt;CFG-&amp;gt;RATE(Rates) - change the '''Measurement Period''' to '''250ms''' (4 Hz position updates)&lt;br /&gt;
 7. UBX-&amp;gt;CFG-&amp;gt;SBAS : '''Disable''' (SBAS appears to cause occasional severe altitude calcuation errors)&lt;br /&gt;
 8. UBX-&amp;gt;NAV (not UBX-&amp;gt;CFG-&amp;gt;NAV): double click on '''POSUTM, SOL, STATUS, SVINFO, VELNED.''' They should change from grey to black&lt;br /&gt;
 9. UBX-&amp;gt;CFG-&amp;gt;CFG : '''save current config''', click '''&amp;quot;send&amp;quot;''' in the lower left corner to permanently save these settings to the receiver &lt;br /&gt;
&lt;br /&gt;
====LEA-5H====&lt;br /&gt;
&lt;br /&gt;
 1. Right Click on the '''NMEA''' Text on top of the tree and choose '''disable child messages'''&lt;br /&gt;
 2. Choose UBX-&amp;gt;CFG-&amp;gt;NAV5(Navigation 5) - set it to use '''Airborne 8 &amp;lt;4G'''. This tells the Kalman filter to expect significant changes in direction. &lt;br /&gt;
    Note that this setting is only good for faster moving airplanes. For a fixed position hovering heli, 'pedestrian' setting is better&lt;br /&gt;
 3. UBX-&amp;gt;CFG-&amp;gt;PRT - set '''USART1''' to '''38400bps''' (must match the value in your [[Airframe_Configuration#Hardware_definitions_-_Makefile|Airframe file]])&lt;br /&gt;
 4. Change the baudrate of U-Center to 38400bps if the connection is lost at this point&lt;br /&gt;
 5. UBX-&amp;gt;CFG-&amp;gt;RATE(Rates) - change the '''Measurement Period''' to '''250ms''' This gives a 4 Hz position update since 4 x 250ms is one second.&lt;br /&gt;
 6. UBX-&amp;gt;CFG-&amp;gt;SBAS : '''Disable''' (SBAS appears to cause occasional severe altitude calcuation errors)&lt;br /&gt;
 7. UBX-&amp;gt;NAV (not UBX-&amp;gt;CFG-&amp;gt;NAV): double click on '''POSLLH, SOL, STATUS, SVINFO, VELNED.''' They should change from grey to black&lt;br /&gt;
 (add the flag -DGPS_USE_LATLONG in your [[Airframe_Configuration#Hardware_definitions_-_Makefile|Airframe file]]) also make sure you set tiny_2_1_1.h if you have the latest boards Tiny/TinyWOG)&lt;br /&gt;
 8. UBX-&amp;gt;CFG-&amp;gt;CFG : '''save current config''', click '''&amp;quot;send&amp;quot;''' in the lower left corner to permanently save these settings to the receiver &lt;br /&gt;
&lt;br /&gt;
* Cycle the power and verify that the new configuration was saved&lt;br /&gt;
* To reset the receiver to the factory defaults go to ''UBX-&amp;gt;CFG-&amp;gt;CFG'', select 'Revert to default configuration', and click ''Send'' at the bottom left corner.  To permanently save these values choose 'Save current configuration' and click ''Send''.&lt;br /&gt;
* To backup the configuration to a file on your PC: under the tools menu, choose GPS configuration, then click GPS&amp;gt;&amp;gt;file.  This file can be re-loaded in a similar manner to configure additional identical receivers.  Be sure the box 'Store configuration into BBR/Flash' is checked when reloading a configuration file to make the changes permanent.&lt;br /&gt;
* To update the firmware on a LEA-5H get u-center &amp;gt;= 5.03, revert the GPS receiver to the default configuration, get an appropriate image from u-blox (fitting your receivers serial number), find the flash identification flash.txt file in the u-center install directory and be prepared to wait a long time.&lt;br /&gt;
&lt;br /&gt;
#NOTE: If you have a Tiny with LEA-5H module you must use u-center and manually setup the parameters as shown above (at least switch to 38400 baud manually before transferring the configuration file).&lt;br /&gt;
#NOTE: POSUTM is not available on LEA-5H. Instead, use POSLLH. Additionally, add the flag -DGPS_USE_LATLONG in the makefile section of the airframe xml file.&lt;br /&gt;
&lt;br /&gt;
===Reset to Default Settings===&lt;br /&gt;
The GPS module can be reset to its original default settings by pulling BOOT_INT high(3.3V) during a power cycle ([http://www.u-blox.com/customersupport/gps.g4/ANTARIS4_Modules_SIM(GPS.G4-MS4-05007).pdf Antaris Manual, p. 122]). It may be required after a wrong firmware upgrade or a bad configuration change.&lt;br /&gt;
&lt;br /&gt;
===DGPS (Differential GPS)===&lt;br /&gt;
Differential GPS is any method of improving GPS accuracy by comparing the GPS-indicated position of a nearby location to the known value and transmitting any error to the mobile unit.  DGPS was originally created as a means of bypassing the deliberately introduced inaccuracies in civilian GPS signals.  The original method used low frequency ground radios to relay correction data to the mobile unit and is still used today at airports, shipping ports, and even individual farms.  Satellite Based Augmentation System (SBAS) is a modern form of DGPS where the ground stations relay correction data to a GEO-Stationary satellite, which then relays it to the mobile unit on standard GPS frequencies eliminating the need for a separate radio reciever.  SBAS is currently available in 3 regions, [http://www.esa.int/esaNA/ESAF530VMOC_egnos_1.html WAAS, EGNOS, and MSAS regions] though only WAAS and EGNOS are officially operational.  U-blox receivers support all common varieties of DGPS [http://www.u-blox.com/customersupport/gps.g3/ENGOS_Issues(GPS.G3-CS-04009).pdf read the u-blox SBAS application note].&lt;br /&gt;
* It is important to note that DGPS methods only improve the ''accuracy'' of the position calculation, not the ''precision''.  Since Paparazzi navigation is typically performed relative to the power-on location, any static error that could be corrected with DGPS is irrelevant.&lt;br /&gt;
&lt;br /&gt;
====WAAS issues====&lt;br /&gt;
WAAS has been officially operational and &amp;quot;suitable for safety-of-life applications&amp;quot; since 2003.  The default setting of all u-blox receivers ignores WAAS correction data and only uses the WAAS satellites for regular navigation like any other satellite.  U-blox recommends further limiting this setting to exclude any stray EGNOS/MSAS satellites in North America, and completely disabling all SBAS functions for use outside North America.  In 2006 one formerly reliable Paparazzi aircraft began having great GPS problems and displaying very erratic altitude calculations, disabling WAAS immediately resolved the issue and this phenomenon was recreated several times for verification.  Turns out a new WAAS satellite was being added to the system and the others were being moved that week for better distribution.  Our advice is to completely disable WAAS.&lt;br /&gt;
&lt;br /&gt;
====EGNOS issues====&lt;br /&gt;
EGNOS officially became operational on 1 October 2009. ESA claims that it can determine position to within 2 metres compared with about 20 metres for GPS alone. Note that the service is currently provided only in western Europe. For further information see [http://www.esa.int/esaNA/egnos.html ESA EGNOS website].&lt;br /&gt;
&lt;br /&gt;
According to the [http://ec.europa.eu/transport/egnos/programme/doc/2009_egnos_sdd_os_v1.pdf EC] the EGNOS transmission will keep the &amp;quot;Do not use&amp;quot; type0/2 flag until it is certified for safety of life operations in (hopfefully) mid 2010. So you will have to enable the &amp;quot;Allow test mode use (Msg 0)&amp;quot; switch in the u-center under UBX-CFG-SBAS together with the correction to try EGNOS.&lt;br /&gt;
&lt;br /&gt;
The [http://www.u-blox.com/en/faq.html u-blox FAQ] states the following:&lt;br /&gt;
* &amp;quot;Do you see issues with EGNOS?&amp;quot;&lt;br /&gt;
*:&amp;quot;Yes. The data transmitted by EGNOS in the past were usually good and valuable although sometimes unreliable, e.g. when system tests were performed. u-blox does not guarantee performance and status of EGNOS system. For the latest update about functionality of EGNOS please check the website: [http://www.gsa.europa.eu European GNSS Supervisory Authority]&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Troubleshooting===&lt;br /&gt;
&lt;br /&gt;
Problem: I keep getting this error with my nice shiny Tiny v2.1 with a LEA-5H:&lt;br /&gt;
Invalid_argument(&amp;quot;Latlong.of_utm&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
Solution: Add the flag -DGPS_USE_LATLONG to your airframe file.&lt;br /&gt;
&lt;br /&gt;
===Further Reading===&lt;br /&gt;
&lt;br /&gt;
The u-blox [http://www.u-blox.com/customersupport/antaris4_doc.html System Integration Manual] covers a lot of GPS theory as well as product specific topics.&lt;br /&gt;
&lt;br /&gt;
== Antenna options for the Tiny and Paparazzi GPS units ==&lt;br /&gt;
&lt;br /&gt;
The '''[[Tiny|Tiny 1.1]]''' features a 28mm square ground plane intended to be centered below the [[#Sangshin_13mm_Patch|Sangshin 13mm patch antenna]].  Much better performance has been seen with the 18mm antennas and an augmented ground plane.  The ground plane is a critical part of the antenna affecting not only the gain and polarization characteristics but also the center frequency of the system.  Users are advised to expand the ground plane to approximately 36mm square, centered on the ceramic portion of the antenna (not the pin).  This can be done with copper foil soldered to the vias of the existing ground plane.&lt;br /&gt;
[[image:gps_antenna_comparison.jpg|thumb|500px|left|SAM-LS 25mm / Emtac 20mm / Emtac 18mm / Sangshin 18mm / Sangshin 13mm / Sarantel P2]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Sangshin 18mm Patch ===&lt;br /&gt;
[[image:Sangshin_18mm.jpg|thumb|Sangshin 18mm x 4mm 1580Mhz]]&lt;br /&gt;
The Sangshin KSA-ST1580MS18 antenna has proven to offer the best performance of the currently available options.  These are available from any Sanshin distributor such as [http://www.rfmw.com rfmw] ([http://www.rfmw.com/PortalProductDetail.aspx?ProdId=232436&amp;amp;fmt=1 here]) and cost approximately $6.50/ea. in small quantities.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== EMTAC 18mm Patch ===&lt;br /&gt;
[[image:Emtac_18mm.jpg|thumb|Emtac 18mm x 4mm 1580Mhz]]&lt;br /&gt;
Offering identical performance to the Sangshin in a less attractive package is the Emtac 18mm antenna.  The part number for the standard 1580MHz 18x18x4mm is ANA1580T18D40 and is not listed on their website.  Other frequencies are available on a special order basis and the 1584Mhz has proven to outperform all other frequencies when used with a 36mm ground plane and no radome.  The use of a radome (any material covering the antenna) or a larger ground plane should theoretically favor even higher frequencies.&lt;br /&gt;
&lt;br /&gt;
'''Availability'''&lt;br /&gt;
&lt;br /&gt;
* [http://www.transplantgps.com/modules.html TransplantGPS] in MN, USA.  The 1580Mhz models are usually available at a cost of $3.55ea but there may be a minimum order requirement of ~$50 USD.&lt;br /&gt;
&lt;br /&gt;
=== Sangshin 13mm Patch ===&lt;br /&gt;
&lt;br /&gt;
[[image:Sangshin_13mm_onboard.jpg|thumb|Sangshin 13mm x 4mm 1580Mhz]]&lt;br /&gt;
Part of interest: '''[http://www.sangshinec.com/eng/patch_spec.htm KSA-ST1580MS13]'''&lt;br /&gt;
&lt;br /&gt;
The Tiny 0.99 (not 0.9) and 1.1 were designed around this antenna but users are advised to install 18mm units for better performance.&lt;br /&gt;
&lt;br /&gt;
Size: 13 x 13 mm&amp;lt;br/&amp;gt;&lt;br /&gt;
Center Frequency: 1580 MHz&amp;lt;br/&amp;gt;&lt;br /&gt;
Bandwidth: 5 MHz&amp;lt;br/&amp;gt;&lt;br /&gt;
@Fo: -15 dB&amp;lt;br/&amp;gt;&lt;br /&gt;
GAIN (dBi): 0 dBi&amp;lt;br/&amp;gt;&lt;br /&gt;
Ground Plane: 50 x 50 mm&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Available From'''&lt;br /&gt;
&lt;br /&gt;
[http://www.systroninc.com/ Systronic INC.] - Alberta, Canada&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Emtac 20mm Patch ===&lt;br /&gt;
&lt;br /&gt;
[[image:Salvaged_20mm_onboard.jpg|thumb|Emtac 20mm x 4mm]]&lt;br /&gt;
The Tiny 0.9 was designed around this 1583Mhz antenna and performed extremely well.  Emtac has replaced this with an 18mm model that they claim offers even better performance.&lt;br /&gt;
&lt;br /&gt;
* Obsolete&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Spectrum Control Patch ===&lt;br /&gt;
&lt;br /&gt;
[[image:PDC_Tiny21_S1.jpg|thumb|Spectrum Control 25mm]]&lt;br /&gt;
25mm patch testing on Tiny v2.1. Manufacturer Part Number [http://www.specemc.com/docs/antenna_catalog.pdf PA251575008SALF]. These are available from Mouser for about $3: [http://www.mouser.com/Search/ProductDetail.aspx?qs=sGAEpiMZZMukjKvgqb7HxzmcutVCLrkxFUj/3HCdKwE%3d 657-PA251575008SALF]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Sarantel GeoHelix-P2 ===&lt;br /&gt;
&lt;br /&gt;
[[image:Geohelix-p2.jpg|thumb|Sarantel Geohelix P-2 1575Mhz]]&lt;br /&gt;
&lt;br /&gt;
This antenna is popular among UAV designers due to it's natural rejection of other radio frequencies such as those originating from the modem or video system as well as it's improved rejection of signals reflected from the ground.  U-blox recommends this antenna and features it in their [http://www.u-blox.com/news/sarantel.html reference design].  Frequency and polarization are not dependent upon ground plane geometry so this antenna is sold only in the true GPS frequency of 1575Mhz.&lt;br /&gt;
The geometry makes this antenna very inconvenient to mount, especially in an airplane.  Some very non-scientific testing has been done with one of these antennas connected to a Tiny with a short length of 50 Ohm coax above a 120mm square of ungrounded aluminum foil and performance was adequate.  The helical design should theoretically outperform a patch in the air, but not on the ground, so any organized comparison will be difficult.  Possibly the most important aspect of this antenna is it's natural RFI filtering, which should be evaluated further.&lt;br /&gt;
&lt;br /&gt;
* [http://www.sarantel.com/products/geohelix-p2 GeoHelix-P2] Passive GPS Antenna [[http://www.sarantel.com/downloads/specifications/geohelix-p2.pdf datasheet]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Availability'''&lt;br /&gt;
&lt;br /&gt;
* Sarantel @ cost of approx $18 USD each (active versions available for ~$40)&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;&amp;gt;&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Sensors/GPS&amp;diff=8198</id>
		<title>Sensors/GPS</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Sensors/GPS&amp;diff=8198"/>
		<updated>2010-12-21T15:46:24Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: /* Paparazzi Stand-alone GPS Receivers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=right&lt;br /&gt;
|-&lt;br /&gt;
| __TOC__&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
[[Image:U-blox_color_warm_60.gif|100px]]&lt;br /&gt;
&lt;br /&gt;
Paparazzi autopilots are designed around the popular [http://www.u-blox.com u-blox] brand of receivers.&lt;br /&gt;
&lt;br /&gt;
*Features:&lt;br /&gt;
**Small size&lt;br /&gt;
**Excellent performance&lt;br /&gt;
**4Hz position update rate&lt;br /&gt;
&lt;br /&gt;
The '''[[Tiny]]''' features an onboard LEA series GPS receiver and patch antenna, while '''[[Classix]]''' and '''[[Previous_Autopilots|AVR-based]]''' boards require an external receiver+antenna such as the [[#Paparazzi_Stand-alone_GPS_Receivers|Paparazzi GPS]] or [[#u-Blox_SAM-LS_GPS_Smart_Antenna|SAM-LS]].  Please note that the receivers must be configured (prior to use with the autopilot) as indicated below. Both modules have proven reliable and robust. &lt;br /&gt;
&lt;br /&gt;
{|align = center&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:Lea big.jpg|200px|thumb|center|u-blox LEA GPS Receiver]]&lt;br /&gt;
|[[Image:Ublox_SAM-LS.jpg|200px|thumb|center|u-blox SAM-LS GPS receiver (w/built-in Smart Antenna)]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Note:''' The proprietary UBX protocol is used as it offers more information and efficiency than the universal NMEA protocol.  The protocol is parsed in &amp;lt;tt&amp;gt;sw/airborne/gps_ubx.c&amp;lt;/tt&amp;gt;.  Other GPS brands would require a similar parsing file to be written for NMEA or other proprietary protocols.    &lt;br /&gt;
&lt;br /&gt;
==GPS Receivers==&lt;br /&gt;
&lt;br /&gt;
===u-Blox LEA Series Receivers===&lt;br /&gt;
[[Image:Lea big.jpg|100px|thumb|right|u-blox LEA]]&lt;br /&gt;
The '''[[Twog_v1|TWOG]]''', '''[[Classix]]''' and '''[[Previous_Autopilots|AVR-based]]''' boards require an external GPS module and antenna.  The '''[[Tiny]]''' features an integrated receiver and antenna.  Either type is designed for [http://www.u-blox.com/ u-blox] 4 and 5 series GPS receivers and the proprietary UBX binary protocol.  An external battery or capacitor is typically used to enable the GPS to retain data while powered off for significantly faster signal re-aquisition.  Any of the LEA-4 and LEA-5 series receivers can be used including the less expensive LEA-4A, 4S, 5A and 5S models as the special boot configuration code required for these models is already written.&lt;br /&gt;
&lt;br /&gt;
*4Hz Position update rate&lt;br /&gt;
*Supports active or passive antennas&lt;br /&gt;
*Supports [http://en.wikipedia.org/wiki/DGPS DGPS], [http://en.wikipedia.org/wiki/WAAS WAAS], [http://en.wikipedia.org/wiki/EGNOS EGNOS], and [http://en.wikipedia.org/wiki/MSAS MSAS]&lt;br /&gt;
*Low position [http://paparazzi.enac.fr/wiki_images/Gps_rx_noise.pdf noise] figure&lt;br /&gt;
[[Image:Lea5htiny13.jpg|thumb|center|250px|LEA-4P installed on the Tiny]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Paparazzi Stand-alone GPS Receivers===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:Ppzgps13med01.jpg|Top&lt;br /&gt;
Image:Ppzgps13_lrg_02.jpg|Bottom&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Paparazzi CVS provides a design for an external GPS board (required for TWOG and Classix Autopilots).&lt;br /&gt;
Programming it is similar to the Tiny2.11 GPS configuration. If you build your own you will want to upload the latest u-blox firmware before you configure. See &amp;quot;Getting Hardware&amp;quot; for sources of assembled boards.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
The Paparazzi design in http://svn.savannah.nongnu.org/viewvc/paparazzi-hardware/trunk/booz/?root=paparazzi / booz_gps_no_ami_mag files. The board is very small and light as it has only the components required. It is powered from the 5v line on the &amp;quot;downloads&amp;quot; connector of a TWOG. Also note it is a 4-layer PCB that means better noise resistance. The board has pins for USB connection but requires a different cable and a solder jumper to be move from the ground (default) to 3.3v input to enable the USB port on the module. &lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
[http://paparazzi.enac.fr/wiki_images/Gps_13_BOM.xls V1 BOM.xls]&amp;lt;br&amp;gt;&lt;br /&gt;
[http://paparazzi.enac.fr/wiki_images/TinygpsBOM.txt Eagle Parts List Output.txt]&amp;lt;br&amp;gt;&lt;br /&gt;
See [[Get_Hardware|Get Hardware]] page for suppliers.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
==== Wiring Diagram ====&lt;br /&gt;
[[Image:TWOG to GPS.jpg|thumb|left]]&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===3rd Party u-blox reference design boards:===&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
[[Image:LEA5HExternalModulePinout.jpg|100px|thumb|right|LEA-5H Full Board Pinout]]&lt;br /&gt;
The only other GPS board in use seems to be u-blox reference designs or similar to it. They have either LEA-4P or LEA-5H (typically) and several interfaces. Often a larger antenna as well. &lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If this needs fixing don't be shy, fix away.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===NAVILOCK NL-507ETTL===&lt;br /&gt;
[[Image:Navilock NL-507ETTL.jpg|thumb|left|NAVILOCK NL-507TTL]]&lt;br /&gt;
The NAVILOCK NL-507TTL u-blox TTL Modul 60416 features an LEA-4 series receiver and 25mm patch antenna on a 30mm x 30mm board.&lt;br /&gt;
* Datasheet: [http://www.navilock.de/download/Dokumente_SLASH_Sonstiges/60415_-_Datenblatt_u-blox_GPS_Module/481 http://www.navilock.de/download/Dokumente_SLASH_Sonstiges/60415_-_Datenblatt_u-blox_GPS_Module/481]&lt;br /&gt;
* Purchase:  Available for 28€ at [http://www.amazon.de/Navilock-NL-507TTL-u-blox-TTL-Modul/dp/B0011E6VQG www.amazon.de]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===SPK GS406===&lt;br /&gt;
[[Image:GS406.jpg|thumb|left|SPK GS406 with LEA-5]]&lt;br /&gt;
[http://www.sparkfun.com/commerce/product_info.php?products_id=8889 Sparkfun] sells a nice small module featuring the newer 5-series receiver and the highly rated Sarantel antenna for about $90.  The design is based around the active version of the Sarantel instead of the more appropriate passive model and there's some potentially tricky soldering involved to get around the ribbon cable but the price is great for this hardware.&lt;br /&gt;
&lt;br /&gt;
[http://store.diydrones.com/ProductDetails.asp?ProductCode=BR-0008-01 DIYDrones] has build a adapter board for this GPS module. It looks like a great solution to use this GPS module with Paparazzi.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===u-Blox C04-5H Reference Design===&lt;br /&gt;
[[Image:abavimage.jpg|100px|thumb|left|u-blox C04-5H]]&lt;br /&gt;
u-Blox sells a complete module with antenna for around $200 and will also provide complete schematics, BOM, and PCB files for free if you wish to make your own.  Two versions are offered, one with an 18mm patch antenna and the other with the Sarantel P2 helical antenna.&lt;br /&gt;
See [http://www.u-blox.com/products/c04_5h.html http://www.u-blox.com/products/c04_5h.html] for more info.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Connecting external receivers to Classix, 1.2.1, Lite, and RoboStix boards====&lt;br /&gt;
&lt;br /&gt;
The u-blox receivers require 3.3v power and all current models have 5V tolerant data lines. The best way to connect to the SAM-LS is to remove the bottom case and solder the 4 wires directly to the TIM-LL module (GND (pin 1) ,VCC (pin 2),TX (Pin 5),RX (pin 4)) check the TIM-LL datasheet for pinout diagrams.[http://www.u-blox.com/products/Data_Sheets/TIM-LL_Data_Sheet(GPS.G3-MS3-04035).pdf]  The Classix and Lite boards feature a 3.3V regulator to power the GPS.&lt;br /&gt;
To open the casing on a SAM-LS, remove the bottom of the casing by pulling gently, then work around popping off the solder joints (they are fairly weak) by pressing a small screwdriver against each tab in turn until it pops off.  You should then be able to access the GPS chip directly.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Sourcing from u-blox===&lt;br /&gt;
&lt;br /&gt;
u-blox keeps tight control over the distribution of their products.  They must be obtained DIRECTLY from their own reseller offices.  These offices may not be available in your area, for example Canada does not have a reseller.  Sample quantities can be obtained from uBlox but overnight or 2 day shipping is required which drives the cost up considerably.  While it is a large hassle obtaining these devices, it is undoubtedly worth it.&lt;br /&gt;
&lt;br /&gt;
Talking with ublox sale for two years, Confirmed, that Order is possiable Directly from ublox, by knowing what project it was for &amp;amp; how was it to be use.  After long reply waiting time, the answer was: - YES,  but at least 2K-3K in volume, otherwise they're not interested.  Like to share the order ?  It is 500pcs/Roll.&lt;br /&gt;
&lt;br /&gt;
===Other potential source of u-blox GPS===&lt;br /&gt;
&lt;br /&gt;
There seems to be a few alternative source of u-blox GPS out there. They are considerably cheaper then the samples u-blox offers (at least in america). We didn't buy from these sources yet. Do not take this as a recommandation, we do not know the level of service they offer, etc.&lt;br /&gt;
&lt;br /&gt;
If you do order from any of them, please update this page with your feedback.&lt;br /&gt;
&lt;br /&gt;
Here's a few link worth exploring:&lt;br /&gt;
*http://www.rfdesign.co.za/pages/5645456/Products/GPS-Products/Antaris-4-Modules.asp&lt;br /&gt;
*http://www.comet.srl.ro/shop/info.html?ID=6195 ( Link error )&lt;br /&gt;
*http://www.expedienttech.com/product.htm  ( Singapore )&lt;br /&gt;
&lt;br /&gt;
==GPS configuration using U-Center==&lt;br /&gt;
&lt;br /&gt;
[[Image:U-center_screencap.jpg|thumb|u-center configuration software]]&lt;br /&gt;
[http://www.u-blox.com/products/u_center.html U-Center] is a very comprehensive freeware program intended for the configuration and evaluation of u-blox receivers. &lt;br /&gt;
* [http://www.u-blox.com/en/evaluation-tools-a-software/u-center/u-center.html Download u-center]&lt;br /&gt;
&lt;br /&gt;
* Note 1: You must [[Compiling#USB_flashing|install the UART tunnel]] to enable direct access to the built-in GPS on the [[Tiny|Tiny]].&lt;br /&gt;
&lt;br /&gt;
* Note 2: You will need a driver for your FTDI cable if you run u-center on Windows, which can be found  [http://www.ftdichip.com/Drivers/D2XX.htm here].&lt;br /&gt;
&lt;br /&gt;
* Note 3: You can run u-center on Linux by installing &amp;quot;Wine&amp;quot; ([http://www.winehq.org/site/download-deb Installation of Wine]) and set up COM1 as /dev/ttyUSB0. You need to create a symbolic link from the COM device to TTY like this: &lt;br /&gt;
 ln -s /dev/ttyUSB0 ~/.wine/dosdevices/COM1&lt;br /&gt;
&lt;br /&gt;
or what worked in Ubuntu 9.10&lt;br /&gt;
 &lt;br /&gt;
 ln -s /dev/ttyUSB0 ~/.wine/dosdevices/com1&lt;br /&gt;
This command will create the symbolic link from ttyUSB0 to COM1. See Info on Wine for &amp;quot;dosdevices&amp;quot; setup. Just download the u-setup.exe and run it with Wine, follow prompts. This has been tested with Ubuntu7.10 and Ubuntu 8.04 so far.&lt;br /&gt;
&lt;br /&gt;
The u-blox and Tiny UARTs both operate at 3.3V TTL levels and are 5V TTL tolerant.  You must use a level shifter such as the common MAX232 to connect these devices to a standard PC serial port.  The easiest and most recommended method is to connect to a USB port instead of serial with the $20 [http://www.ftdichip.com/Products/EvaluationKits/TTL-232R.htm FTDI USB-TTL converter cable] available from Digikey, Mouser, or direct from FTDI.  Other similar converters are available from [http://www.pololu.com/products/pololu/0391/ pololu] / [http://www.sparkfun.com/commerce/product_info.php?products_id=199 sparkfun].  A stand-alone GPS such as the SAM-LS will require clean 3.3V/50mA power and a common ground with the TTL converter.&lt;br /&gt;
&lt;br /&gt;
* U-blox occasionally releases firmware updates.  Log on to the u-blox website using ''paparazzi'' for username &amp;amp; password to view or download the latest firmware images.  There have 'never' been any updates released for the Antaris-4 series used in the Tiny.&lt;br /&gt;
&lt;br /&gt;
Start U-center and choose your com port from the pull down list under the connect button near the top left corner of the window. Choose your baudrate from the pull down box to the right of the connect button or select the auto-baud button to the right of that.  U-blox default is 9600 baud.  This must be changed to 19200 or higher to accomodate the 4Hz update rate.&lt;br /&gt;
&amp;lt;br&amp;gt;[[Image:U-center_buttons.jpg|connect, baud, and autobaud buttons]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Uploading the Configuration File===&lt;br /&gt;
Download the appropriate configuration file below and use u-center to load in onto your receiver. Under the ''Tools'' menu, choose ''GPS configuration''.  Be sure the box 'Store configuration into BBR/Flash' is checked and hit the button ''File&amp;gt;&amp;gt;GPS''.  A few errors and retries are normal, but a significant number of errors may indicate a poor connection and the software will notify you if it is unable to send all the data successfully.&lt;br /&gt;
* [[Media:Tiny_LEA-4P-v6.zip|LEA-4P]]&lt;br /&gt;
* [[Media:Tim-LL-V5.zip|TIM-LL]]&lt;br /&gt;
* [http://paparazzi.enac.fr/wiki_images/Tiny_LEA-5H-v5.zip LEA-5H (For Use w/ Firmware V5 ONLY!)]&lt;br /&gt;
&lt;br /&gt;
===Manual Configuration===&lt;br /&gt;
If you prefer to setup your receiver manually or have a model not listed above, here are instructions to configure your receiver in u-center.&lt;br /&gt;
Open the message window (menu View-&amp;gt;messages view) to start the configuration process by changing the following settings:&lt;br /&gt;
&lt;br /&gt;
====LEA-4P====&lt;br /&gt;
&lt;br /&gt;
 1. Right Click on the '''NMEA''' Icon and choose '''disable child'''&lt;br /&gt;
 2. Choose UBX-&amp;gt;CFG-&amp;gt;NAV2(Navigation 2) - set it to use '''Airborne 4G''' (tells the Kalman filter to expect significant changes in direction)&lt;br /&gt;
 3. UBX-&amp;gt;CFG-&amp;gt;PRT - set '''USART1''' to '''38400bps''' (must match the value in your [[Airframe_Configuration#Hardware_definitions_-_Makefile|Airframe file]])&lt;br /&gt;
 4. Change the baudrate of U-Center to 38400bps if the connection is lost at this point&lt;br /&gt;
 5. UBX-&amp;gt;CFG-&amp;gt;RXM(Receiver Manager) - change '''GPS Mode''' to '''3 - Auto''' (Enabling faster bootup only if signal levels are very good)&lt;br /&gt;
 6. UBX-&amp;gt;CFG-&amp;gt;RATE(Rates) - change the '''Measurement Period''' to '''250ms''' (4 Hz position updates)&lt;br /&gt;
 7. UBX-&amp;gt;CFG-&amp;gt;SBAS : '''Disable''' (SBAS appears to cause occasional severe altitude calcuation errors)&lt;br /&gt;
 8. UBX-&amp;gt;NAV (not UBX-&amp;gt;CFG-&amp;gt;NAV): double click on '''POSUTM, SOL, STATUS, SVINFO, VELNED.''' They should change from grey to black&lt;br /&gt;
 9. UBX-&amp;gt;CFG-&amp;gt;CFG : '''save current config''', click '''&amp;quot;send&amp;quot;''' in the lower left corner to permanently save these settings to the receiver &lt;br /&gt;
&lt;br /&gt;
====LEA-5H====&lt;br /&gt;
&lt;br /&gt;
 1. Right Click on the '''NMEA''' Text on top of the tree and choose '''disable child messages'''&lt;br /&gt;
 2. Choose UBX-&amp;gt;CFG-&amp;gt;NAV5(Navigation 5) - set it to use '''Airborne 8 &amp;lt;4G'''. This tells the Kalman filter to expect significant changes in direction. &lt;br /&gt;
    Note that this setting is only good for faster moving airplanes. For a fixed position hovering heli, 'pedestrian' setting is better&lt;br /&gt;
 3. UBX-&amp;gt;CFG-&amp;gt;PRT - set '''USART1''' to '''38400bps''' (must match the value in your [[Airframe_Configuration#Hardware_definitions_-_Makefile|Airframe file]])&lt;br /&gt;
 4. Change the baudrate of U-Center to 38400bps if the connection is lost at this point&lt;br /&gt;
 5. UBX-&amp;gt;CFG-&amp;gt;RATE(Rates) - change the '''Measurement Period''' to '''250ms''' This gives a 4 Hz position update since 4 x 250ms is one second.&lt;br /&gt;
 6. UBX-&amp;gt;CFG-&amp;gt;SBAS : '''Disable''' (SBAS appears to cause occasional severe altitude calcuation errors)&lt;br /&gt;
 7. UBX-&amp;gt;NAV (not UBX-&amp;gt;CFG-&amp;gt;NAV): double click on '''POSLLH, SOL, STATUS, SVINFO, VELNED.''' They should change from grey to black&lt;br /&gt;
 (add the flag -DGPS_USE_LATLONG in your [[Airframe_Configuration#Hardware_definitions_-_Makefile|Airframe file]]) also make sure you set tiny_2_1_1.h if you have the latest boards Tiny/TinyWOG)&lt;br /&gt;
 8. UBX-&amp;gt;CFG-&amp;gt;CFG : '''save current config''', click '''&amp;quot;send&amp;quot;''' in the lower left corner to permanently save these settings to the receiver &lt;br /&gt;
&lt;br /&gt;
* Cycle the power and verify that the new configuration was saved&lt;br /&gt;
* To reset the receiver to the factory defaults go to ''UBX-&amp;gt;CFG-&amp;gt;CFG'', select 'Revert to default configuration', and click ''Send'' at the bottom left corner.  To permanently save these values choose 'Save current configuration' and click ''Send''.&lt;br /&gt;
* To backup the configuration to a file on your PC: under the tools menu, choose GPS configuration, then click GPS&amp;gt;&amp;gt;file.  This file can be re-loaded in a similar manner to configure additional identical receivers.  Be sure the box 'Store configuration into BBR/Flash' is checked when reloading a configuration file to make the changes permanent.&lt;br /&gt;
* To update the firmware on a LEA-5H get u-center &amp;gt;= 5.03, revert the GPS receiver to the default configuration, get an appropriate image from u-blox (fitting your receivers serial number), find the flash identification flash.txt file in the u-center install directory and be prepared to wait a long time.&lt;br /&gt;
&lt;br /&gt;
#NOTE: If you have a Tiny with LEA-5H module you must use u-center and manually setup the parameters as shown above (at least switch to 38400 baud manually before transferring the configuration file).&lt;br /&gt;
#NOTE: POSUTM is not available on LEA-5H. Instead, use POSLLH. Additionally, add the flag -DGPS_USE_LATLONG in the makefile section of the airframe xml file.&lt;br /&gt;
&lt;br /&gt;
===Reset to Default Settings===&lt;br /&gt;
The GPS module can be reset to its original default settings by pulling BOOT_INT high(3.3V) during a power cycle ([http://www.u-blox.com/customersupport/gps.g4/ANTARIS4_Modules_SIM(GPS.G4-MS4-05007).pdf Antaris Manual, p. 122]). It may be required after a wrong firmware upgrade or a bad configuration change.&lt;br /&gt;
&lt;br /&gt;
===DGPS (Differential GPS)===&lt;br /&gt;
Differential GPS is any method of improving GPS accuracy by comparing the GPS-indicated position of a nearby location to the known value and transmitting any error to the mobile unit.  DGPS was originally created as a means of bypassing the deliberately introduced inaccuracies in civilian GPS signals.  The original method used low frequency ground radios to relay correction data to the mobile unit and is still used today at airports, shipping ports, and even individual farms.  Satellite Based Augmentation System (SBAS) is a modern form of DGPS where the ground stations relay correction data to a GEO-Stationary satellite, which then relays it to the mobile unit on standard GPS frequencies eliminating the need for a separate radio reciever.  SBAS is currently available in 3 regions, [http://www.esa.int/esaNA/ESAF530VMOC_egnos_1.html WAAS, EGNOS, and MSAS regions] though only WAAS and EGNOS are officially operational.  U-blox receivers support all common varieties of DGPS [http://www.u-blox.com/customersupport/gps.g3/ENGOS_Issues(GPS.G3-CS-04009).pdf read the u-blox SBAS application note].&lt;br /&gt;
* It is important to note that DGPS methods only improve the ''accuracy'' of the position calculation, not the ''precision''.  Since Paparazzi navigation is typically performed relative to the power-on location, any static error that could be corrected with DGPS is irrelevant.&lt;br /&gt;
&lt;br /&gt;
====WAAS issues====&lt;br /&gt;
WAAS has been officially operational and &amp;quot;suitable for safety-of-life applications&amp;quot; since 2003.  The default setting of all u-blox receivers ignores WAAS correction data and only uses the WAAS satellites for regular navigation like any other satellite.  U-blox recommends further limiting this setting to exclude any stray EGNOS/MSAS satellites in North America, and completely disabling all SBAS functions for use outside North America.  In 2006 one formerly reliable Paparazzi aircraft began having great GPS problems and displaying very erratic altitude calculations, disabling WAAS immediately resolved the issue and this phenomenon was recreated several times for verification.  Turns out a new WAAS satellite was being added to the system and the others were being moved that week for better distribution.  Our advice is to completely disable WAAS.&lt;br /&gt;
&lt;br /&gt;
====EGNOS issues====&lt;br /&gt;
EGNOS officially became operational on 1 October 2009. ESA claims that it can determine position to within 2 metres compared with about 20 metres for GPS alone. Note that the service is currently provided only in western Europe. For further information see [http://www.esa.int/esaNA/egnos.html ESA EGNOS website].&lt;br /&gt;
&lt;br /&gt;
According to the [http://ec.europa.eu/transport/egnos/programme/doc/2009_egnos_sdd_os_v1.pdf EC] the EGNOS transmission will keep the &amp;quot;Do not use&amp;quot; type0/2 flag until it is certified for safety of life operations in (hopfefully) mid 2010. So you will have to enable the &amp;quot;Allow test mode use (Msg 0)&amp;quot; switch in the u-center under UBX-CFG-SBAS together with the correction to try EGNOS.&lt;br /&gt;
&lt;br /&gt;
The [http://www.u-blox.com/en/faq.html u-blox FAQ] states the following:&lt;br /&gt;
* &amp;quot;Do you see issues with EGNOS?&amp;quot;&lt;br /&gt;
*:&amp;quot;Yes. The data transmitted by EGNOS in the past were usually good and valuable although sometimes unreliable, e.g. when system tests were performed. u-blox does not guarantee performance and status of EGNOS system. For the latest update about functionality of EGNOS please check the website: [http://www.gsa.europa.eu European GNSS Supervisory Authority]&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Troubleshooting===&lt;br /&gt;
&lt;br /&gt;
Problem: I keep getting this error with my nice shiny Tiny v2.1 with a LEA-5H:&lt;br /&gt;
Invalid_argument(&amp;quot;Latlong.of_utm&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
Solution: Add the flag -DGPS_USE_LATLONG to your airframe file.&lt;br /&gt;
&lt;br /&gt;
===Further Reading===&lt;br /&gt;
&lt;br /&gt;
The u-blox [http://www.u-blox.com/customersupport/antaris4_doc.html System Integration Manual] covers a lot of GPS theory as well as product specific topics.&lt;br /&gt;
&lt;br /&gt;
== Antenna options for the Tiny and Paparazzi GPS units ==&lt;br /&gt;
&lt;br /&gt;
The '''[[Tiny|Tiny 1.1]]''' features a 28mm square ground plane intended to be centered below the [[#Sangshin_13mm_Patch|Sangshin 13mm patch antenna]].  Much better performance has been seen with the 18mm antennas and an augmented ground plane.  The ground plane is a critical part of the antenna affecting not only the gain and polarization characteristics but also the center frequency of the system.  Users are advised to expand the ground plane to approximately 36mm square, centered on the ceramic portion of the antenna (not the pin).  This can be done with copper foil soldered to the vias of the existing ground plane.&lt;br /&gt;
[[image:gps_antenna_comparison.jpg|thumb|500px|left|SAM-LS 25mm / Emtac 20mm / Emtac 18mm / Sangshin 18mm / Sangshin 13mm / Sarantel P2]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Sangshin 18mm Patch ===&lt;br /&gt;
[[image:Sangshin_18mm.jpg|thumb|Sangshin 18mm x 4mm 1580Mhz]]&lt;br /&gt;
The Sangshin KSA-ST1580MS18 antenna has proven to offer the best performance of the currently available options.  These are available from any Sanshin distributor such as [http://www.rfmw.com rfmw] ([http://www.rfmw.com/PortalProductDetail.aspx?ProdId=232436&amp;amp;fmt=1 here]) and cost approximately $6.50/ea. in small quantities.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== EMTAC 18mm Patch ===&lt;br /&gt;
[[image:Emtac_18mm.jpg|thumb|Emtac 18mm x 4mm 1580Mhz]]&lt;br /&gt;
Offering identical performance to the Sangshin in a less attractive package is the Emtac 18mm antenna.  The part number for the standard 1580MHz 18x18x4mm is ANA1580T18D40 and is not listed on their website.  Other frequencies are available on a special order basis and the 1584Mhz has proven to outperform all other frequencies when used with a 36mm ground plane and no radome.  The use of a radome (any material covering the antenna) or a larger ground plane should theoretically favor even higher frequencies.&lt;br /&gt;
&lt;br /&gt;
'''Availability'''&lt;br /&gt;
&lt;br /&gt;
* [http://www.transplantgps.com/modules.html TransplantGPS] in MN, USA.  The 1580Mhz models are usually available at a cost of $3.55ea but there may be a minimum order requirement of ~$50 USD.&lt;br /&gt;
&lt;br /&gt;
=== Sangshin 13mm Patch ===&lt;br /&gt;
&lt;br /&gt;
[[image:Sangshin_13mm_onboard.jpg|thumb|Sangshin 13mm x 4mm 1580Mhz]]&lt;br /&gt;
Part of interest: '''[http://www.sangshinec.com/eng/patch_spec.htm KSA-ST1580MS13]'''&lt;br /&gt;
&lt;br /&gt;
The Tiny 0.99 (not 0.9) and 1.1 were designed around this antenna but users are advised to install 18mm units for better performance.&lt;br /&gt;
&lt;br /&gt;
Size: 13 x 13 mm&amp;lt;br/&amp;gt;&lt;br /&gt;
Center Frequency: 1580 MHz&amp;lt;br/&amp;gt;&lt;br /&gt;
Bandwidth: 5 MHz&amp;lt;br/&amp;gt;&lt;br /&gt;
@Fo: -15 dB&amp;lt;br/&amp;gt;&lt;br /&gt;
GAIN (dBi): 0 dBi&amp;lt;br/&amp;gt;&lt;br /&gt;
Ground Plane: 50 x 50 mm&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Available From'''&lt;br /&gt;
&lt;br /&gt;
[http://www.systroninc.com/ Systronic INC.] - Alberta, Canada&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Emtac 20mm Patch ===&lt;br /&gt;
&lt;br /&gt;
[[image:Salvaged_20mm_onboard.jpg|thumb|Emtac 20mm x 4mm]]&lt;br /&gt;
The Tiny 0.9 was designed around this 1583Mhz antenna and performed extremely well.  Emtac has replaced this with an 18mm model that they claim offers even better performance.&lt;br /&gt;
&lt;br /&gt;
* Obsolete&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Spectrum Control Patch ===&lt;br /&gt;
&lt;br /&gt;
[[image:PDC_Tiny21_S1.jpg|thumb|Spectrum Control 25mm]]&lt;br /&gt;
25mm patch testing on Tiny v2.1. Manufacturer Part Number [http://www.specemc.com/docs/antenna_catalog.pdf PA251575008SALF]. These are available from Mouser for about $3: [http://www.mouser.com/Search/ProductDetail.aspx?qs=sGAEpiMZZMukjKvgqb7HxzmcutVCLrkxFUj/3HCdKwE%3d 657-PA251575008SALF]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Sarantel GeoHelix-P2 ===&lt;br /&gt;
&lt;br /&gt;
[[image:Geohelix-p2.jpg|thumb|Sarantel Geohelix P-2 1575Mhz]]&lt;br /&gt;
&lt;br /&gt;
This antenna is popular among UAV designers due to it's natural rejection of other radio frequencies such as those originating from the modem or video system as well as it's improved rejection of signals reflected from the ground.  U-blox recommends this antenna and features it in their [http://www.u-blox.com/news/sarantel.html reference design].  Frequency and polarization are not dependent upon ground plane geometry so this antenna is sold only in the true GPS frequency of 1575Mhz.&lt;br /&gt;
The geometry makes this antenna very inconvenient to mount, especially in an airplane.  Some very non-scientific testing has been done with one of these antennas connected to a Tiny with a short length of 50 Ohm coax above a 120mm square of ungrounded aluminum foil and performance was adequate.  The helical design should theoretically outperform a patch in the air, but not on the ground, so any organized comparison will be difficult.  Possibly the most important aspect of this antenna is it's natural RFI filtering, which should be evaluated further.&lt;br /&gt;
&lt;br /&gt;
* [http://www.sarantel.com/products/geohelix-p2 GeoHelix-P2] Passive GPS Antenna [[http://www.sarantel.com/downloads/specifications/geohelix-p2.pdf datasheet]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Availability'''&lt;br /&gt;
&lt;br /&gt;
* Sarantel @ cost of approx $18 USD each (active versions available for ~$40)&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot;&amp;gt;&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Inertial_Measurement_Units&amp;diff=7664</id>
		<title>Inertial Measurement Units</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Inertial_Measurement_Units&amp;diff=7664"/>
		<updated>2010-08-24T13:31:33Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: Add commercial available IMU's&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
&lt;br /&gt;
Work is underway to use Kalman code from the Booz project with the Tiny autopilots. The first IMU have been assembled and are being calibrated. Look for updates soon.&lt;br /&gt;
&lt;br /&gt;
The IMU will communicate over SPI with the TWOG/Tiny2.11&lt;br /&gt;
&lt;br /&gt;
[[Image:IMU001.jpg|240px]]&lt;br /&gt;
&lt;br /&gt;
== Commercial Available IMU's ==&lt;br /&gt;
&lt;br /&gt;
IMU's available that can be used with paparazzi UAV autopilots. Please share here on wiki your IMU paparazzi autopilot integration projects.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== MicroStrain 3DM-GX2 === &lt;br /&gt;
Oficial website [http://www.microstrain.com/3dm-gx2.aspx].&lt;br /&gt;
&lt;br /&gt;
More info soon.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Xsens MTi ===&lt;br /&gt;
Oficial website[http://www.xsens.com/en/general/mti].&lt;br /&gt;
&lt;br /&gt;
More info soon.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Xsens MTi-G (with GPS) === &lt;br /&gt;
Oficial website [http://www.xsens.com/en/general/mti-g].&lt;br /&gt;
&lt;br /&gt;
More info soon.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Vector-Nav VN-100 ===&lt;br /&gt;
Oficial website [http://www.vectornav.com/vn-100-features].&lt;br /&gt;
&lt;br /&gt;
More infos soon.&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Tiny_v3&amp;diff=5378</id>
		<title>Tiny v3</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Tiny_v3&amp;diff=5378"/>
		<updated>2009-08-18T08:13:03Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: /* Bill Of Material */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== New features Wish List For The New Paparazzi Board ==&lt;br /&gt;
&lt;br /&gt;
* 4 layer PCB for EMI improvement;&lt;br /&gt;
* External GPS;&lt;br /&gt;
* External IMU;&lt;br /&gt;
* Pressure sensors for altitude and speed determination (will need some help on the software, who can help?);&lt;br /&gt;
* PPM encoder included;&lt;br /&gt;
* ATMEGA 328 for freeze detection and MCU reset (will need some help here, who can help?);&lt;br /&gt;
* External/Internal power source for servos and datalink selected with a jumper;&lt;br /&gt;
* Micro SD Card (will need some help here, who can help?);&lt;br /&gt;
* JTAG debugging port (will need some help here, who can help?);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
More ideias of improvement are welcome.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== HB_Autopilot Solution ==&lt;br /&gt;
&lt;br /&gt;
We decided to work with HB_Autopilot hardware that was built in Bremen for quadcopters. Our intention is to use this hardware and some part of the code to be the base to build the new tiny v3 autopilot with all the listed features for a fixed wing aircraft or with a switch to work with quadcopters or helicopters or fixed wing capability.&lt;br /&gt;
&lt;br /&gt;
'''Source:''' http://www.akaflieg.hs-bremen.de&lt;br /&gt;
'''Andreas Dei Report:'''&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
'''Team staff:'''&lt;br /&gt;
    Heinrich Warmers  hwarmers at hs-bremen.de&lt;br /&gt;
    Oliver Riesener   oliver.riesener at hs-bremen.de&lt;br /&gt;
&lt;br /&gt;
'''Student work:'''&lt;br /&gt;
    Andreas Dei       andreas.dei at gmx.de    &lt;br /&gt;
    Thu Nguyen&lt;br /&gt;
    Christoph Niemann&lt;br /&gt;
    Henning Sauerland&lt;br /&gt;
    Malte Lorbach&lt;br /&gt;
    Arthur Neumann&lt;br /&gt;
    Johannes Behn&lt;br /&gt;
&lt;br /&gt;
'''Authors of external sources:'''&lt;br /&gt;
    Killagreg&lt;br /&gt;
    R O SoftWare&lt;br /&gt;
    Michael Walter&lt;br /&gt;
    Ralf Corsepius&lt;br /&gt;
    KEIL ELEKTRONIK GmbH&lt;br /&gt;
&lt;br /&gt;
== HB_Autopilot Images ==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:hb_ap01.jpg|PCB mockup&lt;br /&gt;
Image:hb_ap02.jpg|PCB mockup&lt;br /&gt;
Image:hb_ap03.jpg|Top HB_Autopilot&lt;br /&gt;
Image:hb_ap04.jpg|Bottom HB_Autopilot&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Detailed Images ==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:mcu_up.jpg|MCU Top&lt;br /&gt;
Image:mcu_down.jpg|MCU Bottom&lt;br /&gt;
Image:imu_up.jpg|IMU Top&lt;br /&gt;
Image:imu_down.jpg|IMU Bottom&lt;br /&gt;
Image:imu_sensors.jpg|IMU Sensors&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Block Architecture ==&lt;br /&gt;
[[Image:Block_Schematic.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Hardware Source Files==&lt;br /&gt;
* Download ''[[Media:Schematics.pdf|Schematics (.pdf file)]]''&lt;br /&gt;
* Download ''[[Media:PCB Layouts.pdf| PCB Layouts (.pdf file)]]''&lt;br /&gt;
* Download ''[[Media:hw.rar|Eagle Files (.rar file)]]''&lt;br /&gt;
&lt;br /&gt;
== Bill Of Material ==&lt;br /&gt;
&lt;br /&gt;
Soon available... For now you can see the BOM from Hardware Source Files.&lt;br /&gt;
&lt;br /&gt;
== Work Team ==&lt;br /&gt;
&lt;br /&gt;
We will need a lot of help on this project. Any help and sugestions will be very much appreciated.&lt;br /&gt;
Let's make a small team to work on this new paparazzi board.&lt;br /&gt;
&lt;br /&gt;
Please insert in this list your name and contact if you would like to be part of the team:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Rui Costa (from Portugal) =&amp;gt; azoreanuav(at)gmail.com&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Tiny_v3&amp;diff=5377</id>
		<title>Tiny v3</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Tiny_v3&amp;diff=5377"/>
		<updated>2009-08-18T08:12:53Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: /* Hardware Source Files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== New features Wish List For The New Paparazzi Board ==&lt;br /&gt;
&lt;br /&gt;
* 4 layer PCB for EMI improvement;&lt;br /&gt;
* External GPS;&lt;br /&gt;
* External IMU;&lt;br /&gt;
* Pressure sensors for altitude and speed determination (will need some help on the software, who can help?);&lt;br /&gt;
* PPM encoder included;&lt;br /&gt;
* ATMEGA 328 for freeze detection and MCU reset (will need some help here, who can help?);&lt;br /&gt;
* External/Internal power source for servos and datalink selected with a jumper;&lt;br /&gt;
* Micro SD Card (will need some help here, who can help?);&lt;br /&gt;
* JTAG debugging port (will need some help here, who can help?);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
More ideias of improvement are welcome.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== HB_Autopilot Solution ==&lt;br /&gt;
&lt;br /&gt;
We decided to work with HB_Autopilot hardware that was built in Bremen for quadcopters. Our intention is to use this hardware and some part of the code to be the base to build the new tiny v3 autopilot with all the listed features for a fixed wing aircraft or with a switch to work with quadcopters or helicopters or fixed wing capability.&lt;br /&gt;
&lt;br /&gt;
'''Source:''' http://www.akaflieg.hs-bremen.de&lt;br /&gt;
'''Andreas Dei Report:'''&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
'''Team staff:'''&lt;br /&gt;
    Heinrich Warmers  hwarmers at hs-bremen.de&lt;br /&gt;
    Oliver Riesener   oliver.riesener at hs-bremen.de&lt;br /&gt;
&lt;br /&gt;
'''Student work:'''&lt;br /&gt;
    Andreas Dei       andreas.dei at gmx.de    &lt;br /&gt;
    Thu Nguyen&lt;br /&gt;
    Christoph Niemann&lt;br /&gt;
    Henning Sauerland&lt;br /&gt;
    Malte Lorbach&lt;br /&gt;
    Arthur Neumann&lt;br /&gt;
    Johannes Behn&lt;br /&gt;
&lt;br /&gt;
'''Authors of external sources:'''&lt;br /&gt;
    Killagreg&lt;br /&gt;
    R O SoftWare&lt;br /&gt;
    Michael Walter&lt;br /&gt;
    Ralf Corsepius&lt;br /&gt;
    KEIL ELEKTRONIK GmbH&lt;br /&gt;
&lt;br /&gt;
== HB_Autopilot Images ==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:hb_ap01.jpg|PCB mockup&lt;br /&gt;
Image:hb_ap02.jpg|PCB mockup&lt;br /&gt;
Image:hb_ap03.jpg|Top HB_Autopilot&lt;br /&gt;
Image:hb_ap04.jpg|Bottom HB_Autopilot&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Detailed Images ==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:mcu_up.jpg|MCU Top&lt;br /&gt;
Image:mcu_down.jpg|MCU Bottom&lt;br /&gt;
Image:imu_up.jpg|IMU Top&lt;br /&gt;
Image:imu_down.jpg|IMU Bottom&lt;br /&gt;
Image:imu_sensors.jpg|IMU Sensors&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Block Architecture ==&lt;br /&gt;
[[Image:Block_Schematic.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Hardware Source Files==&lt;br /&gt;
* Download ''[[Media:Schematics.pdf|Schematics (.pdf file)]]''&lt;br /&gt;
* Download ''[[Media:PCB Layouts.pdf| PCB Layouts (.pdf file)]]''&lt;br /&gt;
* Download ''[[Media:hw.rar|Eagle Files (.rar file)]]''&lt;br /&gt;
&lt;br /&gt;
=== Bill Of Material ===&lt;br /&gt;
&lt;br /&gt;
Soon available... For now you can see the BOM from Hardware Source Files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Work Team ==&lt;br /&gt;
&lt;br /&gt;
We will need a lot of help on this project. Any help and sugestions will be very much appreciated.&lt;br /&gt;
Let's make a small team to work on this new paparazzi board.&lt;br /&gt;
&lt;br /&gt;
Please insert in this list your name and contact if you would like to be part of the team:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Rui Costa (from Portugal) =&amp;gt; azoreanuav(at)gmail.com&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Tiny_v3&amp;diff=5376</id>
		<title>Tiny v3</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Tiny_v3&amp;diff=5376"/>
		<updated>2009-08-18T00:06:51Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: /* Tiny v3 Team */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== New features Wish List For The New Paparazzi Board ==&lt;br /&gt;
&lt;br /&gt;
* 4 layer PCB for EMI improvement;&lt;br /&gt;
* External GPS;&lt;br /&gt;
* External IMU;&lt;br /&gt;
* Pressure sensors for altitude and speed determination (will need some help on the software, who can help?);&lt;br /&gt;
* PPM encoder included;&lt;br /&gt;
* ATMEGA 328 for freeze detection and MCU reset (will need some help here, who can help?);&lt;br /&gt;
* External/Internal power source for servos and datalink selected with a jumper;&lt;br /&gt;
* Micro SD Card (will need some help here, who can help?);&lt;br /&gt;
* JTAG debugging port (will need some help here, who can help?);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
More ideias of improvement are welcome.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== HB_Autopilot Solution ==&lt;br /&gt;
&lt;br /&gt;
We decided to work with HB_Autopilot hardware that was built in Bremen for quadcopters. Our intention is to use this hardware and some part of the code to be the base to build the new tiny v3 autopilot with all the listed features for a fixed wing aircraft or with a switch to work with quadcopters or helicopters or fixed wing capability.&lt;br /&gt;
&lt;br /&gt;
'''Source:''' http://www.akaflieg.hs-bremen.de&lt;br /&gt;
'''Andreas Dei Report:'''&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
'''Team staff:'''&lt;br /&gt;
    Heinrich Warmers  hwarmers at hs-bremen.de&lt;br /&gt;
    Oliver Riesener   oliver.riesener at hs-bremen.de&lt;br /&gt;
&lt;br /&gt;
'''Student work:'''&lt;br /&gt;
    Andreas Dei       andreas.dei at gmx.de    &lt;br /&gt;
    Thu Nguyen&lt;br /&gt;
    Christoph Niemann&lt;br /&gt;
    Henning Sauerland&lt;br /&gt;
    Malte Lorbach&lt;br /&gt;
    Arthur Neumann&lt;br /&gt;
    Johannes Behn&lt;br /&gt;
&lt;br /&gt;
'''Authors of external sources:'''&lt;br /&gt;
    Killagreg&lt;br /&gt;
    R O SoftWare&lt;br /&gt;
    Michael Walter&lt;br /&gt;
    Ralf Corsepius&lt;br /&gt;
    KEIL ELEKTRONIK GmbH&lt;br /&gt;
&lt;br /&gt;
== HB_Autopilot Images ==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:hb_ap01.jpg|PCB mockup&lt;br /&gt;
Image:hb_ap02.jpg|PCB mockup&lt;br /&gt;
Image:hb_ap03.jpg|Top HB_Autopilot&lt;br /&gt;
Image:hb_ap04.jpg|Bottom HB_Autopilot&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Detailed Images ==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:mcu_up.jpg|MCU Top&lt;br /&gt;
Image:mcu_down.jpg|MCU Bottom&lt;br /&gt;
Image:imu_up.jpg|IMU Top&lt;br /&gt;
Image:imu_down.jpg|IMU Bottom&lt;br /&gt;
Image:imu_sensors.jpg|IMU Sensors&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Block Architecture ==&lt;br /&gt;
[[Image:Block_Schematic.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Hardware Source Files===&lt;br /&gt;
* Download ''[[Media:Schematics.pdf|Schematics (.pdf file)]]''&lt;br /&gt;
* Download ''[[Media:PCB Layouts.pdf| PCB Layouts (.pdf file)]]''&lt;br /&gt;
* Download ''[[Media:hw.rar|Eagle Files (.rar file)]]''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Bill Of Material ===&lt;br /&gt;
&lt;br /&gt;
Soon available... For now you can see the BOM from Hardware Source Files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Work Team ==&lt;br /&gt;
&lt;br /&gt;
We will need a lot of help on this project. Any help and sugestions will be very much appreciated.&lt;br /&gt;
Let's make a small team to work on this new paparazzi board.&lt;br /&gt;
&lt;br /&gt;
Please insert in this list your name and contact if you would like to be part of the team:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Rui Costa (from Portugal) =&amp;gt; azoreanuav(at)gmail.com&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Tiny_v3&amp;diff=5375</id>
		<title>Tiny v3</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Tiny_v3&amp;diff=5375"/>
		<updated>2009-08-17T23:57:14Z</updated>

		<summary type="html">&lt;p&gt;Aerodolphin: /* HB_Autopilot Solution */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== New features Wish List For The New Paparazzi Board ==&lt;br /&gt;
&lt;br /&gt;
* 4 layer PCB for EMI improvement;&lt;br /&gt;
* External GPS;&lt;br /&gt;
* External IMU;&lt;br /&gt;
* Pressure sensors for altitude and speed determination (will need some help on the software, who can help?);&lt;br /&gt;
* PPM encoder included;&lt;br /&gt;
* ATMEGA 328 for freeze detection and MCU reset (will need some help here, who can help?);&lt;br /&gt;
* External/Internal power source for servos and datalink selected with a jumper;&lt;br /&gt;
* Micro SD Card (will need some help here, who can help?);&lt;br /&gt;
* JTAG debugging port (will need some help here, who can help?);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
More ideias of improvement are welcome.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== HB_Autopilot Solution ==&lt;br /&gt;
&lt;br /&gt;
We decided to work with HB_Autopilot hardware that was built in Bremen for quadcopters. Our intention is to use this hardware and some part of the code to be the base to build the new tiny v3 autopilot with all the listed features for a fixed wing aircraft or with a switch to work with quadcopters or helicopters or fixed wing capability.&lt;br /&gt;
&lt;br /&gt;
'''Source:''' http://www.akaflieg.hs-bremen.de&lt;br /&gt;
'''Andreas Dei Report:'''&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
'''Team staff:'''&lt;br /&gt;
    Heinrich Warmers  hwarmers at hs-bremen.de&lt;br /&gt;
    Oliver Riesener   oliver.riesener at hs-bremen.de&lt;br /&gt;
&lt;br /&gt;
'''Student work:'''&lt;br /&gt;
    Andreas Dei       andreas.dei at gmx.de    &lt;br /&gt;
    Thu Nguyen&lt;br /&gt;
    Christoph Niemann&lt;br /&gt;
    Henning Sauerland&lt;br /&gt;
    Malte Lorbach&lt;br /&gt;
    Arthur Neumann&lt;br /&gt;
    Johannes Behn&lt;br /&gt;
&lt;br /&gt;
'''Authors of external sources:'''&lt;br /&gt;
    Killagreg&lt;br /&gt;
    R O SoftWare&lt;br /&gt;
    Michael Walter&lt;br /&gt;
    Ralf Corsepius&lt;br /&gt;
    KEIL ELEKTRONIK GmbH&lt;br /&gt;
&lt;br /&gt;
== HB_Autopilot Images ==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:hb_ap01.jpg|PCB mockup&lt;br /&gt;
Image:hb_ap02.jpg|PCB mockup&lt;br /&gt;
Image:hb_ap03.jpg|Top HB_Autopilot&lt;br /&gt;
Image:hb_ap04.jpg|Bottom HB_Autopilot&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Tiny v3 Team ==&lt;br /&gt;
&lt;br /&gt;
We will need a lot of help on this project. Any help and sugestions will be very much appreciated.&lt;br /&gt;
Let's make a small team to work on this new paparazzi board.&lt;br /&gt;
&lt;br /&gt;
Please insert in this list your name and contact if you would like to be part of the team:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Rui Costa (from Portugal) =&amp;gt; azoreanuav(at)gmail.com&lt;/div&gt;</summary>
		<author><name>Aerodolphin</name></author>
	</entry>
</feed>