Category Archives: TI

CoffeePot for Fish

http://www.robotsandcomputers.com/robots/projects/cpFishTank/finished.jpgOK this is an odd one, The author got a Beta fish for his sig. other, and to keep the fish warm, he modified a coffeepot to “heat” the water and is using a TI MSP controller to control it … Continue reading

Posted in TI | Comments Off on CoffeePot for Fish

Control an arduino with TI wristwatch

Nice write-up on using TI’s chronos wristwatch (MSP430 under the hood) to control an arduino remotely.  DOWN SIDE, that watch is like $35 dollars. http://www.instructables.com/id/Control-an-Arduino-With-a-Wristwatch-TI-eZ430-Chr/

Posted in Arduino, TI | Comments Off on Control an arduino with TI wristwatch

What to do with a TI MSP 430?

Here is a bunch of good learning projects for using TI’s MSP board. (cheaper than an arduino…only $5). http://www.instructables.com/id/msp430-Launchpad-Projects/  

Posted in TI | Comments Off on What to do with a TI MSP 430?

TI MSP430 tank

Neat little tank that uses a TI MSP430 to drive it (controlled remotely from a phone).  This is a far more reasonable project with TI than arduino which is 7x the cost. http://www.remotepinyon.com/bluetooth-msp430-tank/

Posted in TI | Comments Off on TI MSP430 tank

Nice Comparison of microcontrolers…but..

The y forgot TI’s Stellaris.  Overall it shows that Arduinos are still the best for multiple lines (analog and digital) but for horsepower, Raspberry PI rules (of course I cam looking at costs too here).  Overall I like the chart, … Continue reading

Posted in Arduino, RaspberryPi, TI, Uncategorized | Comments Off on Nice Comparison of microcontrolers…but..

Turn a Stellaris TI into a Logic Analyzer

This looks worth doing.  Basically you can use the source to push onto TI’s Stellaris system (costs $5) and you have a mini 3.3 or 5 volt logic analyzer.  The author is using logicsniffer (opensource) for the GUI and handling … Continue reading

Posted in TI, Tools | Comments Off on Turn a Stellaris TI into a Logic Analyzer

Simple Prototype shield for TI MSP430

I like it, its simple and easy to use.  Funny thing is I think the materials for the shield are more than the MSP430 (figure $6-8) http://www.instructables.com/id/Quick-Cheap-and-Easy-Launchpad-Prototype-Shield-M/

Posted in TI | Comments Off on Simple Prototype shield for TI MSP430

TI has a contest

Make a boosterPack for there systems and enter to win a contest (Free trip to CA, etc etc).  Basically it looks like someone in TI sees the success of arduino and RPi’s and it trying to build up that with … Continue reading

Posted in TI | Comments Off on TI has a contest

TI gives out RTOS…but you can’t use it

TI is letting you use their RTOS and develop code on it, but if you put it into anything (like a product), well you better pay up.  So, with all the opensource RTOS and Linux out there, why bother? http://dangerousprototypes.com/2013/01/09/ti-launches-a-free-real-time-operating-system-for-microcontrollers/

Posted in TI | Comments Off on TI gives out RTOS…but you can’t use it

Study of GCC and TI’s Stellaris

Could be useful info for anyone tinkering with TI’s Stellaris setup. http://hackaday.com/2012/12/04/a-study-of-gcc-and-the-ti-stellaris/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+hackaday%2FLgoM+%28Hack+a+Day%29

Posted in TI | Comments Off on Study of GCC and TI’s Stellaris