SimpleCortex, for when an Arduino is too wimpy

Sometimes, an Arduino just doesn’t have enough horsepower. Whether you’re gathering loads of sensor data and sending it over the web via Ethernet, or just trying to build a home-brew video game, it’s very easy to run into the limitations of the Arduino platform. [Rik] and his fellow classmates may have a solution to this problem with their SimpleCortex development board.

The SimpleCortex began as an answer to the Arduinos [Rik] and his classmates had to use at school.  The SimpleCortex gets its name from an ARM Cortex M3 microcontroller running at 120MHz; more than fast enough to do some very interesting things, and 512kB of Flash to hold much larger programs.

The Arduino IDE is admittedly terrible, and big projects are a pain in the butt with a tiny 8-bit micro. SimpleCortex improves upon this development environment by using the free CoCenter IDE put out by CooCox. The CoCenter IDE supports debugging and code completion, standard features on any serious desktop programming environment.

The SimpleCortex has Arduino-compatable header pins, so it should be easy to use existing shields, like the 3G modem we saw this week and the NTSC video IO shield that can do object tracking. While the specs of the SimpleCortex put it in a distant second to the Raspberry Pi, sometimes you just don’t need Linux, but a standard AVR or PIC isn’t quite enough.

There’s no word on when this board will be available, but the team is working with ITead Studio to officially release boards into the wild.

Self-stabilizing autonomous bicycle

For [Gunnar]’s diploma thesis, he wanted to build an autonomous bicycle. There’s an obvious problem with this idea, though: how, exactly does a robotic bicycle stand upright? His solution to balancing the bicycle was a reaction wheel that keeps the bicycle upright at all times.

A bicycle is basically an inverted pendulum; something we’ve seen controlled in a number of projects. To balance his driver-less bike, [Gunnar] used a stabilizing wheel and an IMU to make sure the bicycle is always in the upright position. The bike measure the tilt and angular velocity of itself, along with the speed of the stabilizing wheel. To correct a tilt to the left, the stabilizing wheel spins clockwise, and corrects a rightward tilt by spinning counterclockwise.

While [Gunnar]’s solution of a bike wheel used as a gyroscope is clever – it uses common bicycle wheel, hugely reducing costs if someone wants to replicate this project – there’s not a whole lot of ground clearance. The size of the stabilizing wheel could probably be reduced by replacing the 7.4 kg steel wheel with a Tungsten, Osmium, or Lead disk, possibly becoming so small it could fit inside the frame. Still, though, a very nice build that is sure to turn a few heads.

[Read more…]

Antique Electromechanical Calculating Machines

electromechanical calculator Hamann 505

The decision to use electronics for our calculating machines has long been decided.  However, that doesn’t mean that mechanical engineers didn’t put up a valiant, if ultimately futile, fight. [Dvice.com] has an interesting article comparing the calculating technology of the 1960s, such as the [Haman 505], to today’s iPad.

This comparison and pictures were made possible by [Mark Glusker]’s excellent collection.  These models can be divided into two categories, rotary calculators, and printing calculators. According to [Mark]‘s site, the printing calculators stayed on the market a few years after the rotary calculators, which were off the market by 1970.

Although we may never see machines like these made again, anyone even a little bit mechanically inclined would be hard pressed not to be inspired by this collection. Be sure to check out the video of a [Madas 20BTG] calculator after the break to see what one of the rotary models looks like in action! [Read more…]

Make your own Atomic clock

We see plenty of clock projects come through, but usually it is their visual or mechanical design that stands out. The DCF-77 LED PIC clock is fun because it is synchronized with the Atomic clock in Braunschweig Germany. The clock picks up the radio signal at 77.5 KHz known as DCF77, and that’s where it got its name.

The circuit looks surprisingly simple and usually costs less than $30 to build, depending on how you piece it together. You can download the schematics and code from the site, but you may have to do a little research about how to catch the signal from your location. The person who wrote this was located in Europe.

[found via HackedGadgets]

Following faces with OpenCV and Arduino

[youtube=http://www.youtube.com/watch?v=lD4uFD7j0AU&w=470]

[Marco] has had some fun with OpenCV in the area of face tracking. Using an older laser project, he has cobbled together a system that will track a face and put a laser on it. While he is just using this as a proof of concept, it goes without saying that you probably shouldn’t mount a laser on a face tracker. However, stuffing this into a myKeepon wouldn’t be a horrible thing.

[Marco] shares the process of getting the OpenCV bit working in this writeup, you’ll have to refer back to his laser gun project for the physical build.

 

[via Adafruit]

 

Burning plasma screen with breathtaking beauty

image

At some point you’ve got to resign yourself to the fact that the TV you’ve been trying to resurrect is just not salvageable. But if you’re knowlegable about working safely with high voltage, you might get quite a show out of it yet. Here [Aussie50] finds beauty in destruction when he fries a large plasma panel from a broken HDTV.

The flyback transformer from a microwave oven drives the display. The video after the break starts off kind of boring at first but before long it takes off. As portions of the display burn out the electric arcs jumping those gaps provide a thrilling view for the remainder of the 14 minutes.

Don’t want to commit to a video that long? Here’s a display that gives up the ghost after just four and a half minutes but we don’t think it’s quite as cool.

[Read more…]