Arduino 101 2.0.2扩展包离线安装程序(4.7更新)-Arduino中文社区 - Powered by Discuz!

Arduino中文社区

 找回密码
 立即注册

QQ登录

只需一步,快速开始

楼主: 奈何col

Arduino 101 2.0.2扩展包离线安装程序(4.7更新)

  [复制链接]
发表于 2017-8-30 14:29 | 显示全部楼层
初学乍练,感谢提供宝贵资料
发表于 2017-9-5 22:37 | 显示全部楼层
看                                 看
发表于 2017-9-11 16:43 | 显示全部楼层
官方服务器很慢
发表于 2017-9-11 18:57 | 显示全部楼层
66666666666
发表于 2017-12-1 22:50 | 显示全部楼层
哈哈,刚刚从奈何大神处得到了一块全新的101板子,正愁安装扩展包老是报CRC校验出错呢,没想到奈何早已经替我们准备好了一切,感谢ing!!!
发表于 2017-12-1 23:47 | 显示全部楼层
求助:

刚刚获得一块全新Genuino 101,进行测试,完成离线扩展包(2.0.2)安装后,IDE已经识别到Genuino 101,确定在com9口,设备管理器也识别到在com9口,

但是下载Blink进行测试时候,报错,一直无法下载程序过去进行测试,

请求指点:

void setup()

{

  pinMode(13, OUTPUT);

}



void loop()

{

  digitalWrite(13,HIGH);

  delay(1000);

  digitalWrite(13,LOW);

  delay(1000);



}


Arduino:1.8.5 (Windows 7), 开发板:"Arduino/Genuino 101"

项目使用了 48412 字节,占用了 (31%) 程序存储空间。最大为 155648 字节。
Starting download script...
Flashing is taking longer than expected
Try pressing MASTER_RESET button
ERROR: Timed out waiting for Arduino 101 on COM9
ERROR: Timed out waiting for Arduino 101 on COM9



点评

Try pressing MASTER_RESET button 按提示操作  详情 回复 发表于 2017-12-2 01:43
 楼主| 发表于 2017-12-2 01:43 | 显示全部楼层
NGE马 发表于 2017-12-1 23:47
求助:

刚刚获得一块全新Genuino 101,进行测试,完成离线扩展包(2.0.2)安装后,IDE已经识别到Genuino 1 ...

Try pressing MASTER_RESET button
按提示操作
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|Archiver|手机版|Arduino中文社区

GMT+8, 2024-11-28 05:43 , Processed in 0.186727 second(s), 17 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表