DIY Hakko Soldering Station

[Julez] wanted another soldering station, so he decided to build one himself using a Hakko 907 soldering iron (or a clone). Of course, he could have bought a station, but anyone who reads Hackaday doesn’t require an explanation for why you would build something you could buy.

The station has two switchable outputs so you can use two different irons (perhaps with different tips) although you can only use one at a time. [Julez] bought a case with a transparent top from eBay and also got a digital temperature controller from eBay, which is the heart of the project. As for the actual iron, you can find clone versions of the 907 handpiece for well under $10.

Because the station uses a module, the actual wiring isn’t terribly difficult. There’s a pot to control the temperature and the controller directly connects to the iron’s heating element and temperature probe. There’s also a standby switch that reduces the temperature using a fixed resistor in series with the control pot.

Continue reading “DIY Hakko Soldering Station”

WiFi Alliance Introduces 802.11ah

For the last decade or so, wireless networking has been entirely about short range, high speed communications. The type of networking needed by an Internet of things is fundamentally incompatible with WiFi, and the reason for this is due to the frequencies used by WiFi networking gear. 2.4 and 5 GHz are very fast, but cannot penetrate through walls as easily as lower frequencies.

This week the WiFi alliance introduced IEEE 802.11ah into the WiFi spec. It’s called WiFi HaLow (pronounced like angel’s headwear), and unlike other versions of 802.11, WiFi HaLow uses low frequencies for low bandwidth but a much larger range.

WiFi HaLow uses the 900 MHz ISM band to communicate, divided into 26 channels. The bandwidth is low – a mere 100 kbps, but the range is huge: one kilometer, or about four times the approximate range of 802.11n.

This is not the only WiFi spec aimed at the Internet of Things. In 2014, the WiFi alliance introduced 802.11af, a networking protocol operating in unused TV whitespace spectrum between 54 and 790 MHz. 802.11af has a similar range as 802.11ah – about one kilometer – but products and chips utilizing 802.11af have been rare and hard to find.

Your Fingers Will Never Leave Your Hands With This Firecracker Launcher

Who doesn’t like to ring in the New Year with explosives? But speaking from personal experience – I can neither confirm not deny nearly blowing my hand off once with a small dry-ice grenade – a hands-off way to launch your fireworks can be a plus, in which case you might want to check out this automatic firecracker launcher.

[Valentin]’s build has all the earmarks of an inspired afternoon of hasty hacking. Mostly built of wood and hot glue, there’s a feed ramp for fresh ammo and an elastic-powered sled on a ramp. Fireworks are metered onto the sled with one turn of a small gear motor, the fuse is light by a butane torch, and another gear motor pulls the sled back and launches the firecracker. The launch is somewhat anemic – perhaps some stouter rubber bands or latex tubing would provide a little more oomph. But it’s still a fun build with plenty of potential for improvement – perhaps something along the lines of this automated beer catapult?
Continue reading “Your Fingers Will Never Leave Your Hands With This Firecracker Launcher”

25 Years Of Hardware Manufacturing In Plovdiv

Plovdiv, Bulgaria has a long history of design and innovation going back at least 6000 years to cultures like the Thracians, Celts, and Romans. In the last decade it is also an important center for open hardware innovation — reviving the lost glory of the computer hardware industry from the former “Soviet bloc countries”. One of the companies in the region that has thrived is a 5000 square-meter microelectronics factory which you may have heard of before: Olimex.

Olimex has over 25 years of experience in designing, prototyping, and manufacturing printed circuit boards, components, and complete electronic products. Over the last decade it has evolved into a shining example of an open hardware company. We recently had the chance to visited Olimex and to meet its CEO, Tsvetan Usunov.

Continue reading “25 Years Of Hardware Manufacturing In Plovdiv”

Extreme Wire Buzz Game

Remember that old buzz wire game? Kinda like Operation, where you have to do a dexterous task without touching the walls… Well here’s a fun twist on it — what if you throw a 4 million volt stun gun into the mix?

That’s right, [Mike] was given a taser flashlight, and he had this brilliant idea to make a game out of it. The game features three metal wire sections which get progressively harder, with higher risk too! Using the handle, you have to guide an eye-bolt along the wire sections. But be careful — the circuit is live, and if you touch the metal, you’re going to get quite the shock!

Continue reading “Extreme Wire Buzz Game”

Henry Smolinski And The Flying Pinto

Anyone who has ever been stuck in gridlock has probably daydreamed about pushing a button on the dashboard that turns their car into a plane. Imagine how much more relaxing a weekend getaway would be if you could take to the open sky instead hitting the congested highway. For as long as there have been aircraft and automobiles, man has tried to combine the two. The proper term for this marriage is ‘roadable aircraft’, and a successful one requires attention to the aerodynamics of flight as well as the rigors of motoring.

One promising attempt at a roadable aircraft came from Henry Smolinski, an aeronautical engineer in Van Nuys, California. He along with his friend Harold Blake started a company in 1971 called Advanced Vehicle Engineers (AVE) to produce the AVE Mizar. This flying car combined the lightweight Ford Pinto with the wings and partial fuselage of a Cessna Skymaster.

Continue reading “Henry Smolinski And The Flying Pinto”

Current Meter Shows Current Time

This isn’t the first of its type, but [Daniel]’s MSP430 based Analog Gauge Clock certainly ticks off the “hack” quotient. He admits an earlier Voltmeter Clock we featured a while back inspired him to build his version.

[Daniel] was taking an Embedded systems class, and needed to build an MSP430G2553 microcontroller based final project. Which is why he decided to implement the real time clock using the micro-controller itself, instead of using an external RTC module. This also simplified the hardware used – the microcontroller, a crystal, three analog ammeters, and a few passives were all that he needed. Other than the Ammeters, everything else came from his parts bin. Fresh face plates were put on the ammeters, and the circuit was assembled on a piece of strip board. A piece of bent steel plate served as the housing.

The interesting part is the software. He wrote all of it in bare C, without resorting to using the Energia IDE. He walks through all of the important parts of his code on his blog post. Setting load capacitance for the timing crystal was important, so he experimented with an oscilloscope to see which value worked best. And TI’s Application Note on MSP430 32-kHz Crystal Oscillators (PDF) proved to be a useful resource. Three PWM output’s run the three ammeters which indicate hours, minutes and seconds. Push-button switches let him set the clock. See a short demo of the clock in the video below.

Continue reading “Current Meter Shows Current Time”