<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: Information leaking on apps, pictures and video</title>
	<atom:link href="http://www.epanorama.net/blog/2014/02/02/information-leaking-on-apps-pictures-and-video/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.epanorama.net/blog/2014/02/02/information-leaking-on-apps-pictures-and-video/</link>
	<description>All about electronics and circuit design</description>
	<lastBuildDate>Sun, 10 May 2026 18:53:06 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.14</generator>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2014/02/02/information-leaking-on-apps-pictures-and-video/comment-page-1/#comment-83177</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Sun, 02 Feb 2014 08:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=24712#comment-83177</guid>
		<description><![CDATA[Slashdot also mentions this great helicopter telemetry hack, and mentions another way to decode the data stream from the helicopter using off-the-shelf software:

Finnish Hacker Isolates Helicopter GPS Coordinates From YouTube Video Sounds
http://tech.slashdot.org/story/14/02/01/1816215/finnish-hacker-isolates-helicopter-gps-coordinates-from-youtube-video-sounds

Comment:

You can decode it with off the shelf software, throw away the top bit, and get back mostly ASCII:

$ ./minimodem --rx 1200 -f ~/helicopter.wav &#124; tr &#039;\200-\377\r&#039; &#039;00-\177\n&#039;
### CARRIER 1200 @ 1200.0 Hz ###
  282 0002.3
#L N390374 W09432938YJ
#AL #NA 282 0002.3
#L N390374 W09432938YJ

This is pretty much as basic as telemetry data modulation gets!

This is exactly the same sound as 1200 baud AFSK amateur packet radio made in the eighties/nineties, indeed using Bell 202 AFSK modems.]]></description>
		<content:encoded><![CDATA[<p>Slashdot also mentions this great helicopter telemetry hack, and mentions another way to decode the data stream from the helicopter using off-the-shelf software:</p>
<p>Finnish Hacker Isolates Helicopter GPS Coordinates From YouTube Video Sounds<br />
<a href="http://tech.slashdot.org/story/14/02/01/1816215/finnish-hacker-isolates-helicopter-gps-coordinates-from-youtube-video-sounds" rel="nofollow">http://tech.slashdot.org/story/14/02/01/1816215/finnish-hacker-isolates-helicopter-gps-coordinates-from-youtube-video-sounds</a></p>
<p>Comment:</p>
<p>You can decode it with off the shelf software, throw away the top bit, and get back mostly ASCII:</p>
<p>$ ./minimodem &#8211;rx 1200 -f ~/helicopter.wav | tr &#8216;\200-\377\r&#8217; &#8217;00-\177\n&#8217;<br />
### CARRIER 1200 @ 1200.0 Hz ###<br />
  282 0002.3<br />
#L N390374 W09432938YJ<br />
#AL #NA 282 0002.3<br />
#L N390374 W09432938YJ</p>
<p>This is pretty much as basic as telemetry data modulation gets!</p>
<p>This is exactly the same sound as 1200 baud AFSK amateur packet radio made in the eighties/nineties, indeed using Bell 202 AFSK modems.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
