{{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编程指南 75个智能硬件程序设计技巧

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

Arduino编程指南 75个智能硬件程序设计技巧

{{__(":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
Editer Recommend

※McGrawHill经典口袋书,知识点深入浅出讲解,把书读得很薄,迅速提升Arduino编程能力。
※回顾Arduino程序设计的基础内容,并介绍更多程序设计的高阶功能。
※通过实例展示如何利用少的储存器即可有效工作、使用小功率完成大性能、支持不同类型的串行口、支持USB编程、支持网络编程、数字信号处理DSP等内容。
※75个开源的Sketches示例提供下载使用。
※100余个Arduino程序设计技巧等你实践。


Content Description

本书从提高Arduino使用效率、数据库打包、硬件融合、USB编程、网络编程、数字信号编程等几个方面,来综合讲解Arduino的晋级应用方法。书中迅速带过Arduino的基础知识,进入能力提升的主题,通过多个实例帮助读者快速提升Arduino编程能力。

Author Description

Simon Monk博士(英国Preston)拥有控制论和计算机科学学位以及软件工程学博士学位。他做了几年的学术研究,然后回到了产业界,共同创办了移动软件公司Momote Ltd.。他从十来岁起就是一个活跃的电子爱好者,而且是业余电子和开源硬件的全职作家。Monk博士是众多电子书籍的作者,精于开源硬件平台,特别是Arduino和树莓派。

Catalogue

第1章Arduino编程1
什么是 Arduino1
软件安装和IDE 3
Arduino概览6
Arduino 开发板8
编程语言 12
修改Blink sketch12
变量 14
If 15
Loops16
函数17
数字量输入18
数字量输出 20
串口监视器20
数组和字符串22
模拟量输入23
模拟量输出25
使用库26
Arduino数据类型28
Arduino 指令29
总结 30
第2章内部机理31
Arduino发展概况31
Arduino内部结构31
AVR微控制器 32
Arduino 和Wiring35
从sketch到Arduino38
AVR Studio 41
安装引导程序43
总结46
第3章中断和定时器47
硬件中断47
启用和禁用中断53
定时器中断53
总结56
第4章让Arduino更快57
Arduino到底有多快?57
Arduino开发板之间的比较58
算法加速59
查找与计算60
快速I/O 62
模拟量输入的加速68
总结69
第5章低功耗的Arduino70
Arduino开发板的功耗70
电流和电池72
降低时钟频率73
关闭一些模块75
休眠76
输出数字量控制功耗80
总结82
第6章内存83
Arduino内存83
减少RAM的使用84
最小化闪存占用89
静态与动态内存分配对比90
字符串91
EEPROM的使用95
使用闪存100
使用SD卡存储数据102
总结104
第7章I2C总线的使用105
I2C硬件106
I2C协议107
Wire库108
I2C示例110
总结116
第8章1-Wire器件接口117
1-Wire硬件117
1-Wire协议118
OneWire 程序库118
使用DS18B20121
总结122
第9章SPI器件接口123
位操作123
SPI硬件127
SPI协议129
SPI库129
SPI 示例131
总结134
第10章UART串行编程135
串行硬件135
串行通信协议137
串行命令138
软件串行通信库140
串行通信示例141
总结148
第11章USB编程149
键盘和鼠标仿真149
USB主机编程152
总结159
第12章网络编程160
网络硬件160
Ethernet库163
以太网示例167
WiFi库173
WiFi示例174
总结175
第13章数字信号处理176
数字信号处理介绍176
读数求均值177
滤波介绍179
构建一个简易低通滤波器180
Arduino Uno 的数字信号处理181
Arduino Due数字信号处理183
滤波器代码生成185
傅里叶变换188
总结192
第14章管理一个进程193
转变大型系统的编程习惯193
为什么你不需要线程194
设置和循环194
Timer库197
总结198
第15章编写程序库199
何时编写程序库199
使用类与方法200
库示例(TEA5767 Radio)200
测试库文件205
发布这个库205
总结206
附件A器件207
Arduino开发板207
扩展板207
器件与模块208
供应商208

Book Abstract

每一章节涉及Arduino编程的特定主题。除了介绍、回顾Arduino基础知识的第1章外,剩余的章节完全按照你的喜好来进行阅读。

如果你是一个在其它领域有经验的开发者,估计你会喜欢先阅读第14章,然后把Arduino编程放到特定的语义场景中。接下来对每一章进行介绍。


1.第1章“Arduino编程”包含了Arduino程序设计的归纳与总结。对于需要快速掌握Arduino基础知识的人来说,这是入门章节。

2. 在第二章“内部机理”中,我们窥视了Arduino的软件是如何工作的?它来自哪里?

3.第3章“中断和定时器”。 新手常常避开使用中断,其实他们完全不用这样,因为有时采用中断是很方便的,同时所涉及的相关代码也不复杂。虽然中断也有一些缺陷,本章将告诉你自己需要知道什么。

4. 第4章“让Arduino更快”。 Arduino的处理器速度慢、功耗低。所以有时你需要尽可能挖掘它们的潜力。例如,内嵌digitalWrite函数是安全和简单易用的,但其效率低,特别是同时对多个输出进行设置时。在这章里,你将寻求提高性能的方法,同时学习其它技术来编写时效性强的sketche。

5. 第5章“低功耗的Arduino”。当你用电池或太阳电池给Arduino供电时,你需要考虑把功耗降到很低。此外为了优化硬件设计,你也可以通过编写代码来降低Arduino的功耗。

6.第6章“内存”。在本章中,在sketche中,我们探寻尽量小的内存的使用及其优势,以及动态使用内存所带来的风险。

7.第7章“I2C总线的使用”。 Arduino的I2C接口能很容易地实现与模块和器件间的通信,减少所需引脚的数量。这一章阐述了I2C工作原理及其使用方法。

8.第8章“1-Wire器件接口”。本章着眼于1-wire总线器件,例如Dallas家族中非常流行、用于Arduino的温度传感器。你能学习1-wire总线工作原理和使用方法。

9.第9章“SPI器件接口”。 Arduino的另一个接口标准是SPI。本章探索它的工作原理和使用方法。

10. 第10章“UART串行编程”。通过USB或Arduino的Rx和Tx引脚,在外设和其它Arduino之间,串行通信提供了非常重要的数据交换通道。在本章中你可以学习到串行通信的工作原理及其使用方法。

11. 第11章“USB编程”。本章介绍了具有USB接口的Arduino使用的各个方面。你将学习由Arduino Leonardo提供的键盘和鼠标模拟功能。以及允许USB键盘或鼠标连接到内嵌Arduino设备的逆向过程。

12.第12章“网络编程”。 Arduino在物联网中是一个常见的器件。在本章中,你将学习Arduino的互联网编程方法。其主题涉及Wi-Fi和以太网扩展板、web服务的使用以及把Arduino作为迷你web服务器。

13. 第13章“数字信号处理”。Arduino具有初步的信号处理能力。本章讨论了各种技巧,从对来自模拟输入端的信号进行滤波,使用的是软件技术而不是额外的电子部件,到采用傅里叶变换技术,计算一个信号中各种频率的相对大小。

14. 第14章“管理一个进程”。有大型系统编程背景的程序员接触到Arduino时,往往意味着在Arduino中缺乏多线程和并发机制,由于一些缺陷。在这章中,我试着修正和展示如何采用嵌入式系统的单线程模型。

15. 第15章“编写程序库”。 总有一天,考虑到别人能够使用,你将把事情做得确实很好。这是把代码打包生成库函数并将其向全世界发布的时代。本章介绍了它的实现方法。


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