Update project status

This commit is contained in:
Terence Boldt 2020-12-05 02:08:07 +00:00
parent 0b44cd7ce2
commit 3c08efa01c

View File

@ -4,7 +4,7 @@ Apple II expansion card using a Raspberry Pi for I/O
![Image of Board](/Hardware/Apple2IORPi.jpg)
## Project Status
This is a very early stage project. Currently one partially completed hand wired physical prototype exists that sends data unidirectional from the Raspberry Pi Zero W to the Apple II via 8 bit parallel data bus. The PCB layout has not been physically tested and no firmware or software exists yet.
This is a very early stage project. Currently one board has been assembled and tested. There is no firmware, however with some simple Go and Node.js code, it was determined that communications are working and Go is significantly faster.
## 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. Initially this would be storage via virtual ProDOS compatible drive. Next might be adding virtual serial card support over wifi. Future enhancements could 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.