A Look At The Upgraded MSP430 Chip Shipping With The TI Launchpad

[JMN] took some time to look at the MSP430G2553 mircocontroller (translated). Specifically, he was interested in the clock options and the low power modes. This chip is one of the upgraded processors which have been shipping with the TI Launchpad.

Both the MSP430G2553 and MSP430G2452 come with the Launchpad development board. They replace the MSP430G2231 and MSP430G2211 which came with the original offering. If you already have a Launchpad the chips themselves can be had for around $2.25 and are easily programmed since the development hardware hasn’t changed.

The review starts off by looking at clock options for the processor. The internal VLO is put to the test first, with a look at the power consumption followed by temperature stability through the use of a hair dryer. The actual frequency provided has fairly low accuracy, but it stays pretty stable when hit with the hot air. The next test uses the provided 32.768 kHz clock crystal as an external input. The crystal came with the Launchpad board, and the chip has configurable internal capacitors so this is as easy as soldering the package in place. Hit the link at the top to find out how this clock source fared in testing.

[Thanks D]

MSP430 Gaming Shield Based On The Gameduino

Get your 8-bit gaming fix with this gaming shield for the TI Launchpad. It’s called the Launchpad GamingPack and was developed as part of TI’s 2012 Intern Design Contest. The team had just six weeks to complete the project.

The video after the break starts off with some fast-motion PCB layout. It is followed by footage of the board being populated, then anchored with graphics testing and some game play demonstrations. It looks like a real blast! NES controller ports were included on the board, and the device puts out 400×300 VGA, as well as audio.

As with the Gameduino, the hard work is done by the FPGA at the center of this board. It handles all of the VGA timing work, using what looks like 3-bit color. It is also responsible for generating the audio and monitoring the inputs. Since the team was under a time crunch the shield also includes a 10-pin header on the underside which was added for easy connection with a logic analyzer.

Continue reading “MSP430 Gaming Shield Based On The Gameduino”

Scale Model Of A Civil War Mortar Shoots Steel Golf Balls

[Sir Keyboard Commando] just emerged from his machine shop to show off the 1/6th scale model of a Civil War mortar which he recently finished fabricating. It started with some bar stock that measured four inches in diameter and accepts steel balls the size of golf balls as ammunition.

The bore diameter is 1.725″ which gives just a bit of clearance for the 1.685″ golf ball specs. Each of the steel balls weighs in at just over 11 ounces. You get a really good look at the finished mortar in this test-fire video. It’s quite small but [Sir Keyboard Commando] reports that the full assembled unit still weighs in at a whopping forty pounds.

This certainly isn’t an improvised weapon, but we’re quite surprised to see it being test fired. We’d bet it turns some heads that the local firing range.

[via Reddit]

Developing A Better Way To Control 10,000 LEDs

The SoundPuddle project drives thousands of LEDs based on audio input. The team is working on a replacing the controller for this wire-filled setup with something more robust. They took the mess seen above to the Apogaea Festival and were plagued by loose wires and unreliable communications due to noise and interference. The aim of the new system is to reliably control up to 10,000 LEDs.

The red PCB seen at the center of the rats-nest is a Papilio FPGA board. They still want to use it to drive the installation, but a new hardware interface is necessary. The solution is to design what they call a megawing (wings are to Papilio as shields are to Arduino).  The LEDs will be in RGB strip form, so one of the requirements is to supply enough connectors to drive 16 channels of SPI devices. The wing will also include the 48V power source and connectors for the condenser microphone that serves as an input for the SoundPuddle. There are also two other options for audio input, one via a Bluetooth module (which can double as a control device) and the other via MIDI.

After the break you can see a lighting demo. Be ready with the volume controls as most of the sounds used in the test are quite annoying.

Continue reading “Developing A Better Way To Control 10,000 LEDs”

Mouth-powered Tools That Will Make Your Dentist Cringe

Want to try your luck drilling out a PCB with this mouth-powered drill? [Cheng Guo] shows off one of his many mouth-powered tools above. It’s a tiny drill which spins with the opening and closing of your  jaw. The concept may seem a bit silly, but his ability to fabricate these machines is fantastic.

The clip after the break starts off with the drilling demo seen above. From there he shows off several different tools. One is a molding machine that uses your breathing to spin a mold, thereby forcing the material inside to conform to its shape. There’s also a wood lathe. You hold the cutting tool in the your mouth and spin the mechanism with a bow and string setup. If you’re good at sucking, his vacuum former is right up your alley. Just heat up the plastic stock in the microwave and suck with all your might. Finally he shows off an extruder. We’re not quite sure how that one works.

Continue reading “Mouth-powered Tools That Will Make Your Dentist Cringe”

Ping Pong Ball Barrage

What should you do with your down time between sophomore and junior year at MIT? You better build something awesome. [Christian Reed] didn’t disappoint with his newest creation. He calls it the Ping Pong Mauler and we think that’s an appropriate name. It doesn’t just lunch a ball, it belches forth a relentless barrage.

He certainly has no shortage of ammo. A few garbage bags full of the white orbs number at least 3000 strong, and the plastic drum he’s using as a hopper has room for them all. Jamming is an issue and in the image above you can see him working the agitator with his right hand to prevent a clog. The system is mobile, but the shop vacuum used to propel the balls needs AC power. This means there is a tether that keeps it from roaming too far from home. [Christian] included an air tank in the design but apparently the pressurized air doesn’t do much to help with launch speed. That’s good because pressurized ball guns can be scary.

Check out the video after the break to see the ping pongs fly. We bet they’ll be mowing over some strays out in the yard for at least the rest of this summer.

Continue reading “Ping Pong Ball Barrage”

Getting Connected With Your Home Security System

This simple device, paired with some creating code will let you become your own home security monitoring service. It’s called the PhantomLink and [Adam] started the project as a commercial venture. He recently decided to go open source with the hardware and will soon be posting a guide on how to program your own web interface too.

We just looked in on a project which takes control of a security panel using an Arduino. The PhantomLink is focused on not just reusing the input hardware, but monitoring the whole system. It sounds like several different protocols are supported.

The DB9 jack is intended for use with an adapter you can wire yourself. Basically just tap into the terminal block on the alarm controller for your house, then route those connections to the proper pins. A PIC 12F683 monitors the alarm system, pushing data via the WiFi module mounted on the board. With that web connection you can do anything you want by catching and formatting the data.