Archive for the ‘Apple 1’ Category

New Project

Friday, June 11th, 2010

Folks,

Quick update – while waiting for the panasonic cassette recorder to arrive, I’ve started work on a new project.

This is going to be a Datanetics Keyboard PCB. This was the keyboard that was most commonly used with Apple 1 computers. There were several revisions made. I’m likely to layout the rev D, since it used most of the same keycap set as early Apple IIs. However, I have access to an actual, original rev B, and may decide that I can do a more faithful replication of that version.

Note that some of the important parts for this keyboard can be very hard to find. The MM5740/AAE keyboard encoder is a very difficult IC to find. Furthermore, the ones you do find, sometimes do not work reliably. Randomly repeating characters after warm up is the symptom of this problem. It would be possible to program a micro controller to accomplish the same function and mount it on a plug in daughter card. However, I think I have enough MM5740’s to satisfy my own needs, so I’ll leave that to someone else. As far as I know, Datanetics key switches and key caps can only be sourced from early Apple II plus computers. The early Apple II/plus keyboards used the same keyswitch and the same style key caps. In fact those keyboards were made for Apple by Datanetics. There are also some metals stiffeners that will be have to be fabricated in order to complete the project.

Because of the difficulty of finding parts, my plans are to only sell bare PCBs, leaving it up to the prospective keyboard builder to find the parts for his build. In addition, I will ask for pre-payment and only order enough PCBs to fill pre-paid orders. I’ll be accepting pre-orders when I feel that the layout is ready for production. The order will be placed when I have enough pre-orders to justify making a build.

Apple Cassette Interface (ACI) update

Thursday, June 3rd, 2010

I’m still working on the ACI layout, but I have some more things to do.

I want to make sure that I can make operation more reliable before I make a batch of cards for consumption by hobbyists. Besides the capacitor change, I want to find a cassette recorder that works better than the vintage Radio Shack model that I’ve been using. Even with the capacitor change, operation is not the most reliable in the world with this recorder. The recorder I’m waiting to try is the Apple specified cassette tecorder. This is a Panasonic RQ-2102, which much to my surprise is still in production. This recorder was recommended and used by Apple back in the 1970s. I have a new one on order, but it’s on back order and not due to arrive for several more weeks. Used ones are often available on eBay, but I’m looking for a new one, since belts on cassette recorders tend to stretch and slip with age.

The ACI layout is largely complete, with only rounding off of the corners of the traces and final design checks remaining to be done. Though I did the initial layout in a couple of hours, I’ve spent a lot more time than I expected fine tuning the replication of the details of the original. I think that because the board is small, finer fidelity to the original is required to ensure that I capture the right look and feel on this board

Stanford University’s “Apple 1″

Wednesday, June 2nd, 2010

Turns out that the Stanford “Apple 1″ is an unpopulated Apple II, rev 0 PCB. The only other unpopulated A2 rev 0 I know of, is the one that the Hudson Brothers just sold. As rare as this is, it would have been nice to find a bare board Apple 1. By the way, during this investigation, an archivist at Stanford Library sent me the best image I’ve ever seen of the front of a bare original Apple II rev 0 PCB. More on that in the next post.

Apple 1 Registry Started

Friday, May 21st, 2010

This page is intended to provide as much information as possible about known original Apple 1 Computers. If you have information to share about an original, and it’s not on this page, send me an email.

http://www.willegal.net/appleii/apple1-originals.htm

Blown Transformer

Tuesday, May 11th, 2010

Just a heads up folks. One Mimeo 1 builder had a P-8667 transformer fail. The windings must have shorted out. Good thing that the Mimeo was being monitored and could be shut down before any serious damage to the Mimeo or building in which it was operated, occurred. Anyway, the result was a smokey, smelly transformer that no longer works, but no damage to the motherboard or anything else. I’ll put up a picture of the transformer, when I get a chance. It is unclear what triggered this failure, but it probably was a manufacturing problem with the transformer.

As I point out in the build manual, do not operate your Mimeo, unless someone is present to take immediate action in case of component failure. These old designs don’t have all the safety features of modern consumer electronics. Some of the components supplied with the kit are over 30 years old, so unexpected, early failure is always a possibility that should be accounted for.

One more little tidbit I picked up from the owner of this unit. Mounting the two transformers at right angles to each other, should help reduce stray coupling between them. I don’t know how much of an effect this has on performance, but I figured I’d share the tip.

ACI update

Saturday, May 1st, 2010

I’m making headway on the Apple Cassette Interface clone layout.

ACI developmental CAD view

Here are my current plans.

1) Finish the layout – I’m estimating that will take a couple of weeks. This will be laid out to the same replication standard as the A1 motherboard.
2) Find a current production cassette recorder that works well with the ACI.
3) Come up with pricing for the kit – right now I’m estimating between $75 and $100. I want to make it $75, the cost of an original ACI in 1976, but that low price point might be difficult to attain.
4) Build an interest list of potential purchasers. This time around I don’t plan on ordering any parts or the PCB until I get about X number of folks on the interest list. I’ll determine what X is when I figure out the cost of kit. This number will probably be between 12 and 25 individuals.
5) When the interest list reaches critical size, but before finally ordering parts and the PCB, I may well ask for pre-order payment to confirm that this is financially viable. A lot of folks will express interest and get on the interest list, but back out for one reason or another when asked to actually part with their money.

PS/2 Keyboard Interface Design Decisions

Saturday, May 1st, 2010

Someone sent me an email asking if I could have created a PS/2 adapter that was reconfigurable in software to work with either an Apple 1 or Apple II with no hardware jumpering. I started to compose a long answer and before sending it, realized that this would be a good blog entry. So here it is.

The AVR to DIP wiring mechanism was the most difficult part of the design process, for the PS/2 keyboard adapter.

First of all I couldn’t do a software switch between the A1 and A2 pin outs without some external power switching circuitry, as the power and ground connections are different. For example, minus 12V on the Apple 1 is connected to the same pin as a data bit on an A2 keyboard.

I wanted to support S-100 and other systems with possibly different pin outs, with a standard ribbon cable. I thought about creating a user interface with the serial port to allow tweaking configuration, but decided it was too much work and could cause too much confusion, if configured wrong.

I was also concerned about increasing potential for bugs. The code for the PS/2 keyboard is pretty complex, as it is. Besides doing the bit banging to move stuff over the wire, you have to keep track of key states. Some single key state changes result in 3 bytes being transferred to the adapter. You don’t really know what is going on with the keyboard until all three bytes are recieved. When you finally decide that you have a character for the host, you then have to map a generic key code into an ASCII equivalent. A depressed shift, control or other key affects the translation.

I actually laid out at least 3 variations of this board over the past couple of years. First version was a single sided PCB and A2 specific. This one can be seen at the bottom of my keyboard adapter web page. The next version was A2 specific, but you could cut existing traces and add jumper wires for other systems. Here is a CAD image of this version.

A2 version with option to cut and rewire

The Data bits are optimized for the A2 connection, not ease of wiring. Notice that I also reversed connector ends between this version and the final version. This was to make the ribbon cable connection between an A1 and this adapter more straight forward. I think that in most cases with an A1, the adapter will be to the left of the motherboard. With the original configuration this would require twisting the ribbon cable to connect correctly.

Finally, I decided I needed to create the most generic version possible, because of the desire to support systems which could have any sort of pin out. I considered making it default to A1, and then allow cutting traces and adding wires to adapt to other systems, but decided that cutting traces was destructive and not very elegant for non-A1 applications.

Once I decided that I didn’t want to force non-A1 folks to cut traces, I rearranged the pads and pin out to make hookup as straight forward as possible. I think in this regard, I succeeded. When I wired my first boards, I found it much easier to do, than when I built a wire wrap A2 keyboard to A1 converter using two wire wrap sockets. I also figured that it was going to be sold as a kit. A little extra work on the kit builder’s part, really wasn’t necessarily a bad thing. :-)

I guess this long winded blog indicates how much I thought about the problem. The optimum design would to make a different board for each application, but it would not have been economically feasible.

I’m very happy with the result and have been exclusively using a PS/2 keyboard with my A1. The long cord and keyboard layout is much more user friendly than using an A2 plus keyboard with ribbon cable connection.

3 hours of effort and

Tuesday, April 27th, 2010

this is the result

consider it a very very rough draft… let me know if you are interested in me pursuing this further

Get your Mimeo 1 or A2 rev 0 replica, signed by WOZ

Tuesday, April 27th, 2010

Cameron Cooper had his Mimeo 1 signed by WOZ. I had another Mimeo 1 builder mention that he was going to have it done, as well. This second builder pointed out the web site that offers the mail in service.

http://www.signedbywoz.com

On the site, there happens to be a picture of WOZ signing Cameron’s Mimeo 1!

http://www.signedbywoz.com/shop-mail-in.php

Note that Cameron was told that this was the first replica Apple 1 that WOZ has seen. It seems that it will not be the last.

I’m tempted to send in a batch of bare boards, but I’ll leave it up to the replica builder to decide whether it is worth the trouble or not. I’ve already spent enough money on this project.

Limited quantities of Mimeo Kits now available

Friday, April 23rd, 2010

I have finally finished working through the wait list and now have a very limited quantity of Mimeo 1 kits available. Shipment should be within a few days of ordering, though it could take a few weeks, if I run short of any specific component. Send me an email, and I’ll let you know what you should expect.

I have an ample supply of PS/2 keyboard adapters in stock.

Finally, if you can’t find the parts you need to complete your Apple-1 clone, send me an email, and I’ll send you a price list. Just a word of warning – don’t expect distributer type pricing.