The Energia team announces the availability of version 0101E0010. Energia is an open-source electronics prototyping platform started by Robert Wessels in January of 2012 with the goal to bring the Wiring and Arduino framework to the Texas Instruments MSP430 based LaunchPad. Energia uses the mspgcc compiler by Peter Bigot and is based on the Wiring […]
Category Archives: MSP430
MSP430F5529 USB LaunchPad evaluation kit
TI has announced their latest LaunchPad evaluation kit. The new MSP430F5529 USB LaunchPad Evaluation Kit includes USB 2.0-enabled MSP430F5529 16-bit MCU (up to 25 MHz), 128KB Flash, 8KB RAM and a 12 Bit SAR ADC. Also included are eZ-FET lite (the open source onboard debugger with application UART) and the standard 40 pin LaunchPad connector […]
Homebrew lab agitator from salvaged CD-ROM parts
Rohit Gupta cannibalized parts from an old PC and made a lab agitator from a salvaged CD-ROM drive. “It is a homebrew replacement for a chemistry lab shaker that prevents sedimentation. It has variable shaking rates and also an end stop detection to enhance the stability of the machine overall. It is quite useful when […]
New MSP430 MCU selection guide
The new MSP430 selection guide is available from download from TI. This 25 page PDF provides an overview of the MCU line, dev boards and supporting peripherals.
Interfacing the ADS8328 to an MSP430
juani_c has written an article detailing how to interface the ADS8328 to an MSP430: The ADS8328 is a high-speed, low power, successive approximation register (SAR) analog-to-digital converter (ADC) that uses an external reference. The ADS8328 has an internal clock that is used to run the conversion but can also be programmed to run the conversion based on […]
TI offering FRAM Experimenter’s Board + SimpleLink CC3000 WiFi module for $57
TI is offering the FRAM Experimenter’s Board + SimpleLink CC3000 WiFi Evaluation Module as a bundle for a limited time for $57. The FRAM Experimenter’s Board is The MSP-EXP430FR5739 Experimenter Board is a development platform for the MSP430FR57xx devices. It supports this new generation of MSP430 microcontroller devices with integrated Ferroelectric Random Access Memory (FRAM). […]
Interfacing the DAC7564 to an MSP430
Juan has written an article detailing how to use an MSP430 with a DAC7564: The DAC7564 is a low-power, voltage-output, four-channel, 12-bit digital-to-analog converter (DAC). The device includes a 2.5V, 2ppm/°C internal reference. The device is monotonic, provides very good linearity, and minimizes undesired code-to-code transient voltages (glitch).
panStamp developing MSP430 based module
panStamps are small open source wireless modules designed to add RF connectivity to sensors, MCUs and similar projects. The crew at panStamp is in the process of developing a new module based on the TI CC430F5137 SOC. Programming will be via the Arduino IDE, facilitated through a port being developed by the open sourceEnergia project. […]
Dot-Matrix MSP430 alarm clock
Markus Gritsch shows off his Dot-Matrix MSP430 alarm clock. Via the project log forum.
MSP430G2553 sensorless BLDC motor control development
Tribes over at the 430h forum has been working on a sensorless BLDC motor controller using a MSP430G2553: My current project is to build a controller for a sensorless BLDC motor using a MSP430G2553. I want to realize trapezoidal control with Back-EMF/zero-crossing detection. I plan to detect zero-crossing with the Comparator(CA2/3/4 vs. CA1) and generate […]
TI CC3000 WiFi shield for MSP430
TI announces the CC3000 SimpleLink Wi-Fi Module boosterpack for Tiva C Series and MSP430 MCU LaunchPads. The TI CC3000 module is a self-contained Wi-Fi solution that enables internet connectivity for a wide variety of embedded applications. According to the datasheet, the module includes a 802.11b/g integrated radio, modem, and MAC supporting WLAN communication as a […]
TI Deal: MSP430 ZIF socket target board
TI is offering the MSP-TS430PW24 24-pin target socket board for $30 while supplies last. The board normally retails for $89. The MSP-TS430PW24 is a standalone ZIF socket target board used to program and debug the MSP430 in-system through the JTAG interface or the Spy Bi-Wire (2-wire JTAG) protocol. The development board supports all MSP430AFE2xx Flash […]
Resurrecting a WRT54G router with a launchpad
Lalalandrus over at the 430h forum shares his experience debricking a WRT54G router with a MSP430 Launchpad: I ported the code to a MSP430. Changing pinouts should be relatively straight forward in the DEFINES. . The router is fixed but took literally days, backing up the 128k CFE took three days even though I didnt need it. Wrtiting is a […]
Nikon DSLR IR remote using an MSP430
IPushKarov posted his DIY Nikon DSLR IR remote with MSP430: Three years back in time, I bought Nikon D3000 DSLR. I started shooting, but the moment I needed remote, came one day (more over night), during on night photography session. I checked all local suppliers, but the prices were high. I ordered one from China. The […]
Tiano-MSP430 based touchscreen piano
Rohit Gupta writes in about Tiano, a Touchscreen Piano he designed using MSP430. He used a resistive touchscreen and a MSP430G2553 (although MSP430G2231 would also do). He obtained useful information in designing this project from app notes from Atmel on the touchscreen theory of operation and from TI on the touchscreen control coding.. Via the […]
MSP430 optical mouse chip interface – phase 1
JWoodrell over at the 430h forum shares his experience interfacing an optical mouse IC (AVAGO ADNS-2051) to an MSP430G2553: My current plan is to gut optical mice for their sensor + lense i can get them for around 2-3 bucks. the first mouse i gutted had an AVAGO ADNS-2051 sensor which is nice because it […]
TIDeals: eZ430-Chronos watch again
If you missed it before, TI is offering the Chronos Watch as their current week’s deal at $38 (plus shipping.) The eZ430 deal includes the wireless enabled watch, CC1111 USB RF access point, and a CD containing software and documentation. This is the watch featured in a recent post on hacking RF devices in the […]
Use your launchpad as a BSL programmer
Kerry Wong shows us how to program a MSP430F5172 development board using a launchpad as a BSL programmer: Fortunately, most of the MSP430 devices can be programmed using the built-in BSL (Bootstrap Loader). And TI’s MSP430G2 Launchpad has a convenient utility which turns a Launchpad into a BSL programmer. More detailed information on the […]
TI pressure sensor kit
TI is making a limited number of samples available of their Field Transmitter: Pressure Sensor Solutions kit. The kit includes: • RCV420 – Precision 4mA to 20mA Current Loop Receiver • ADS1255 – 24 Bit, 30kSPS Very Low Noise Delta-Sigma ADC • MSP430F2003TRSAT – Ultra-Low-Power 16bit MCU, Integrated 16bit Sigma Delta ADC • XTR300 – […]
MSP430 powerscope, a low power aid
MSP430 powerscope, a low power aid: MechG developed a breadboard scope meter to help him identity and lower power consumption in his projects. The Power Scope is a meter intended for use on a breadboard to aid in the development of battery-operated devices. It provides dedicated monitoring at the power source so you can quickly […]
