I²C smartLED Display
This project is shared with the fischertechnik Corner website, as the third smart sensor is intended for the fischertechnik Robo TX controller.
The development of this I²C device took me one week only from first sketch to finished product! This part in more technical oriented. |
smartLED
On the hardware side, the excellent results obtained with the MSP430 on the smartColours sensor makes it a natural choice for this display.
The MSP430 is powerful enough to handle advanced commands and features enough pins to drive the LED display. On the software front, Energia is strongly reliable and supported by embedXcode, so I can use Xcode for development. The combination of MSP430 + Energia + embedXcode makes a winning choice! |
I²C Commands
Based on the functional specifications and after extensive tests on a prototype based on an Arduino board, I defined two sets of commands:
The I²C 4-Digit 7-Segment LED DIsplay smartLED page provides more details about the commands and the RoboPro visual interface. |