<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.extremist.software/index.php?action=history&amp;feed=atom&amp;title=Eflite_RC</id>
	<title>Eflite RC - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.extremist.software/index.php?action=history&amp;feed=atom&amp;title=Eflite_RC"/>
	<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Eflite_RC&amp;action=history"/>
	<updated>2026-04-10T13:32:32Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.13</generator>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Eflite_RC&amp;diff=14366&amp;oldid=prev</id>
		<title>Miloh: Created page with &#039;  &lt;pre&gt; Decided to play with this a little more this evening and everything fell into place. I tried a serial port rate of 125K instead of 115200. The data is now super easy to s…&#039;</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Eflite_RC&amp;diff=14366&amp;oldid=prev"/>
		<updated>2010-11-19T09:07:15Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;  &amp;lt;pre&amp;gt; Decided to play with this a little more this evening and everything fell into place. I tried a serial port rate of 125K instead of 115200. The data is now super easy to s…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Decided to play with this a little more this evening and everything fell into place.&lt;br /&gt;
I tried a serial port rate of 125K instead of 115200. The data is now super easy to see and follow.&lt;br /&gt;
&lt;br /&gt;
The radio transmits 14 bytes per frame, 6 channels of information, 2 header bytes. Data rate is 125K 8,N,1&lt;br /&gt;
&lt;br /&gt;
Each frame begins with 00 00&lt;br /&gt;
&lt;br /&gt;
Each pair of bytes after that represent the channel and its value. Each channel has a valid range(1024 steps - 10 bit), the channel number is embedded in each pair of bytes.&lt;br /&gt;
The radio transmits a 6th channel which is a copy of channel 1 with its endpoints limited. This appears to simply be a function of the radio when in airplane mode, channel 6 is still a full 10 bit channel.&lt;br /&gt;
&lt;br /&gt;
Here is a breakdown of the min and max values for each channel and the valid 10 bit range for each channel.&lt;br /&gt;
&lt;br /&gt;
ch1(left stick, up/down)&lt;br /&gt;
bytes 3&amp;amp;4&lt;br /&gt;
0056-03AA -measured min/max&lt;br /&gt;
10 bit range - 000-3FF&lt;br /&gt;
&lt;br /&gt;
ch2(right stick, left/right)&lt;br /&gt;
bytes 5&amp;amp;6&lt;br /&gt;
0455-07A9 - measured min/max&lt;br /&gt;
10 bit range - 400-7FF&lt;br /&gt;
&lt;br /&gt;
ch3(right stick, up/down)&lt;br /&gt;
bytes 7&amp;amp;8&lt;br /&gt;
0855-0BA9 - measured min/max&lt;br /&gt;
10 bit range - 800-BFF&lt;br /&gt;
&lt;br /&gt;
ch4(left stick, right/left)&lt;br /&gt;
bytes 9&amp;amp;10&lt;br /&gt;
0C56-0FAA - measured min/max&lt;br /&gt;
10 bit range - C00-FFF&lt;br /&gt;
&lt;br /&gt;
ch5(knob, upper right)&lt;br /&gt;
bytes 11&amp;amp;12&lt;br /&gt;
1056-13AA - measured min/max&lt;br /&gt;
10 bit range - 1000-13FF&lt;br /&gt;
&lt;br /&gt;
ch6(copy of throttle channel) - travel limited&lt;br /&gt;
bytes 13&amp;amp;14&lt;br /&gt;
152A-162A - measured min/max&lt;br /&gt;
10 bit range - 1400-17FF&lt;br /&gt;
&lt;br /&gt;
Channel breakdown:&lt;br /&gt;
&lt;br /&gt;
First two bits are 00&lt;br /&gt;
Next four bits indicate channel #&lt;br /&gt;
remaining 10 bits are serial values for the PPM data&lt;br /&gt;
&lt;br /&gt;
00 00 00 xx xx xx xx xx - ch1 0000-03FF&lt;br /&gt;
&lt;br /&gt;
00 00 01 xx xx xx xx xx - ch2 0400-07FF&lt;br /&gt;
&lt;br /&gt;
00 00 10 xx xx xx xx xx - ch3 0800-0BFF&lt;br /&gt;
&lt;br /&gt;
00 00 11 xx xx xx xx xx - ch4 0C00-0FFF&lt;br /&gt;
&lt;br /&gt;
00 01 00 xx xx xx xx xx - ch5 1000-13FF&lt;br /&gt;
&lt;br /&gt;
00 01 01 xx xx xx xx xx - ch6 1400-17FF&lt;br /&gt;
&lt;br /&gt;
If supported by DSM2 low power module:&lt;br /&gt;
&lt;br /&gt;
00 01 10 xx xx xx xx xx - ch7 1800-1BFF&lt;br /&gt;
&lt;br /&gt;
00 01 11 xx xx xx xx xx - ch8 1C00-1FFF&lt;br /&gt;
&lt;br /&gt;
So there it is, using the above data its now possible to build a 6 channel PPM to serial encoder to interface to the DSM2 module from the LP5DSM radio.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Questions or comments let me know! &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Miloh</name></author>
	</entry>
</feed>