2015 was a busy year. The project that I had the most fun with was a bit off the beaten path compared to what I normally do. This started off as a fun project for a friend. It started off [...]
I took a look at capacitive touch sensing on the MSP430 in 2011 and it was a little… lacking. I had another project come up and had a chance to play around with it again a couple months [...]
Over the last few months I’ve been working on projects using PIC microcontrollers. At first I had a rather negative view of the PIC processors. Since I started coding on them, I have come [...]
One of the projects I’m working on involves using capacitive touch sensing (CTS) on the TI MSP430. TI has been pushing their touch sensing capabilities recently and has even released a [...]
For Valentine’s Day my son needed to make a “mailbox” for his kindergarten class. He & his mother made a rocket out of an old oat container. Since this was a family project, [...]
When using the ADC10 in an MSP430 with multiple conversions, the ADC10BUSY bit will stay on even after the conversions are done. Trying to be a good little programmer and checking to make sure [...]
I had a program where I was using a timer and an ISR to flip a bit on a TI MSP430. Well, the bit would only filp for a few milliseconds and then revert back to its prior value. As it turns out, [...]
On a recent project I had one heck of a time trying to debug the program flow in CCS 4.2. I thought the code wasn’t going anywhere because when I would break the program, it would stop on [...]
For those of you who do prototyping with the eZ430 or eZ430-RF boards, this may be of interest. It’s a debug adapter that you can put inline to make use of a logic analyzer or other test [...]