Posts with «hat» label

Forget Smart Watch; Build a Smart Hat

Smart watches are pretty common today, but how many people do you know with a smart hat? [Oliver] built Wilson which he bills as “the IoT hat.” We wonder if the name was inspired by the Home Improvement character of the same name who only appeared as a hat above the fence line. You can see a video of the project, below.

The project is pretty straightforward for hardware. An LED strip, an Arduino, and a Bluetooth module. Oh. And a hat. The software, as you might expect, is a bit more complex. It allows you to display SMS messages to your hat.

As wearables go, your happiness with this project will depend on what’s important to you. If you want to read your text messages, you might like to stick with a watch since it is hard to see a hat while it is on your head. But if you want to show the world what’s on your mind — and your phone — this might be just the ticket.

Regardless of practicality, we thought it was a fun project and now that in person meetups are coming back, a great thing to wear at the next Supercon. It sure looks nicer than the heads up baseball cap, although you can read that one yourself. Oddly enough, most of the hat hacks we see involve baseball caps.

Hat-Mounted Clock Requires Mirror For Wearer To Tell Time

[gfish] was planning on attending Burning Man and wanted to make something unique (and useful) to wear. He decided on a hat/clock hybrid. Just slapping a clock on a hat would be too easy, though. [gfish] wanted his hat to change time zones both via manual switches or physical location.

On the front of the hat there are 2 hands, as most clocks have. Each one is attached to one of two concentric shafts that run to the back of the hat. Each hand is individually controlled by an RC vehicle servo. Those of you familiar with RC servos know that a servos’ max rotation is about 180 degrees and is certainly not enough for a full revolution required by the clock. To fix this, there is a 3:1 gear set that allows a 120 degree rotation of the servo to move the clock hand a full 360 degrees. With this method, each hand can’t move past 12 and instead has to quickly move counter-clockwise to get where it needs to be in order to again start its journey around the clock face.

Mounted inside the hat there is an Arduino that controls the clock, a GPS shield to determine location and an RTC to maintain accurate time. Mounted on the side of the hat is a control panel that contains an overall on/off switch as well as a rotary switch for selecting a specific timezone or for engaging GPS mode. The whole thing is powered by a 9 volt battery.

If you like unnecessarily complicated top hats, check out this WiFi enabled message displaying one.


Filed under: clock hacks, wearable hacks
Hack a Day 14 Feb 21:00

A blinky fedora to ring in the New Year

[Garrett Mace] decided to dress festive for New Year’s Eve. What he came up with is a fedora ringed in LEDs that react to music. The hardware uses 5050 LEDs on strips. Three of them encircle the head-gear providing a total of 114 RGB pixels. Each is a WS2811 module — a part which we’re seeing more and more of lately.

The video clip after the break starts off with a few minutes of demonstration. [Garrett] managed to code all kinds of animations for the hardware including several different styles of color sweeps and fades. You may start to think that the three bands always display the same patterns but keep watching and you’ll see a sparkle pattern that proves each dot can be addressed individually.

About 2:20 seconds into the video [Garrett] explains how he pulled it off and shows off the driver hardware. The strips are glued to a band of webbing that slides over the hat. The wires that drive the lights were fed through the center of some paracord and connect to an Arduino housed in a 3D printed case. Power is provided by a portable USB battery with a ShiftBrite shield and an MSGEQ7 chip complete the parts list.

[via Reddit]


Filed under: led hacks, wearable hacks
Hack a Day 08 Jan 17:01