Free PCBs

9 posts / 0 new
Last post
Stargeezer's picture
Offline
Last seen: 1 week 4 days ago
Joined: Aug 4 2020 - 12:06
Posts: 145
Free PCBs

Hi all:

I have some PCBs for a PS2 to Apple II/II+ interface based on this sites design https://knzl.at/ps2-keyboard-for-apple-ii/

There is a minor issue.  As these were first effort boards, the PS2 componenet mounting is backwards.  They are also untested.

The PS2 port is facing the socket locations.  It should be facing outward.  That being said, it would be easy to jumper it from the socket to a panel mount or similar.

If you would like one, drop me a PM.   I only have 3 boards available.

No components are included and you need to download the source code for the PIC16F630 and upload it to the microcontroller.

Cheers,

mark

Offline
Last seen: 4 hours 22 min ago
Joined: Jul 5 2018 - 09:44
Posts: 2516
I soldered up one of these,

I soldered up one of these, built a spacer to compensate for the keyboard socket being backwards...  I just need to know where to get the code for the PIC16F630 and how to program it.

 

 

 

MacFly's picture
Offline
Last seen: 4 days 10 hours ago
Joined: Nov 7 2019 - 13:49
Posts: 442
The code is in the ZIP file

The code is in the ZIP file on the linked page above. It contains the source code and binary files for two PIC devices in hex format (ps2_to_apple2_SVN14_16F630_not_tested.hex). But you will need a programmer for a PIC device. You could buy one - or build one. They are a little more complex since the PICs need a higher programming voltage.

Offline
Last seen: 4 hours 22 min ago
Joined: Jul 5 2018 - 09:44
Posts: 2516
Damn....  I didn't notice

Damn....  I didn't notice there was a link there because it wasn't active.  I ordered the chip, I will have to check if any of the programmers I have will handle a PIC.  If not I guess I'll need to get one.

 

Offline
Last seen: 7 hours 28 min ago
Joined: Jun 29 2018 - 16:55
Posts: 570
softwarejanitor wrote:Damn...
softwarejanitor wrote:

Damn....  I didn't notice there was a link there because it wasn't active.  I ordered the chip, I will have to check if any of the programmers I have will handle a PIC.  If not I guess I'll need to get one.

 

The PIC16F series is very well supported, even the TL 886 II supports it. Full device list for that programmer:

 

http://www.autoelectric.cn/MiniPro/TL866II_List.txt

Offline
Last seen: 4 hours 22 min ago
Joined: Jul 5 2018 - 09:44
Posts: 2516
skate323k137 wrote
skate323k137 wrote:
softwarejanitor wrote:

Damn....  I didn't notice there was a link there because it wasn't active.  I ordered the chip, I will have to check if any of the programmers I have will handle a PIC.  If not I guess I'll need to get one.

 

The PIC16F series is very well supported, even the TL 886 II supports it. Full device list f

 

Cool, I have a TL866CS and a TL866 II Plus.

 

Offline
Last seen: 4 hours 22 min ago
Joined: Jul 5 2018 - 09:44
Posts: 2516
a2_ps2_kyb_adapter.jpeg

 

This is my hack for the connector being backwards.  The spacer is made from a couple of chunks of IDC header that are soldered to the board, then the PS/2 connector fits into those and is held in place by the zip tie...  Ugly Jerry rigging job, but it should work.

 

 

Offline
Last seen: 4 hours 22 min ago
Joined: Jul 5 2018 - 09:44
Posts: 2516
softwarejanitor wrote:[[{"fid
softwarejanitor wrote:

[[{"fid":"35189","view_mode":"default","fields":{"format":"default","alignment":"","field_file_image_alt_text[und][0][value]":"a2p ps2 kyb adapter","field_file_image_title_text[und][0][value]":"a2p ps2 kyb adapter"},"link_text":null,"type":"media","field_deltas":{"1":{"format":"default","alignment":"","field_file_image_alt_text[und][0][value]":"a2p ps2 kyb adapter","field_file_image_title_text[

Programming the PIC with my TL866II+couldn't have been easier...

 

 

minipro -p "PIC16F630" -w ps2_to_apple2_SVN14_16F630_not_tested.hex

 

 

Offline
Last seen: 4 hours 22 min ago
Joined: Jul 5 2018 - 09:44
Posts: 2516
Here it is all completed... 

Here it is all completed...

 

Log in or register to post comments