<?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: V-USB tutorial (software-only usb for mega &amp; tiny)</title>
	<atom:link href="http://www.workinprogress.ca/v-usb-tutorial-software-only-usb-for-mega-tiny/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.workinprogress.ca/v-usb-tutorial-software-only-usb-for-mega-tiny/</link>
	<description>of patrick sébastien</description>
	<lastBuildDate>Thu, 12 Jan 2012 21:11:01 -0500</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: psc</title>
		<link>http://www.workinprogress.ca/v-usb-tutorial-software-only-usb-for-mega-tiny/comment-page-1/#comment-227</link>
		<dc:creator>psc</dc:creator>
		<pubDate>Mon, 16 May 2011 07:34:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.workinprogress.ca/?p=430#comment-227</guid>
		<description>hi Serjio,

Maybe installing this USB Python Module would help:
http://bleyer.org/pyusb/

Good luck!</description>
		<content:encoded><![CDATA[<p>hi Serjio,</p>
<p>Maybe installing this USB Python Module would help:<br />
<a href="http://bleyer.org/pyusb/" rel="nofollow">http://bleyer.org/pyusb/</a></p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Serjio</title>
		<link>http://www.workinprogress.ca/v-usb-tutorial-software-only-usb-for-mega-tiny/comment-page-1/#comment-226</link>
		<dc:creator>Serjio</dc:creator>
		<pubDate>Fri, 06 May 2011 17:17:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.workinprogress.ca/?p=430#comment-226</guid>
		<description>hey, patrick!
nice tutorial! 
looking forward to get the wires and soldering iron to try it out! 
the thing is I downloaded the python code to my mac and run python python.python in a terminal, and it says, 

Traceback (most recent call last):
  File &quot;python.python&quot;, line 1, in 
    import usb
ImportError: No module named usb

what could be the problem? 

I&#039;d like to develop a servo PWM controller, which would be accessible via USB (e.g. you open, for instance, a telnet session and type a digit to turn servo at some angle - I want it to be controllable from my dir-320 router with openwrt firmware)</description>
		<content:encoded><![CDATA[<p>hey, patrick!<br />
nice tutorial!<br />
looking forward to get the wires and soldering iron to try it out!<br />
the thing is I downloaded the python code to my mac and run python python.python in a terminal, and it says, </p>
<p>Traceback (most recent call last):<br />
  File &#8220;python.python&#8221;, line 1, in<br />
    import usb<br />
ImportError: No module named usb</p>
<p>what could be the problem? </p>
<p>I&#8217;d like to develop a servo PWM controller, which would be accessible via USB (e.g. you open, for instance, a telnet session and type a digit to turn servo at some angle &#8211; I want it to be controllable from my dir-320 router with openwrt firmware)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: psc</title>
		<link>http://www.workinprogress.ca/v-usb-tutorial-software-only-usb-for-mega-tiny/comment-page-1/#comment-208</link>
		<dc:creator>psc</dc:creator>
		<pubDate>Tue, 19 Oct 2010 11:20:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.workinprogress.ca/?p=430#comment-208</guid>
		<description>hi dorijan,

i am sorry, but i don&#039;t have access to vista or 7 / 64 bits. what is not working exactly? from the innosetup install script: Filename: &quot;rundll32&quot;; Parameters: &quot;libusb0.dll,usb_install_driver_np_rundll {app}\driver\edubeat.inf&quot;; StatusMsg: &quot;Installing driver (this may take a few seconds) ...&quot; from edubea.inf: CatalogFile.NTAMD64 = edubeat_x64.cat &amp; [Devices.NTAMD64]
&quot;USB Human Interface Device&quot;=LIBUSB_DEV, USB\VID_16c0&amp;PID_05dc. in theory it should work, of course your device needs the same VID &amp; PID.

cheers</description>
		<content:encoded><![CDATA[<p>hi dorijan,</p>
<p>i am sorry, but i don&#8217;t have access to vista or 7 / 64 bits. what is not working exactly? from the innosetup install script: Filename: &#8220;rundll32&#8243;; Parameters: &#8220;libusb0.dll,usb_install_driver_np_rundll {app}\driver\edubeat.inf&#8221;; StatusMsg: &#8220;Installing driver (this may take a few seconds) &#8230;&#8221; from edubea.inf: CatalogFile.NTAMD64 = edubeat_x64.cat &#038; [Devices.NTAMD64]<br />
&#8220;USB Human Interface Device&#8221;=LIBUSB_DEV, USB\VID_16c0&#038;PID_05dc. in theory it should work, of course your device needs the same VID &#038; PID.</p>
<p>cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dorijan</title>
		<link>http://www.workinprogress.ca/v-usb-tutorial-software-only-usb-for-mega-tiny/comment-page-1/#comment-207</link>
		<dc:creator>dorijan</dc:creator>
		<pubDate>Tue, 19 Oct 2010 10:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.workinprogress.ca/?p=430#comment-207</guid>
		<description>Hi...
I was wondering how to make driver for windows vista or 7 64 bit? The one that is in edubeat.zip does not work. Thank you! this is great tutorial how to use USB with atmega :)</description>
		<content:encoded><![CDATA[<p>Hi&#8230;<br />
I was wondering how to make driver for windows vista or 7 64 bit? The one that is in edubeat.zip does not work. Thank you! this is great tutorial how to use USB with atmega :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: work in progress &#187; Blog Archive &#187; kicad &#8211; video tutorial &#8211; 1</title>
		<link>http://www.workinprogress.ca/v-usb-tutorial-software-only-usb-for-mega-tiny/comment-page-1/#comment-152</link>
		<dc:creator>work in progress &#187; Blog Archive &#187; kicad &#8211; video tutorial &#8211; 1</dc:creator>
		<pubDate>Sun, 31 Jan 2010 07:40:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.workinprogress.ca/?p=430#comment-152</guid>
		<description>[...] The project in the tutorial can be found here. [...]</description>
		<content:encoded><![CDATA[<p>[...] The project in the tutorial can be found here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: me</title>
		<link>http://www.workinprogress.ca/v-usb-tutorial-software-only-usb-for-mega-tiny/comment-page-1/#comment-85</link>
		<dc:creator>me</dc:creator>
		<pubDate>Mon, 26 Oct 2009 21:13:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.workinprogress.ca/?p=430#comment-85</guid>
		<description>Hi Yuse,

My english isn&#039;t better than yours...

May i suggest to have a look at a similar project:
http://vusb.wikidot.com/project:wishabi

Also, it might be a good idea to start with a simple HID project like this one: http://www.obdev.at/products/vusb/hidkeys.html It should be trivial to modify this project for an atmage168 (modify the Makefile).

Cheers!</description>
		<content:encoded><![CDATA[<p>Hi Yuse,</p>
<p>My english isn&#8217;t better than yours&#8230;</p>
<p>May i suggest to have a look at a similar project:<br />
<a href="http://vusb.wikidot.com/project:wishabi" rel="nofollow">http://vusb.wikidot.com/project:wishabi</a></p>
<p>Also, it might be a good idea to start with a simple HID project like this one: <a href="http://www.obdev.at/products/vusb/hidkeys.html" rel="nofollow">http://www.obdev.at/products/vusb/hidkeys.html</a> It should be trivial to modify this project for an atmage168 (modify the Makefile).</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yuse</title>
		<link>http://www.workinprogress.ca/v-usb-tutorial-software-only-usb-for-mega-tiny/comment-page-1/#comment-84</link>
		<dc:creator>Yuse</dc:creator>
		<pubDate>Mon, 26 Oct 2009 20:59:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.workinprogress.ca/?p=430#comment-84</guid>
		<description>Heii Patrick...
Thanks for Your great tutorial...
Im interesting in developing USB apps using this VUSB...

I want to make an HID accelerometer mouse using VUSB...

I used ATMEGA168 in this app.. but i got stuck on its configurations...
Can U help me on migrating this one to ATMEGA168..

Whats configuration should I changed from its default setting..
I used vusb-20090822...


Sorry for my bad english.. im Indonesian..

Thanks..</description>
		<content:encoded><![CDATA[<p>Heii Patrick&#8230;<br />
Thanks for Your great tutorial&#8230;<br />
Im interesting in developing USB apps using this VUSB&#8230;</p>
<p>I want to make an HID accelerometer mouse using VUSB&#8230;</p>
<p>I used ATMEGA168 in this app.. but i got stuck on its configurations&#8230;<br />
Can U help me on migrating this one to ATMEGA168..</p>
<p>Whats configuration should I changed from its default setting..<br />
I used vusb-20090822&#8230;</p>
<p>Sorry for my bad english.. im Indonesian..</p>
<p>Thanks..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

