Winter Is Coming, This Clock Will Let You Know When

For Game of Thrones fans, it’s an awkward time. The show has ended its run on HBO (not without a certain level of controversy), the planned prequel is still years away, and who knows when George R. R. Martin will actually get around to writing the final books in the series. Fans have no choice but to entertain themselves while waiting for further tales of adventure from Westeros, which is how we get things like this motorized clock from [Techarge].

Inspired by the now iconic opening sequence from the HBO series, elements of the 3D printed model spin around while the theme song is played courtesy of a DFPlayer Mini MP3 player module and small 2 watt speaker. The audio hardware, motor, and four digit LED display module in the front are all connected to an Arduino with a custom PCB shield, giving the inside of the clock a very clean and professional appearance.

Around the back side [Techarge] has two small push buttons to set the hour and minutes, and a large toggle to control the music and movement. As of right now it needs to be switched on and off manually, but a future enhancement could see it kick on hourly.  We’d also like to see an RTC module added to the PCB, or better yet, switch over to the ESP8266 and just pull the time down from NTP.

Who knows? By the time you’ve built one of these clocks for yourself, and the hand-made Iron Throne phone charger stand to go with it, maybe ol’ George will have slipped out a new book. But don’t count on it.

Supercon: The Things You Brought, And A Few You Forgot

Part of the fun of Supercon is that there is so much available in one place. For the price of admission, you’re surrounded by expertise, power, and soldering irons. Digi-Key brought several large parts bins stuffed full of everything from passives to LEDs to chips for people use in hacking away on their badges. But one thing that makes the whole experience really special is the stuff people bring. We don’t just mean the projects you brought to show off, we mean the stuff you bring to enhance your Supercon experience, whether it be tools, bits and bobs, or other fun stuff to play with.

This year was my first Supercon, and you never forget your first. I had a great time, and was overwhelmed by how much awesomeness was going on in one place. I wish Supercon was a simulation I could run again and again so I could listen to every talk, attend every workshop, and spend time talking to everyone about the things they brought and the cool things they’re doing with their time and badges.

Continue reading “Supercon: The Things You Brought, And A Few You Forgot”

Making Your Own Caving Headlamp

An important distinction between equipment used for caving, climbing, biking, and other outdoor activities is the level of stress that’s generally applied. For instance, while climbing helmets are built to withstand the impact of sharp rocks, they’re not made to protect a biker’s head from suddenly hitting the ground. Likewise, while camping headlamps may be able to survive a light rainfall, they’re probably not made to shine at the 800 lumens after being submerged underwater.

[LukeM] built himself a caving headlight, after being “fed up with what was available on the market”. While his project is a bit older, it’s still pretty helpful for any newer hobbyists looking to try their hand at building a custom headlamp. Many cavers have to carry around a few primary – one main light for general visibility and a secondary light for focusing on specific objects. These are typically worn on the helmet, attached somehow to prevent the light source from falling off mid-climb. From tricky operations, varying distances, cost, and ease of battery replacement, there are a number of reasons why a caver might want to build their own customizable head lamp.

The result is rugged, waterproof, reliable, bright enough to supplement flashes in caving photos and also dim enough for general use (30-700 lumens). It has options for wide and narrow beams, displays a neutral to warm color, and is relatively upgradeable without too much trouble. At the same time, it’s also fairly compact, with all of the components packed inside of a short section of 3″x2″ aluminum tubing, protected at the back and front by aluminum and acrylic backings. The LEDs used are four Cree XP-E R2 bin LEDs and a hipFlex driver from TaskLED with programmable settings for max output, thermal protection temperature, warning voltage, and lighting modes. I’m personally already smitten with the level of customizability of this build.

On top of all of that, it’s been cave tested and approved!

Quick And Dirty: Operate An Intercom Via Telegram

Never underestimate the quick and dirty hack. It’s very satisfying to rapidly solve a real problem with whatever you have on hand, and helps to keep your hacking skills sharp for those big beautifully engineered projects. [Guillaume M] needed a way to remotely open his apartment building door for deliveries, so he hacked the ancient intercom to be operated via Telegram, to allow packages to be deposited safely inside his mailbox inside the building’s front too.

[Guillaume] needed to complete the hack in a way that would allow him to return the intercom to its original state when he moves out. Opening the 30-year-old unit, he probed a row of screw terminals and identified a 13V supply, ground, and the connection to the buildings’ door lock. He connected the lock terminals to a relay, which is controlled by a Raspberry Pi Zero W that waits for the “open” command to be sent to a custom Telegram Bot.

To power the Pi, [Guillaume] connected it to the 13V supply on the intercom via a voltage divider circuit. Voltage dividers usually make lousy power supplies, since the output voltage will fluctuate as the load changes, but it looks as though it worked well enough for [Guillaume]. The intercom had a lot of empty space inside, so after testing everything was packed inside the housing.

If you want to achieve the same with an ESP8266, there’s a library for that. Just keep in mind that being dependent on web servers to open critical doors might get you locked out.