Brassy, Classy WiFi Clock Shows Weather, Too

Circuit sculpture is a great way to elevate your soldering and electronics skills to the realm of three-dimensional art. In this case, art can be practical, too. Take [romaindurocher]’s interactive WiFi clock for example. Left alone, the clock cycles through showing the time, temperature, and if applicable, the precipitation forecast.

But [romain] doesn’t have to watch and wait for the info they want. Thanks to an IR proximity sensor, [romain] can interrupt the cycle and get the date, time, temperature, or even a smiley animation depending on the number of hand passes over the sensor. The clock itself is based on an Adafruit Feather HUZZAH ESP8266 and a Featherwing display. It uses the OpenWeather API to retrieve all the information.

We really like the way this looks, and the angle reminds us of oscilloscopes and other lab equipment. If you want to make your own version, this project is wide open, though the hardest part would be making it look as clean as [romain] did. Take a second and check out the brief demo after the break. It’s a wonderful entry in our Circuit Sculpture Challenge which is accepting entries for ten more days.

Not so much into straight lines and utility? Circuit sculpture takes many forms, some of them human.

Continue reading “Brassy, Classy WiFi Clock Shows Weather, Too”

An Arduino-Free Automatic Alcohol Administrator

With all the hands-free dispenser designs cropping up out there, the maker world could potentially be headed for an Arduino shortage. We say that in jest, but it’s far too easy to use an Arduino to prototype a design and then just leave it there doing all the work, even if you know going in that it’s overkill.

[ASCAS] took up the challenge and built a cheap and simple dispenser that relies on recycled parts and essential electronics. It uses an IR proximity sensor module to detect dirty digits, and a small submersible pump to push isopropyl alcohol, sanitizer, or soap up to your hovering hand. The power comes from a sacrificial USB cable and is switched through a transistor, so it could be plugged into the wall or a portable power pack.

We admire the amount of reuse in this project, especially the nozzle-narrowing ballpoint pen piece. Be sure to check out the build video after the break.

Hopefully, you’re all still washing your hands for the prescribed 20 seconds. If you’re starting to slip, why not build a digital hourglass and watch the pixels disappear?

Continue reading “An Arduino-Free Automatic Alcohol Administrator”

Wireless Door Alarms Protect Your Stuff From Afar

wireless-shed-alarm

[Webby] had a friend named [Steve], and as the story goes [Steve] had a few storage sheds on his property that were prone to break-ins.

While the doors were all fitted with a lock, wooden doors are only so strong, and are easy fodder for intruders bearing crowbars and the like. [Steve] was looking for a good way to know when people were poking their heads where they don’t belong, so he rigged up a set of simple alarms that let him know when it’s time to break out the shotgun.

On each of the shed doors, he installed a small IR proximity sensor wired up to a PIC12F675 microcontroller. The PIC is is connected to the “call” button a medium range wireless radio, so that whenever the IR sensor detects that the door is ajar, the PIC triggers an alert on the base unit.

The solution is simple, which we figure also makes it pretty reliable – nice job!