MSP430 LaunchPad Programming
MSP430 LaunchPad Value Line Development kit is a cheap development board which we can program a microcontroller MSP430 easily. This book provides tutorials how to get started with MSP430 LaunchPad programming using Energia. It explains how MSP430 LaunchPad works with LEDs, sensor device and serial communication. <br /> <br />**TOC** <br />1. Preparing Development Environment <br />1.1 MSP430 LaunchPad <br />1.2 Electronic Components <br />1.2.1 Fritzing <br />1.2.2 Arduino Sidekick Basic kit <br />1.2.3 Educational BoosterPack <br />1.4 Development Tool <br />1.5 Testing <br />2. Hello World <br />2.1 MSP430 LaunchPad Hardware Driver <br />2.1.1 Windows 8 and 8.1 <br />2.1.2 Linux <br />2.2 Simple Testing <br />2.3 Energia Basic Programming Language <br />3. LED Controller <br />3.1 Basic LED Programming <br />3.2 Digital Output <br />4. Push Your Button <br />4.1 Getting Data from Button <br />4.2 Connecting An External Button to MSP430 LaunchPad <br />5. Serial Communication <br />5.1 Serial Monitor <br />5.2 Button and Serial Port <br />5.2 Reading Data from Serial Port <br />6. Reading Sensor Devices <br />6.1 Sensor Devices <br />6.2 Reading Sensor <br />7. Analog PWM (Pulse Width Modulation) <br />7.1 Analog PWM <br />7.2 Controlling Color on RGB LED <br />7.3 Writing Program <br />7.4 Executing Program