Category Archives: TI

Stellarino, wire writting for TI

Nice library (C) that allows wire coding (like raise line xxx up to signal something) for the TI MSP’s.   http://stellarino.blogspot.ca/  

Posted in TI | Comments Off on Stellarino, wire writting for TI

TI booster board for sensorless motor control

Nice shield for the MSP430 board. http://dangerousprototypes.com/2012/12/19/sensorless-brushless-dc-motor-drive/

Posted in TI | Comments Off on TI booster board for sensorless motor control

Using newlib with TI Stellaris

Nice writeup on using newlib with TI over glib.  Real embedded systems usually don’t support system calls like printf.  Adding in newlib allows this. http://eehusky.wordpress.com/2012/12/17/using-gcc-with-the-ti-stellaris-launchpad-newlib/  

Posted in TI, Uncategorized | Comments Off on Using newlib with TI Stellaris

Capacitive Touch Business Cards

Nice design for a business card with a TI 430 on it.  Its $8 a card, but its a good way to get your name out there.  Check out the authors video for more. http://chasingtrons.com/main/2012/3/2/touch-enabled-business-card.html

Posted in TI, Tinkering, Uncategorized | Comments Off on Capacitive Touch Business Cards

How to configure Eclipse for Stellaris

Nice tutorial on how to configure it to use TI’s Stellaris. http://kernelhacks.blogspot.com.es/2012/11/the-complete-tutorial-for-stellaris_25.html  

Posted in Software Development, TI | Comments Off on How to configure Eclipse for Stellaris

USB 1.1 for MSP

Looks like someone built a USB stack for the MSP430 chip (really nice and cheap microcontroller from TI). http://hackaday.com/2012/12/03/msp430-bit-banged-usb-1-1/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+hackaday%2FLgoM+%28Hack+a+Day%29 http://mecrisp.sourceforge.net/

Posted in TI | Comments Off on USB 1.1 for MSP

The $13 Dollar ARM Board

TI’s new Stellaris board.  I FINALLY got mine in this week.  So now I have something else to try and tinker with . http://www.wired.com/geekdad/2012/11/a-13-arm-single-board-computer/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+wired%2Findex+%28Wired%3A+Top+Stories%29&utm_content=Google+Feedfetcher

Posted in TI | Comments Off on The $13 Dollar ARM Board

Nice writeup on debugging with TI’s Stellaris

Alternative for now till OpenOCD ports TI’s setup. http://scompoprojects.wordpress.com/2012/11/07/debugging-a-program-on-the-stellaris-launchpad-board/

Posted in TI | Comments Off on Nice writeup on debugging with TI’s Stellaris

Programming new TI Stellis in Linux

Interesting way to get a TI developed in Linux http://hackaday.com/2012/10/29/guide-to-developing-with-the-stellaris-launchpad-on-a-linux-box/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+hackaday%2FLgoM+%28Hack+a+Day%29

Posted in TI | Comments Off on Programming new TI Stellis in Linux

Doing PWM with TI

Good write-up of using the new stellis board from TI ($5) and PWM. http://codeandlife.com/2012/10/30/stellaris-launchpad-pwm-tutorial/

Posted in TI | Comments Off on Doing PWM with TI