0
登录后你可以
  • 下载海量资料
  • 学习在线课程
  • 观看技术视频
  • 写文章/发帖/加入社区
会员中心
创作中心
发布
  • 发文章

  • 发资料

  • 发帖

  • 提问

  • 发视频

创作活动
DFR0257

DFR0257

  • 厂商:

    DFROBOT

  • 封装:

    -

  • 描述:

    IOEXPANSIONSHIELDFORLAUNCHPA

  • 数据手册
  • 价格&库存
DFR0257 数据手册
  IO Expansion Shield for Launchpad V1 SKU:DFR0257 Contents      1 Introduction 2 Specification 3 Pin Out 3.1 More Details: 4 Software development tools 4.1 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); delay(1000); digitalWrite(P2_0, LOW); delay(1000); // set the LED on // wait for a second // set the LED off // wait for a second }                     Powered By DFRobot © 2008-2017 
DFR0257 价格&库存

很抱歉,暂时无法提供与“DFR0257”相匹配的价格&库存,您可以联系我们找货

免费人工找货