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”

F/stop Printer For Analog Printing Black And White Photos

This beautifully crafted device is a timer used for getting the perfect exposure when making film prints of photos. But in addition to keeping time, it also does logarithmic calculations that are based on the f-stop values used for each exposure. It does this in 1/100th of a stop increments. While he was at it, [William] also decided to pack in a bunch of other features like dry down correction, and support for making test strips. This is a little hard to understand when discussed in the abstract, but just take a look at his video after the break where [William] walks us through an example exposure and all will become clear.

You can see from the construction page that the device is basically an Arduino shield. It provides a relay for controlling the exposure lamp, a keypad, rotary encoder, and character LCD. Slap it in a fancy case, connect it to the equipment you’re using, and you’ll be creating perfect prints in no time flat!

Continue reading “F/stop Printer For Analog Printing Black And White Photos”

Arduino Rover Evolves To A Trike Design

[Eduard Ros] wrote in to show off the latest version of his Arduino powered autonomous rover (translated). You may remember seeing the first version of the build back in June. It started with a remote control truck body, adding an Arduino and some ultrasonic sensors for obstacle avoidance.

The two big wheels and the pair of sensors look familiar, but most of the other components are a different from that version. The biggest change is the transition from four wheels to just three. This let him drop the servo motor which controlled steering. At first glance we though this thing was going to pop some mad wheelies, but the direction of travel actually drags the third wheel being the larger two. The motors themselves are different, this time depending on gear-reduced DC motors. The motor H-bridge is the same, but [Eduard] used a simple transistor-based inverter to reduce the number of pins needed to activate it from two down to just one. He also moved from an Arduino Uno to a Nano to reduce the footprint of the controller.

Wireless Bullduino Belt Buckle Sets The Stage For Romance, Schtick

redbull-romance-pants

As the Red Bull Creation Contest gets underway, we’re seeing a ton of great entries, including this one put together by [Team Instructables]. While we are pretty partial to our own spectacular Red Bull Cannon, it’s hard to deny that there is some stiff competition out there.

Instructables’ “Romance Pants” are a creation that would undoubtedly fit perfectly as a prop piece for any of the Naked Gun movies. The basic premise behind the pants is that when unzipped, the Bullduino belt buckle wirelessly signals the lights in the room to dim, the music to turn up, and candles to light – setting the mood for romance.

Some might argue that anyone wearing a Red Bull-themed Arduino as a belt buckle would have a snowball’s chance in hell of encountering a potential mate – We can’t really argue with you there. That said, their concept is pretty amusing.

Stick around to see the Romance Pants in action, as well as a behind the scenes look at how they work.

[Thanks, Bill!]

Continue reading “Wireless Bullduino Belt Buckle Sets The Stage For Romance, Schtick”

Junkyard Scavenging Nets A Tachometer To Play With

We never thought to hit the automotive junkyard to find electronics we could play with. But [Istimat] was able to pull this working tachometer from an otherwise destroyed motorcycle dashboard. The Kawasaki part has just three pins on the back of it. By connecting 12V to the IGN pin, ground to GND, and tapping a 12V wire on the unlabeled pin he was able to make the needle dance and knew he was getting somewhere.

His microcontroller of choice for the project is an Arduino board. But the 5V logic levels aren’t going to put out the square wave needed to drive the device. A search of the internet led him to a 2-transistor circuit which lets him get the results seen in the video. His plan is to add functionality that uses the Arduino to pull data in from just about any source and display it on the dial. That computer desk that featured all the CPU load readouts immediately comes to mind.

Do you think the square wave circuit is more complicated than necessary? Could this be done with just one NPN transistor and a pair of resistors?

Continue reading “Junkyard Scavenging Nets A Tachometer To Play With”