TxtBomber

The txtBomber is a high-tech graffiti printer developed by [Felix Vorreiter]. Details are a bit scarce but the video clip after the break proves that this works quite well. [Felix] admits this is Arduino powered but we’re going to have to guess at the rest of the setup from the pictures. He says there are built-in-pens so we’d bet there’s a felt-tip type of thing going on and those look like seven solenoids that actuate them. He posted a picture of the handle side of the device and we can make out two wheels that are connected to LEGO gears. This tracks movement of the txtBomber across a surface in order to synchronize the printing process. There’s no sign of an LCD so it looks like you have to pre-program the messages before you go out into the field.

This is akin to the Chalkbot, but the messages that leaves wash away with the rain. This one seems like it might get you into some trouble if you get caught leaving permanent tags around the neighborhood.

Continue reading “TxtBomber”

DIY Guided Missile (…err Model Rocket)

Hackers [Navic] and [K.o.D] have fitted an Arduino Pro Mini and an array of components into an off the shelf rocketry kit to create a guided model rocket, taking the whole idea of Arduino-based space technology to another level

The Arduino reads signals from internally mounted accelerometers, and adjusts balsa fins (via 4 micro servos) to correct the rocket’s flight path. Due to the nature of model rocketry, the active guidance is limited to the 3 seconds that the rocket is traveling upwards. A valiant effort nevertheless. Videos of the rocket’s maiden voyage, and a system check after the break. Continue reading “DIY Guided Missile (…err Model Rocket)”

200 Mile RF Transmitter (and High Altitude Balloon)

If there is one thing we like, it’s a fellow hacker so enthusiastic about his or her work that they write the article practically for us by including as much detail and information as possible.

In this two part hack, [Scott] wrote in to let us know not only about a high school built high altitude balloon, but also his $5 long range RF transmitter. The former is simply GPS and video data logged over the flight, but [Scott’s] specialty comes in the latter. A 74HC240 octal buffer is using to amplify the signal (Morse code) from an ATTiny44a with a 29MHz oscillator, producing a usable signal as far away as 200 miles.

It is low bandwidth, but if you’re looking for a simple transmitter in your project and need something with more power (and a smaller package), this might be the ticket.

CNC Hardware: Stream G-code To An Arduino

[Reza Naima] has been using an Arduino as the center of his CNC setup for quite some time now. It handles three stepper motors, limiting switches, e-stop, and spindle control. The sketch he’s using allows him to stream g-code to the popular prototyping platform, freeing him from needing a dedicated PC. It’s worked so well that he’s decided to clean up the code and develop a shield to help others get up and running. If you want to see his progress or lend a hand, check out the google group he started for the schematics, code, and forum discussions. There is already a CNC project for Arduino called Grbl but [Reza’s] approach uses the Arduino libraries in an effort to make the sketch more customizable for the average user.

Lolo’s (perfect Moment) Alarm Clock

[youtube http://www.youtube.com/watch?v=CphsgESZGcE&feature=player_embedded%5D

It seems everybody has a different interpretation of the perfect alarm clock. [Loic Royer’s] alarm clock is not the loudest, or the smartest, but does have some interesting features. By monitoring several environmental factors like temperature, air quality, humidity, dew point, and your own sleep patterns, this alarm clock can determine the best moment in the morning to wake you up.

The main sensor is a wireless accelerometer with the theory being: the more you move in your sleep, the closer you are to a conscious state. The other sensors assist in picking the perfect moment, and awaken you with the sound of birds chirping.

For now all we have is the source code and the list of hardware, but for anyone wanting to try, a circuit diagram wouldn’t be too hard to figure out on your own. Check after the rift for some more videos. Continue reading “Lolo’s (perfect Moment) Alarm Clock”

Foam Board Servo Driven Arm

[Lucky Larry] posted some pictures to the Hack a Day flickr pool that caught our eye. He made a quick and cheap servo driven arm. Constructed from foam board and some hobby servos, he’s using an Arduino for the brains. You can download the pattern for the arm pieces as well as the code on his site.

He ultimately finds that he has positioning issues that he blames on the cheap servos. You can see in the video on his site that the circles it is drawing are drifting one direction.

Arduino Space Program

With the recently proposed cuts to NASA, our friends across the pond (in Northampton UK) decided to take action with a space program of their own… at least at a miniature scale. NortHACKton, a hackerspace in Northampton decided to host a rocketry day consisting of rockets powered by chemical reactions, pressurized water bottles, and even one that employed an Arduino controlled launch system, akin to a few we have seen in the past. It essentially consists of a countdown and automated ignition system. Schematics and source code are available for those adventurous enough to embark on missions of their own.