Light bar

From Noisebridge
Revision as of 20:40, 20 April 2009 by Shkoo (talk | contribs)
Jump to navigation Jump to search

Ed and Reed bought the light bar at the Prototype This garage sale in February '09. While it wasn't explicitly stated, it was fairly obvious that the device had been abandoned there by the Navy when they pulled out of Treasure Island in the mid 90s. This was corroborated by the US Navy Property label affixed to it.

Our goal is to get it working for use on Ed's car at 4th of Juplaya and Burning Man. It is available for non-destructive sharing at other times.

We looked it over with Jonathan Moore and Mitch, and were then distracted by other projects.

Nils has since been working on it and has discovered the following:

This thing uses all 12-volt logic, which makes sense since it would've been powered off a 12 volt battery.

It is made by "Jetsonic". Here is the manual: Media:Lightbar.pdf.

The guy that was working on it successfully activated some of the lights and the motor to turn the lights by poking at connections internal to the light bar.

Operation

There is a single serial data line that runs into the light bar. It is demultiplexed via a motorola 145029 and a pair of 4099 addressable latches.

The format of serial packets is a sequence of 9 bits:

 0: always 0 (used for addressing)
 1: always 0 (used for addressing)
 2: always 0 (used for addressing)
 3: always 0 (used for addressing)
 4: when 1, address IC609 (PTT, RADIO, MANUAL, AIR HORN, TAKEDOWN, STROBE, LEFT ALLEY, TAP II)
    when 0, address IC608 (switched power(?), SECONDARY, PRIMARY, WAIL, YELP, HI-LO, FLOOD, RIGHT ALLEY)
 5, 6, 7: address output within IC609/IC608
 8: when 1, enable function
    when 0, disable function

The serial bytes are sent in a format documented in the 145026 datasheet. (The trinary/high impedence capabilities of the 145026 are unused.)