Apple IIe Platinum Keyboard

11 posts / 0 new
Last post
cbmeeks's picture
Offline
Last seen: 2 years 10 months ago
Joined: Jan 17 2005 - 14:47
Posts: 61
Apple IIe Platinum Keyboard

I just bought an Apple IIe Platinum (with extended keypad) keyboard on eBay.

Will it work with the Apple I Replica?

Thanks!

cb

Offline
Last seen: 9 months 15 hours ago
Joined: Dec 20 2003 - 10:38
Posts: 249
Not directly. The Appl

Not directly.

The Apple IIe keyboards are simply matrix keyswitches without any logic. The II/IIplus keyboards are ASCII encoded keyboards that send ASCII data in a parallel format (7 or 8 bits) with some type of strobe signal.

cbmeeks's picture
Offline
Last seen: 2 years 10 months ago
Joined: Jan 17 2005 - 14:47
Posts: 61
so, would it be practical to

so, would it be practical to take a microcontroller, like a PIC16F84, grab the matrix information, and convert it to ASCII signals?

Offline
Last seen: 9 months 15 hours ago
Joined: Dec 20 2003 - 10:38
Posts: 249
Yes it would

This was done already for a AVR by a replica user connecting it to a TI99/4A keyboard. I haven't been given permission to post code or pics, sorry. Anybody that has microcontroller experience should be able to make a matrix encoder for something like the IIe. Conversion would be easy, just use a lookup table from the matrix keyboard and send the 7-bit data out with a strobe active high for 30ms I believe (I'll have to look that one up).

cbmeeks's picture
Offline
Last seen: 2 years 10 months ago
Joined: Jan 17 2005 - 14:47
Posts: 61
he should share!

think he would mind pics/code?

Offline
Last seen: 18 years 9 months ago
Joined: Mar 23 2005 - 06:20
Posts: 19
Same boat

I just picked up an Apple ][e keyboard (as in, oldskool with a lamp instead of an LED..)

I'm interested in doing the ASCII encoding on this, my favourite 8-bit micro keyboard of all time. I could sit down and figure out the pinout, the matrix, etc, etc (and have started doing so), but if someone has a pinout and key matrix in some nice Apple //e book or something, please scan and post?

Offline
Last seen: 9 months 15 hours ago
Joined: Dec 20 2003 - 10:38
Posts: 249
Here is the schematic for the

Here is the schematic for the IIe keyboard:

Apple IIe keyboard schematic

This would be a great project for the replica since IIe's are everywhere.

Later,

Vince

Offline
Last seen: 18 years 9 months ago
Joined: Mar 23 2005 - 06:20
Posts: 19
Thanks Vince!

Greatly appreciated, it is now quite obvious to me that you can encode that with a $2 AVR and a $.33 74LS42, which is perfect!

Guess I need to make a parallel port AVR programmer. And figure out how to get a parallel port on a mac—I'm sure some variant of USB printer adapter is supported.

cbmeeks's picture
Offline
Last seen: 2 years 10 months ago
Joined: Jan 17 2005 - 14:47
Posts: 61
Any update?

I was wondering if anyone got this keyboard to work with the Replica.

I also would like to get this keyboard to work with a homebrew computer.

Offline
Last seen: 18 years 9 months ago
Joined: Mar 23 2005 - 06:20
Posts: 19
I've designed the encoder, bu

I've designed the encoder, but I haven't had time to program an AVR and put it together yet. I have two Apple //e keyboards and the option to buy several hundred of these Heathkit keyboards mentioned in another thread, so my priority will be there. (It's just a different wiring to the keyboard port and a few changed lines of AVR source code, so it's doable.)

The problem I'm facing is time. I haven't had much of it.

cbmeeks's picture
Offline
Last seen: 2 years 10 months ago
Joined: Jan 17 2005 - 14:47
Posts: 61
Mind sharing?

Biggrin

Log in or register to post comments