Adapter for playing Atari 2600 with Wii Nunchuck, with or without the accelerometers
To make the experience fit your profile, pick a username and tell us what interests you.
We found and based on your interests.
at26-SNES_box_3d.skp3D files for a box to [S]NES version of adapterSSEYO Koan Play File - 1.14 MB - 07/08/2016 at 20:24 |
|
|
SNES-AT26.hexFirmware for [S]NES to Atari adapterhex - 2.90 kB - 07/01/2016 at 02:27 |
|
|
NunchuckTK.hexFirmware for Nunchuck to Atari adapterhex - 6.01 kB - 07/01/2016 at 02:25 |
|
I've designed a 3D case to hold the circuit and provide better support for the relatively fragile wiring of the SNES connector.
The board was designed using Sketchup and it was printed by my friend #rflamino.
The design file is on the download area for this project.
Here is a short video of the [S]NES firmware in action.
Since Atari controllers have only one button, all buttons of [S]NES controller are mapped to the same function. Any button held down when the board is powered on become an auto-fire button as shown for button A in the video.
The female connector was taken from a cheap SNES extender. The wire colouring is not equal that from the original controller, so the wires must be identified prior to soldering
The overview of the assembly is show below. 3 of the wires are soldered on the bottom (lower) face, while the others are soldered on the top layer
Below is a close view of the wiring, showing the top face.
The bottom face is shown below. Notice the modification from pin 7 of the micro-controller to the central pad.
Just by adding a single jumper wire to the board and using an appropriate connector it makes possible to turn the AT is possible to turn the AT26-Chuck into a [S]NES to Atari converter with programmable auto fire support.
The code is mostly based on the #Digi:[S]NES project with some #defines to make the Arduino I/O functions compatible with CCS C:
#define uint16_t unsigned int16
#define uint8_t unsigned char
#define digitalWrite output_bit
#define digitalRead input
#define HIGH 1
#define LOW 0
The auto fire is also borrowed from #Digi:[S]NES and it works on the contrary of the most common implementations either in software or in hardware: Instead of causing the actuation of the auto-fire button it causes the release of the button, thus simplifying the code to a single mask that causes the key to be released at a given rate. If the key is not pressed, then it makes no difference.
All of the buttons of the [S]NES controller are mapped to the single button in the Atari connector. To enable the auto fire for a given button just hold it down while the circuit is powered on. The auto-fire does not work for the directional buttons nor for Start and Select.
The connection to the SNES and NES controllers can be seen in the picture below. Notice that some wires are connected on the solder side of the board.
The code is available in github under the folder "firmware/SNES Adapter".At least: I've managed to shoot a small video of the #AT26-Chuck in action. It took me some time to fix the color coding of the Atari Clone so it could show colors when working together with my flat screen TV/Monitor, but that is another story...
I have finally built the programmer/tester adapter using veroboard. The board was programmed and it is now working.
I think it worth to mention that the pinout was carefully choosen so all the programming signals would be available at the interface connector and thus elimitating the need for an ICSP connector on the board.
First board assembled! Now to the programming and tests. The photo has bad quality because it is taken from my mobile phone.
The boards have just arrived. I am going to start assembling them while I take notes on each step to write the instructions.
It's been a while since the last time I've updated this project. The reason is that I am waiting for the boards to be ready so I can assemble them. In the meanwhile I have translated the user manual for English language. Here is a link for the manual.
AT26-Chuck User Manual (draft)
The 'draft' status of the manual refers to the pictures, that are still from the previous format of the board (this was one a commercial product).
Based on the contest rules I've created a checklist to be printed and left in plain sight in my benchtop, so I can easily see what's left to be done as well as the deadlines. This will help me to not get disqualified by forgetting small things like fulfilling the BOM.
Checklist is available inOpenOffice format and in PDF
Programming modes table
Create an account to leave a comment. Already have an account? Log In.
This is your one-week reminder to upload design documents: https://hackaday.io/project/7813-the-square-inch-project/log/28566-design-deadline
Become a member to follow this project and never miss any updates
[verified: no design files missing]