Idea: RaspberryPi IO Box: audio + DriveWire...

Hardware Hacking, Programming and Game Solutions/Cheats
Post Reply
jedie
Posts: 655
Joined: Wed Aug 14, 2013 12:23 pm
Location: germany
Contact:

Idea: RaspberryPi IO Box: audio + DriveWire...

Post by jedie »

tormod has made the cool "uDW - the DriveWire microserver" -> viewtopic.php?f=6&t=4981&hilit=Raspberry+Pi

I think a RaspberryPi can be also interesting, because it has a audio out via headphone jack (and via HDMI).
So it's possible to connect a RPi via parallel and audio.

In this case it will work without a patched ROM: Just load the cassette quick-loader via AUDIO...

But to support this, it's needed to trigger the "Remote start/stop" output from dragon audio jack. Think this can be done via RPi GPIO connector?!?
Where can i find more information about the dragon "Remote start/stop" outputs ?!?

It seems that the RaspberryPi can also capture audio in, see: https://www.raspberrypi.org/forums/view ... =44&t=8496
Would be a nice gimmick to made it possible to support "save to tape", too...
... too many ideas and too little time ... Related stuff written in Python:
Dragon 32 emulator / PyDC - Python Dragon 32 converter: https://github.com/jedie/DragonPy
DWLOAD server / Dragon-Lib and other stuff: https://github.com/6809
sixxie
Posts: 1346
Joined: Fri Jul 18, 2008 8:36 am
Location: Hertfordshire
Contact:

Re: Idea: RaspberryPi IO Box: audio + DriveWire...

Post by sixxie »

The schematics are a good reference for stuff like that. The motor control is standard GPIO itself - pins 1 & 3 of the tape socket will be connected when the motor is ON.

As for a parallel-port connected box and audio... wasn't there a synthesizer peripheral that connected that way? ISTR being beaten to one on ebay a while ago! Could emulate that on the Pi (assuming details can be unturfed).
User avatar
tormod
Posts: 416
Joined: Sat Apr 27, 2013 12:06 pm
Location: Switzerland
Contact:

Re: Idea: RaspberryPi IO Box: audio + DriveWire...

Post by tormod »

I like the idea! In fact so much that the uDW has a tape header inside the case :p In addition to bootstrapping DriveWire on a unmodified Dragon, it was meant to be used for playing back .CAS files (given they include enough sync bytes or they can be reconstructed), or as a sound card. But there is no support in the firmware yet.
Post Reply