Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Is this ATmega328 devise Kade capable?  (Read 1160 times)

0 Members and 1 Guest are viewing this topic.

Locke141

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1692
  • Last login:February 23, 2025, 06:44:01 pm
  • Never grow up.
Is this ATmega328 devise Kade capable?
« on: November 10, 2014, 12:46:37 pm »
So I have had one of a arduino laying around so I was wondering if I could use the Kade loader to make it into a fight stick.

http://www.ebay.com/itm/311057315455?_trksid=p2059210.m2749.l2649&ssPageName=STRK%3AMEBIDX%3AIT

I live in Tanzania so getting a real kade will her is not an option.

« Last Edit: November 10, 2014, 12:48:13 pm by Locke141 »

equlizer

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 363
  • Last login:November 17, 2019, 02:56:48 am
  • All your base are belong to us
Re: Is this ATmega328 devise Kade capable?
« Reply #1 on: November 10, 2014, 09:25:12 pm »
If you download the program then go under beta you will see that it is supported there.  To what degree?  I don't know.  Maybe talk to the dev and see if he can help you with a personal file.

PL1

  • Global Moderator
  • Trade Count: (+1)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 9687
  • Last login:Today at 12:24:20 pm
  • Designated spam hunter
Re: Is this ATmega328 devise Kade capable?
« Reply #2 on: November 10, 2014, 10:21:45 pm »
I haven't worked with that specific board, but it is in the pulldown menu of Loader, so that's good news.

Do you have the "serial programmer cable" mentioned in the directions?

Right now the only firmware that is compiled for that board is the "LED blink test", so you'll need to compile a hex file from the source code (or get Jon to do it ) so you can use "File -- Load HEX File" menu.

Which firmware were you wanting to use? (HID joystick, MAME P1 defaults, etc.)


Scott

Locke141

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1692
  • Last login:February 23, 2025, 06:44:01 pm
  • Never grow up.
Re: Is this ATmega328 devise Kade capable?
« Reply #3 on: November 11, 2014, 01:06:04 am »
I haven't worked with that specific board, but it is in the pulldown menu of Loader, so that's good news.

Do you have the "serial programmer cable" mentioned in the directions?

Right now the only firmware that is compiled for that board is the "LED blink test", so you'll need to compile a hex file from the source code (or get Jon to do it ) so you can use "File -- Load HEX File" menu.

Which firmware were you wanting to use? (HID joystick, MAME P1 defaults, etc.)
   
Scott

Nope, don't have the serial programmer cable, I did oder a usb attachment thinking with female pin adapters but thats not it.

I want to make a fight stick for my brother so I was thinking one of the newer consoles. I know he has a PS3 and a xbox 360 so if I could get either to work it one would make me happy.
« Last Edit: November 11, 2014, 01:09:15 am by Locke141 »

PL1

  • Global Moderator
  • Trade Count: (+1)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 9687
  • Last login:Today at 12:24:20 pm
  • Designated spam hunter
Re: Is this ATmega328 devise Kade capable?
« Reply #4 on: November 11, 2014, 03:05:01 am »
You might be able to adapt/recompile the KADE PS3 firmware source code, but the 360 has some kind of encryption IIRC.


Scott

Locke141

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1692
  • Last login:February 23, 2025, 06:44:01 pm
  • Never grow up.
Re: Is this ATmega328 devise Kade capable?
« Reply #5 on: November 11, 2014, 02:53:57 pm »
Thanks for your help guys. I think I'm going to hold off until I get an official model.

I'll use on of my zero delay encoders for now and will replies it with a cade later on down the road.
« Last Edit: November 14, 2014, 03:33:38 pm by Locke141 »

degenatrons

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 364
  • Last login:Today at 08:18:31 am
    • KADE
Re: Is this ATmega328 devise Kade capable?
« Reply #6 on: November 14, 2014, 02:18:17 pm »
So I have had one of a arduino laying around so I was wondering if I could use the Kade loader to make it into a fight stick.

http://www.ebay.com/itm/311057315455?_trksid=p2059210.m2749.l2649&ssPageName=STRK%3AMEBIDX%3AIT

I live in Tanzania so getting a real kade will her is not an option.

The atmega328 AVR is not compatible with KADE firmwares as the chip does not have a USB controller and therefore no USB support.
The port provides USB-to-Serial communication only (appears as a virtual COM port on host computer) and is provided to make programming easy from Arduino software.