Time-based One-Time Passwords With An Arduino

Get your feet wet with Time-based One-Time Password (TOTP) security by building your own Arduino OATH system. OATH is an open standard authentication system that provides a platform to generate tokens, making your login more secure than a password alone would.

The TOTP approach is what is used with many companies that issue hardware-based dongles for logging in remotely. This security may have been compromised but it’s still better than passwords alone. Plus, if you’re building it around an Arduino we’d bet you’re just trying to learn and not actually responsible for protecting industrial or state secrets.

The hardware setup requires nothing more than the Arduino board with one button and a screen as a user interface. Since the board has a crystal oscillator it keeps fairly accurate time (as long as it remains powered). It will push out a new token every thirty seconds. The video after the break shows that the Arduino-calculated value does indeed match what the test box is displaying.

Continue reading “Time-based One-Time Passwords With An Arduino”

Cheap As Chips Arduino Ethernet Shield

It’s no secret that Ethernet shields for the Arduino are a little expensive. With the official Ethernet shield selling for about $50 and other options not much cheaper, there’s a lot of room for improvement for Arduinofied Ethernet. [Boris] over at Open Electronics has a solution to this problem: his Ethercard powered by a $3 Ethernet controller.

The Ethercard uses the Microchip ENC28J60, a through-hole Ethernet controller. There isn’t much else on the board apart from an RJ45 jack, caps, resistors, and a cheap buffer chip. This board was designed to be easily produced, and we’re thinking it might be possible to etch this board at home.

There are a few drawbacks to this ENC28J60 Ethernet shield – the official Arduino Ethernet shield has a 10/100 Mbps connection where the Microchip-powered shield is limited to 10 Mbps. Given the reduced cost, ease of assembly, and the fact that it’s pretty hard to saturate a 100Mbps connection with an Arduino this flaw can be easily ignored.

Pretty neat, especially considering how much you can do with an Ethernet connection on your Arduino. Files and code available in the git.

Exercise Bike Actuates Your Download Speeds; Messes With Music Playback

We’re not featuring this project because it involves the tiniest exercise bike in the world. It’s on the front page because the speed-control features which this dynamic duo added are hilarious. They call it the Webcycle and it’s actually two hacks in one.

Way back in 2009 [Matt Gray] and [Tom Scott] slapped an Arduino on the bike and used it to measure the revolutions of the cranks (how fast your feet are going in circles). This was hooked up to the laptop which is fastened to the handlebars. This way you can surf the Internet while you work out, but the bandwidth is directly affected by pedal speed. If you want to watch video you’re going to have to sweat…. a lot. Check it out in the clip after the break.

This March they pulled the Webcycle out of storage so that it may ride again. This time it’s connected to the sound system in their exercise room. A record player motor is the victim in this case. You guessed it — pedal speed dictates the rate of the turntable, modulating the pitch drastically. Make sure the boss isn’t around when you watch this clip because it will be hard not to guffaw.

These guys really have fun with this hacks. It was [Tom’s] birthday that prompted that hacktacular mini golf course.

Continue reading “Exercise Bike Actuates Your Download Speeds; Messes With Music Playback”

Building A Homebrew Diesel ECU

arduino-diesel-ecu

Over the years automobile engines have become increasingly complex, and with this added complexity comes an increased reliance on intricate computer systems to run them. These control systems are typically the fruit of many hours of research and development, carefully protected by the auto makers who create them. Instead of relying on a closed system to power his car, a Finnish hacker that goes by the name [synkooppi] has decided to do away with his diesel engine’s ECU altogether and build one of his own with little more than an Arduino.

As you can see from his web site, [synkooppi] has created his DIY ECU using an Arduino Mega, which is capable of controlling diesel engines that employ a Bosch VP37 or other inline diesel pump. So far he has all of the basic workings in place, which allow him to run and control an Audi diesel motor.

While many details about his homebrew ECU are hard to come by, he does have a series of development videos posted on YouTube which should help satiate inquisitive minds. For those of you with a spare diesel motor laying around, [synkooppi] has made the first release of his code available to try out.

Stick around to see a video of the ECU in action.

[Thanks, perhof]

Continue reading “Building A Homebrew Diesel ECU”

Set Your Arduino Free With Wifino

[Tod] wrote in to tell us about his latest project. It’s called wifino, and aims to set your Arduino free by offering a web-based IDE, online storage for your Arduino sketches, and even WiFi enabled hardware to upload sketches wirelessly.

The wifino was conceived with the same train of thought as the codebender IDE we saw earlier this week. Instead of only providing a web-based programming environment, the wifino works in conjunction with wifino hardware, meaning you can upload sketches over a wireless connection.

On the software side of things, the wifino IDE features code editing, compiling, and uploading right from a browser. There are plans for a github-style interface in the works, allowing for the easy sharing of Arduino sketches from makers around the world.

[Tod] is planning on getting a Kickstarter underway in the next few weeks to get the wifino boards out into the wild. We’ll be sure to keep you updated with any info or specs that come our way.

You can check out [Tod] uploading code from the Windows and iOS clients after the break.

Continue reading “Set Your Arduino Free With Wifino”

Android Controlled Monitor Stand Uses Marbles As Ball Bearings

[mobile_earth_explorer] sent in an Instructable he put together documenting an Android-controlled rotating monitor stand he built.

The stand itself is three disks turned on a lathe out of a 18mm thick board. After turning these disks, [mobile_earth_explorer] hopped over to his bench grinder and made a semicircular tool to carve out the track for the ball bearings.

Once the disks could rotate freely on each other, the only thing left was to carve out a space for the servo, Arduino, a pair of pots, and the wiring. The pots control the maximum speed of the monitor stand as well as provide a manual rotation control for when your phone is across the room.

[mobile_earth_explorer] wrote the Android app so up to five of these swiveling monitors can be controlled by just one Arduino; yes, that might be overkill for home or office use, but we’re sure it would be highly useful for some sort of presentation.

You can check out a few videos going over the conception and construction of [mobile_earth_explorer]’s monitor stands after the break.

Continue reading “Android Controlled Monitor Stand Uses Marbles As Ball Bearings”

Automatic Beverage Delivery System

Members of theTransistor, a Provo, Utah based Hackerspace, are showing off their entry in the Red Bull Creation contest. This is an all-in-one energy drink delivery system. It can take a warm can of Red Bull from a reserve rack and turn it into a chilled cup of goodness in no time. And it (kind of) cleans up after itself too!

The process starts when a can is opened by lancing it through the side walls. At the upper right corner of the rig you can see the apparatus that is responsible for this beverage extraction technique. The drink drains from the newly created openings into a funnel below. It then enters a heat exchanger the team built by surrounding an aluminum pipe with several copper pipes. The copper has ice water circulating through them from the orange bucket that serves as the reservoir. By the time the drink gets to the cup on the bottom left it is ready to drink. The empty can is crush, falling into a bin and making space for the next in the 16-can backup supply.

Continue reading “Automatic Beverage Delivery System”