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

  • 发资料

  • 发帖

  • 提问

  • 发视频

创作活动
DFR0236

DFR0236

  • 厂商:

    DFROBOT

  • 封装:

    -

  • 描述:

    CHEAPDUINOEVALBOARD5PACK

  • 详情介绍
  • 数据手册
  • 价格&库存
DFR0236 数据手册
      CheapDuino (SKU:DFR0236)   Contents       1 Introduction 2 Specification 3 Pinout Diagram 4 Connection Diagram 5 Example Code 6 FAQ Introduction CheapDuino is the most cheapest Arduino compatible processor in the world. It's aimed to supply a low cost processor for the students and DIYers from second and third world countries.The price for each cheapDuino controller is almost 1/5 price of the Arduino UNO. So it's also suitable for you to DIY custom project,workshop,gift for friend,E-Textiles and education usage. Specification           Working voltage: 3~5 volts Recommended power supply: 5v Microctonroller: Atmel AVR ATmega8 bootloader(Board option in Arduino IDE): Arduino NG / w ATmega8 3 digital pins, 3 analog pins with easy-to-solder hexagonal pads Integrate 3 pwm pins,I2C interface and UART interface Suitable for workshop,education usage and DIY custom projects Low cost Arduino compatible controller Designed for the students and DIYers from second and third world countries Dimensions: 2cm x 2cm x 0.2cm Pinout Diagram Connection Diagram Fig1: cheapDuino Pin Out Note:  When plugin the fpc programming cable to DFRobot FPC programmer and cheapDuino, please the blue side facing upward. Example Code    Choose the right com port of your programmer in the Arduino IDE first. Choose "Arduino NG or older /w ATmega8" in the "Boards" option. Then just upload your arduino sketch to the cheapDuino. The "Blink" sketch will be used to drive the LED connected to the D13 pin onboard. const int ledPin = 13; // the number of the LED pin on the cheapDuino // Variables will change: int ledState = LOW; // ledState used to set the LED long previousMillis = 0; // will store last time LED was updated // the follow variables is a long because the time, measured in miliseconds, // will quickly become a bigger number than can be stored in an int. long interval = 1000; // interval at which to blink (milliseconds) void setup() { // set the digital pin as output: pinMode(ledPin, OUTPUT); } void loop() { // here is where you'd put code that needs to be running all the time. // check to see if it's time to blink the LED; that is, if the // difference between the current time and last time you blinked // the LED is bigger than the interval at which you want to // blink the LED. unsigned long currentMillis = millis(); if(currentMillis - previousMillis > interval) { // save the last time you blinked the LED previousMillis = currentMillis; // if the LED is off turn it on and vice-versa: if (ledState == LOW) ledState = HIGH; else ledState = LOW; // set the LED with the ledState of the variable: digitalWrite(ledPin, ledState); } } Powered By DFRobot © 2008-2017 
DFR0236
物料型号:CheapDuino (SKU:DFR0236)

器件简介:CheapDuino是世界上最便宜的Arduino兼容处理器,旨在为来自第二和第三世界国家的学生和DIY爱好者提供低成本处理器。CheapDuino控制器的价格几乎是Arduino UNO的五分之一,适合DIY定制项目、工作坊、朋友礼物、电子纺织品和教育用途。

引脚分配:CheapDuino具有3个数字引脚、3个模拟引脚,以及易于焊接的六边形焊盘。集成了3个PWM引脚、I2C接口和UART接口。

参数特性: - 工作电压:3~5伏特 - 推荐电源:5伏特 - 微控制器:Atmel AVR ATmega8 - bootloader(Arduino IDE中的板选项):Arduino NG / w ATmega8 - 尺寸:2cm x 2cm x 0.2cm

功能详解:文档提供了CheapDuino的引脚图和连接图,说明了如何连接FTDI编程器。还提供了示例代码,演示如何使用Arduino IDE上传草图到CheapDuino,并驱动连接到D13引脚的LED闪烁。

应用信息:CheapDuino适用于工作坊、教育用途和DIY定制项目,特别为来自第二和第三世界国家的学生和DIY爱好者设计。
DFR0236 价格&库存

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

免费人工找货