Archive for the ‘Vintage Computing’ Category

Disk II interface updates #16

Friday, July 3rd, 2009

Great news: I finally got the USB interface working well enough to get a command down to the processor handling the Disk ][ interface. The PC even recognizes a mass storage device. Now I have to work on some code that will handle those commands – my original code used ASCII commands from a terminal. I should be able to make faster progress now.

Disk II interface updates #15

Tuesday, June 23rd, 2009

Ok, did my deep dive of USB standards and think I have a handle on the technology.

I tweaked the code to make it look like a Mass Storage device using bulk only protocol to the host. The AVR handling the USB interface will simply transfer the USB mass storage commands/data/status between the AVR handling the disk interface and the USB bus.

So far the basic transfer is not working, but I think I have a good grounding on the technology, and now the process becomes a debug effort.

Stay tuned…

Apple ][ Repair Services

Thursday, June 18th, 2009

I receive an occasional query regarding Apple ][ repair services. I have considered offering repair services, but feel that frequently, problems are traced back to intermittent connections between sockets and chips on these old boards. Apple didn’t use the best sockets in it’s products and once you start having intermittent problems with sockets, they probably aren’t going to stay away for long. Because of this, I feel that it would be very hard to provide a repair service that would consistently return boards that are reliable over the long haul.

Creative Solutions does offer repair services, though I am not sure if they still are in business. You can try contacting Creative Solutions at creatsltn@aol.com or phone (937) 429-5759 M-F 9-5 Eastern.

I really feel that your best bet is to find a fellow vintage computer hobbyist in your area that would be willing to work with you in troubleshooting your board. Half the fun of these old machines is learning how to fix them up and get them back into working order.

Apple II Service Notes Posted

Thursday, June 18th, 2009

An anonymous contributer sent me some pretty good notes on servicing Apple II computers. I have put them into PDF format and put a link from my repair page to them.

My repair page.
http://www.willegal.net/appleii/appleii-repair.htm

Disk II interface updates #14

Wednesday, May 20th, 2009

step 1, figuring out where the lost serial data went, is evolving into a complete investigation of the USB bus architecture and a relook at using CDC vrs Mass Storage device class and the V-USB(AVR-USB) implementation in general. The HW implementation is unlikely to change. This is likely to take some time.

Disk II interface update #13

Friday, May 15th, 2009

Good, somewhat surprising news. I programmed the AVR that is being used for the USB interface and the device attached to a PC on first attempt. So far I haven’t been able to get serial data through it, but just communicating with a PC is fantastic progress. Next steps…

1) Figure out where serial data is being lost
2) I’ll plug in the Disk ][ interface AVR and get some basic operations working
3) I’ll have to finalize and implement the host/Disk ][ communications protocol.

Disk II interface update #12

Monday, May 11th, 2009

Disk section of new proto board checks out – I’m able to read/write/format disks with same functionality as the first proto board. Inner tracks don’t seem to read quite as reliably as before, but I’ll look at this later on. Using a crystal for clock seems to be a good thing, because the format function seems to fit a track a little better on to a disk. I couldn’t tune that RC oscillator well enough to suite my liking.

Next step is the USB interface.

Regards,
Mike Willegal

Disk II interface update #11

Friday, May 8th, 2009

Quick update – holes drilled and components soldered in (except for AVR’s, which go into sockets). Power supply checks out OK. I will be able to bring up USB and Disk interface sections separately. Communications between the two AVRs is through a serial interface and I have added a header which will allow me to interface from a RS232 port on a PC directly to each AVR, during initial bring-up. First, I intend on bringing up the Disk interface to state where I left it on original proto board. Some tweaks to the SW must be made because of change in AVR versions, but this shouldn’t take very long. Once that is working, I’ll bring up the USB interface. Finally I’ll combine the two and work on host protocol, which is the last major activity planned for this project.

Disk II interface update #10

Tuesday, May 5th, 2009

I have all the parts and etched the board this morning. Registration between layers isn’t as good as I’d like, but it will do for a prototype. It will take another evening to drill holes and solder in the components. Some of you may wonder why I go through the effort of making a PCB for a prototype. Well I think a PCB results in a vastly more presentable finished board and I like the esthetics of it. The result should also be a little more reliable than the results of other prototype processes. I don’t think that it is that much more trouble than say wirewrap or point to point prototyping. Finally, creating a prototype using the same artwork that a production house would use, makes going for a production run much less risky.

The board is designed to fit an a Serpac A20 enclosure, as used on my shutter tester project – http://www.willegal.net/light/tester.JPG. This is not the cheapest enclosure, but I think it is a pretty good looking off the shelf box. I’ll have to come up with some kind of cool decal to put on top of it.

-Mike W.

PS In this image I haven’t yet removed the ink from the laser printer image that is used to form the resist.diskii-PCB

Disk II interface update #9

Sunday, April 26th, 2009

Quick update. i’ve got board lay out complete and parts on order for the second proto board. I may start the etching process today. This promises to be one of the most tricky two sided boards that I have tried to etch at home. When etching boards at home I try to keep them to a one sided design, but connecting the 20 pin header basically is forcing a two sided design. Also starting to work out interface/Disk II protocol. It looks like ADT will be used as a starting point for the interface.