Intel 8008 Information

For anyone interested... Here is some documentation I have gathered on the Intel 8008 microprocessor. The project to implement a functioning 8008 computer currently stands at level 26, in my queue of things I'd like to build. In this Dropbox folder you will find: 8008 User Manual 8008 Data Sheet Cutting from "The Intel 8008… Continue reading Intel 8008 Information

Advertisement

Inter-Processor Comms

Below please find links to information on using I2C and SPI to communicate between Arduinos and RPis. There are others and I'll post as able. I2C i2c.info https://create.arduino.cc/projecthub/... http://www.instructables.com/id/I2C-between-Arduinos/ http://www.robot-electronics.co.uk/i2c-tutorial https://learn.sparkfun.com/tutorials/i2c https://www.youtube.com/... https://blog.adafruit.com/... https://gist.github.com/carlosefr/5849220 SPI http://www.circuitbasics.com/basics-of-the-spi-communication-protocol/ https://projects.drogon.net/understanding-spi-on-the-raspberry-pi/