-
Notifications
You must be signed in to change notification settings - Fork 16
/
README.txt
executable file
·35 lines (26 loc) · 1.17 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Interface Atari ST Keyboard to USB HID Keyboard
===============================================
This code runs on an Arduino Leonardo to provide an interface between
an Atari ST keyboard (520 STFM keyboard tested, others *may* work) and
a USB HID keyboard device.
The purpose of this is to allow a small form factor PC (Raspberry Pi in
my case) to be installed in an Atari ST case and to use the original
ST keyboard.
Developed for use with an Arduino Leonardo as it is able to act directly
as a USB keyboard controller so doesn't require the Arduino firmware to
be modified as some of the other Arduinos (eg. Uno) would do.
The Atari keyboard connector is wired to the Arduino as follows:
Atari 8-pin Keyboard Connector Arduino
------------------------------ -------
1 0V GND
2 (Blanked off)
3 Not used
4 5V 5V
5 RX RX1 (0)
6 TX TX1 (1)
7 Reset 4 (can be changed in code)
8 Not used
See http://www.kevinpeat.com/atari_pi_reworked.html for my hybrid Atari
ST Raspberry Pi project.
Copyright Kevin Peat 2017
kevin 'at' kevinpeat.com