Replacing the BigTrak Electronics

View of the solder side of the BigTrak PCB showing the epoxy blob that houses the processor.

Internally the BigTrak is a fairly typical modern toy, the circuit board in it with an epoxy covered ASIC in the middle looks like the main circuit board in any cheap radio controlled car. The motor driver H-bridges are built out of discreet transistors, but as the motors only draw about 25mA running current the transistors are nothing remarkable. Quite possibly the most expensive part is the 0.1" header that the keypad plugs into.


Primary: 

H-Bridge Tutorial

Typical transistor based H-Bridge circuit.

The H-bridge is a circuit used in electronic control of high current devices, particularly where the device polarity may be reversed, e.g. DC motors. The name comes from the fact that the circuit typically looks like a letter "H".


Primary: 

How not to build a RepRap

A fairly standard basic RepRap

Actually I have a working RepRap now so it isn't all bad, but there are plenty (too many?) guides about what to do to make a RepRap, I thought I'd just point out the problems and mistakes I made building mine.


Primary: 

VGA Primer

Image of a VGA plug

Video Graphics Array "VGA" is a standard for computer display. It has a lot going for it in the hobby electronics field as it is a pretty simple standard and quite straight forward to implement with sufficient signalling speed, there are also a lot of monitors around to test projects on! Colour is a lot easier to generate on a VGA monitor than on a composite video monitor, but it requires a lot more speed as the frames are more detailed and there are more signals to generate.

Primary: 

Z80 Mark 2: The Great Documentation Project

I recently received an enquiry about how the I/O throttling on the PIC worked to ensure that the PSP was shifting valid data out to the Z80. I had a look back at my code and figured out how I'd done it. However I realised in that conversation that the schematics for the project were vastly out of date and it seemed that I hadn't been keeping as up to date as I thought I was with my local copies.

Primary: 

Vintage Computer Festival

The UK's first vintage computer festival was held at Bletchley park over the weekend. It's an excellent venue and there were a huge number of people there. A spectacular array of vintage computer hardware was on display in addition to the contents of the National Museum of Computing and there was an excellent market for retro parts and spares, I picked up a couple of bits for my Spectrum and some manuals for the BBC Master.

Primary: 

Dracblade Build

While spending time on the Propeller forums I got involved in an awesome project to make a Propeller based complete Z80 system emulator. There are a few different boards about that are "standard" platforms for extended memory applications, all called blades of some sort. One I particularly liked because of the elegance of the design was the DracBlade. The PCBs were sold through the forum at a very reasonable price, I put mine together from bits from Farnell.

Primary: 

Memory Tool

Introduction
In some ways a Z80 processors program storage is easier to get at than modern flash based micro-controllers. However, modern micro-controllers usually have suitable software available for modern computers.

Primary: