<?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/1071" />

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2008-01-03T23:05:45+02:00</updated>

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

		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2008-01-03T23:05:45+02:00</updated>

		<published>2008-01-03T23:05:45+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1071&amp;p=3731#p3731</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1071&amp;p=3731#p3731"/>
		<title type="html"><![CDATA[Igor usb]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1071&amp;p=3731#p3731"><![CDATA[
I see, igor's programmer includes the firmware file in the executable.<br /><br />There are many parallel port programmers available for zero-cost AVR programming. See for example <!-- m --><a class="postlink" href="http://www.serasidis.gr/circuits/avrprog/avrprog.htm">http://www.serasidis.gr/circuits/avrprog/avrprog.htm</a><!-- m --> or search the web for low cost AVR programmers. You may even find programming software which is compatible with Igor's pin assignment.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Thu Jan 03, 2008 11:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2008-01-03T19:05:08+02:00</updated>

		<published>2008-01-03T19:05:08+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1071&amp;p=3726#p3726</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1071&amp;p=3726#p3726"/>
		<title type="html"><![CDATA[Igor usb]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1071&amp;p=3726#p3726"><![CDATA[
oki I have understand but I must edit my hex file that would works with the igor's exe not the usb demo application but its programmer exe, and in this case I must modify some parameters in this exe and i don't know how does it works. and also edit usbconfig file is just indicate name pins with the usb pins ???<p>Statistics: Posted by Guest — Thu Jan 03, 2008 7:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2008-01-02T20:11:52+02:00</updated>

		<published>2008-01-02T20:11:52+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1071&amp;p=3697#p3697</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1071&amp;p=3697#p3697"/>
		<title type="html"><![CDATA[Igor usb]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1071&amp;p=3697#p3697"><![CDATA[
You can probably even use Igor's programmer. If the programmer accepts a Intel-Hex file, just send your own project's hex file instead of Igor's.<br /><br />If you use avrdude: You probably don't need to edit anything. It comes with a configuration for all known parallel port programmers, you just need to know the name.<br /><br />Please also note that you can't simply flash the firmware for an AVR-USB project and expect that it works on Igor's hardware. You must AT LEAST edit usbconfig.h to configure pins and interrupt.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Wed Jan 02, 2008 8:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2007-12-31T12:22:08+02:00</updated>

		<published>2007-12-31T12:22:08+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1071&amp;p=3671#p3671</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1071&amp;p=3671#p3671"/>
		<title type="html"><![CDATA[Igor usb]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1071&amp;p=3671#p3671"><![CDATA[
Yes it's an ISP it works very good, but how do we edit the config file ?<p>Statistics: Posted by Guest — Mon Dec 31, 2007 12:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2007-12-28T21:13:20+02:00</updated>

		<published>2007-12-28T21:13:20+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1071&amp;p=3649#p3649</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1071&amp;p=3649#p3649"/>
		<title type="html"><![CDATA[Igor usb]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1071&amp;p=3649#p3649"><![CDATA[
<blockquote><div><cite>Lio wrote:</cite>oki thanks for your response. I can use the obdev's firmware with winavr i have understand. But on my interface I have integrated a HE10 connector who use 2 jumper with  which I have programmed the AVR from paralell port, my problem is that it's igor who has designed this programmer and I don't know if it works with WinAvr ? I don' know if I must have an another programmer schematic who will works with WinAvr?</div></blockquote><br /><br />If this is an ISP programmer (it must connect to GND/RESET/MISO/MOSI/SCK on the MCU), than You can define Your own parallel port programmer in the config of avrdude. Just edit the config file...<p>Statistics: Posted by Guest — Fri Dec 28, 2007 9:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2007-12-28T18:21:05+02:00</updated>

		<published>2007-12-28T18:21:05+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1071&amp;p=3644#p3644</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1071&amp;p=3644#p3644"/>
		<title type="html"><![CDATA[Igor usb]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1071&amp;p=3644#p3644"><![CDATA[
oki thanks for your response. I can use the obdev's firmware with winavr i have understand. But on my interface I have integrated a HE10 connector who use 2 jumper with  which I have programmed the AVR from paralell port, my problem is that it's igor who has designed this programmer and I don't know if it works with WinAvr ? I don' know if I must have an another programmer schematic who will works with WinAvr?<p>Statistics: Posted by Guest — Fri Dec 28, 2007 6:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2007-12-28T18:09:48+02:00</updated>

		<published>2007-12-28T18:09:48+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1071&amp;p=3643#p3643</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1071&amp;p=3643#p3643"/>
		<title type="html"><![CDATA[Igor usb]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1071&amp;p=3643#p3643"><![CDATA[
a) There is no reason You couldn't use Obdev's firmware with Igor's schematics.<br /><br />b) WinAvr should be ok, as for the programmer I would recommend avrdude (but this much depends on what OS You are using, it's easiest to do so with linux ;P )<br /><br />c) Crying &quot;I need help&quot; just couple of minutes after You posted Your question is not very polite. Try looking for &quot;nettiquete&quot; in google <img class="smilies" src="./../../../images/smilies/icon_razz.gif" alt=":-P" title="Razz" /><p>Statistics: Posted by Guest — Fri Dec 28, 2007 6:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2007-12-28T16:47:40+02:00</updated>

		<published>2007-12-28T16:47:40+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1071&amp;p=3642#p3642</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1071&amp;p=3642#p3642"/>
		<title type="html"><![CDATA[Igor usb]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1071&amp;p=3642#p3642"><![CDATA[
I need help<p>Statistics: Posted by Guest — Fri Dec 28, 2007 4:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2007-12-28T15:18:18+02:00</updated>

		<published>2007-12-28T15:18:18+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1071&amp;p=3640#p3640</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1071&amp;p=3640#p3640"/>
		<title type="html"><![CDATA[Igor usb]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1071&amp;p=3640#p3640"><![CDATA[
Perhaps I can compile the firmware with the WinAvr software but with which programer because I have programed igor's firmware with his schematic programer but i don't think than your programer is compatible with igor's schematic? Otherwise have you another schematic ?<br />thanks<br />Lio<p>Statistics: Posted by Guest — Fri Dec 28, 2007 3:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2007-12-27T15:04:29+02:00</updated>

		<published>2007-12-27T15:04:29+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1071&amp;p=3628#p3628</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1071&amp;p=3628#p3628"/>
		<title type="html"><![CDATA[Igor usb]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1071&amp;p=3628#p3628"><![CDATA[
hello everybody<br />I have made the igor's usb interface without the IR part and it works very good. I success to control led. I would like to know if I can program my interface with your firmware and with which software ?<br />thanks<br />Lio<p>Statistics: Posted by Guest — Thu Dec 27, 2007 3:04 pm</p><hr />
]]></content>
	</entry>
	</feed>
