In this post, I implement a compactflash adapter for the RC2014 If you haven’t read by first blog post on the RC2014, please start there as it will provide background information, including where I purchased the kit from. Purpose If I think back to my first computing experiences, there was usually some form of storage. …
Read MoreCategory: Electronics Projects
Nixie Calculator Update – PCB availability, source code, design notes
The nixie tube calculator project was not funded on kickstarter, and I recall some time ago promising to make the boards and other resources that I used for constructing the prototype available. Well, it’s taken a while but I’ve finally got around to it. I’ve made the boards available on Osh Park, which is the …
Read MoreZ80 Retrocomputing 9 – CTC and dual serial ports for RC2014
In this post, I add a Z80 CTC (counter-timer) and SIO/2 (serial IO) to the RC2014 If you haven’t read my other Z80 retrocomputing blog posts yet, then please start with the first one, Intro to Z80 Retrocomputing, for an overview of the RC2014 platform. Motivation All I wanted to do was connect a GPS …
Read MoreZ80 Retrocomputing 8 – Speech Synthesizer for RC2014
I built a speech synthesizer board for the RC2014 The speech synthesizer IC that I chose is the SP0256A-AL2. One of my reasons for choosing it was that it seemed plentiful on eBay. They’re all fakes though, every damn one of them on eBay, so far as I can tell. 🙁 Fortunately, there is a …
Read MoreSP0256A-AL2 speech synthesizer chips: Genuine vs Counterfeit.
All I wanted to do was build a speech synthesizer… To make a long story short, I’ve ordered chips from three difference China eBay sellers, and have received three different sets of chips that don’t work right. The first set of bad chips Here’s the first one: This one actually turned out to be an …
Read MoreZ80 Retrocomputing 7 – RC2014 DAC (Digital To Analog Converter)
I build a digital to analog converter for the RC2014: [TODO: insert video here] Digital to analog converters are useful for interfacing microprocessors to analog devices. They typically take a digital value of a fixed number of bits (in our case 8 bits) and convert it to an analog voltage or current. The DAC presented …
Read MoreZ80 Retrocomputing 6 – RC2014 TIL311 Front Panel Board
I was so pleased with the Bus Monitor board that I decided to also build a “front panel” board. [TODO – Insert video here] This front panel board also uses TIL311 displays. Design Here is the schematic: If you haven’t read my other posts on the Z80 retrocomputer, please start with the first one, as …
Read MoreZ80 Retrocomputing 5 – Single Stepper for RC2014
In this blog post, I design a single step module for the RC2014. [TODO: Insert Video Here] If you haven’t read my introduction to retrocomputing yet, then please start there, as it describes the Z80 platform that I’m using. The single step module is an alternative to the bus supervisor that I designed in the …
Read More