The Robot Light Switch

Automating your home is an awesome endeavor — but playing with mains AC can be risky business if you don’t know what you’re doing. So why not play it safe and make use of your light switch?

Admittedly, it wasn’t because [Tyler Bletsch] didn’t want to mess around with AC directly, but rather out of necessity. You see, he just moved into a new office and his “smart” air conditioner… doesn’t turn itself off at night.

There’s a remote control to set the target temperature, but the unit isn’t smart enough to turn off at night. Instead, there’s a physical wall switch so you can turn it off with your actual physical hands, like a barbarian.

Refusing to be a barbarian (and to stay at work late), he decided to simplify the problem by building a servo driven light switch plate. It’s not the prettiest — but it does the trick. Continue reading “The Robot Light Switch”

Golf Cart Delorean

Quick Marty! We Have To Go Back, With The Golf Cart!

Talk about an awesome project. [Lucas Evanochko] was commissioned to build this totally rad Delorean style golf Cart for Red Deer College’s 30th annual Golf Tournament.

According to him, it’s been about 600 hours in the making – and they only started building it in July. This past week was its big unveiling, and it has had an overwhelmingly positive response so far!

They started with one of the club’s golf carts and modified it heavily, relying on the automotive expertise of [David Keykants] and [John Perrin] to turn it into the aw-worthy time machine it is today.  It has a 7” tablet built right into the dash to play music and use the Fluxy88 Time Circuits app. A big array of arcade buttons hooked up to an Adafruit Audio FX board play various sound bites from the movie, including the theme music!

All the accessories are powered off of a separate 12V system from the main 48V drive line. Oh and the Flux Capacitor? It’s controlled by a Trinket Pro. Check it out after the break. We love the detail that went into this!

Continue reading “Quick Marty! We Have To Go Back, With The Golf Cart!”

Hacklet 75 – Guitar Projects

Some things just go hand in hand. Hacking and guitars are one perfect example. A huge number of hackers, makers, and engineers have at least dabbled in playing the guitar. Even those who don’t play have heard the swan song of the wayward guitarist “Bro, you fix amps?”. Seriously, once your guitar toting friends find out you tinker in electronics, you’ll never be left wanting for pizza or beer. This week’s Hacklet is about some of the best guitar projects on Hackaday.io!

Continue reading “Hacklet 75 – Guitar Projects”

Converting Morse Code To Text With Arduino

Morse code used to be widely used around the globe. Before voice transmissions were possible over radio, Morse code was all the rage. Nowadays, it’s been replaced with more sophisticated technologies that allow us to transmit voice, or data much faster and more efficiently. You don’t even need to know Morse code to get an amateur radio license any more. That doesn’t mean that Morse code is dead, though. There are still plenty of hobbyists out there practicing for the fun of it.

[Dan] decided to take a shortcut and use some modern technology to make it easier to translate Morse code back into readable text. His project log is a good example of the natural progression we all make when we are learning something new. He started out with an Arduino and a simple microphone. He wrote a basic sketch to read the input from the microphone and output the perceived volume over a Serial monitor as a series of asterisks. The more asterisks, the louder the signal. He calibrated the system so that a quiet room would read zero.

He found that while this worked, the Arduino was so fast that it detected very short pulses that the human ear could not detect. This would throw off his readings and needed to be smoothed out. If you are familiar with button debouncing then you get the idea. He ended up just averaging a few samples at a time, which worked out nicely.

The next iteration of the software added the ability to detect each legitimate beep from the Morse code signal. He cleared away anything too short. The result was a series of long and short chains of asterisks, representing long or short beeps. The third iteration translated these chains into dots and dashes. This version could also detect longer pauses between words to make things more readable.

Finally, [Dan] added a sort of lookup table to translate the dots and dashes back into ASCII characters. Now he can rest easy while the Arduino does all of the hard work. If you’re wondering why anyone would want to learn Morse code these days, it’s still a very simple way for humans to communicate long distances without the aid of a computer.

Logic Noise: Sweet, Sweet Oscillator Sounds

Welcome to part one of a series taking you down the rabbit hole of DIY electronic synthesizers based on (largely) CMOS logic chips. Instead of synths being commodity gear made by large corporate enterprises, we’ll be building with the cheapest available parts, using and misusing digital logic. In short, don’t expect pre-packaged smooth tones, because we’ll be making creative noise machines.

If you’re the chiptunes type, you’ll probably find something you like here. If you’re the circuit bender or electro-noise-punk type, this is gonna be right up your alley. If you just like to see CMOS chips wriggle and squirm in unintended ways, feel free to look over my shoulder. If you’re the type who insists that a screwdriver can’t be used to pry open a paint can, then maybe you’d better move along. There’s a thin line between the glitch as bug and the glitch as interesting discovery, and we’ll be dancing all over it.

Continue reading “Logic Noise: Sweet, Sweet Oscillator Sounds”

Postage Scale

Fixing A Broken Postage Scale

[Starhawk] had an old Pitney Bowes G799 postage scale that wasn’t working as it should. After years of faithfully measuring packages and cooking ingredients, the scale stopped working. At first it fell out of calibration. Then the power up sequence stopped working. The scale normally would turn on, light up the entire display, then change to dashes, and finally set itself to 0.0 lbs. In this case, it would get stuck at the dashes and never change to 0.0.

[Starhawk] ended up purchasing another duplicate scale from eBay, only to find that when it arrived it had the exact same power up problem. Using deductive reasoning, he decided that since the scale was broken during shipping the problem would likely be with a mechanical component. He turned out to be correct. The cheap momentary power button was at fault. When pressing the button, the contact would get stuck closed preventing the scale from zeroing out properly. [Starhawk] easily fixed his problem by replacing the switch.

Next [Starhawk] replaced the old scale’s LCD module with one from the new scale, since the old one looked to be on its way out. The scale still had a problem correctly measuring weight. [Starhawk] tried swapping the load cell from the new scale to the old one, but he found that the new load cell had some kind of problem that prevented the scale from zeroing out properly. The solution ended up being to use the newer “analog board” as [Starhawk] calls it.  The end result was the old scale with two newer circuit boards, an older load cell, and a new power switch. Next time it might be easier to just build his own scale.

THP Hacker Bio: Felix Rusu

As far as entries for The Hackaday Prize go, Moteino is exceptionally interesting. It’s the only project to be used in other projects for The Hackaday Prize. The two other projects making use of the Moteino, 433MHz transceiver and Plant Friends didn’t make the cut, but [Felix]’s Moteino did.

Like many of the Internet of Things project, Moteino is a radio module and a microcontroller in an extremely convenient package. The radio is a HopeRF RFM69 operating in the  315, 433, 868 and 915MHz ISM bands. The microcontroller is everyone’s favorite – the ATMega328, but [Felix] also has a Mega version with the ATMega1284 on board. Already there are a few great examples of what the Moteino can do, including a mailbox notifier, a sump pump monitor, and a way to Internetify a water meter.

[Felix]’s bio below.

Continue reading “THP Hacker Bio: Felix Rusu”