Giving The MSP430 A GUI

Sometimes you need to toggle or read a few pins on a microcontroller for a project so simple (or so temporary) that coding some firmware is a rather large investment of time. [Jaspreet] had the same problem – wanting to read values and toggle pins without writing any code – so he came up with a rather clever solution to control an MSP430 through a serial connection.

[Jaspreet] calls his project ControlEasy, and it does exactly as advertised: it provides a software interface to control ADC inputs, PWM outputs, and the state of output pins via a desktop computer. ControlEasy does this with a matching piece of code running on any MSP430 with a hardware UART (like the TI Launchpad) sending and receiving data to the computer.

Right now ControlEasy can read analog values, generate PWM output, and set individual pins high and low. [Jaspreet] plans on expanding his software to allow control of LCDs and I2C and SPI devices.

In the video after the break you can see [Jaspreet] fiddling around with some pins on his LaunchPad via the GUI. The software is also available for download if you’d like to try it out, but unfortunately it’s a Windows-only build at this point.

Continue reading “Giving The MSP430 A GUI”

Quacking Egg Timer

[Tom] managed to build a geeky, quirky digital timer for the kitchen. Where most would have used a few seven segment displays along with some buttons and called it done, he found a way to make it a lot more fun. The plush addition on top is a yellow ducky with an orange beak. When time runs out the duck will quack, call you back to the kitchen.

As you can see in the video after the break, [Tom’s] got his hands full with the family. This project was quick enough for him to fit it in during what dwindling free time he manages to hold onto. He used one of the chips that came with his MSP430 Launchpad. Since this family of processors offer extremely low-power modes when asleep they’re perfect for this type of battery-powered application. As for the duck, it’s a toy that had a couple of watch batteries and a small PCB inside. Some poking around led him to a pad that activates the quacking when grounded.

Continue reading “Quacking Egg Timer”

Home Automation Hack Controls Lights Based On Head Count

This home automation hardware turns on and off the lights based on room occupancy. The hack is an extension of an earlier version that was only a proof of concept. [RPisces] took the idea and made it into reality by mounting the sensor hardware in a doorway.

He prototyped the device using the MSP430 launchpad. It monitors a pair of IR distance sensors which record a change when something passes between them and the opposite side of the hallway. This is a good sensor choice as it only requires hardware on one side of the passageway. Because two of them are used, it’s quite simple to figure out if a person is entering or leaving the room based on which is tripped first.

In this case [RPisces] drives a relay to switch a lamp on and off. But it could be used for just about anything. We’d enjoy seeing it trigger an audio system like the one [Quinn’s] installing in every room.

POV Bike Wheels With The MSP430

Being an intern a Texas Instruments isn’t all fun and games, but from [George], [Valerie], and [Ryan]’s TI intern design project, it sure looks like it. They built a persistence of vision display for a bicycle using the ever popular MSP430 Launchpad board.

The team of interns created a POV display by combining the power of the TI Launchpad with a row of 32 RGB LEDs soldered onto a booster pack. Once the whole circuit is fastened securely to the bike wheel, a hall effect sensor mounted to the bike frame allows the MSP430 to detect how fast it is going. From there, it’s just a matter of flashing LEDs at the right time to create a stationary display inside a rotating wheel.

Although the display will theoretically work with just one Launchpad/Booster pack combo, the team decided to use three of these circuits, totaling 96 LEDs per wheel, to create a really nice RGB display. The video (available after the break) shows a little bit of flicker but this is an artifact of the camera. In real life, the POV bike wheel display is simply stunning.

Continue reading “POV Bike Wheels With The MSP430”

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”

Automated Turret Gives You The Upper Hand In Office Warfare

TI-office-turret

When your co-workers get on your nerves, the mature recourse is to be the bigger person and simply ignore the obnoxious individual. A team of engineers from TI show us a slightly alternative means of dealing with office mates which is not quite as mature, though far more entertaining.

The office toy cum mechanized weapons system relies on a TI MSP430 LaunchPad, coupled with a custom Turret430 breakout board. The former is the brains of the operation, while the latter houses motor drivers for the motorized turret. The system can be steered throughout its 300 degree range of rotation using an attached joystick, but in the interest of catching their target by surprise, they added an automated mode as well. The automated targeting system uses an attached webcam to pick out victims by the color of their clothing, which seems to work pretty well.

To see the system in action, check out the video embedded below.

Continue reading “Automated Turret Gives You The Upper Hand In Office Warfare”