DFR0257

DFR0257 Datasheet


IO Expansion Shield for Launchpad V1 SKU:DFR0257

Part Datasheet
DFR0257 DFR0257 DFR0257 (pdf)
PDF Datasheet Preview
IO Expansion Shield for Launchpad V1 SKU:DFR0257

Contents
• 1 Introduction
• 2 Specification
• 3 Pin Out

More Details
• 4 Software development tools

Energia A simple IDE for LaunchPad
• 5 Sample code

Introduction

DFRobot proudly presents the I/O expansion shield for MSP430 LaunchPad.Connect your LaunchPad with sensors,modules,servos...etc at ease. The Xbee & APC220 socket allows you to start immediatly without additional wireless shield.The SPI & I2C interface enables direct plugging of modules and sensors.A well designed corner cut to make room for the test button.The colorful headers are clear to recognize and connect the digital and analog sensors.

Specification
• Support MSP430 LaunchPad
• Support Xbee/Bluetooth bee
• Support Bluetooth/APC220
• Interface:SPI,I2C
• Size:66x50mm

Pin Out

More Details:

Servo Power:Addition power to P2_0 ~ P2_7 for connecting servos. MOSI & MISO Selection:If you want to use SPI, pay attention to which MCU you are using. Check the two jumper caps in the following image.

MOSI&MISO Selection of different MCU

Software development tools

The MSP430 LaunchPad is supported by several software tools to help you lift off. Depending on your experience level, there are multiple points of entry, from beginners to professionals and anywhere in-between.Like Energia& Modkit is more friendly for beginners.Code Composer Studio,IAR Embedded Workbench for TI MSP430 are Professional software development tools.

Energia A simple IDE for LaunchPad

Energia is an open-source electronics prototyping platform with the goal to bring the Wiring and Arduino framework to the Texas Instruments MSP430 based LaunchPad. Almost,the same IDE with Arduino. As the following image show, to the users of Arduino,this similar processing environment will be friendly,easy & quick to start your project.

Sample code
/* Blink Turns on an LED on for one second, then off for one second, repeatedly.

This example code is in the public domain. */
void setup // initialize the digital pin as an output. pinMode P2_0, OUTPUT ;
void loop
digitalWrite P2_0, HIGH // set the LED on
delay 1000 ;
// wait for a second
digitalWrite P2_0, LOW // set the LED off
delay 1000 ;
// wait for a second

Powered By DFRobot 2008-2017
More datasheets: L17DAFRA15SC309 | L17DCFRA37SC309 | L117DEFRA09P | L117DEFRA09S | L17DEFRA09SC309 | B39252B4041U410 | SER0002 | 2276 | CS3301-ISZR | CS3301-ISZ


Notice: we do not provide any warranties that information, datasheets, application notes, circuit diagrams, or software stored on this website are up-to-date or error free. The archived DFR0257 Datasheet file may be downloaded here without warranties.

Datasheet ID: DFR0257 508690