geochron_world_clock_clone

World Clock Simulates Night And Day

[Justin] always wanted a GeoChron clock, but since they run in the range of several thousand dollars apiece, he was pretty certain he would never have the chance to own one. Undaunted, he figured out a way to build a small version of the clock for himself, and he wrote in to share how it was done.

He first purchased a Wise Clock 3 from FlorinC, but he definitely wasn’t going to use the clock as it was originally intended. Rather than display the time in numbers, he pulled the Wise Clock apart and sandwiched a vellum printout of a world map in between the front face plates. A tweaked firmware image allows him to simulate day and night using the Wise Clock’s LED array. He also programmed the clock to take into account seasonal light patterns, as you can see in the video embedded below.

We think this is a great idea, and though we would probably use plain white LEDs if we built one, the RGB LEDs in the Wise Clock certainly provide a neat effect.

Continue reading “World Clock Simulates Night And Day”

Announcing Our Next Theme: ATtiny Hacks

ATtiny Hacks Theme Banner

It is time once again to announce a new theme. This time around, we have chosen to highlight projects built around the ATtiny series of processors. These are 6 to 32 pin AVR processors that run up to 16 MHz and have anywhere from 512 Bytes of flash with 32 Bytes of RAM to 16K of Flash with 512 bytes of RAM. We’re guessing that this will be a pretty popular theme since so many people are using Atmel processors these days. If you have a project that you would like to see on Hackaday that is using an ATtiny processor, please hit us up on our tip line. If we like it, we may we choose to feature it in one of our daily themed hacks.

To kick off this theme, here is a nice write up about a stepper motor driver based around the ATtiny13. This project reads the analog value on pin B4 and adjusts the speed of the stepper motor. It is well documented and includes source code.

Glass PCBs

 

Our friend [Jeri] tipped us off about this cool video on youtube where the author makes his own “transparent” PCB’s using some nontraditional materials. One ounce copper foil is found online along with some clear glass microscope slides, from there it is just a matter of cementing the foil onto the glass slides with some thin UV curing glue. Once the 2 parts are mated the entire thing is popped into an eeprom eraser for its intense UV light, then excess is trimmed.

The normal routine of toner transfer is used to copy a circuit pattern onto the copper clad glass and it’s etched in standard ferric chloride. The copper is removed but the UV glue that was holding it is still left, some special care needs be followed as this stuff is pretty weak against even mild solvents, and you do not want your traces peeling up. Next no clean solder paste is applied and parts are soldered down with a heat gun, keeping the glass evenly heated to prevent it from cracking.
This leaves you with a board that looks like frosted glass, and in order to protect the glue while clearing up the frosted effect, some polyurethane is applied which fills in all the little bumps and smoothes the surface bout out to almost 100% clear.
The end application in this video is a touch sensitive board which works fine though the back side of the glass and presents a nice smooth interface for the user. Join us after the break for the video.

Continue reading “Glass PCBs”

Update: Bluetooth Super Nintendo Controller For Android

[Rich’s] newest version of a Bluetooth connected Super Nintendo controller takes what was already good and makes it better. We looked at the original version back in May, which is built into a knockoff controller  — [Rich] mentions that he got a lot of flack for defacing retro equipment and wants to set the record straight. The most notable difference between the two controllers is that the batteries are now housed inside the case. He switched over to an 850 mAh Lithium Ion battery, which takes much less room than the four AA batteries did. There is an integrated charger which connects via a mini USB jack as seen in the image above. Bother versions of the controller can be used to play emulators without rooting your Android device.

Unfortunately you won’t get to look inside the case. What we can tell you is that the build no longer uses a BlueSMiRF board , opting for a less expensive Bluetooth solution. We also know that the build is still Arduino compatible, sporting an ATmega328 chip running the bootloader. The lack of detail is because [Rich] is working to market the controller with a limited-quantity preorder. Check out his video presentation of the new version after the break.

Continue reading “Update: Bluetooth Super Nintendo Controller For Android”

Dippy Bird Binary Clock

This Dippy Bird clock display is simple to build and it’s just waiting to be scaled up for use as a full clock. As shown there are only enough birds in this rendition to read out the hours. More tiers can be added for minutes and you could even add your own temperature readout function using a separate bird as the thermometer.

Other than the fact that there are only four bits of resolution, the first thing you should notice is that these birds have nothing to drink. They’re intended to dip their beaks into a glass of water, leading to evaporation that changes the temperature of the dichloromethane inside to start their teeter-tottering. Water isn’t used because the birds would be in constant motion. Instead a resistor has been placed in the base of each, which heats up when current is passed through it. A bird in motion is a digital 1, and bird at rest is a digital 0. A set of transistors protects the microcontroller from sourcing too much current. In this case an mbed is keeping time but any microcontroller will do. We’ve embedded a quick clip of the dippy bird clock after the break.

Continue reading “Dippy Bird Binary Clock”

Laser Trip Wire In An Easy-to-use Form Factor

[Rul] built a nice laser trip wire alarm for use in Airsoft matches. Just place the enclosure so that the beam crosses a doorway and it will sound an alarm when the beam is broken. The only problem with this setup is that you need a reflective surface on the opposite side that can be positioned to direct the beam of light back to a photoresistor. But wait, there’s a second option. [Rul] also added a leaf switch that can be connected to an actual trip wire instead of using the laser.

A PIC 16F688 controls the laser module and monitors the photoresistor and leaf switch. When power is first switched on the box goes into a setup mode where it waits until the laser is detected by the photoresistor, switching on an LED to signal that you’ve got the beam aimed correctly. One press of the push-button puts it in activate mode which will sound the hacked window-alarm inside when the beam is broken. A toggle switch lets the operator chose between laser or wire operation.

You certainly won’t miss the alarm when it’s set off. Watch it scare the life out of a poor house cat in the clip after the break.

Continue reading “Laser Trip Wire In An Easy-to-use Form Factor”

Bluetooth Cassette Adapter

Today, with iPods that can hold entire music collections and cell phones that stream music from the Internet, the lowly cassette seems like an anachronism. [Matt] still has a cassette deck in his truck, but wanted Bluetooth connectivity for his stereo. The obvious solution was to stuff Bluetooth headphones into a cassette adapter.

Audio cassette adapters are dead-simple devices. They’re really just a tape head, stuffed into the shell of a cassette and a wire going out to a media player. To put Bluetooth into his adapter, [Matt] got a cheap pair of Bluetooth headphones and tore them apart. He was left with a circuit board, battery, and two earphones. [Matt] cut off the leads to the ear phones and wired them to the cassette adapter head. After a little bit of modifications to the case, [Matt] had a functional Bluetooth-cassette adapter.

While it’s true [Matt] could have gotten a ready-made Bluetooth cassette adapter shipped from China to his door for $10, there’s not much fun in just buying one. Kudos to [Matt] for going the home-brew route.