Apple II expansion card using a Raspberry Pi for I/O
Go to file
2020-11-15 22:45:33 -05:00
Hardware Update schematic and create rough PCB layout 2020-11-15 22:44:31 -05:00
.gitignore Add control lines and resistors - STILL MISSING CAPACITORS AND VCC/GND 2020-11-10 21:49:04 -05:00
LICENSE Initial commit 2020-11-02 21:02:52 -05:00
README.md Update README.md 2020-11-10 21:57:22 -05:00

Apple2-IO-RPi

Apple II expansion card using a Raspberry Pi for I/O

Project Status

This is a very early stage project. Currently one partially completed physical prototype exists that sends data unidirectional from the Raspberry Pi Zero W to the Apple II via 8 bit parallel data bus. The schematics are incomplete but now include bidirectional communications. There is no firmware or PCB design yet, nor code for the RPi.

Purpose

The purpose of this project is to provide I/O for an Apple II series 8 bit computer via a Raspberry Pi Zero W which is powered by the Apple II expansion bus. This could be expanded to use the RPi for more complex processing as per request from the Apple II. For example, the Apple II could request a web page or application and the RPi could calculate this in Apple II hi-res graphics mode and send the image data back to the II for display purposes.

Similar Project

If you're looking for complete hardware design or prefer having Apple II peripherals control a control a Raspberry Pi rather than simply using the Raspberry Pi to provide storage and network access to the Apple II, have a look at David Schmenk's excellent Apple2Pi project.