Author Topic: Help with an Amiga & Arduino Project (Retro) 0 Any Amiga Fans could help?  (Read 2410 times)

0 Members and 1 Guest are viewing this topic.

Offline RobSmithDevTopic starter

  • Newbie
  • Posts: 4
  • Country: gb
  • Software engineer with strong interest in embedded
I've been running an open source project to read and write Amiga floppy disks from a PC inside of Windows using an Arduino to actually control the drive.  I have a whole write up about it on my site (http://amiga.robsmithdev.co.uk) which will probably answer the what/why/how etc.

The project is mostly there, I can read and write data to the disk fine, when writing a track, I read back the track to verify it and all appears fine, but on a real Amiga system, some tracks are reported to have checksum errors.

I am sure its a very slight timing issue as it appears to be intermittent, so I'm asking for anyone that has an Amiga, an Arduino and a good oscilloscope/logic analyzer to help.  I would really like an oscilloscope/logic analyzer trace/dump of a real disk (a single track) how it looks originally, and then again how it looks after being read in (which works OK) and then written back to a new disk. 

Sadly I can't afford a better oscilloscope than the old one mentioned in the write up, but this would help advance this project.

A few comments: I don't want to change the micro-controller as I want this to be as accessible as possible and I have had some great responses from people so far.  This project isn't about making money, its just for preservation and a bit of fun.
 

Offline @rt

  • Super Contributor
  • ***
  • Posts: 1068
Not that it wasn’t appropriate to post here, but have you tried
EAB (English Amiga Board)? Most Amiga enthusiasts just want
to play games, and have someone else fix it when it breaks,
but if the requirement is only an Amiga with floppy disk drive,
and fast scope, then a few members there might fit the bill.
 

Offline daybyter

  • Frequent Contributor
  • **
  • Posts: 397
  • Country: de
I just wonder if one of those 6,- USB logic analyzers would work for you?
 

Offline RobSmithDevTopic starter

  • Newbie
  • Posts: 4
  • Country: gb
  • Software engineer with strong interest in embedded
:) just seen how cheap these can be, and for the rate I require it can be a cheap one, cheers
 

Offline Fungus

  • Super Contributor
  • ***
  • Posts: 16947
  • Country: 00
I just wonder if one of those 6,- USB logic analyzers would work for you?

Nah, they won't show you the quality of the signal or exact timing.
 

Offline BrianHG

  • Super Contributor
  • ***
  • Posts: 7949
  • Country: ca
Good luck in replicating the Amiga's Paula chip's serial IO of the disk read and write data port.  It is married to a perfect division of the 28.63636 Mhz for north American version and 28.37516 Mhz for the European version.  It is such a finicky tuned system that whenever you used the Amiga IBM dos floppy emulator, the IBM dos disks wouldn't always work right on a PC, or many read retries was to be expected.  Writing was a dance of possible corruption of your PC disk.  Even worse, many video games took advantage of the Paula's programmable timing oddities to create unusual tracks which could not be replicated by mere copying as a means of copy protection of the game.
« Last Edit: March 21, 2018, 03:36:51 am by BrianHG »
 

Offline RobSmithDevTopic starter

  • Newbie
  • Posts: 4
  • Country: gb
  • Software engineer with strong interest in embedded
Just to let you all know the issue is solved! - Didn't need a logic analyser in the end, turned out to be I wasn't writing enough data to clear out the previous data so the reader was getting confused when it found part-sector information left over.  I now run an erase cycle first on the track and the problem disappeared!  Reading and writing AmigaDOS disks is now more or less 100% successful from an Ardunio and PC.  Now onto copy protected disks lol (I guess I'm going to have fairly limited success with this)
 

Offline BrianHG

  • Super Contributor
  • ***
  • Posts: 7949
  • Country: ca
Just to let you all know the issue is solved! - Didn't need a logic analyser in the end, turned out to be I wasn't writing enough data to clear out the previous data so the reader was getting confused when it found part-sector information left over.  I now run an erase cycle first on the track and the problem disappeared!  Reading and writing AmigaDOS disks is now more or less 100% successful from an Ardunio and PC.  Now onto copy protected disks lol (I guess I'm going to have fairly limited success with this)
Don't forget support for half step size tracking (Trick on manipulating the 8520's step and direction signal) and negative tracks and extra tracks...
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf