{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

电子达人 我的第一本Arduino项目制作手册

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

电子达人 我的第一本Arduino项目制作手册

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Content Description

《电子达人 我的第一本Arduino项目制作手册》主要介绍Arduino相关制作项目,包括开始Arduino制作项目前的准备工作,了解Arduino的基础知识,需要准备的工具,.简单的Arduino项目制作,交互式家庭花园项目,以及关于Arduino的高级项目等,是《电子达人——我的第一本Arduino入门手册》的进阶手册。适合电子爱好者以及电子工程师使用。
书中包含了许多非常酷的、有创意的作品示例,你都可以去亲身实践,自己动手把它做出来。最重要的是,在你亲自动手完成了书中所有的示例作品,或是其中的一部分作品之后,你将会掌握关于Arduino的大部分开发技能。

Author Description

Brock Craft是伦敦大学金史密斯学院计算机系的一名讲师,同时也是英国皇家艺术学院的一名资深导师。他在物理计算,数据可视化以及物联网方向有专门的研究,在人机交互领域拥有10多年的使用、开发和游戏产品互动经验。Brock是Arduino项目的创始人之一,与Alexandra Deschamps-Sonsino和Massimo Banzi一起,曾担任过英国Tinker设计咨询公司的联合主管。在他的带领下,越来越多的用户正在使用Arduino做出各式各样的电子作品。

Catalogue

电子达人——Arduino项目制作 1
关于作者 3
献辞 4
作者致谢 5
前言 6
为什么会有Arduino? 6
初步假设 7
Arduino项目中要注意的安全问题 7
本书的章节组织 7
第一部分 踏上开始Arduino项目的旅程 7
第二部分 Arduino项目基础 8
第三部分 家居园艺交互设计 8
第四部分 9
第五部分 10佳资源及故障排查技术 9
合作网站 9
书中的图标 9
第1章 探索Arduino的世界 16
1.1 关于Arduino 16
1.2 了解Arduino的使用者 17
教育界的Arduino 17
企业界的Arduino 17
制造者与骇客社区 18
开源的世界 18
为Arduino做出贡献 18
1.3了解微控制器 18
1.4了解Arduino的功能 20
玩具和游戏 20
家用电器 20
自动化生产 21
现场检测和响应 21
楼宇自动化 21
协议控制 21
1.5 入门 21
第2章 开发准备 22
2.1 准备制作 22
2.1.1 设置工作区 22
2.2 选择基本工具 24
2.2.1 选择和使用万用表 25
2.2.2 选择和使用电源 26
2.2.3 认识电及其安全性 27
2.2.4 使用面包板、条状铜箔板和穿孔板 28
2.3 选择烙铁和附件 29
2.4 选择项目盒和外壳 30
2.5 选择Arduino 或者套件 32
2.6 在计算机上设置Arduino 34
2.6.1 安装Arduino集成开发环境 34
2.6.2 在Windows上安装驱动 35
2.7 连接Arduino 36
2.7.1 在Linux上安装驱动 36
第3章 基础知识 36
3.1 了解基本概念 37
3.1.1 连接Arduino 38
3.1.2 使用IDE编程 38
3.1.3 使用代码库 42
3.1.4 Arduino供电 43
3.2 了解电路基础知识 43
3.2.1 电压(V) 44
3.2.2 电流(I) 44
3.2.3 电阻(R) 44
3.2.4 欧姆定律 44
3.2.5 作用是什么? 44
3.3 识别电子元器件 45
3.3.1 识别电路原理图 45
3.3.2 识别器件布局图 47
3.4 了解传感器和激励器 48
3.4.1 阅读数据手册 49
3.4.2 了解和使用传感器 49
3.4.3 了解和使用激励器 50
3.4.4 运行项目 50
第4章 全视之眼 53
4.1 选择元器件 53
4.2 制作电路 56
4.3 软件工作原理 57
4.4 硬件工作原理 64
4.5 使用电位计 65
第5章 光线宠物 68
5.1 选择元器件 68
5.2 搭建电路 69
5.3 软件工作原理 70
5.4 硬件工作原理 81
第6章 滚动显示屏 83
6.1 选择器件 84
6.2 制作电路 85
6.3 软件工作原理 88
6.4 硬件工作原理 97
第7章 Arduino时钟 99
7.1 关于时间 99
7.2 选择和准备元器件 100
第八章 制作一个键盘输入的门禁系统 121
8.1 选择并准备需要的元器件 122
8.2 选择一个电子锁装置 124
8.3 键盘和显示面板的原型设计 126
8.4 编写键盘代码和测试 131
8.4.1 声明变量 131
8.4.2 定义设置 132
8.4.3 运行主循环程序 133
8.4.4 用户自定义函数说明 135
8.5 添加并测试继电器 136
8.5.1 连接电源 136
8.5.2 连接晶体管和继电器 136
8.6 装配和安装系统 137
第九章制作一个射频标签读卡器 140
9.1 了解RFID 141
9.1.1 源RFID 142
9.1.2 有源RFID 142
9.1.3RFID的频率和协议 142
9.2搭建一个ID-Innovations RFID读卡器 143
9.2.1选择元器件 143
9.2.2组装RFID读卡器 145
9.2.3 编写RFID读卡器代码 148
9.3设置并检测RFID读卡器 153
第十章 搭建一个自动化花园 155
10.1 搭建一个浇水系统 156
10.2选择元器件 156
10.3搭建系统 158
10.3.1 构造湿度传感器 159
10.3.2搭建储水器 162
10.3.3 运行供水系统 164
10.3.4搭建面包板电路 164
10.4编写代码、校准和测试 166
10.4.1定义设置 167
10.4.2运行主循环程序 167
10.4.3 校准传感器和确定流量 168
10.4.4添加多个阀门 169
第11章 制作一个Tweeting宠物门 170
11.1选择元器件 170
11.2测试电路 172
11.3准备Twitter账户 175
11.4 优化代码 177
11.4.1指定tweets 177
11.4.2添加以太网和Twitter的库函数 178
11.4.3添加程序逻辑 181
11.5 改造宠物门 183
第12章 建立一个家庭检测站 185
12.1制作传感器探头 186
12.1.1选择你的元器件 186
12.1.2构建和测试电路 188
12.1.3 制作传感器探头 191
12.1.4 制作传感器扩展模块 194
12.2创建Xively账户 197
12.3 编写检测站代码 200
12.3.1 理解代码含义 200
12.3.2 了解主循环 202
12.3.3 搞清传感器读数的意义 204
第13章 构建GPS数据记录仪 205
1.1 理解GPS 206
1.2 选取零件 206
1.3 构建项目 208
1.3.1 组装和测试GPS扩展板 208
设计你的数据记录器 214
测试数据记录器 215
收集和可视化GPS数据 220
追踪你的路径 220
数据可视化 220
第14章制作一辆遥控车 221
14.1选择和准备零部件 222
14.2制作探测器和驱动 224
14.2.1在线路板上搭建电路 224
14.2.2编码探测器 226
14.2.3读遥控器代码 228
14.2.4编码驱动电机 229
14.2.5测试驱动电机 233
14.3制作底盘 235
第15章 搭建LED立方体 241
15.1 选择部件 241
15.2 搭建立方体 243
15.2.1 组装LED阵列 243
15.2.1.1准备夹具 243
15.2.1.2布置并焊接LED灯层 244
15.2.1.3组装立方体 245
15.2.2 制作外壳 247
15.2.2.1进行最后的连接 250
15.2.2.2测试连接 250
15.2.2.3添加电源 252
15.2.2.4连接Arduino 253
15.3 为立方体编写程序 253
15.3.1 变量声明 254
15.3.1.1理解模板结构 254
15.3.1.2定义变量 255
15.3.2 设置(Setup) 255
15.3.3 主循环 255
15.3.3.1载入帧 256
15.3.3.2在立方体上执行帧 257
15.3.3.3编辑模板 258
15.4 LED立方体模板设计器 258
第16章 十佳Arduino资源 259
16.1 网站资源 260
16.1.1 Arduino.cc及相关论坛 260
16.1.2 Fritzing 260
16.1.3 Hack-a-day 261
16.1.4 Instructables 261
16.1.5 Learn.adafruit.com 261
16.1.6 Make: 261
16.1.7 element14 262
16.1.8 YouTube 262
16.2 书籍和电子书 262
16.2.1 Arduino For Dummies 262
16.2.2 The Arduino Cookbook 263
16.2.3 Making Things Talk 263
第16章 十大故障排查技术 263
17.1 排查硬件故障 264
18.1.1 检查连接 264
18.1.2 确保电源正常 264
18.1.3 寻找有异味和过热的元件 266
18.1.4 测试外部设备上的输出 266
18.1.5 测试你的数字管脚 266
17.2 排查软件故障 267
17.2.1 检查语法错误 267
17.2.2 利用串口监视器 267
17.2.3 检查管脚输入输出状态 267
17.2.4 利用模拟器 268
17.2.4.1 Arduino模拟器 268
17.2.4.2 AVR模拟器 268
17.2.5 上述方法都失败了 268

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book