IEE Flip VFD Working! Test code coming soon.

Today I wrote some code to get the IEE Flip VFD working. It has a fairly simple protocol and only took a bit of tweaking to get it working. I wrote the demo code for my Prop Dev Stick and will be uploading the SPIN code later once I finish the feature set.

After this I will write some C code for the MSP430 LaunchPad and get that working. The screen supports a serial input mode which saves 8 I/O pins but requires more timing. I will try to get that working as well.

2A Low Voltage Motor Driver BoosterPack Ver1.0

This is a Low Voltage, 2A motor controller BoosterPack for the Ti LaunchPad. So far I have not found a motor controller yet so I decided to make one. This is the first in many BoosterPacks I will be designing and selling. It uses the Ti DRV8833PWPR Dual H-bridge Motor Driver chip. The chip is capable of 2Amps per motor channel and a motor voltage from 2.7V to 10.8V. Logic voltage for the DRV8833 is 3.3V which makes it a perfect match for the MSP-430 LaunchPad.

Continue reading