Micro Arduino bot skitters its way into our hearts.

Here’s a quick and easy little robot with a not-so-pint-sized brain. [Dikos] over at grobot, slapped together some gutted micro servos, an Arduino pro mini, H bridge chip, and a solar key-chain charger  to make this little three wheeled cutie. The robot boasts some very simple object avoidance thanks to the Sharp GP2Y0A21YK analog IR distance sensor, and that’s about it. This leaves tons of Arduino Pro left for a whole slew of sensors and robot stuff. We can’t spot it but somewhere under the pro mini is the solar key-chain’s 3.7V Lipo battery. The PCB for the emergency charger also makes a convenient little back panel housing a few LEDs, charging electronics, and a handy spot to hang a bead roller.

The micro bot has a pretty mean starboard list due to the lack of wheel position feedback, after all the micro servos were gutted to just function as simple gear boxes. We might have kept the servo mostly untouched, ditched the H bridge and performed a continuous rotation mod. We even have a guide for it! This is a really cool little bot though, and not terribly expensive if you need a little maze roller… or if you have a ton of money and like swarms of things.

Check out a (silent) video of the robot after the jump, the bot doesn’t hit the table until 1:16.

[Read more…]

DIY cellphone

Here’s an interesting concept. Lets make a kit to build your own super simple cell phone. Thats basically what a group at the MIT media lab is proposing with this prototype. Consisting of an SM5100b GSM module and a 1.8″ 160×128 pixel LCD screen on a very basic board holding some buttons, this thing is pretty bare bones. Barely any features aside from sending/receiving calls. It does have caller ID though. At$150, it isn’t really that competitive compared to the phones you’d get from your provider, but it is just a prototype.

We particularly like the laser cut flex areas for the buttons on the front.

[Thanks Paul]

3 axis Accelerometer with LED bar displays

[Viktor] doesn’t remember why he started this project. He doesn’t know what he had in mind in the beginning, nor what the intended use was.He knows he wanted something interactive with blue LEDs.  What he ended up with, was a 3 axis Accelerometer with a pretty cool display that sits on his desk to amuse visitors.

Constructed using a PIC16F887 for the brains and a Freescale MM7361 3 axis  accelerometer, you can pull the schematics from his site. The code is available on demand as well.

[via HackedGadgets]

[Read more…]

Controlling the power with bluetooth

[Mike] dropped us a tip to show off a system he has built to control some power sockets based on his proximity.  Initially the project started as a parallel port controlled box to switch the mains power.  Then he got the idea of turning this into a little more interactive of an automation tool. He is utilizing the bluetooth from his cell phone as a locator. When the box senses that he’s in the room, the power is on. When he leaves the area, the power is off.  You can see his ruby code on his web site if you wanted to give it a try or offer improvements.

Hacking the trampofoil to be pedal powered

We’ve seen a few different versions of the “trampofoil” before. That’s the contraption that utilizes a hydrofoil and human power to scoot you across the water above the surface. It is somewhat difficult to explain, so just check out the first video after the break to see how the original works.

Today, we stumbled upon a cool video where someone is attempting to make a pedal powered one instead. Their first prototype, shown above is literally just a trampofoil with an added seat and pedal powered prop. They did manage to take it a step further though and came up with a second prototype that has a better designed hydrofoil as well as using a bike frame for the main structure. This looks really fun as you can see in the second video below.

[Read more…]

OBD-II TrckrX: data logging in a BMW E36 M3

[Bruce Land] sent in this cool final project for ECE 4760 at Cornell University. Dubbed TrckrX, it is an OBD-II tracking and data logging system built into a BMW E36 M3. The car in question is being used in some auotocross competitions. The driver wanted instant access to some data as well as a log of everything for later analysis. The unit gives a real time display of vehicle speed, coolant temp, and RPM. G-force and timestamps are stored on the SD card.

We think this is a very cool idea, and could be quite useful in some instances. The real time display of speed and RPM seem a bit peculiar as the car’s speedometer and tachometer are more appropriately placed for real time information. However, we completely understand that this was a class project and this person may not have wanted to replace their dash cluster with a new readout.