Close
0%
0%

AT26-Chuck

Adapter for playing Atari 2600 with Wii Nunchuck, with or without the accelerometers

Similar projects worth following
This project allow the use of a Wii Nunchuck for playing games with Atari 2600 and other video-games with compatible joystick port (like ZX Spectrum w/ Kempston).

The heart of the circuit is a PIC microcontroller that converts I2C data from Wii Nunchuck. into pressing of switches on the Atari Joystick.

The device can be programmed into several modes of operation, with or without the accelerometers and auto-fire. The configuration is stored in EEPROM.

All components are through hole and the board can be easily built at home.

at26-SNES_box_3d.skp

3D files for a box to [S]NES version of adapter

SSEYO Koan Play File - 1.14 MB - 07/08/2016 at 20:24

Download

SNES-AT26.hex

Firmware for [S]NES to Atari adapter

hex - 2.90 kB - 07/01/2016 at 02:27

Download

NunchuckTK.hex

Firmware for Nunchuck to Atari adapter

hex - 6.01 kB - 07/01/2016 at 02:25

Download

  • 1 × PIC16F688, DIP14 Package PIC microcontroller 4K Flash, 14 pins
  • 1 × 78L33 Voltage Regulator, TO92 package
  • 1 × 3mm LED, Yellow 3mm LED, Yellow
  • 2 × 10uF/16V Electrolytic Capacitor, radial
  • 1 × 100nf Polyester/Ceramic capacitor

View all 8 components

  • 3D Box for [S]NES version

    danjovic07/08/2016 at 20:22 0 comments

    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.

  • Alternate [S]NES firmware in action

    danjovic07/06/2016 at 04:32 0 comments

    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.

  • Pictures of the [S]NES alternate configuration assembly

    danjovic07/06/2016 at 01:21 0 comments

    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.

  • Alternate Firmware: [S]NES

    danjovic07/01/2016 at 02:24 0 comments

    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".

  • AT26-Chuck in Action

    danjovic11/19/2015 at 02:21 0 comments

    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...

  • Board programmed and tested

    danjovic11/11/2015 at 02:11 0 comments

    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

    danjovic11/07/2015 at 20:02 0 comments

    First board assembled! Now to the programming and tests. The photo has bad quality because it is taken from my mobile phone.

  • Boards arrived

    danjovic11/07/2015 at 18:29 0 comments

    The boards have just arrived. I am going to start assembling them while I take notes on each step to write the instructions.

  • User Manual: Draft

    danjovic11/03/2015 at 00:02 0 comments

    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).

  • Contest Entry Checklist

    danjovic10/31/2015 at 10:00 0 comments

    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

View all 12 project logs

  • 1
    Step 1

    Programming modes table

View all instructions

Enjoy this project?

Share

Discussions

alpha_ninja wrote 12/07/2015 at 00:49 point

[verified: no design files missing]

  Are you sure? yes | no

danjovic wrote 12/07/2015 at 01:13 point

Wonderful!

  Are you sure? yes | no

alpha_ninja wrote 12/07/2015 at 02:57 point

Fantastic!

  Are you sure? yes | no

alpha_ninja wrote 12/02/2015 at 00:46 point

This is your one-week reminder to upload design documents: https://hackaday.io/project/7813-the-square-inch-project/log/28566-design-deadline

  Are you sure? yes | no

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates