<?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=Savassen</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=Savassen"/>
	<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/wiki/Special:Contributions/Savassen"/>
	<updated>2026-04-27T01:43:53Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=PPRZonDroid&amp;diff=18528</id>
		<title>PPRZonDroid</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=PPRZonDroid&amp;diff=18528"/>
		<updated>2014-04-18T07:37:52Z</updated>

		<summary type="html">&lt;p&gt;Savassen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pre style=&amp;quot;color:red; font-weight:bold;&amp;quot;&amp;gt;&lt;br /&gt;
PLEASE KEEP IN MIND THAT THIS IS A BETA RELEASE FOR BOTH SERVER AND ANDROID APPLICATION AND MAY NOT WORK ON ALL ANDROID VERSIONS!!&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
[[Image:PPRZonDroid phone.png|thumb|300px|left|App on Nexus4]]&lt;br /&gt;
[[Image:PPRZonDroid tablet.png|768px|thumb|right|App on Nexus10]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
PPRZonDroid is an application that you can use to control Paparazzi aircraft with your android device. Some basic controls can be performed to a ''configured aircraft'' with this application. Server and android application are connected thru wifi, so they should be in the same network :)&lt;br /&gt;
Several clients can be connected at the same time with full or restricted access. This app should (theoretically) work with Android 3.2 and up.&lt;br /&gt;
&lt;br /&gt;
[[Image:PPRZonDroidOverview.png|600px|thumb|right|Communications]]&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
To use it with your device you need to install '''server application (App Server)''' to pc and '''[http://download.paparazziuav.org/android/PPRZonDroid_v0.5.apk android application(.apk)]''' to your cell phone or tablet.&lt;br /&gt;
&lt;br /&gt;
Server application can be found in;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
path_to_paparazzi_folder/sw/ground_segment/tmtc/app_server&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Launch server application, and PPRZonDroid app with the correct configuration. App should connect to server and you are ready to go.&lt;br /&gt;
&lt;br /&gt;
= Configuration =&lt;br /&gt;
&lt;br /&gt;
== Server Configuration ==&lt;br /&gt;
&lt;br /&gt;
To launch server application by using paparazzi center, all you need is to add the below code to &amp;quot;programs&amp;quot; section of 'path_to_paparazzi_folder/conf/control_panel.xml' file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;program name=&amp;quot;App Server&amp;quot; command=&amp;quot;sw/ground_segment/tmtc/app_server&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This will add 'App Server' to 'Tools&amp;gt;App Server' menu of Paparazzi Center.&lt;br /&gt;
Clicking this will launch server application with default settings.&lt;br /&gt;
&lt;br /&gt;
App server uses TCP port (default:5010) to receive commands from clients and send aircraft information (like aircraft names, block names, etc) to connected clients. UDP broadcast is used to send ivy messages to clients. App server usage ;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
app_server [options]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
'''Options'''&lt;br /&gt;
* -t &amp;lt;TCP port&amp;gt;        for receiving devices commands (default: 5010)&lt;br /&gt;
* -u &amp;lt;UDP port&amp;gt;        for sending AC data (default: 5005)&lt;br /&gt;
* -b &amp;lt;Ivy bus&amp;gt; default is 127.255.255.255:2010&lt;br /&gt;
* -p &amp;lt;password&amp;gt;        password for connection with control capabilities (default is 1234)&lt;br /&gt;
* -v   verbose&lt;br /&gt;
* -h --help show this help&lt;br /&gt;
&lt;br /&gt;
Type;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./app_server -h&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
to see help &amp;amp; options to configure App Server.&lt;br /&gt;
App server can handle several clients at the same time. Clients who has the correct password will control the aircrafts. If the client password is wrong then command send will be ignored.&lt;br /&gt;
&lt;br /&gt;
== PPRZonDroid Configuration ==&lt;br /&gt;
&lt;br /&gt;
[[Image:PPRZonDroidsettings.png|frame|left|App Settings]]&lt;br /&gt;
Click 'Settings' (top right) to view the settings page of PPRZonDroid application.&lt;br /&gt;
*'''Use My Location''': Click to use device gps to point your location on map. (Warning: Using this option will reduce battery)&lt;br /&gt;
*&amp;lt;strike&amp;gt;'''Connect Server on Start-Up'''&amp;lt;/strike&amp;gt;  -&amp;gt; (removed in v 0.5)&lt;br /&gt;
*'''Block Change Timeout(sec)''' -&amp;gt; Countdown time before jumping to clicked block (in seconds). Setting this value to 0 will make application to wait for user confirmation before changing current block.&lt;br /&gt;
*'''Server Ip Adress''':Ip adress of pc where app server is running&lt;br /&gt;
*'''Server TCP Port''': TCP port which application will use to connect server. (Should be same as app server setting)&lt;br /&gt;
*'''UDP Listen Port''': Device listen UDP port. (Should be same as app server setting)&lt;br /&gt;
*'''Password to control Aircrafts''': Password to be able to control aircrafts.&lt;br /&gt;
*'''Airspeed warning at''': Application will alert user if airspeed is below this setting. (will not warn below 5m/s). ''This option will work only if an airspeed sensor is defined in airframe file.''&lt;br /&gt;
PPRZonDroid application can handle multiple aircraft data. However only selected aircraft data will be shown on user interface. (see [[PPRZonDroid#PPRZonDroid_Usage | PPRZonDroid Usage]])&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear: both;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
= PPRZonDroid Usage =&lt;br /&gt;
PPRZonDroid application has different layouts for small screen devices (like cell phone) and big screen devices (like tablet).&lt;br /&gt;
{|&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
[[Image:PPRZonDroid phone.png|thumb|300px|left|App on Nexus4]]&lt;br /&gt;
[[Image:PPRZonDroid tablet.png|768px|thumb|right|App on Nexus10]]&lt;br /&gt;
|}&lt;br /&gt;
[[Image:PPRZonDroid_num.png|frame|right|Screenshots]]&lt;br /&gt;
PPRZonDroid is an easy to use application. Both layouts has the same functionalities.&lt;br /&gt;
There are three sections in the app. When the app is launched, main screen is viewed with two hidden menus. In tablet layout 'AC MENU' is static also. In main screen (see 'Screenshots' image);&lt;br /&gt;
*'''[1]''' = Shows menu to open 'Settings' window.&lt;br /&gt;
*'''[2]''' = Selected aircraft name&lt;br /&gt;
*'''[3]''' = Some flight parameters&lt;br /&gt;
To change the waypoint location; click and hold waypoint, drag it to the new place and drop it. This will fire the 'Waypoint changed' dialog. '''[14]''' After setting the desired altitude click 'Confirm Changes' button to save the changes. To change only altitude of a waypoint, click to the tooltip of that waypoint.&lt;br /&gt;
&lt;br /&gt;
'''Sliding from left''' edge of the screen will show 'App menu'.&lt;br /&gt;
*'''[4]''' = Connect button will force app to reconnect to the server app.&lt;br /&gt;
*'''[5]''' = Clears the aircraft track on map.&lt;br /&gt;
*'''[6]''' = Trace the selected aircraft.&lt;br /&gt;
*'''[7]''' = Show/hide unselected aircraft markers.&lt;br /&gt;
*'''[8]''' = Change selected aircraft. You can also click aircraft marker tip to change selected aircraft. Aircraft list has AC icon, name and battery.&lt;br /&gt;
&lt;br /&gt;
Selected aircraft's name will appear at the top [2]. Also selected aircraft marker will be marked with yellow corners in the map.&lt;br /&gt;
&lt;br /&gt;
'''Sliding from right''' edge of the screen will show 'AC menu'. ''(This menu is static in big screen layout)''&lt;br /&gt;
*'''[9]''' = PFD with some aircraft information. (like heading, battery, altitude)&lt;br /&gt;
*'''[10]''' = Block names of selected aircraft.&lt;br /&gt;
*'''[11]''' = Launch&lt;br /&gt;
*'''[12]''' = Kill throttle&lt;br /&gt;
*'''[13]''' = Resurrect&lt;br /&gt;
&lt;br /&gt;
[[Image:PPRZonDroid_blcounter.png|frame|right|Jump to block countdown ]]&lt;br /&gt;
&lt;br /&gt;
Clicking a block name in 'Blocks' list will send this request to app_server. However this request will be shown in UI after app gets this feedback from app_server.&lt;br /&gt;
A Jump to block countdown is added to version '''v0.5'''. App will send the request to app_server after countdown finishes. Timeout value can be configured in 'Settings'.  Click check button to send the request immediately, or cancel button to stop&amp;amp;cancel the request.&lt;br /&gt;
&lt;br /&gt;
Please see the demo video for brief app usage.&lt;br /&gt;
&lt;br /&gt;
== Demo Video ==&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtubehd|sPR1K1DH7MI}}&lt;br /&gt;
&lt;br /&gt;
= Troubleshooting =&lt;br /&gt;
&lt;br /&gt;
The application may not work on all Android versions at the moment.&lt;br /&gt;
&lt;br /&gt;
* Working configurations&lt;br /&gt;
** 4.2.2&lt;br /&gt;
** 4.3 (HTC One)&lt;br /&gt;
** 4.4.2 (Nexus 5, Nexus 10)&lt;br /&gt;
&lt;br /&gt;
* Not working configurations&lt;br /&gt;
** 4.0.1 (Galaxy Tab)&lt;/div&gt;</summary>
		<author><name>Savassen</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=File:PPRZonDroid_blcounter.png&amp;diff=18514</id>
		<title>File:PPRZonDroid blcounter.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=File:PPRZonDroid_blcounter.png&amp;diff=18514"/>
		<updated>2014-04-17T13:30:45Z</updated>

		<summary type="html">&lt;p&gt;Savassen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Savassen</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=File:PPRZonDroid_num.png&amp;diff=18513</id>
		<title>File:PPRZonDroid num.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=File:PPRZonDroid_num.png&amp;diff=18513"/>
		<updated>2014-04-17T13:21:08Z</updated>

		<summary type="html">&lt;p&gt;Savassen: Savassen uploaded a new version of &amp;amp;quot;File:PPRZonDroid num.png&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Savassen</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=File:PPRZonDroidsettings.png&amp;diff=18511</id>
		<title>File:PPRZonDroidsettings.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=File:PPRZonDroidsettings.png&amp;diff=18511"/>
		<updated>2014-04-17T12:54:20Z</updated>

		<summary type="html">&lt;p&gt;Savassen: Savassen uploaded a new version of &amp;amp;quot;File:PPRZonDroidsettings.png&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Savassen</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=File:PPRZonDroidsettings.png&amp;diff=18510</id>
		<title>File:PPRZonDroidsettings.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=File:PPRZonDroidsettings.png&amp;diff=18510"/>
		<updated>2014-04-17T12:52:28Z</updated>

		<summary type="html">&lt;p&gt;Savassen: Savassen uploaded a new version of &amp;amp;quot;File:PPRZonDroidsettings.png&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Savassen</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=PPRZonDroid&amp;diff=18432</id>
		<title>PPRZonDroid</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=PPRZonDroid&amp;diff=18432"/>
		<updated>2014-04-02T22:36:59Z</updated>

		<summary type="html">&lt;p&gt;Savassen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pre style=&amp;quot;color:red; font-weight:bold;&amp;quot;&amp;gt;&lt;br /&gt;
PLEASE KEEP IN MIND THAT THIS IS A BETA RELEASE FOR BOTH SERVER AND ANDROID APPLICATION AND MAY NOT WORK ON ALL ANDROID VERSIONS!!&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
[[Image:PPRZonDroid phone.png|thumb|300px|left|App on Nexus4]]&lt;br /&gt;
[[Image:PPRZonDroid tablet.png|768px|thumb|right|App on Nexus10]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
PPRZonDroid is an application that you can use to control Paparazzi aircraft with your android device. Some basic controls can be performed to a ''configured aircraft'' with this application. Server and android application are connected thru wifi, so they should be in the same network :)&lt;br /&gt;
Several clients can be connected at the same time with full or restricted access.&lt;br /&gt;
&lt;br /&gt;
[[Image:PPRZonDroidOverview.png|600px|thumb|right|Communications]]&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
To use it with your device you need to install '''server application (App Server)''' to pc and '''[http://download.paparazziuav.org/android/PPRZonDroid_v0.4.apk android application(.apk)]''' to your cell phone or tablet.&lt;br /&gt;
&lt;br /&gt;
Server application can be found in;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
path_to_paparazzi_folder/sw/ground_segment/tmtc/app_server&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Launch server application, and PPRZonDroid app with the correct configuration. App should connect to server and you are ready to go.&lt;br /&gt;
&lt;br /&gt;
= Configuration =&lt;br /&gt;
&lt;br /&gt;
== Server Configuration ==&lt;br /&gt;
&lt;br /&gt;
To launch server application by using paparazzi center, all you need is to add the below code to &amp;quot;programs&amp;quot; section of 'path_to_paparazzi_folder/conf/control_panel.xml' file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;program name=&amp;quot;App Server&amp;quot; command=&amp;quot;sw/ground_segment/tmtc/app_server&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This will add 'App Server' to 'Tools&amp;gt;App Server' menu of Paparazzi Center.&lt;br /&gt;
Clicking this will launch server application with default settings.&lt;br /&gt;
&lt;br /&gt;
App server uses TCP port (default:5010) to receive commands from clients and send aircraft information (like aircraft names, block names, etc) to connected clients. UDP broadcast is used to send ivy messages to clients. App server usage ;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
app_server [options]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
'''Options'''&lt;br /&gt;
* -t &amp;lt;TCP port&amp;gt;        for receiving devices commands (default: 5010)&lt;br /&gt;
* -u &amp;lt;UDP port&amp;gt;        for sending AC data (default: 5005)&lt;br /&gt;
* -b &amp;lt;Ivy bus&amp;gt; default is 127.255.255.255:2010&lt;br /&gt;
* -p &amp;lt;password&amp;gt;        password for connection with control capabilities (default is 1234)&lt;br /&gt;
* -v   verbose&lt;br /&gt;
* -h --help show this help&lt;br /&gt;
&lt;br /&gt;
Type;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./app_server -h&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
to see help &amp;amp; options to configure App Server.&lt;br /&gt;
App server can handle several clients at the same time. Clients who has the correct password will control the aircrafts. If the client password is wrong then command send will be ignored.&lt;br /&gt;
&lt;br /&gt;
== PPRZonDroid Configuration ==&lt;br /&gt;
&lt;br /&gt;
[[Image:PPRZonDroidsettings.png|frame|left|App Settings]]&lt;br /&gt;
Click 'Settings' (top right) to view the settings page of PPRZonDroid application.&lt;br /&gt;
*'''Use My Location''': Click to use device gps to point your location on map. (Warning: Using this option will reduce battery)&lt;br /&gt;
*'''Connect Server on Start-Up''' -&amp;gt; Will be removed&lt;br /&gt;
*'''Server Ip Adress''': Ip adress of pc where app server is running&lt;br /&gt;
*'''Server TCP Port''': TCP port which application will use to connect server. (Should be same as app server setting)&lt;br /&gt;
*'''UDP Listen Port''': Device listen UDP port. (Should be same as app server setting)&lt;br /&gt;
*'''Password to control Aircrafts''': Password to be able to control aircrafts.&lt;br /&gt;
*'''Airspeed warning at''': Application will alert user if airspeed is below this setting. (will not warn below 5m/s). ''This option will work only if an airspeed sensor is defined in airframe file.''&lt;br /&gt;
PPRZonDroid application can handle multiple aircraft data. However only selected aircraft data will be shown on user interface. (see [[PPRZonDroid#PPRZonDroid_Usage | PPRZonDroid Usage]])&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear: both;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
= PPRZonDroid Usage =&lt;br /&gt;
PPRZonDroid application has different layouts for small screen devices (like cell phone) and big screen devices (like tablet).&lt;br /&gt;
{|&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
[[Image:PPRZonDroid phone.png|thumb|300px|left|App on Nexus4]]&lt;br /&gt;
[[Image:PPRZonDroid tablet.png|768px|thumb|right|App on Nexus10]]&lt;br /&gt;
|}&lt;br /&gt;
[[Image:PPRZonDroid_num.png|frame|right|Screenshots]]&lt;br /&gt;
PPRZonDroid is an easy to use application. Both layouts has the same functionalities.&lt;br /&gt;
There are three sections in the app. When the app is launched, main screen is viewed with two hidden menus. In tablet layout 'AC MENU' is static also. In main screen (see 'Screenshots' image); &lt;br /&gt;
*'''[1]''' = Shows menu to open 'Settings' window.&lt;br /&gt;
*'''[2]''' = Selected aircraft name&lt;br /&gt;
*'''[3]''' = Some flight parameters&lt;br /&gt;
To change the waypoint location; click and hold waypoint, drag it to the new place and drop it. This will fire the 'Waypoint changed' dialog. '''[14]''' After setting the desired altitude click 'Confirm Changes' button to save the changes.&lt;br /&gt;
&lt;br /&gt;
'''Sliding from left''' edge of the screen will show 'App menu'.  &lt;br /&gt;
*'''[4]''' = Connect button will force app to reconnect to the server app. &lt;br /&gt;
*'''[5]''' = Clears the aircraft track on map.&lt;br /&gt;
*'''[6]''' = Trace the selected aircraft. &lt;br /&gt;
*'''[7]''' = Show/hide unselected aircraft markers. &lt;br /&gt;
*'''[8]''' = Change selected aircraft. You can also click aircraft marker tip to change selected aircraft. Aircraft list has AC icon, name and battery. &lt;br /&gt;
&lt;br /&gt;
Selected aircraft's name will appear at the top [2]. Also selected aircraft marker will be marked with yellow corners in the map. &lt;br /&gt;
&lt;br /&gt;
'''Sliding from right''' edge of the screen will show 'AC menu'. ''(This menu is static in big screen layout)''  &lt;br /&gt;
*'''[9]''' = PFD with some aircraft information. (like heading, battery, altitude)&lt;br /&gt;
*'''[10]''' = Block names of selected aircraft. (! Right now changing blocks will not require any approval) &lt;br /&gt;
*'''[11]''' = Launch&lt;br /&gt;
*'''[12]''' = Kill throttle&lt;br /&gt;
*'''[13]''' = Resurrect&lt;br /&gt;
&lt;br /&gt;
Please see the demo video for brief app usage.  &lt;br /&gt;
&lt;br /&gt;
== Demo Video ==&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtubehd|sPR1K1DH7MI}}&lt;br /&gt;
&lt;br /&gt;
= Troubleshooting =&lt;br /&gt;
&lt;br /&gt;
The application may not work on all Android versions at the moment.&lt;br /&gt;
&lt;br /&gt;
* Working configurations&lt;br /&gt;
** 4.2.2&lt;br /&gt;
** 4.3 (HTC One)&lt;br /&gt;
** 4.4.2 (Nexus 5, Nexus 10)&lt;br /&gt;
&lt;br /&gt;
* Not working configurations&lt;br /&gt;
** 4.0.1 (Galaxy Tab)&lt;/div&gt;</summary>
		<author><name>Savassen</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=PPRZonDroid&amp;diff=18431</id>
		<title>PPRZonDroid</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=PPRZonDroid&amp;diff=18431"/>
		<updated>2014-04-02T20:03:37Z</updated>

		<summary type="html">&lt;p&gt;Savassen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pre style=&amp;quot;color:red; font-weight:bold;&amp;quot;&amp;gt;&lt;br /&gt;
PLEASE KEEP IN MIND THAT THIS IS A BETA RELEASE FOR BOTH SERVER AND ANDROID APPLICATION AND MAY NOT WORK ON ALL ANDROID VERSIONS!!&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
[[Image:PPRZonDroid phone.png|thumb|300px|left|App on Nexus4]]&lt;br /&gt;
[[Image:PPRZonDroid tablet.png|600px|thumb|right|App on Nexus10]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
PPRZonDroid is an application that you can use to control Paparazzi aircraft with your android device. Some basic controls can be performed to a ''configured aircraft'' with this application. Server and android application are connected thru wifi, so they should be in the same network :)&lt;br /&gt;
Several clients can be connected at the same time with full or restricted access.&lt;br /&gt;
&lt;br /&gt;
[[Image:PPRZonDroidOverview.png|600px|thumb|right|Communications]]&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
To use it with your device you need to install '''server application (App Server)''' to pc and '''[http://download.paparazziuav.org/android/PPRZonDroid_v0.4.apk android application(.apk)]''' to your cell phone or tablet.&lt;br /&gt;
&lt;br /&gt;
Server application can be found in;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
path_to_paparazzi_folder/sw/ground_segment/tmtc/app_server&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Launch server application, and PPRZonDroid app with the correct configuration. App should connect to server and you are ready to go.&lt;br /&gt;
&lt;br /&gt;
= Configuration =&lt;br /&gt;
&lt;br /&gt;
== Server Configuration ==&lt;br /&gt;
&lt;br /&gt;
To launch server application to from paparazzi center, all you need is add the below code to &amp;quot;programs&amp;quot; section of 'path_to_paparazzi_folder/conf/control_panel.xml' file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;program name=&amp;quot;App Server&amp;quot; command=&amp;quot;sw/ground_segment/tmtc/app_server&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This will add 'App Server' to 'Tools&amp;gt;App Server' menu of Paparazzi Center.&lt;br /&gt;
Clicking this will launch server application with default settings.&lt;br /&gt;
&lt;br /&gt;
App server uses TCP port (default:5010) to receive commands from clients and send aircraft information (like aircraft names, block names, etc) to connected clients. UDP broadcast is used to send ivy messages to clients. App server usage ;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
app_server [options]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
'''Options'''&lt;br /&gt;
* -t &amp;lt;TCP port&amp;gt;        for receiving devices commands (default: 5010)&lt;br /&gt;
* -u &amp;lt;UDP port&amp;gt;        for sending AC data (default: 5005)&lt;br /&gt;
* -b &amp;lt;Ivy bus&amp;gt; default is 127.255.255.255:2010&lt;br /&gt;
* -p &amp;lt;password&amp;gt;        password for connection with control capabilities (default is 1234)&lt;br /&gt;
* -v   verbose&lt;br /&gt;
* -h --help show this help&lt;br /&gt;
&lt;br /&gt;
Type;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./app_server -h&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
to see &amp;amp; configure App Server.&lt;br /&gt;
App server can handle several clients at the same time. Clients who has the correct password will control the aircrafts. If the client password is wrong then command send will be ignored.&lt;br /&gt;
&lt;br /&gt;
== PPRZonDroid Configuration ==&lt;br /&gt;
&lt;br /&gt;
[[Image:PPRZonDroidsettings.png|frame|left|App Settings]]&lt;br /&gt;
Click 'Settings' (top right) to view the settings page of PPRZonDroid application.&lt;br /&gt;
*'''Use My Location''': Click to use device gps to point your location on map. (Warning: Using this option will reduce battery)&lt;br /&gt;
*'''Connect Server on Start-Up''' -&amp;gt; Will be removed&lt;br /&gt;
*'''Server Ip Adress''': Ip adress of pc where app server is running&lt;br /&gt;
*'''Server TCP Port''': TCP port which application will use to connect server. (Should be same as app server setting)&lt;br /&gt;
*'''UDP Listen Port''': Device listen UDP port. (Should be same as app server setting)&lt;br /&gt;
*'''Password to control Aircrafts''': Password to be able to control aircrafts.&lt;br /&gt;
*'''Airspeed warning at''': Application will alert user if airspeed is below this setting. (will not warn below 5m/s). ''This option will work only if an airspeed sensor is defined in airframe file.''&lt;br /&gt;
PPRZonDroid application can handle multiple aircraft data. However only selected aircraft data will be shown on user interface. (see [[PPRZonDroid#PPRZonDroid_Usage | PPRZonDroid Usage]])&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear: both;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
= PPRZonDroid Usage =&lt;br /&gt;
PPRZonDroid application has different layouts for small screen devices (like cell phone) and big screen devices (like tablet).&lt;br /&gt;
{|&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
[[Image:PPRZonDroid phone.png|thumb|300px|left|App on Nexus4]]&lt;br /&gt;
[[Image:PPRZonDroid tablet.png|600px|thumb|right|App on Nexus10]]&lt;br /&gt;
|}&lt;br /&gt;
[[Image:PPRZonDroid_num.png|frame|right|Screenshots]]&lt;br /&gt;
PPRZonDroid is an easy to use application. Both layouts has the same functionalities.&lt;br /&gt;
There are three sections in the app. When the app is launched, main screen is viewed with two hidden menus. In tablet layout 'AC MENU' is static also. In main screen (see 'Screenshots' image); &lt;br /&gt;
*'''[1]''' = Shows menu to open 'Settings' window.&lt;br /&gt;
*'''[2]''' = Selected aircraft name&lt;br /&gt;
*'''[3]''' = Some flight parameters&lt;br /&gt;
To change the waypoint location; click and hold waypoint, drag it to the new place and drop it. This will fire the 'Waypoint changed' dialog. '''[14]''' After setting the desired altitude click 'Confirm Changes' button to save the changes.&lt;br /&gt;
&lt;br /&gt;
'''Sliding from left''' edge of the screen will show 'App menu'.  &lt;br /&gt;
*'''[4]''' = Connect button will force app to reconnect to the server app. &lt;br /&gt;
*'''[5]''' = Clears the aircraft track on map.&lt;br /&gt;
*'''[6]''' = Trace the selected aircraft. &lt;br /&gt;
*'''[7]''' = &lt;br /&gt;
*'''[8]''' = Change selected aircraft. You can also click aircraft marker tip to change selected aircraft. Aircraft list has AC icon, name and battery. &lt;br /&gt;
&lt;br /&gt;
Selected aircraft's name will appear at the top [2]. Also selected aircraft marker will be marked with yellow corners in the map. &lt;br /&gt;
&lt;br /&gt;
'''Sliding from right''' edge of the screen will show 'AC menu'. ''(This menu is static in big screen layout)''  &lt;br /&gt;
*'''[9]''' = PFD with some aircraft information. (like heading, battery, altitude)&lt;br /&gt;
*'''[10]''' = Block names of selected aircraft. (! Right now changing blocks will not require any approval) &lt;br /&gt;
*'''[11]''' = Launch&lt;br /&gt;
*'''[12]''' = Kill throttle&lt;br /&gt;
*'''[13]''' = Resurrect&lt;br /&gt;
&lt;br /&gt;
Please see the demo video for brief app usage.  &lt;br /&gt;
&lt;br /&gt;
== Demo Video ==&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtubehd|sPR1K1DH7MI}}&lt;br /&gt;
&lt;br /&gt;
= Troubleshooting =&lt;br /&gt;
&lt;br /&gt;
The application may not work on all Android versions at the moment.&lt;br /&gt;
&lt;br /&gt;
* Working configurations&lt;br /&gt;
** 4.2.2&lt;br /&gt;
** 4.3 (HTC One)&lt;br /&gt;
** 4.4.2 (Nexus 5, Nexus 10)&lt;br /&gt;
&lt;br /&gt;
* Not working configurations&lt;br /&gt;
** 4.0.1 (Galaxy Tab)&lt;/div&gt;</summary>
		<author><name>Savassen</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=PPRZonDroid&amp;diff=18425</id>
		<title>PPRZonDroid</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=PPRZonDroid&amp;diff=18425"/>
		<updated>2014-04-01T16:34:33Z</updated>

		<summary type="html">&lt;p&gt;Savassen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pre style=&amp;quot;color:red; font-weight:bold;&amp;quot;&amp;gt;&lt;br /&gt;
PLEASE KEEP IN MIND THAT THIS IS A BETA RELEASE FOR BOTH SERVER AND ANDROID APPLICATION!!&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
[[Image:PPRZonDroid phone.png|thumb|300px|left|App on Nexus4]]&lt;br /&gt;
[[Image:PPRZonDroid tablet.png|600px|thumb|right|App on Nexus10]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
PPRZonDroid is an application that you can use to control Paparazzi aircraft with your android device. Some basic controls can be performed to a ''configured aircraft'' with this application. Server and android application are connected thru wifi, so they should be in the same network :)&lt;br /&gt;
Several clients can be connected at the same time with full or restricted access.&lt;br /&gt;
&lt;br /&gt;
[[Image:PPRZonDroidOverview.png|600px|thumb|right|Communications]]&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
To use it with your device you need to install '''server application (App Server)''' to pc and '''[http://download.paparazziuav.org/android/PPRZonDroid_v0.4.apk android application(.apk)]''' to your cell phone or tablet.&lt;br /&gt;
&lt;br /&gt;
Server application can be found in;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
path_to_paparazzi_folder/sw/ground_segment/tmtc/app_server&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Launch server application, and PPRZonDroid app with the correct configuration. App should connect to server and you are ready to go.&lt;br /&gt;
&lt;br /&gt;
= Configuration =&lt;br /&gt;
&lt;br /&gt;
== Server Configuration ==&lt;br /&gt;
&lt;br /&gt;
To launch server application to from paparazzi center, all you need is add the below code to &amp;quot;programs&amp;quot; section of 'path_to_paparazzi_folder/conf/control_panel.xml' file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;program name=&amp;quot;App Server&amp;quot; command=&amp;quot;sw/ground_segment/tmtc/app_server&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This will add 'App Server' to 'Tools&amp;gt;App Server' menu of Paparazzi Center.&lt;br /&gt;
Clicking this will launch server application with default settings.&lt;br /&gt;
&lt;br /&gt;
App server uses TCP port (default:5010) to receive commands from clients and send aircraft information (like aircraft names, block names, etc) to connected clients. UDP broadcast is used to send ivy messages to clients. App server usage ;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
app_server [options]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
'''Options'''&lt;br /&gt;
* -t &amp;lt;TCP port&amp;gt;        for receiving devices commands (default: 5010)&lt;br /&gt;
* -u &amp;lt;UDP port&amp;gt;        for sending AC data (default: 5005)&lt;br /&gt;
* -b &amp;lt;Ivy bus&amp;gt; default is 127.255.255.255:2010&lt;br /&gt;
* -p &amp;lt;password&amp;gt;        password for connection with control capabilities (default is 1234)&lt;br /&gt;
* -v   verbose&lt;br /&gt;
* -h --help show this help&lt;br /&gt;
&lt;br /&gt;
Type;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./app_server -h&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
to see &amp;amp; configure App Server.&lt;br /&gt;
App server can handle several clients at the same time. Clients who has the correct password will control the aircrafts. If the client password is wrong then command send will be ignored.&lt;br /&gt;
&lt;br /&gt;
== PPRZonDroid Configuration ==&lt;br /&gt;
&lt;br /&gt;
[[Image:PPRZonDroidsettings.png|frame|left|App Settings]]&lt;br /&gt;
Click 'Settings' (top right) to view the settings page of PPRZonDroid application.&lt;br /&gt;
*'''Use My Location''': Click to use device gps to point your location on map. (Warning: Using this optin will reduce battery)&lt;br /&gt;
*'''Connect Server on Start-Up''' -&amp;gt; Will be removed&lt;br /&gt;
*'''Server Ip Adress''': Ip adress of pc where app server is running&lt;br /&gt;
*'''Server TCP Port''': TCP port which application will use to connect server. (Should be same as app server setting)&lt;br /&gt;
*'''UDP Listen Port''': Device listen UDP port. (Should be same as app server setting)&lt;br /&gt;
*'''Password to control Aircrafts''': Password to be able to control aircrafts.&lt;br /&gt;
*'''Airspeed warning at''': Application will alert user if airspeed is below this setting. (will not warn below 5m/s). ''This option will work only if an airspeed sensor is defined in airframe file.''&lt;br /&gt;
PPRZonDroid application can handle multiple aircraft data. However only selected aircraft data will be shown on user interface. (see [[PPRZonDroid Usage]])&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear: both;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
= PPRZonDroid Usage =&lt;br /&gt;
PPRZonDroid application has different layouts for small screen devices (like cell phone) and big screen devices (like tablet).&lt;br /&gt;
{|&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
[[Image:PPRZonDroid phone.png|thumb|300px|left|App on Nexus4]]&lt;br /&gt;
[[Image:PPRZonDroid tablet.png|600px|thumb|right|App on Nexus10]]&lt;br /&gt;
|}&lt;br /&gt;
[[Image:PPRZonDroid_num.png|frame|right|Screenshots]]&lt;br /&gt;
PPRZonDroid is an easy to use application. Both layouts has the same functionalities.&lt;br /&gt;
There are three sections in the app. When the app is launched, main screen is viewed with two hidden menus. In tablet layout 'AC MENU' is static also. In main screen (see 'Screenshots' image); &lt;br /&gt;
*'''[1]''' = Shows menu to open 'Settings' window.&lt;br /&gt;
*'''[2]''' = Selected aircraft name&lt;br /&gt;
*'''[3]''' = Some flight parameters&lt;br /&gt;
To change the waypoint location; click and hold waypoint, drag it to the new place and drop it. This will fire the 'Waypoint changed' dialog. '''[14]''' After setting the desired altitude click 'Confirm Changes' button to save the changes.&lt;/div&gt;</summary>
		<author><name>Savassen</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=File:PPRZonDroid_num.png&amp;diff=18424</id>
		<title>File:PPRZonDroid num.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=File:PPRZonDroid_num.png&amp;diff=18424"/>
		<updated>2014-04-01T16:17:10Z</updated>

		<summary type="html">&lt;p&gt;Savassen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Savassen</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=File:PPRZonDroidsettings.png&amp;diff=18423</id>
		<title>File:PPRZonDroidsettings.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=File:PPRZonDroidsettings.png&amp;diff=18423"/>
		<updated>2014-04-01T14:13:42Z</updated>

		<summary type="html">&lt;p&gt;Savassen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Savassen</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=File:PPRZonDroidOverview.png&amp;diff=18422</id>
		<title>File:PPRZonDroidOverview.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=File:PPRZonDroidOverview.png&amp;diff=18422"/>
		<updated>2014-04-01T13:01:14Z</updated>

		<summary type="html">&lt;p&gt;Savassen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Savassen</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=PPRZonDroid&amp;diff=18421</id>
		<title>PPRZonDroid</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=PPRZonDroid&amp;diff=18421"/>
		<updated>2014-04-01T11:38:21Z</updated>

		<summary type="html">&lt;p&gt;Savassen: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pre style=&amp;quot;color:red; font-weight:bold;&amp;quot;&amp;gt;&lt;br /&gt;
Please keep in mind that this is a beta release for both server and android app.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
[[Image:PPRZonDroid phone.png|thumb|300px|left|App on Nexus4]]&lt;br /&gt;
[[Image:PPRZonDroid tablet.png|600px|thumb|right|App on Nexus10]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
PPRZonDroid is an application that you can use to control Paparazzi aircraft with your android device. Some basic controls can be performed to a ''configured aircraft'' with this application. Server and android application are connected thru wifi, so they should be in the same network :)&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
To use it with your device you need to install '''server application''' to pc and '''[http://download.paparazziuav.org/android/PPRZonDroid_v0.4.apk/ android application(.apk)]''' to your cell phone or tablet.&lt;br /&gt;
&lt;br /&gt;
Server application code can be found in;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
path_to_paparazzi_folder/sw/ground_segment/tmtc/app_server.c&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Manual =&lt;/div&gt;</summary>
		<author><name>Savassen</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=PPRZonDroid&amp;diff=18420</id>
		<title>PPRZonDroid</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=PPRZonDroid&amp;diff=18420"/>
		<updated>2014-04-01T11:33:58Z</updated>

		<summary type="html">&lt;p&gt;Savassen: /* Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pre style=&amp;quot;color:red; font-weight:bold;&amp;quot;&amp;gt;&lt;br /&gt;
Please keep in mind that this is a beta release for both server and android app.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
[[Image:PPRZonDroid phone.png|thumb|300px|left|App on Nexus4]]&lt;br /&gt;
[[Image:PPRZonDroid tablet.png|600px|thumb|right|App on Nexus10]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
PPRZonDroid is an application that you can use to control Paparazzi aircraft with your android device. Some basic controls can be performed to a ''configured aircraft'' with this application. &lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
To use it with your device you need to install '''server application''' to pc and '''[http://download.paparazziuav.org/android/PPRZonDroid_v0.4.apk/ android application(.apk)]''' to your cell phone or tablet.&lt;br /&gt;
&lt;br /&gt;
Server application code can be found in;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
path_to_paparazzi_folder/sw/ground_segment/tmtc/app_server.c&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Manual =&lt;/div&gt;</summary>
		<author><name>Savassen</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=PPRZonDroid&amp;diff=18419</id>
		<title>PPRZonDroid</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=PPRZonDroid&amp;diff=18419"/>
		<updated>2014-04-01T11:29:11Z</updated>

		<summary type="html">&lt;p&gt;Savassen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pre style=&amp;quot;color:red; font-weight:bold;&amp;quot;&amp;gt;&lt;br /&gt;
Please keep in mind that this is a beta release for both server and android app.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
[[Image:PPRZonDroid phone.png|thumb|300px|left|App on Nexus4]]&lt;br /&gt;
[[Image:PPRZonDroid tablet.png|600px|thumb|right|App on Nexus10]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
PPRZonDroid is an application that you can use to control Paparazzi aircraft with your android device. Some basic controls can be performed to a ''configured aircraft'' with this application. &lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
To use it with your device you need to install '''server application''' to pc and '''[http://download.paparazziuav.org/android/PPRZonDroid_v0.4.apk/ android application(.apk)]''' to your cell phone or tablet.&lt;br /&gt;
&lt;br /&gt;
Server application can be found in;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
path_to_paparazzi_folder/sw/ground_segment/tmtc/app_server&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Manual =&lt;/div&gt;</summary>
		<author><name>Savassen</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=PPRZonDroid&amp;diff=18418</id>
		<title>PPRZonDroid</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=PPRZonDroid&amp;diff=18418"/>
		<updated>2014-04-01T11:28:10Z</updated>

		<summary type="html">&lt;p&gt;Savassen: /* Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
[[Image:PPRZonDroid phone.png|thumb|300px|left|App on Nexus4]]&lt;br /&gt;
[[Image:PPRZonDroid tablet.png|600px|thumb|right|App on Nexus10]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
PPRZonDroid is an application that you can use to control Paparazzi aircraft with your android device. Some basic controls can be performed to a ''configured aircraft'' with this application. &lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
To use it with your device you need to install '''server application''' to pc and '''[http://download.paparazziuav.org/android/PPRZonDroid_v0.4.apk/ android application(.apk)]''' to your cell phone or tablet.&lt;br /&gt;
&lt;br /&gt;
Server application can be found in;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
path_to_paparazzi_folder/sw/ground_segment/tmtc/app_server&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Manual =&lt;/div&gt;</summary>
		<author><name>Savassen</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=PPRZonDroid&amp;diff=18417</id>
		<title>PPRZonDroid</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=PPRZonDroid&amp;diff=18417"/>
		<updated>2014-04-01T10:04:29Z</updated>

		<summary type="html">&lt;p&gt;Savassen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
[[Image:PPRZonDroid phone.png|thumb|300px|left|App on Nexus4]]&lt;br /&gt;
[[Image:PPRZonDroid tablet.png|600px|thumb|right|App on Nexus10]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
PPRZonDroid is an application that you can use to control Paparazzi aircraft with your android device. Some basic controls can be performed to a ''configured aircraft'' with this application. &lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
To use it with your device you need to install '''server application''' to pc and '''android application(.apk)''' to your cell phone or tablet.&lt;br /&gt;
Please keep in mind that this is a beta release for both server and android app.&lt;br /&gt;
&lt;br /&gt;
= Manual =&lt;/div&gt;</summary>
		<author><name>Savassen</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=PPRZonDroid&amp;diff=18416</id>
		<title>PPRZonDroid</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=PPRZonDroid&amp;diff=18416"/>
		<updated>2014-04-01T09:57:43Z</updated>

		<summary type="html">&lt;p&gt;Savassen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;PPRZonDroid is an application that you can use to control Paparazzi aircraft with your android device. &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
[[Image:PPRZonDroid phone.png|thumb|300px|left|App on Nexus4]]&lt;br /&gt;
[[Image:PPRZonDroid tablet.png|600px|thumb|right|App on Nexus10]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
To use it with your device you need to install '''server application''' to pc and '''android application(.apk)''' to your cell phone or tablet.&lt;br /&gt;
&lt;br /&gt;
Please keep in mind that this is a beta release for both server and android app.&lt;/div&gt;</summary>
		<author><name>Savassen</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=File:PPRZonDroid_tablet.png&amp;diff=18415</id>
		<title>File:PPRZonDroid tablet.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=File:PPRZonDroid_tablet.png&amp;diff=18415"/>
		<updated>2014-04-01T09:54:29Z</updated>

		<summary type="html">&lt;p&gt;Savassen: Savassen uploaded a new version of &amp;amp;quot;File:PPRZonDroid tablet.png&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;PPRZonDroid app on Nexus 10&lt;/div&gt;</summary>
		<author><name>Savassen</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=File:PPRZonDroid_phone.png&amp;diff=18414</id>
		<title>File:PPRZonDroid phone.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=File:PPRZonDroid_phone.png&amp;diff=18414"/>
		<updated>2014-04-01T09:51:54Z</updated>

		<summary type="html">&lt;p&gt;Savassen: Savassen uploaded a new version of &amp;amp;quot;File:PPRZonDroid phone.png&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;PPRZonDroid app on cell phone&lt;/div&gt;</summary>
		<author><name>Savassen</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=File:PPRZonDroid_tablet.png&amp;diff=18412</id>
		<title>File:PPRZonDroid tablet.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=File:PPRZonDroid_tablet.png&amp;diff=18412"/>
		<updated>2014-04-01T08:58:34Z</updated>

		<summary type="html">&lt;p&gt;Savassen: PPRZonDroid app on Nexus 10&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;PPRZonDroid app on Nexus 10&lt;/div&gt;</summary>
		<author><name>Savassen</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=PPRZonDroid&amp;diff=18411</id>
		<title>PPRZonDroid</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=PPRZonDroid&amp;diff=18411"/>
		<updated>2014-04-01T08:54:34Z</updated>

		<summary type="html">&lt;p&gt;Savassen: Created page with &amp;quot;PPRZonDroid is an application that you can use to control Paparazzi aircraft with your android device.    Image:PPRZonDroid phone.png|thumb|300px|center|App on small screens...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;PPRZonDroid is an application that you can use to control Paparazzi aircraft with your android device. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:PPRZonDroid phone.png|thumb|300px|center|App on small screens]]&lt;br /&gt;
&lt;br /&gt;
To use it with your device you need to install '''server application''' to pc and '''android application(.apk)''' to your cell phone or tablet.&lt;br /&gt;
&lt;br /&gt;
Please keep in mind that this is a beta release for both server and android app.&lt;/div&gt;</summary>
		<author><name>Savassen</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=File:PPRZonDroid_phone.png&amp;diff=18410</id>
		<title>File:PPRZonDroid phone.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=File:PPRZonDroid_phone.png&amp;diff=18410"/>
		<updated>2014-04-01T08:38:06Z</updated>

		<summary type="html">&lt;p&gt;Savassen: PPRZonDroid app on cell phone&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;PPRZonDroid app on cell phone&lt;/div&gt;</summary>
		<author><name>Savassen</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=GCS&amp;diff=18406</id>
		<title>GCS</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=GCS&amp;diff=18406"/>
		<updated>2014-03-31T16:41:20Z</updated>

		<summary type="html">&lt;p&gt;Savassen: /* Related Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;categorytree style=&amp;quot;float:right; clear:right; margin-left:1ex; border: 1px solid gray; padding: 0.7ex;&amp;quot; mode=pages&amp;gt;GCS&amp;lt;/categorytree&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
Ground Control Station&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|__TOC__&lt;br /&gt;
|&lt;br /&gt;
[[Image:gcs.jpg|frame|left|The Paparazzi Ground Control Station is the heart of the system and the user's primary interaction interface.]] [[Image:GCSParrotardroneandpaparazzi.jpg|right|370px| THe GCS is very flexible in the way you can change the look and add functionality. One only need to change a configuration file. For example, the look when using the configuration GCS setting for Paparazzi Parrot AR Drone 2]]	&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
The [[GCS_Configuration | versatile]] Paparazzi Ground Control Station is an operator control unit ground control software for unmanned aircraft. It allows to visualize and control an unmanned aircraft during development and operation, both indoors and outdoors. With a flexible software architecture it supports multiple UA types/autopilot projects. The purpose of the '''G'''round '''C'''ontrol '''S'''tation is real-time monitoring of an UA.&lt;br /&gt;
&lt;br /&gt;
= Features = &lt;br /&gt;
&lt;br /&gt;
The Paparazzi GroundControlStation is a feature-rich application with fully customizable views, each containing a collection of the most useful interface components for a particular purpose.&lt;br /&gt;
&lt;br /&gt;
* Simultaneous flying '''multi UAS''' support&lt;br /&gt;
* Multi-system support (multiple procotols, multiple autopilots/projects) by writing a IVY Plugin&lt;br /&gt;
* 2D Map capable of displaying Google Satellite, OpenStreetMaps Images and  Microsoft Satellite Maps&lt;br /&gt;
* Mission planning &lt;br /&gt;
* '''Realtime movable waypoints'''&lt;br /&gt;
* Realtime flightplan adjustments if needed&lt;br /&gt;
* System status overview&lt;br /&gt;
* '''Realtime''' Airframe '''in Air tuning''' and calibration&lt;br /&gt;
* Supports rotary and fixed-wing e.g. Airplanes, helicopters, coaxial and quadrotors&lt;br /&gt;
* Definable '''Hotkeys''' for quick simple in the field control&lt;br /&gt;
* '''Voice''' status output&lt;br /&gt;
* Full freely '''configurable GUI layout'''&lt;br /&gt;
&lt;br /&gt;
= Configuration Options =&lt;br /&gt;
The [[GCS_Configuration|GCS is highly configurable]] and modules can be added, removed, or resized as needed. In addition to this the GCS has many '''command line options''' which can be used when launching the GCS&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
See the [[GCS_Configuration|'''GCS configuration''']] page for details.&lt;br /&gt;
&lt;br /&gt;
= Simulation of Flightplan =&lt;br /&gt;
Your flight plans can, and should, always be tested prior to a real autonomous flight. Testing end adjusting is possible from within the same GCS. See the [[Simulation|simulation]] page for details.&lt;br /&gt;
&lt;br /&gt;
= Options =&lt;br /&gt;
&lt;br /&gt;
== Strips ==&lt;br /&gt;
&lt;br /&gt;
Each A/C has an associated strip that displays information about the A/C and provides buttons for common commands. The strip has the following layout by default. Paparazzi GCS is very flexible and the strip can have more or less buttons according to your configuration.&lt;br /&gt;
&lt;br /&gt;
[[Image:strip.png|Aircraft information strip]]&lt;br /&gt;
&lt;br /&gt;
=== Displayed information ===&lt;br /&gt;
&lt;br /&gt;
* Left: Flight information&lt;br /&gt;
* Center: Navigation information&lt;br /&gt;
* Right: Navigation control&lt;br /&gt;
* Bottom: Custom navigation and setting buttons&lt;br /&gt;
&lt;br /&gt;
=== Actions ===&lt;br /&gt;
&lt;br /&gt;
Every change in the waypoints (position or/and [[Altitude_definitions|altitude]]) must be confirmed with the dialog box that appears after the move. A modified waypoint remains animated on the map and the GCS continues to re-send the move request until confirmation is received from the aircraft.&lt;br /&gt;
When clicked, the '''Mark''' button places a mark on the map at the A/C position. A snapshot from the video plugin is associated to this mark and can be viewed by moving the mouse over the mark. A click on the mark opens a dialog box allowing to delete the mark.&lt;br /&gt;
A click on the colored bar at the top selects the corresponding A/C in the [[#notebook|Notebook]].&lt;br /&gt;
&lt;br /&gt;
== Map ==&lt;br /&gt;
&lt;br /&gt;
[[Image:GCSmap.png|thumb|400px|Sample map showing the various features]]&lt;br /&gt;
&lt;br /&gt;
=== Display ===&lt;br /&gt;
&lt;br /&gt;
The map display contains the following information:&lt;br /&gt;
* The A/C track: it can be erased ''via'' the ''Clear track'' option from the A/C menu.&lt;br /&gt;
* The A/C label (in clear blue near the A/C) contains the name of the A/C (Plaster), it's altitude (218 m) and it's ground speed (11.99 m/s). This option default is off. It can be activated with the ''A/C label'' option from the A/C menu.&lt;br /&gt;
* The carrot (the orange triangle). This is the point the A/C is following during autonomous navigation.&lt;br /&gt;
* The waypoints defined in the flight plan (blue diamonds).&lt;br /&gt;
* The intended trajectory is shown as a green line, in this example a circle around waypoint 2.&lt;br /&gt;
* The default background is black. [[Maps|Maps]] can be loaded to provide navigation reference.&lt;br /&gt;
* The camera footprint (the grey polygon) is representative of the swath of land currently seen by the onboard camera. This option default is off. It can be activated with the ''Cam footprint'' option from the A/C menu. see also [[Pan_Tilt_Camera]]&lt;br /&gt;
* The WGS84 coordinates of the mouse cursor are displayed at the top right hand corner (43.462019   1.270474).&lt;br /&gt;
* A UTM kilometric grid can be added to the background ''via'' the ''UTM grid'' option from the ''Nav'' menu.&lt;br /&gt;
* The [[Altitude_definitions|height Above Ground Level (AGL)]] displays the ground altitude of the mouse near the geographic position in the top right hand corner. The [http://srtm.usgs.gov/ SRTM] option must be enabled in the ''Nav'' menu and the height data must be downloaded as described [[Maps#Height_Data|here]]. If SRTM data is not enabled and downloaded, the height above mean sea level [[Altitude_definitions#MSL|MSL]] will be displayed instead.&lt;br /&gt;
&lt;br /&gt;
=== Navigation ===&lt;br /&gt;
&lt;br /&gt;
You can pan/zoom the map using the following:&lt;br /&gt;
* Pan with the blue arrows on the map or use the arrow keys on the keyboard&lt;br /&gt;
* zoom in/out with the mouse scroll wheel, the page up/page down buttons or the small up/down buttons at the top right hand corner where the zoom factor is displayed&lt;br /&gt;
* fit the map to the window, in order to see all the waypoints and A/C, with the '''f''' key or the ''Fit'' option from the ''Nav'' menu;&lt;br /&gt;
* center the map on an A/C with the ''Center A/C'' option from the corresponding A/C menu.&lt;br /&gt;
&lt;br /&gt;
=== Map Photo Tiles ===&lt;br /&gt;
The default black background can be automatically filled with calibrated satellite photo tiles from Openstreetmaps, Google Maps or MS Maps. Note: If you download too much map data from Google into the GCS you may be blocked for downloading further map data for 24 hours. With OpenStreetmaps data and MS data there is no such limitation.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
See the [[Maps]] page for more info.&lt;br /&gt;
&lt;br /&gt;
=== Waypoint Editing ===&lt;br /&gt;
&lt;br /&gt;
The properties of any waypoint in the currently loaded flight plan can be modified by two methods:&lt;br /&gt;
* Drag and drop the waypoints to a new location (a confirmation dialog will appear).&lt;br /&gt;
* A single left click on a waypoint opens a dialog box where you can edit the waypoint's coordinates and altitude.&lt;br /&gt;
&lt;br /&gt;
Waypoint edits are sent to the aircraft immediately upon confirmation in the dialog box.  The GCS will re-send the data and the waypoint will animate until the aircraft confirms receipt of the move request.  New waypoints cannot be added during flight.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
See the [[Flight_Plans|Flight plans]] and [[Flight_Plan_Editor|Flight Plan Editor]] pages for more information on waypoints.&lt;br /&gt;
&lt;br /&gt;
== Notebook ==&lt;br /&gt;
&lt;br /&gt;
The notebook frame contains one page for each running aircraft. Each aircraft page is itself divided into subpages displaying telemetry data and giving access to the autopilot tuning parameters.&lt;br /&gt;
&lt;br /&gt;
Note that the colored tabs at the top of this section allow the user to select among multiple aircraft.&lt;br /&gt;
&lt;br /&gt;
=== Flight Plan ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
[[Image:GCSfp.png|Flight plan tree]]&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The full tree of the flight plan is given in this page. The current block and the current stage are highlighted. A double-click on a block allows the operator to immediately switch navigation to this block.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
See the [[Flight_Plans|Flight plans]] and [[Flight_Plan_Editor|Flight Plan Editor]] pages for more information on flight plans.&lt;br /&gt;
&lt;br /&gt;
=== Settings ===&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
[[Image:GCSsettings.png|Settings tab]]&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
The setting page allows the operator to change variable values during flight. The layout of the page is generated from the &amp;lt;tt&amp;gt;dl_settings&amp;lt;/tt&amp;gt; section of the settings.xml file, one tab is associated to every section and sub-section.&lt;br /&gt;
&lt;br /&gt;
On each line is displayed (from left to right), the name of the variable, its current value (periodically sent by the A/C), a slider or radio buttons for user input, and commit/undo buttons. Also note, clicking on the current value will send a request to obtain the current value from the aircraft.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
See the [[Telemetry#Settings|Telemetry]] page for more information on settings.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The save button of this tab opens the following popup which proposes to the user to save the current values in the airframe file (according to the &amp;lt;tt&amp;gt;param&amp;lt;/tt&amp;gt; attribute in the [[Telemetry#Settings|setttings]] configuration file). The values of the checked rows will be saved in the airframe file (or any other file) for further use. Units (e.g. deg or rad) are taken into account. '''It is recommended to backup the airframe file before overwriting it with this utility''' (even if time-stamped copy of the airframe file is actually automatically done).&lt;br /&gt;
&lt;br /&gt;
Symetrically, the Upload button of this dialog button will send all the checked values of the airframe file to the live aircraft.&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
[[Image:Save settings.png|Settings tab]]&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== PFD ===&lt;br /&gt;
&lt;br /&gt;
[[Image:GCSpfd.png|Primary Flight Display]]&lt;br /&gt;
&lt;br /&gt;
The Primary Flight Display contains an artificial horizon and two scales displaying the current ground speed (left side) and the altitude (right side). Minimum and maximum speeds are shown under and above the speed scale. A click on the scale resets these values to the current speed value.&lt;br /&gt;
&lt;br /&gt;
=== GPS, Infrared, Wind ===&lt;br /&gt;
&lt;br /&gt;
The '''GPS''' page gives the list of satellites tracked by the receiver and their respective signal strengths in dB.&lt;br /&gt;
(35 is low, 45 is excellent) and if they are used to compute the fix (green: used, red:not used). This page may help to tune the position of the receiver on the aircraft relatively to other components (e.g. datalink and video transmitters).&lt;br /&gt;
&lt;br /&gt;
The '''Infrared''' page is only used for aircraft not equipped with the vertical infrared sensor. This page reports the required pre-flight calibration value as well as the evolution of the in-flight calibration correction factor (from hybridization with the GPS information).&lt;br /&gt;
&lt;br /&gt;
The '''Misc''' page displays the estimated wind velocity computed by the ground station during flight and relayed back to the aircraft.  Wind velocity is estimated by vector addition of the GPS-measured ground speed in many different directions during level flight.  This computation may soon be performed by the autopilot instead of the ground station.&lt;br /&gt;
&lt;br /&gt;
== Video Plugin ==&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;-mplayer&amp;lt;/tt&amp;gt; option of GCS allows the user to display a video stream in this window.  The video window can also be exchanged with the map by clicking anywhere inside the frame or from the menu.&lt;br /&gt;
Use the following line in your [[Control_panel.xml|control panel]] to enable the video window.&lt;br /&gt;
 &amp;lt;tt&amp;gt;path_to_ground_segment/cockpit/gcs -mplayer rtsp://localhost:7070/video -layout appropriate_layout.xml&amp;lt;/tt&amp;gt;&lt;br /&gt;
Note that a &amp;lt;tt&amp;gt;plugin&amp;lt;/tt&amp;gt; widget must be specified in the used layout:&lt;br /&gt;
 &amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt; &amp;lt;widget size=&amp;quot;300&amp;quot; name=&amp;quot;plugin&amp;quot;/&amp;gt; &amp;lt;/source&amp;gt;&lt;br /&gt;
A useful example of how to configure the GCS to show video from a USB DVB-T tuner with composite input follows:&lt;br /&gt;
&lt;br /&gt;
If you have an Avermedia DVB-T usb tuner like the Aver-Tv Hybrid Volar HX (Avermedia finally released Ubuntu Linux drivers)&lt;br /&gt;
then in order to use the usb tuner as video input to the GCS you have to complete the following steps:&lt;br /&gt;
&lt;br /&gt;
First download and install the drivers and check that the Usb tuner works well by connecting a video signal to the composite input&lt;br /&gt;
and then opening a console window and typing: &lt;br /&gt;
&lt;br /&gt;
'''mplayer tv:// -tv driver=v4l2:width=320:height=240:norm=NTSC:input=1:device=/dev/video1:noaudio'''&lt;br /&gt;
&lt;br /&gt;
Remember to change the &amp;quot;device=/dev/video1&amp;quot; in the above line with whatever your new usb tuner is registered with (if needed).&lt;br /&gt;
Type &amp;quot;dmesg&amp;quot; in a console immediately after you connect the usb tuner and you should see a line stating the video device your usb tuner got registered with.&lt;br /&gt;
If it says video0 change &amp;quot;device=/dev/video1&amp;quot; with &amp;quot;device=/dev/video0&amp;quot;&lt;br /&gt;
Mine is registered as &amp;quot;video1&amp;quot; because &amp;quot;video0&amp;quot; is the  built in laptop camera.&lt;br /&gt;
If everything is ok then a blue or similar LED on the usb tuner dongle should light up indicating that the tuner driver is loaded&lt;br /&gt;
and you should be able to watch the video on the pc screen (no audio yet).&lt;br /&gt;
Now close the console and remove the Usb tuner as it is time to configure the control_panel.xml file by editing the GCS command line.&lt;br /&gt;
Locate the line in the &amp;quot;control_panel.xml&amp;quot; file, usually located in &amp;quot;/Your Paparazzi directory/conf/&amp;quot; (mine is in &amp;quot;/paparazzi/conf/&amp;quot;),&lt;br /&gt;
that starts with &amp;quot;&amp;lt;program name=&amp;quot;GCS&amp;quot; command=&amp;quot;sw/ground_segment/cockpit/gcs......&amp;quot;.&lt;br /&gt;
For example let's say that the complete line looks like this: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt; &amp;lt;program name=&amp;quot;GCS&amp;quot; command=&amp;quot;sw/ground_segment/cockpit/gcs -layout horizontal.xml&amp;quot;&amp;gt; &amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now add the below line at the end (before the quotes) of the original line:&lt;br /&gt;
&lt;br /&gt;
'''-mplayer 'tv:// -tv driver=v4l2:width=320:height=240:norm=NTSC:input=1:device=/dev/video1:alsa:adevice=hw.2,0:amode=1:audiorate=48000:forceaudio:volume=100:immediatemode=0''''&lt;br /&gt;
&lt;br /&gt;
The original line should look now like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;program name=&amp;quot;GCS&amp;quot; command=&amp;quot;sw/ground_segment/cockpit/gcs -layout horizontal.xml -mplayer &lt;br /&gt;
'tv:// -tv driver=v4l2:width=320:height=240:norm=NTSC:input=1:device=/dev/video1:alsa:adevice=hw.2,0:amode=1:audiorate=48000:forceaudio:volume=100:immediatemode=0'&amp;quot;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The above line is one complete and uninterrupted line but it is just too long to show it in one line here.&lt;br /&gt;
Please remember to change the &amp;quot;NTSC&amp;quot; with &amp;quot;PAL&amp;quot; if you do not use the NTSC video system (if your airborne camera is PAL for example). &lt;br /&gt;
This will load the mplayer, select the composite video input of the tuner and enable the sound input.&lt;br /&gt;
Read the mplayer documentation so you can tweak the resolution etc. later to suit your particular setup.&lt;br /&gt;
The resolution above is set to 320x240 here but you can set it to 640x480 by replacing the numbers in the command line above.&lt;br /&gt;
&lt;br /&gt;
Finally you have to add the plugin widget to your GCS layout configuration file.&lt;br /&gt;
If you noticed the GCS command line in the &amp;quot;control_panel.xml&amp;quot; file, it has a part that reads &amp;quot;-layout horizontal.xml&amp;quot; &lt;br /&gt;
so our layout configuration file is the &amp;quot;horizontal.xml&amp;quot; which is located always in &amp;quot;/Your Paparazzi directory/conf/gcs/&amp;quot; &lt;br /&gt;
(mine is in &amp;quot;/paparazzi/conf/gcs/&amp;quot;).&lt;br /&gt;
Open the file and add or uncomment the below line (in &amp;quot;horizontal.xml&amp;quot; the plugin widget is there but commented out):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&amp;lt;widget NAME=&amp;quot;plugin&amp;quot; SIZE=&amp;quot;300&amp;quot;/&amp;gt; &amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now the file should look like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;rows&amp;gt;&lt;br /&gt;
  &amp;lt;widget size=&amp;quot;500&amp;quot; name=&amp;quot;map2d&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;columns&amp;gt;&lt;br /&gt;
   &amp;lt;rows size=&amp;quot;375&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;widget size=&amp;quot;200&amp;quot; name=&amp;quot;strips&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/rows&amp;gt;&lt;br /&gt;
   &amp;lt;widget size=&amp;quot;400&amp;quot; name=&amp;quot;aircraft&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;widget name=&amp;quot;alarms&amp;quot;/&amp;gt;  &lt;br /&gt;
   &amp;lt;widget NAME=&amp;quot;plugin&amp;quot; SIZE=&amp;quot;300&amp;quot;/&amp;gt; &lt;br /&gt;
  &amp;lt;/columns&amp;gt;&lt;br /&gt;
 &amp;lt;/rows&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
That's it, Enjoy!&lt;br /&gt;
&lt;br /&gt;
Tested in Ubuntu 10.04 LTS but probably the same method should work fine on different versions too.&lt;br /&gt;
&lt;br /&gt;
See this [http://www.youtube.com/watch?v=7OCcMA4vluM screen capture] as an example of the resulting GCS (Y-UAV).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;-plugin&amp;lt;/tt&amp;gt; option is another way to use the plugin widget: the X subwindow id is given to the provided command:&lt;br /&gt;
 &amp;lt;tt&amp;gt;path_to_ground_segment/cockpit/gcs -plugin &amp;quot;mplayer video_stream -wid &amp;quot; -layout appropriate_layout.xml&amp;lt;/tt&amp;gt;&lt;br /&gt;
 &amp;lt;tt&amp;gt;path_to_ground_segment/cockpit/gcs -plugin &amp;quot;cvlc video_stream --drawable-xid=&amp;quot; -layout appropriate_layout.xml&amp;lt;/tt&amp;gt;&lt;br /&gt;
The &amp;lt;tt&amp;gt;--vout-event=3&amp;lt;/tt&amp;gt; option can be used for vlc to disable mouse and keyboard events handling&lt;br /&gt;
&lt;br /&gt;
== Altitude graph widget ==&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
[[Image:altgraph.png|400px|The GCS with the altitude graph]]&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
An altitude graph can be displayed in the GCS by adding the widget ''altgraph'' in the layout configuration (See the [[GCS_Configuration|GCS configuration]] page). An example is provided in conf/gcs/alt.xml. To use this layout add -layout alt.xml to the /conf/control_panel.xml file. This type of layout is more suited to a multi UAV set up. The Papget ruler is a much less intrusive and better tool when you are only flying a single aircraft.&lt;br /&gt;
&lt;br /&gt;
==Papgets==&lt;br /&gt;
Graphical objects can be added to 2D maps: text, rule, gauge, buttons, .... These objects are named ''papgets''. The following snapshot&lt;br /&gt;
shows an example with buttons (left side), gauges (lower left corner), text (upper right corner) and ruler (right side). This example&lt;br /&gt;
has been produced with a layout file provided in the distribution:&lt;br /&gt;
&lt;br /&gt;
 .../gcs -layout papgets.xml &lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
[[Image:papgets.png|516px|A 2D map augmented with papgets]]&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Telemetry data report===&lt;br /&gt;
The easiest way to create a papget displaying telemetry data is to drag&amp;amp;drop a message field from the Messages window onto the 2D map of the GCS. The default rendering is then a string of text. Clicking on it allows the user to change its type (currently text, ruler or gauge) and some of its attributes (color, size, range for a gauge, format for a text ...). A papget can be moved by simply dragging it.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
[[Image:papget_editor.png|Main characteristics of a papget can be dynamically edited]]&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Papgets can be saved in the layout of the GCS (from the Nav menu). The description is saved in an XML file (in &amp;lt;tt&amp;gt;conf/gcs/&amp;lt;/tt&amp;gt; folder) which can be manually edited:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;papget type=&amp;quot;message_field&amp;quot; display=&amp;quot;gauge&amp;quot; x=&amp;quot;47&amp;quot; y=&amp;quot;414&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;property name=&amp;quot;field&amp;quot; value=&amp;quot;BAT:voltage&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;property name=&amp;quot;scale&amp;quot; value=&amp;quot;0.1&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;property name=&amp;quot;min&amp;quot; value=&amp;quot;0.&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;property name=&amp;quot;max&amp;quot; value=&amp;quot;15.&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;property name=&amp;quot;size&amp;quot; value=&amp;quot;50.&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;property name=&amp;quot;text&amp;quot; value=&amp;quot;Bat(V)&amp;quot;/&amp;gt;&lt;br /&gt;
 &amp;lt;/papget&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The file is used later by giving it to the gcs process:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 .../gcs -layout my_fancy_papgets.xml&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Buttons===&lt;br /&gt;
In the same way, user buttons from the strip can be dragged&amp;amp;dropped on the 2D map. However, they currently cannot be directly edited, and&lt;br /&gt;
attributes changes have to be done in the XML file. Two types of button are provided to jump to a block or to set a value:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;papget type=&amp;quot;goto_block&amp;quot; display=&amp;quot;button&amp;quot; x=&amp;quot;10&amp;quot; y=&amp;quot;300&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;property name=&amp;quot;block_name&amp;quot; value=&amp;quot;Standby&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;property name=&amp;quot;icon&amp;quot; value=&amp;quot;home.png&amp;quot;/&amp;gt;&lt;br /&gt;
 &amp;lt;/papget&amp;gt;&lt;br /&gt;
 &amp;lt;papget type=&amp;quot;variable_setting&amp;quot; display=&amp;quot;button&amp;quot; x=&amp;quot;10&amp;quot; y=&amp;quot;250&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;property name=&amp;quot;variable&amp;quot; value=&amp;quot;launch&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;property name=&amp;quot;value&amp;quot; value=&amp;quot;1.&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;property name=&amp;quot;icon&amp;quot; value=&amp;quot;launch.png&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;/papget&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Video on Papget===&lt;br /&gt;
A video stream can be rendered in a &amp;lt;tt&amp;gt;video_plugin&amp;lt;/tt&amp;gt; papget, using the ''mplayer'' player:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;papget type=&amp;quot;video_plugin&amp;quot; display=&amp;quot;mplayer&amp;quot; x=&amp;quot;300&amp;quot; y=&amp;quot;250&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;property name=&amp;quot;video_feed&amp;quot; value=&amp;quot;my video source&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;property name=&amp;quot;width&amp;quot; VALUE=&amp;quot;320&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;property name=&amp;quot;height&amp;quot; VALUE=&amp;quot;240&amp;quot;/&amp;gt;&lt;br /&gt;
 &amp;lt;/papget&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
or any video player which takes in option the X window id, here for example ''VLC'':&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;papget type=&amp;quot;video_plugin&amp;quot; display=&amp;quot;plugin&amp;quot; x=&amp;quot;300&amp;quot; y=&amp;quot;250&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;property name=&amp;quot;command&amp;quot; value=&amp;quot;cvlc video_source --drawable-xid=&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;property NAME=&amp;quot;width&amp;quot; VALUE=&amp;quot;320&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;property NAME=&amp;quot;height&amp;quot; VALUE=&amp;quot;240&amp;quot;/&amp;gt;&lt;br /&gt;
 &amp;lt;/papget&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Papget Development===&lt;br /&gt;
Graphical appearence of papgets is defined in &amp;lt;tt&amp;gt;sw/lib/ocaml/papget_renderer.ml&amp;lt;/tt&amp;gt;. A renderer must implement the Papget_renderer.t class type interface (&amp;lt;tt&amp;gt;canvas_text&amp;lt;/tt&amp;gt; is probably the simpler example) and listed in the &amp;lt;tt&amp;gt;renderers&amp;lt;/tt&amp;gt; list to be available&lt;br /&gt;
in the edit popup box.&lt;br /&gt;
&lt;br /&gt;
The XML configuration is parsed in &amp;lt;tt&amp;gt;sw/ground_segment/cockpit/papgets.ml&amp;lt;/tt&amp;gt;: a new created papget identifier must listed here.&lt;br /&gt;
&lt;br /&gt;
== Alarms ==&lt;br /&gt;
&lt;br /&gt;
The alarm window displays a list of recent errors such as:&lt;br /&gt;
* Low battery warning&lt;br /&gt;
* Low altitude warning&lt;br /&gt;
* Autopilot mode changes (i.e. Manual, Auto2)&lt;br /&gt;
* Flight plan block changes&lt;br /&gt;
&lt;br /&gt;
These alarms can be provided via the speaker using the [[speech]] function.&lt;br /&gt;
&lt;br /&gt;
=Related Links=&lt;br /&gt;
&lt;br /&gt;
* [[GettingTheGCSRunningonAGumstixBoard | Getting the GCS running on a Gumstix board]]&lt;br /&gt;
* [[RaspberryPi | Getting the GCS running on a Raspberry Pi board]]&lt;br /&gt;
* [[PPRZonDroid | PPRZonDroid: a Remote GCS Android application]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Software]] [[Category:GCS]] [[Category:User_Documentation]]&lt;/div&gt;</summary>
		<author><name>Savassen</name></author>
	</entry>
</feed>