Igor plug!!!

For Adafruit customers who seek help with microcontrollers

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
sigflup
 
Posts: 44
Joined: Tue Mar 31, 2009 8:50 pm

Igor plug!!!

Post by sigflup »

Hey, anyone used the igor plug firmware? This clever person stuffed hardware-level usb protocol onto an at90s2131 using IO pins as an interface. It actually works! So, I've been very slowly trying to write the HID layer onto it. Thing is USB's documentation is WAY TOO VERBOSE and it's a really complex project. I'm wondering if anyone has seen this done before? Has anyone actually done anything with the igor-plug code? I'm all around curious.

adafruit
 
Posts: 12151
Joined: Thu Apr 06, 2006 4:21 pm

Re: Igor plug!!!

Post by adafruit »

use usbtiny or avrusb instead

sigflup
 
Posts: 44
Joined: Tue Mar 31, 2009 8:50 pm

Re: Igor plug!!!

Post by sigflup »

Well, I have 100 at90s2313s so I kinda want to make use of them...

User avatar
amberwolf
 
Posts: 310
Joined: Wed Oct 08, 2008 2:42 am

Re: Igor plug!!!

Post by amberwolf »

I like the idea, but I have no way of helping you do it. I understand less about the USB spec than you probably do, and basically don't comprehend programming well enough to be useful. ;)

A quick search on the project turns this up:
http://www.cesko.host.sk/IgorPlugUSB/Ig ... R)_eng.htm
Is that your starting point?

dmcole
 
Posts: 37
Joined: Thu Dec 25, 2008 3:36 pm

Re: Igor plug!!!

Post by dmcole »

Amberwolf wrote:A quick search on the project turns this up:
That URL got mangled by phpBB's "Magic Links" ... try this:

http://www.cesko.host.sk/IgorPlugUSB_RS ... 32_eng.htm

\dmc

User avatar
westfw
 
Posts: 2008
Joined: Fri Apr 27, 2007 1:01 pm

Re: Igor plug!!!

Post by westfw »

I have 100 at90s2313s so I kinda want to make use of them...
Do you have a specific reason to believe that avrusb or usbtiny wouldn't work on a 90s2313? While the software post-dates the ready availability of the 90s AVRs, the 90s2313 and tiny2313 are essentially similar except for a few major exceptions (the tiny has an internal oscillator) that I don't think come into play with the USB software. (of course, both need to be overclocked to 12MHz, and the newer chips may be more likely to allow such...)

Locked
Please be positive and constructive with your questions and comments.

Return to “Microcontrollers”