Arduino Releases New Products; Help Them Develop ARM-based Arduino

The Arduino folks took advantage of Maker Faire New York to announce their new line of products. There’s several interesting new additions to their product line.

They’ve got a WiFi shield in the works that utilizes a module from H&D Wireless in conjunction with an AVR32 processor to take the workload off of the ATmega chip on the Arduino board. It even has room for you to run your own code on the shield’s processor.

Notable (but of less interest to us) is the 1.0 release of the IDE and the development of a new low-cost board. That hardware is intended to make USB device development easier for those already familiar with the Arduino platform.

But the big news that caught our eye is the announcement of an ARM Cortex-M3 Arduino called the Due (we already wish that had been named something different just for search term contrast to the Duemilanova). The hardware hasn’t been finalized yet, although you can see a prototype in the picture above. They want community input on the final touches, so get in there and give them a hand!

[Thanks Insapio and Tom]

Mechatron, Industrial Looking Security Bot

This little beast is named Mechatron. Built by a father/daughter team called Beatty Robotics, the goal was to build something “retro-futuristic, tough, and industrial”. We think they definitely pulled off some of their goals here. Weighing in at nearly 50 pounds, Mechatron is still very agile, as you can see in the video below. He can fire his gun, which uses brass or plastic bullets, at a rate of nearly 1,000 rounds per minute while traveling in any direction thanks to the use of the mechanum wheels. 8 range finding sonar sensors, a laser and a turret that rotates 360 degrees will make sure you don’t elude Mechatron’s watchful eye… and shooting. While we were initially debating how they could make the Mechatron look more reto-futuristic, we all agreed that the lights in the video helped a lot. Maybe a curvy body piece could help too, depending on what era they were hoping to achieve.

[via buildlounge]

Continue reading “Mechatron, Industrial Looking Security Bot”

Stoplight Indicator System Signals When Your Servers Are In Distress

stoplight_server_monitoring_system

At [mkanoap’s] office, they have a software package that monitors their various servers’ health, but they wanted a separate indicator to display the status of their most critical systems. They put together a simple list of criteria for their display, including the ability to view the status without a computer, and that it share the same red/yellow/green indicators that their monitoring software utilizes. With those needs in mind (and a few hundred dollars to spare), [mkanoap] and crew rushed out to buy a stoplight, then got to building.

Their status system is self-contained, utilizing an Arduino and Ethernet shield to control the stoplight. The Arduino was programmed to act as a web server, and responds to GET requests by toggling any of the three mains-powered lamps using relays. [mkanoap] then created a handful of scripts that check the status of the critical servers every 5 minutes, updating the stoplight accordingly. The whole setup was tucked neatly inside the light’s housing, before being mounted on the wall in their office.

[mkanoap] says that the reaction to the stoplight as been great, though they had to install dimmer bulbs so those people sitting near it were not blinded. His writeup is incredibly detailed should anyone want to construct one of their own, and who wouldn’t?

Motorized Coop Door Lets The Chickens Out For You

[Larry] and [Carol] just upgraded the coop to make their lives easier, and to help keep the chickens happy. The image above is a chicken’s-eye-view of the newly installed automatic door. It’s a guillotine design that uses the weight of the aluminum plate door to make sure predators can’t get in at night. This is much easier to fabricate than a locking coop door would have been. Some leftover aluminum channel guides the door on either side, with a spool above it to wind up some rope, thereby lifting the door.

You can see the belt-drive motor is also mounted inside, out of the element. To the right of the image you can just make out a plastic food container. This protects the electronics from the elements. Inside you’ll find an H-bridge to drive the motor, a real-time-clock to make sure the schedule is well-timed, and an Arduino. There are a couple of reed switches which let the microcontroller sense the position of the door.

After the break you can see a demonstration video, as well as a slide show with build details. The motor is pretty quiet and, although it spooks the chicken in the demo just a bit, we’d be they’ll be used to it in no time.

Continue reading “Motorized Coop Door Lets The Chickens Out For You”

Quadcopter Stabilization System Using Wii Motion Plus

If you’re contemplating a quadcopter build here’s a way to add stabilization hardware without breaking the bank. The BaronPilot project uses an Arduino and a Wii Motion Plus module to ensure an even keel for your flying projects. The hardware inside of the Motion Plus includes two gyroscopes, which the BaronPilot monitors for changes in your flying rig’s orientation. The project serves as a co-pilot by differentiating between movements caused by the remote control, and changes due to wind or other outside factors (like hitting the quadcopter with a stick as seen in the video after the break). It should all translate to less chance of crashing due to operator error.

You can pick up a Motion Plus for less than twenty dollars, a deal when compared to the IMU boards that we usually see in quadcopter builds which usually run more than twice that amount. It’s an I2C device which makes it easy to hook up to just about anything. This project has native support for Teensy, Arduino Nano, and Arduino clones using an ATmega328 chip. But the portability of the Arduino platform should make it easy to tweak the code for use with just about any microprocessor.

Continue reading “Quadcopter Stabilization System Using Wii Motion Plus”

A Laser Cutter Challenge

When the Louisville hackerspace LVL1 was discussing the purchase of a new laser cutter, a member said, “I could build one before you get around to buying one.”  The gauntlet was thrown down, a challenge was set, and the race was on to build a tiny laser cutter before the hackerspace took delivery of their new laser cutter.

The mechanical aspect of the build is fairly simple. The X axis is simply a stepper motor, threaded rod and laser module mounted on a carriage. This carriage moves along the Y axis with the help of two stepper motors for either side. Everything was mounted on more perfboard than reason would suggest.

For the electronics of the project, three motor drivers were made with a few logic chips and the laser firing relay was stolen from test equipment developed for LVL1’s trans-Atlantic balloon build. Motor and laser control was handled by an Arduino to keep the build simple because the contest was over after the first laser was finished cutting a square.

LVL1 is now working on a second version of the winner of the laser cutter challenge. They’re planning on a touchscreen interface that will cut a plastic blank about the size of a credit card. We can’t wait to see the results of that build.

Motion Detecting Window Closers Keep Train Noise At Bay

motion_detecting_window_closers

[Ed Rogers] has the unfortunate privilege of living right next to a set of train tracks, and as a man who holds his sleep in high regard, he needed to find a way to keep the noise in his bedroom to a minimum. To combat the sound of passing trains, he built himself a system that automatically closes his windows when a train passes by his apartment.

The setup relies on a web cam, which uses motion-sensing software to detect a passing train. The video is analyzed by a computer in his room which passes a message to an Arduino when a train is near. The Arduino then sends a pair of window mounted linear actuators into action, slowly (and quietly) shutting his windows.

The linear actuators move pretty slowly as you can see in the video below, but we doubt that matters. Since it looks like [Ed] lives in a slow zone, it likely takes quite a bit of time for a freight train to pass, making the 40-second closing period more than reasonable.

Continue reading “Motion Detecting Window Closers Keep Train Noise At Bay”