ElectricLab Posted December 31, 2016 Share Posted December 31, 2016 Here's a video I created tonight after hacking together a quick interface proof-of-concept: https://youtu.be/ZyG_L_wX4C0 7 Quote Link to comment Share on other sites More sharing options...
+Vorticon Posted December 31, 2016 Share Posted December 31, 2016 Really great idea! I had been mulling about doing something similar myself, a sort of universal interface for experimentation. Who made the breadboard adapter? I would love to have one myself. That said, so far I have found that the parallel port, with its 4 control lines and bidirectional 8 data lines, is usually plenty enough for most of my interfacing projects, without requiring additional circuitry, and also being super easy to access from assembly or Forth. For example, the Cylon eyes (or Night Rider eyes ) would be trivial to demo using just the parallel port. What do you envision using this setup for? Quote Link to comment Share on other sites More sharing options...
+jedimatt42 Posted December 31, 2016 Share Posted December 31, 2016 ... Who made the breadboard adapter? I would love to have one myself. You can find info on the adapter here: http://atariage.com/forums/topic/255369-side-port-breadboard-adapter-like-pi-cobler/ It is very nice having the console pinouts right there on your breadboard projects... -M@ 1 Quote Link to comment Share on other sites More sharing options...
ElectricLab Posted December 31, 2016 Author Share Posted December 31, 2016 Really great idea! I had been mulling about doing something similar myself, a sort of universal interface for experimentation. Who made the breadboard adapter? I would love to have one myself. That said, so far I have found that the parallel port, with its 4 control lines and bidirectional 8 data lines, is usually plenty enough for most of my interfacing projects, without requiring additional circuitry, and also being super easy to access from assembly or Forth. For example, the Cylon eyes (or Night Rider eyes ) would be trivial to demo using just the parallel port. What do you envision using this setup for? Thanks Vorticon. I think this has the potential to do much faster IO than the parallel port, and will allow for full-duplex communication by using more than one address. Not requiring a parallel port is another plus. I envision creating a Arduino-shield style board that could plug into M@'s memory expansion that could contain an ethernet or wifi module. Or ? Quote Link to comment Share on other sites More sharing options...
+Vorticon Posted December 31, 2016 Share Posted December 31, 2016 Thanks Vorticon. I think this has the potential to do much faster IO than the parallel port, and will allow for full-duplex communication by using more than one address. Not requiring a parallel port is another plus. I envision creating a Arduino-shield style board that could plug into M@'s memory expansion that could contain an ethernet or wifi module. Or ? I see where you are going with this, and I agree that the flexibility and speed of that kind of setup will open all sorts of options... Can't wait to see what you can come up with Quote Link to comment Share on other sites More sharing options...
+Vorticon Posted December 31, 2016 Share Posted December 31, 2016 You can find info on the adapter here: http://atariage.com/forums/topic/255369-side-port-breadboard-adapter-like-pi-cobler/ It is very nice having the console pinouts right there on your breadboard projects... -M@ Thanks. I'm definitely going to get that. Quote Link to comment Share on other sites More sharing options...
Tursi Posted January 1, 2017 Share Posted January 1, 2017 For other hacking, if you want this sort of functionality in a cartridge, the UberGROM was designed with I/O in mind. You have six programmable GPIO pins and four ADC inputs, as well as a programmable UART. It's all accessed by simply reading and writing as if they were GROM memory. I really need to do a demonstration video sometime Very cool to see what you put together there! 1 Quote Link to comment Share on other sites More sharing options...
Shift838 Posted January 6, 2017 Share Posted January 6, 2017 Cool project. I just watched a Knight Rider Marathon! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.