RobG 1,892 Posted August 30, 2014 Share Posted August 30, 2014 After couple of years and many ideas, I have finally settled on a design for my experimenter's board. Say hello to EduKit BoosterPack. The EduKit BP comes with 1.8" color LCD and 8 accessory connectors. Each connector provides access to power and 2 or 4 MCU pins and are used to connect accessory boards. Those boards will allow user to perform tests and experiments, and could be used to teach about MCU's. There are also 4 jumpers on the board, which are used to change LCD's connections. LCD can use SPI1 (UCA0) or SPI2 (UCB0,) CS and D/C have also 2 possible connection options. Accessory boards can be simple, for example switch, LED, or potentiometer, or can be more complex, like shift register, mic with amp, sensors, MIDI, GPS. The EduKit is meant to be used with MSP430G2 LaunchPad (though it could be used with any other LP,) and will come with a library that will allow easy setup and use of LCD. User can write his code and then display results using one of the included functions (text, bar graph, etc.) roadrunner84, vinicius.jlantunes, Rei Vilo and 11 others 14 Quote Link to post Share on other sites
RobG 1,892 Posted September 1, 2014 Author Share Posted September 1, 2014 Quick demo. ADC measures the pot, Timer controls LED's brightness, SPI sends PWM value to shift register. Port connections reaper7, abecedarian and pine 3 Quote Link to post Share on other sites
bluehash 1,581 Posted September 2, 2014 Share Posted September 2, 2014 Awesome Rob! Quote Link to post Share on other sites
RobG 1,892 Posted September 2, 2014 Author Share Posted September 2, 2014 Demo #2, switches S1 & S2 use RC debouncers, S3 & S4 do not. Quote Link to post Share on other sites
RobG 1,892 Posted December 15, 2014 Author Share Posted December 15, 2014 Any suggestions for accessory boards? I was thinking to make the following: DAC (possibly with +/-12V DC/DC) Configurable op amp Configurable comparator 74HC165 parallel in/serial out shift register Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.