<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forums.obdev.at/app.php/feed/topic/65" />

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2009-04-24T13:44:29+02:00</updated>

	<author><name><![CDATA[Objective Development Forums]]></name></author>
	<id>https://forums.obdev.at/app.php/feed/topic/65</id>

		<entry>
		<author><name><![CDATA[os]]></name></author>
		<updated>2009-04-24T13:44:29+02:00</updated>

		<published>2009-04-24T13:44:29+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=65&amp;p=9052#p9052</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=65&amp;p=9052#p9052"/>
		<title type="html"><![CDATA[Re: PPM RC to USB Interface]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=65&amp;p=9052#p9052"><![CDATA[
<blockquote><div><cite>DARRELL wrote:</cite>im looking for a usb interface to go with my e-fly 2.4 ghz dsm transmitter can anyone help me with this problem please</div></blockquote><br />You have not mentioned exact transmitter model. In case if it is E-Flite LP5DSM, it looks like the Tx does not have PPM output because internal DSM2 Tx module uses serial protocol rather than standard de-facto PPM. You have to rewrite the firmware of USB interface to &quot;learn&quot; it to receive serial input from Tx. Or you can just compile the firmware in ADC mode (see sources) and connect ATmega8 ADC directly to LP5DSM potentiometers (you even do not have to disconnect original circuit).<br /><br />I do not support this project for a long time so I am unable to provide more techical details. If you unable to make own schematic and/or recompile the firmware - it could be better to get some of ready-to-use USB simulators, say, <a href="http://www.dealextreme.com/details.dx/sku.1168" class="postlink">this</a> ($22.92 + free shipping worldwide).<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=67">os</a> — Fri Apr 24, 2009 1:44 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2009-04-24T12:32:58+02:00</updated>

		<published>2009-04-24T12:32:58+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=65&amp;p=9050#p9050</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=65&amp;p=9050#p9050"/>
		<title type="html"><![CDATA[Re: PPM RC to USB Interface]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=65&amp;p=9050#p9050"><![CDATA[
im looking for a usb interface to go with my e-fly 2.4 ghz dsm transmitter can anyone help me with this problem please<p>Statistics: Posted by Guest — Fri Apr 24, 2009 12:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2007-02-12T21:58:22+02:00</updated>

		<published>2007-02-12T21:58:22+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=65&amp;p=901#p901</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=65&amp;p=901#p901"/>
		<title type="html"><![CDATA[Re: PPM RC to USB Interface]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=65&amp;p=901#p901"><![CDATA[
<blockquote><div><cite>Yof wrote:</cite>My Mx-12 is almost working with the USB interface now. It has -1.5V as PPM signal. But i switched the polarity and it started to work. <br /><br />The main problem now is the channel mapping. In Aerofly Pro Delux the x-rotate channel (Rudder) is not found. But i can see it working in my controle panel. The same problem excist with channel 6 (Gear Switch). <br /><br />How come the channel disapear in the program?</div></blockquote><p>Statistics: Posted by Guest — Mon Feb 12, 2007 9:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[os]]></name></author>
		<updated>2007-01-26T10:15:43+02:00</updated>

		<published>2007-01-26T10:15:43+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=65&amp;p=759#p759</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=65&amp;p=759#p759"/>
		<title type="html"><![CDATA[PPM RC to USB Interface]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=65&amp;p=759#p759"><![CDATA[
I've got some questions regarding my project via email but prefer to answer here to not duplicate them again and again:<br /><br /><blockquote class="uncited"><div>And waht are the differents between the hex files from Rc-design (v1- v4) (VJoy) and yours??</div></blockquote><br />The software from rcdesign.ru and this project are completely different. The only common is an idea and schematic (which was chosen to simplify drop-in replacement of firmware).<br /><br />In general, differences are, at least:<br /><br />- RCU has modular structure for easy input and/or output interface replacement;<br />- RCU has much more accurate PPM measurement than VJoy;<br />- RCU supports number of input data filtering compilation options to improve accuracy of PPM pulse measurement;<br />- RCU optionally provides servo tester output (converts one PPM input channel into servo output);<br />- some versions of VJoy firmware do not work under Windows 9x/Me, special version of firmware was required for those systems (due to HID Report Descriptor specifics);<br />- some VJoy firmware supports hardware-mapped joystick buttons which are not supported by RCU;<br />- RCU does not support channel mapping via NVRAM;<br />- VJoy is written in assembler but RCU is written in C;<br />- VJoy source is not available, but RCU is based on open-source USB driver and is also open-source.<br /><br /><blockquote class="uncited"><div>What can I make in the source file, that if I plug in my USB Interface into my PC the USB device are detected as XXXX-USB and not VJoy ??</div></blockquote><br />This project does not use &quot;VJoy&quot; name. This 4-character name was used in the rcdesign.ru firmware due to limitations of USB driver used there. AVR-USB driver does not have such limitation, so name is different and longer.<br /><br />To change any of USB device parameters, including device name, you have to update some USB descriptors in the source and recompile the firmware.<br /><br /><blockquote class="uncited"><div>I've now downloaded IAR but If I click on make , the programm give me the fallow error:<br /> <br />Fatal Error[Cp001]: Copy protection check, Your time limited license has expired - You must register NOW to get the permanent key in order to continue using this prduct!! <br /> <br />What is the problem??</div></blockquote><br />This question was already answered <a href="http://forums.obdev.at/viewtopic.php?t=130" class="postlink">here</a>.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=67">os</a> — Fri Jan 26, 2007 10:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[os]]></name></author>
		<updated>2006-12-27T22:40:48+02:00</updated>

		<published>2006-12-27T22:40:48+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=65&amp;p=504#p504</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=65&amp;p=504#p504"/>
		<title type="html"><![CDATA[Re: anyone have PDF file for RC To USB Interface schematic d]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=65&amp;p=504#p504"><![CDATA[
If you ask for pin assignment diagrams then here are two very useful resources which have almost all you need:<br /><br /><!-- m --><a class="postlink" href="http://www.mftech.de/buchsen_en.htm">http://www.mftech.de/buchsen_en.htm</a><!-- m --><br /><!-- m --><a class="postlink" href="http://users.belgacom.net/TX2TX/tx2tx/english/tx2txgb1.htm">http://users.belgacom.net/TX2TX/tx2tx/e ... 2txgb1.htm</a><!-- m --><p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=67">os</a> — Wed Dec 27, 2006 10:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2006-12-27T22:35:04+02:00</updated>

		<published>2006-12-27T22:35:04+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=65&amp;p=503#p503</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=65&amp;p=503#p503"/>
		<title type="html"><![CDATA[anyone have PDF file for RC To USB Interface schematic diag]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=65&amp;p=503#p503"><![CDATA[
Hi,<br /><br />Is there anyone to have the schematic diagram of RC (Futaba FF7 5 pin DIN)  to USB Interface for Flight Simulator Progs in PDF format or any other format with IC Prog files  ?<br /><br />My email: <!-- e --><a href="mailto:makaveh@accir.com">makaveh@accir.com</a><!-- e --><br /><br />Kaveh<p>Statistics: Posted by Guest — Wed Dec 27, 2006 10:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2006-12-11T12:06:29+02:00</updated>

		<published>2006-12-11T12:06:29+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=65&amp;p=362#p362</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=65&amp;p=362#p362"/>
		<title type="html"><![CDATA[PPM RC to USB Interface]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=65&amp;p=362#p362"><![CDATA[
I doubt that the supply voltage has any influence. Yes, it's true that the ATMega8 is not specified for 3.3V operation.<br /><br />However, parts of the data sheet (such as figure 121 &quot;Active Supply Current vs Vcc&quot; in section &quot;ATMega8 Typical Characteristics&quot;) suggest that the same parts can be operated over the entire voltage range. My own tests showed that the &quot;normal&quot; parts usually work down to below 2V supply.<br /><br />The &quot;L&quot; probably only means that the parts have been tested with low voltage or that they have been optimized for this voltage range.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Mon Dec 11, 2006 12:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2006-12-11T09:12:03+02:00</updated>

		<published>2006-12-11T09:12:03+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=65&amp;p=361#p361</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=65&amp;p=361#p361"/>
		<title type="html"><![CDATA[PPM RC to USB Interface]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=65&amp;p=361#p361"><![CDATA[
Hi all<br />  I think problem is the voltage(VCC) of ATMega8 is too low.Becuaes in the data sheet its operting voltage is<br /><br />ATMega8  = 4.5-5.5 V <br />ATMega8L = 2.7 - 5.5 V<br /><br />In the circuit of this project use ATMega8 not ATMega8L which use 3.3V for VCC<br /><br />Sory if I mistake.<br /><br />John<p>Statistics: Posted by Guest — Mon Dec 11, 2006 9:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[os]]></name></author>
		<updated>2006-11-30T23:32:11+02:00</updated>

		<published>2006-11-30T23:32:11+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=65&amp;p=235#p235</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=65&amp;p=235#p235"/>
		<title type="html"><![CDATA[PPM RC to USB Interface]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=65&amp;p=235#p235"><![CDATA[
<blockquote><div><cite>christian wrote:</cite>Can you please post more details which may be helpful for others who have similar problems? What caused the problem and how did you fix it?</div></blockquote><br />I had the same problem with AFPD and also thought that some channels do not work at all.<br /><br />In fact, AFPD requires its own controller calibration. Without it some channels may look like dead ones. Simply calibrate them and all should be fine.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=67">os</a> — Thu Nov 30, 2006 11:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2006-11-27T17:48:23+02:00</updated>

		<published>2006-11-27T17:48:23+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=65&amp;p=206#p206</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=65&amp;p=206#p206"/>
		<title type="html"><![CDATA[PPM RC to USB Interface]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=65&amp;p=206#p206"><![CDATA[
Hi Yof,<br />glad to read that it works now <img class="smilies" src="./../../../images/smilies/icon_smile.gif" alt=":-)" title="Smile" /><br /><br />Can you please post more details which may be helpful for others who have similar problems? What caused the problem and how did you fix it?<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Mon Nov 27, 2006 5:48 pm</p><hr />
]]></content>
	</entry>
	</feed>
