Order here I have just added two new adaptors for the RGBtoHDMI that support the Commodore Amiga and Atari ST computers. These two adaptors work similarly in that they both pickup digital signals from inside the computer that can be passed to the RGBtoHDMI board that can be located on the outside of the system. This way you don’t have
I will admit it. This new product grew out of my own laziness. I didn’t want to take the time to solder all those floppy cable wires from an Arduino to an old floppy drive. Thus the Amiga-to-Floppy Drive Adapter was born. In a few days, I had my PCBs which manage all those connections in hand. A few hours
New product in the Retro Hack Shack shop! Order it here! I have ordered a short run (i.e. qty 4) of development boards that run the FabGL project. Fabrizio Di Vittorio has written some stellar code that emulates many vintage systems including the Intel 8088 used in the original IBM PC, the VIC-20, various network terminals, and some homemade arcade
I have done a small run of 12bit Extender boards and added them to the RGBtoHDMI options to purchase. This board makes it easier to connect to retro systems that require all 12bits by allowing you to use a 16 pin IDC connector instead of having to solder wires on to the main board. You can order one in the
Update: The main CPLD board sells out quickly. If it is sold out, sign up on the store page to be updated when it is back in stock. I have been working with the developers of the RGBtoHDMI project and I an happy to announce that you can now purchase the RGBtoHDMI adaptors and accessories right here on my site!
In my recent video where I turned an old Zoom modem into a Christmas tree ornament, I showed the code I used to make the LEDs blink and play the modem sound. This is a pretty simple program with some standard elements that I use all the time in my projects. I especially use the timer and the button state
Part 1 – https://youtu.be/8lnaI7TY0qQPart 2 – https://youtu.be/xGO3N1ThHFA In my recent two part episode on assembling and testing an RGBtoHDMI adaptor for retro computers, I showed a cable diagram and a few test programs I used to make sure everything was working properly. Here are those resources. If you are in need of such a device and can do your own
In my YouTube episode on making plastic skulls out of milk jugs I showed a simple script to run on an Arduino to make the lights fade in and out. Here is the code you can use if you decide to build this project. Be sure to change the variables at the top of the script to match your setup.
In my recent video on the Teknika MJ-22 monitor I lemented the fact that I couldn’t find a manual which means I couldn’t get the pinout for the RGB connector on the back. I went ahead and traced out the connections in the cable I bought off ebay and here is the resulting pinout. I have also included the pinout
On a recent video I show you how I hacked a US Robotics Courier modem to look and sound a bit more like KITT from the Knight Rider TV series. The project used an Arduino Pro Mini to drive the LEDs on the modem and a DFPlayer module to play some fun sounds. This project was pretty easy to do