Infrared-controlled Light Switch

If you’re looking for your first electronics project, or a project to get someone else started in electronics, [Vadim] has you covered. Back when he was first starting out in electronics he built this infrared-controlled light switch that works with a standard TV remote control.

[Vadim]’s first few projects ended up as parts for other projects after they were built, so he wanted to build something useful that wouldn’t ultimately end up back in the parts drawer. The other requirements for the project were to use a microcontroller and to keep it simple. [Vadim] chose an ATtiny2313 to handle the RC-5 IR protocol and switch the light.

The circuit still has a switch to manually control the lights, preserving the original functionality of the light switch. The rest of the design includes a header for programming the board and another header for tying into the high voltage lines. This is a great project for anyone who knows what they’re doing with mains power but is just getting started with microcontrollers. If properly designed and implemented you’ll never stumble across a room to turn the lights out again!

Perhaps mixing high and low voltages on the same circuit board doesn’t spark your fancy or you can’t modify the light switch in your place of residence? Check out this mechanically-switched light switch.

 

Let The Bass Cannon Kick It!!

If you’ve ever found yourself immersed in the wild realm of electronic dance music, then chances are you’ve probably heard [Flux Pavilion]’s dubstep banger ‘Bass Cannon.’ The music video released for the track shows [Flux] and his minion [Doctor P] performing twisted audio experiments on unexpecting research candidates by blasting them in the face with strong waves of sound vibrations, which blew back the hair of the people strapped to the chair. The audio trials took place inside what looks to be a warehouse filled to the brim with speakers, heavy duty subs, and sound boards; making it more like a ‘room of bass’ rather than a bass cannon itself. Yet, it inspired one of Hackaday’s Alum to literally create a bass cannon himself. And as you can see in the video below, his device packs quite a punch.

Most of us know [Adam Munich] as the guy who built this portable x-ray machine that could look through just about anything. He’s also built a nuclear bomb detector and has documented several radiation safety techniques, but every once in a while he decides to make something utterly ridiculous like this! He describes his homemade bass cannon as having a variety of fun and exciting uses including a mobile party on one’s shoulders, a way to frizz your hair, or an electrifying method to scare the neighbors.

Continue reading “Let The Bass Cannon Kick It!!”

Hackaday Links: September 7, 2014

Like Adventure Time? Make your own BMO! It’s a little more expressive than the Adafruit version we saw earlier due to the Nokia LCD. It’s got audio playback too so it can talk to football.

A few years ago, [Matt] made a meat smoker with a PID controller and an SSR. Now the same controller is being used as a sous vide. PID controllers: the most useful kitchen gadget ever.

[Josh] keeps his server in a rack, and lacking a proper cable management solution, this means his rack is a mess. He adapted some Dell wire management arms to his system, using a PCI card bracket to attach the arm to the computer.

[Dr. Dampfpunk] has a lot of glowey things on his Youtube channel

Another [Josh] built a 3D tracking display for an IMU. It takes data off an IMU, sends it over Bluetooth, and displays the orientation of the device on a computer screen. This device also has a microphone and changes the visualization in response to noises.

Remember the pile of failure in a bowl of fraud that is the Scribble pen? Their second crowdfunding campaign was shut down. Don’t worry; they’re still seeking private investment, so there’s still a chance of thousands of people getting swindled. We have to give a shout-out to Tilt, Scribble’s second crowdfunding platform. Tilt has been far more forthcoming with information than Kickstarter ever has with any crowdfunding campaign.

Pneumatic leg assistance

AirLegs Augment Your Cardio By 10%

Here’s another very interesting project to come out of the 4 Minute Mile challenge — pneumatically boosted legs.

It’s another project by [Jason Kerestes] in cooperation with DARPA. We saw his jet pack a few days ago, but this one looks like it has a bit more promise. It is again a backpack mounted system, but instead of a few jet turbines, it has a pneumatic cylinders which move your legs for you.

Just watching it it’s hard to believe it makes it easier to run, but apparently after being tested at the Army Research Laboratories last year it demonstrated a whopping 10% reduction in metabolic cost for subjects running at high speeds. It can actually augment the human running gait cycle, and is the only device the US Army has confirmed can do so.

He is already hard at work designing version 2.0 which is lighter and more flexible. There’s a bunch of test videos after the break so stick around to see it in action.

Continue reading “AirLegs Augment Your Cardio By 10%”

CNC3020 Linear Rail and Lead Screw Lubrication

A Little Lubricant Goes A Long Way…. With Your CNC Machine

[Peter] has been having some positional repeatability problems with his CNC3020 Router recently. The problem was mostly in the Z axis and was measured to be up to 0.3mm off position after 10cm of travel. This may not seem like a lot but it was enough to break a few 1mm diameter end mills. The X and Y axes generally seemed OK. Surfing the ‘net reveled that the control board’s power rails did not have any filtering capacitors and that may have been the cause of the problems. Unfortunately, the positioning problem still persisted even after the cap’s were added. Frustrated, [Peter] then started a full-blown investigation to figure out why his Z axis wasn’t cutting the mustard.

In a CNC system there are 2 major components, the electronics and the physical machine. Since it was unknown which portion of the system contained the problem, [Peter] decided to quickly swap the X and Z channels, running the Z axis with the X axis electronics. The problem was still evident on the Z axis which means that there is something wrong in the mechanics of the machine. The Z electronics were put back on the Z axis and the testing continued by lowering the acceleration and the maximum speed. The positioning error was still there. Since it is possible that the Z motor could be the problem, it was decided to swap the X and Z motors but midway through the process the problem became evident. When trying to rotate the Z axis lead screw by hand there was a noticeable lack of smoothness and the axis seemed to jump around a bunch!

Continue reading “A Little Lubricant Goes A Long Way…. With Your CNC Machine”

THP Hacker Bio: Michael R Colton

With many hackers out there realizing how much you can do with a few RF blocks connected to a computer, it’s no surprise software defined radio would make a showing in the semifinalists for The Hackaday Prize. [Michael]’s project is the PortableSDR, a small, self-contained unit that handles just about everything below 30MHz. No, [Michael] isn’t dealing with gigahertz accessible with fancier SDRs, but that’s not the point: PortableSDR is meant to do everything – vector analysis, a neat waterfall display, transmit and receive – in a small, portable package you can take anywhere. It’s also fairly cheap to build, and of course completely open source.

This isn’t [Michael]’s first rodeo; he’s built a number of equally cool projects before. He was kind enough to send in a short bio, available below.

Continue reading “THP Hacker Bio: Michael R Colton”

More WiFi Modules For IoT Madness

The last year has brought us CC3000 WiFi module from TI, and recently the improved CC3200 that includes an integrated microcontroller. The Chinese design houses have gotten the hint, putting out the exceptionally cheap ESP8266, a serial to WiFi bridge that also includes a microcontroller to handle the TCP/IP stack and the software side of an 802.11 connection. Now there’s another dedicated WiFi module. It’s called the MT7681, and it’s exactly what you would expect given the competition: a programmable module with the ability to connect to a WiFi network.

Like TI’s CC3200, and the ESP8266, the MT7681 can be connected to any microcontroller over a serial connection, making it a serial to WiFi bridge. This module also contains a user-programmable microcontroller, meaning you don’t need to connect an Arduino to blink a few pins; UART, SPI, and a few GPIO pins are right on the board. The module also includes an SDK and gnu compiler, so development of custom code running on this module should be easier than some of the other alternatives.

You can pick up one of the MT7681 modules through the usual channels, but there’s an Indiegogo campaign based in China that takes this module and builds a ‘dock’ around it. The dock has a relay, temperature/humidity sensor, a few GPIO pins, and a USB serial connection for use as an Internet of Things base station.

For anyone looking for a little more computational horsepower, there’s also a few mentions and press releases announcing another module, the MT7688, This is a very small (12mm by 12mm) module running Linux with 256 MB of RAM and 802.11n support. This module hasn’t even hit the market yet, but we’ll be on the lookout for when it will be released.

Thanks [uhrheber] for sending this one in.