I did not make the circuit or program. I am just making a guide that shows step by step assembly of how to make the USB SNES controller. The original page is here:
www.raphnet.net/electronique/snes_nes_usb/index_en.php
This guide will convert a regular snes controller into a usb gamepad. It is tested working on XP, Vista, 7, and PS3. It should work on mac and linux but I have not tested them. The device is recognized as a standard HID device.
-You do not need to program anything for this guide. The program is already compiled and ready to be flashed to your chip.
-You do need basic soldering skills.
-Basic schematic reading skills helps, but I will try to explain every step.
Remove these ads by
Signing UpStep 1: Parts Needed
----------------------------------------
-Atmega8 DIP microcontroller
-AVR programmer (usb, parallell or serial. I use usb.)
-12MHz Crystal osscilator
-[2] 3.6 volt zener diode
-1.5K Resistor (anywhere from 1.3K to 1.7K should work)
-[2] 68ohm resistor (anywhere from 60 to 75 should work)
-USB male cable
-SNES controller (first party works better. wires colors match guide.)
-Small wire.
-PCB - www.radioshack.com/product/index.jsp - $2
-Breadboard. This makes it much easier to test before putting into a controller.
www.radioshack.com/product/index.jsp - $9
Tools:
-----------------------------------------
-Wire Stripper
-Wire Cutter
-Soldering Iron
-Solder
-Needle nose pliers (makes it alot easier to place and move wires on breadboard)
-Dremmel or cutting tool. (chip will not fit into unmodified controller.










































Visit Our Store »
Go Pro Today »




thanks
However I used ISPprog v1.6.7 from :
http://www.zhifengsoft.com
It seems the latest version is 1.72 :
http://www.zhifengsoft.com/files/progisp172.rar
Thanks
http://www.raphnet.net/electronique/snes_nes_usb/index_en.php
I used an ATTINY25. All componentes are inside the DB25 shell. After a lot of optimization (and reseach X_x), i managed how to implement a calibration routine for the internal oscilator.
Here is the firmware's url.
http://www.4shared.com/file/C3m1jXsi/SNES25v2.html
Thank you Andreq, your information was a huge help.
I is really simple and a good experience, you can do it, trust and believe in yourself! This is the cheapest way. I strongly recommend you to do it by yourself then share your experience with us.
There are two other ways :
1. You can ask someone whose job is electronic at your local place, do it for you.
2. Another way is buying one of these from amazon :
a. NES Retro Classic Controller USB
http://www.amazon.com/Retro-Classic-Controller-Nintendo-Entertainment-System/dp/B00281PFQI
b. NES Controller to Pc USB Adapter
http://www.amazon.com/NES-Controller-USB-Adapter-Smart-Pad/dp/B000YDOK2W
c. Retrolink Nintendo NES USB Adapter for PC
http://www.amazon.com/Retrolink-Nintendo-NES-USB-Adapter-Mac/dp/B000PDOTXG
Good Luck!
C1: 10uf capacitor. Install it near the ATmega8
http://www.upload-jpg.com/images.php/2e254839/01.PNG
Or it is just an unnecessary component, just like J1, J2, D1, R4?. But it doesn't seem to be unnecessary like these ones. Please explain about it. Thanks
AVR programmer can be found on ebay. search "usbasp"
12Mhz crystal - sparkfun.com
3.6V zener diode. ebay. search "3.6V zener diode"
Resistors from sparkfun, radioshack,or ebay.
USB male from sparkfun, radioshack, ebay, or thrift stores. Any device with a usb male can work.
SNES controller - sparkfun, ebay, thrift stores, old game stores.
Wire - sparkfun, radioshack. Look for a jumper wire kit such as:
http://www.sparkfun.com/commerce/product_info.php?products_id=124
PCB and breadboards can be found at sparkfun, radioshack,or ebay.
Let me know if you have trouble locating the parts.
I did not write the code to handle the driver. This instructable is my attempt in using someone else's circuit inside an actual controller.
I do not like the keyboard emulation controllers.You can only press 2 or 3 buttons at a time, and sometimes it does not respond correctly.
The schematic and source code can be found here :
hobbyelektronik.org/w/index.php
I did some modification to the source code to include automatic internal OSC calibration. I'll try to find it somewhere on my hard drive.
If my memory is good, it might even fit inside an ATtine25 (that's what I had around...)
Anyway, great job, but you should show us how the finished PCB looked like and use less "marketing" pictures :)
Using an ATtiny25 would be a lot easier than the Atmega8 I used. Atmega8 = 28 pins, ATtiny25 = 8 pins, much easier to cram in the case. I will try the one you posted on my next attempt at SNES USB.
The only problem I had was with the USB data voltage.
I tryed the zener diode method without success.
On the V-USB website (the actual USB "firmware" that is used by this code) you can see other method.
For my circuit I used a 3mm red led on the 5v line... it reduced the voltage close to the 3.6v required by the data line. I also removed the zener.
I think 2 "normal" (not led...) diode on the 5v is also possible.
Include schematic, code and compiled HEX.
www.filemonster.net/en/file/15003/Snes-Attiny-zip.html
It should fit inside an ATtiny25, it compile to 1984 bytes (kinda... funny)
I'm afraid the link to the firmware made by andreq is dead.
I'm trying to make this adaptor, using an ATTINY25, i tried to add internal OSCCAL and optimize the code from hobbyelektronik but my firmware compile to 2138 bytes (it's too fat).
If someone have the source code of the firmware of andreq, please post it. Thank you in advance.
http://www.2shared.com/file/1I9Vq85d/Snes-Attiny.html
You might have to look at the code. I've seen I commented out the autocalibration part (to save space). Also, I changed the usb vendor name to Andre in the usb-config. You could just change that to anything small (<=5 letters) if you care. Make sure to set the lenght accordingly.
You might need to play with the OSCALL value which is read from eeprom 0x00. It should be between 125 and 128.
Have fun! There's nothing like the real feeling of a Snes game-pad when playing classic games.
I'll be testing it tonight. Yeah, nothing better to use the original SNES pads to play classic games. I'm a SNES fan and i think is the best pad in terms of weight, confort, response and button layout. I'll be posting photos when finish the project.