
Lannie
Moderators: Mug UK, Zorro 2, spiny, Greenious, Moderator Team
Spiny, did you get the LP Ram? How low did it have to be?spiny wrote:with lid in place, it doesn't close properly at the moment at the keyboard sits on the RAM, I'm -still- looking for some low profile ram to go in, then it'll be 99.9% complete
no, it appears that the type i need is non existant. i lowered the mounts for the mboard a few mm and i can close the case if i just use one ram stick, so its all goodMethanoid wrote:Spiny, did you get the LP Ram? How low did it have to be?spiny wrote:with lid in place, it doesn't close properly at the moment at the keyboard sits on the RAM, I'm -still- looking for some low profile ram to go in, then it'll be 99.9% complete
Nice one. I been always wanting to do that to my STFMbob1969 wrote:here the pictures
It probably could, but you would have to start from scratch I guess. My firmware would absolutely not work with an Amiga 500 keyboard.Atarist8te74 wrote:Could somebody please confirm if an Amiga 500 keyboard could be made to work on the Teensy?
Yes, it only handles Atari ST/TT/Falcon keyboards with built-in IKBD keyboard controller.Atarist8te74 wrote:Good regarding it would work but the firmware, I m guessing it is totally geared for the atari controller only?
I guess you will have to start from scratch. The Amiga 500 keyboard has something that looks like a PS/2 protocol electrically. I don't know anything about the protocol itself. You will have to implement a host for the keyboard, decode the data stream and convert it to USB HID scancodes. It would most likely be a fun little projectAtarist8te74 wrote:How difficult will it be to adapt the firmware?
It would probably be easiest to just clone this guys' project. If you feel adventurous you can steal the parts of the code that deals with the Amiga keyboard, port it to the Teensy and write your own code to convert the Amiga scancodes to USB.Atarist8te74 wrote:So can I use a Teensy or would I have to buy this: Arduino-Compatible Mega 2560 R3 ATEMAGE16U2
Sorry im clueless on all these development boards, its all new to me!