SIM Card Carrying Traffic Lights

Apparently some of the traffic lights in Johannesburg, South Africa have SIM cards in them to help maintain the network without a physical connection. Now that’s some and not all, but apparently thieves have learned that the SIMs can be used in cell phones to make anonymous and unlimited calls. Officials are convinced that the thieves have inside information because they only crack open the lights that DO contain a card.

We’re white hats here at Hackaday and certainly don’t want to give out information that aids criminals. But since this is already a huge problem we have an idea of how thieves might be identifying which lights to rob. Sure, they probably do have inside information, but wouldn’t it be fairly simple to track down which lights use cellular communication by using a home made spectrum analyzer? We guess it would depend on how often the lights send out communications bursts. Does anyone have insight on this? Leave you thoughts in the comments.

[Thanks Bob]

Patching Into An Optical Mouse With A PIC

[MikyMouse] cracked open a couple different optical mice (or is it mouses?) in order to play with the data communications coming off of the chips inside. Once he figured out the protocol, it wasn’t too hard to grab the data for use in his own projects. The chip that controls the mouse is one of two he looked at, either an ADNS2051 or an ADNS2610. They run at 5V and use serial communications via SDIO and SCK pins. The clip after the break shows the test apparatus displaying coordinates of the mouse on an LCD screen. This seems like an easy and inexpensive way to get position data from your project. The only tricky part is going to be deciding when and how to to zero out the location.

Not interested in this type of mouse hack? Can we spark your curiosity with this mouse auto-fire project?

Continue reading “Patching Into An Optical Mouse With A PIC”

Monitoring The Engine Control Unit

Is there a place in the dashboard of your high performance automobile for this Engine Control Unit feedback panel? There’s several methods of showing information at work here. The row of LEDs at the top of the bezel provide RPM feedback. The two red LEDs with chrome bezels are alarm indicators. But that big OLED display is the centerpiece of the unit. Not only can you scroll through a myriad of display options, but the screen packs more than enough contrast to be readable during the day. It looks like [Mathieu] is selling these units and has decided not to release source code because of this, but there’s a schematic available and a video after the break shows the menu system from which you can draw inspiration.

Continue reading “Monitoring The Engine Control Unit”

Xbee Controlled, Granite-wrapped Clock Travels Into Future

From the looks of it this clock is a couple of months ahead of its time. [Oscar] built the clock (translated) taking time to add a lot of goodies into the mix. First up, the parts you see include six large 7-segment displays for hours, minutes, and seconds as well as an LED marquee which can scroll messages. Inside there’s a temperature and humidity sensor for environmental feedback, and an Xbee module which allows for wireless computer control. Time is kept by a DS1307 real-time clock, which is read by an Arduino Uno, then pushed to the display by the pair of I2C addressable SAA1064 drivers. The whole thing was enclosed in four sheets of granite for the box, and a pane of glass for the front. We sure hope it’s well anchored to that wall. You can see it ticking away after the break.

Continue reading “Xbee Controlled, Granite-wrapped Clock Travels Into Future”

5/8″ Ball Bearing Playground

This kinetic sculpture is a ball bearing’s paradise. Not only do they get a cushy ride around two lift wheels but there’s a variety of enjoyable obstacles they can go down. The first is a vortex made from a wooden flower pot which sends the balls randomly down one of two possible exits. From there it’s on to enjoy a ride on a flip-flop, a divide-by-three (takes weight of three marbles before it dumps them all), a zig-zag track, or a divide by twelve mechanism. We’re sure this is a riveting read, but don’t miss the video after the break where [Ronald Walter] shows it in action and takes it apart to illustrate the various features.

If you’re wondering about the digital logic terms used, we’ve seen wooden devices that use these concepts in the past.

Continue reading “5/8″ Ball Bearing Playground”

Mitch Altman Hosts A Tour Of Noisebridge

[Mitch Altman] just popped up once again (seriously, this guy is everywhere!) in a video tour of Noisebridge, and hackerspace he co-founded in San Fransisco. The space is 5200 square feet and they’ve managed to cram a lot of different uses into it.  There’s areas for computers and electronics, crafting and sewing, a dark room , a machine shop, a full kitchen, as well as classrooms and other gathering places.

He talks about what a hackerspace is and what goes on in San Fran before going off on a little tour of the hackerspace movement. His recollection pins the Chaos Communications Camp as the impetus behind an initial push for these community spaces popping up in the US. It’s a fun five-minutes to watch so check it out.

[via Boing Boing]

Conways’ Wall Of Life And Whiteboard Emporium

White board beats chalk board, LED marquee beats white board, and an LED white board trumps them all.

This hybrid lets you draw on the surface with dry erase markers while Conway’s game of life plays out underneath. [Bert] sent us this tip after seeing yesterday’s office marquee. This version is quite similar in appearance but the guts are very different. Inside you’ll find a Parallax SX28 microcontroller doing the heavy lifting. The display is multiplexed but they didn’t go with a common 595 shift register, but a beefier MAX6979 LED driver. We’re not too familiar with this part but it does have a lot of nice features like constant current, and automatic shutdown if serial data stalls for more than 1 second. This is a low-side driver so transistors are used to connect voltage to the rows; the opposite from the setup we looked at yesterday. This was built several years ago and is still working happily even though its permanent home is a breadboard. Source code can be found on this page.