{{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

KingStone

【繁體】Arduino互動設計專題與實戰(深入Arduino的全方位指南) (附114段教學與執行影片/範例程式檔)

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

【繁體】Arduino互動設計專題與實戰(深入Arduino的全方位指南) (附114段教學與執行影片/範例程式檔)

{{__(":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
内容簡介

逐一深入學習Arduino核心運用的開發指南!
美國矽谷創業家、全球數十家科技大廠與業界指定講師之Arduino技術寶典!

從入門邁向專業,細述Arduino的來龍去脈,以及那股強大的自造威力!

Arduino已成為學習微控制器的首選主題,而本書是全方位的Arduino設計指引,廣泛且深入核心平台開發,全面解說Arduino所有函數與API(應用程式介面),並介紹市面常見的數十種感應器,輔以實例設計,最後與智慧型手機結合,進行應用,並導入雲端系統與物聯網的運用基礎;另外,書中亦特別介紹可免費學習Arduino的線上模擬器運用。

書中應用實例多元且豐富,內容涵蓋:

自製Arduino、霹靂燈、水銀開關讀取(物體傾斜偵測)、光敏電阻(自製小夜燈)、電晶體(控制玩具車馬達)、DC馬達、Servo步進馬達(控制機器手臂的關鍵)、繼電器(自製智慧家庭自動控制設備)、七段式數字號碼LED(顯示數字)、數字鍵盤、8x8 LED(自製LED廣告招牌和字幕機)、藍色背光液晶模塊LCD(顯示圖片和文字)、三軸重力加速度/傾斜角度模組。

濕度(室內保溼監測)、溫度(溫度記錄器)、一氧化碳(室內一氧化碳警報器)、超聲波距離(倒車警示器)、火焰(自製火災警報器)、一氧化碳/瓦斯/煙霧(家中安全警報器)、紅外線動作(小偷警示器)、土壤濕度(盆栽水份顯示器)、聲音(噪音檢測器)、顏色(自製家中油漆顏色檢測器)、酒精(預防酒駕利器)、三軸磁場(指南針),以及溫度計和濕度計二合一等傳感器(感測器)。

遙控器、FM收音機、遙控器RFID讀卡機(悠遊卡讀取器核心)、SD讀卡器(資料儲存和讀取)、與個人電腦傳遞資料、MIDI(電子琴的溝通)、搖桿(自製遊樂器搖桿)、網路Ethernet(自製伺服器、取得網路資料)、ZigBee/XBee(一對多近距離通訊)、藍牙手機/電腦的無線通訊、無線電頻率通訊、IC實驗、音樂播放,以及Arduino和Android、iOS連接…等。

書附DVD內容:
114段教學與執行影片(CH11~CH16為較短影片或執行結果影片,無配音)/範例程式檔

目錄

01 簡介篇
1.1 什麼是 Arduino?
1.2 Arduino 特色
1.3 Arduino 歷史

02 Arduino 硬體介紹
2.1 Arduino 硬體介紹
2.2 Arduino 硬體外觀
2.3 自製 Arduino 板子
2.4 Arduino MCU IC 介紹
2.5 Arduino 相關網站

03 Arduino 開發環境介紹
3.1 Arduino 軟體
3.2 用 Eclipse 寫 Arduino 程式
3.3 Autodesk 123D Circuits 線上 Arduino
3.4 Arduino 中文化設定

04 我的第一個 Arduino
4.1 麵包板怎麼使用?
4.2 Arduino 的第一個程式 - LED 閃爍
4.3 確認您的程式是否編譯成功 - Verify
4.4 燒錄 Upload to I/O Board
4.5 了解我的第一個 Arduino 程式
4.6 線上版 Arduino - Autodesk 123D Circuits 安裝與使用

05 Digital 數位輸入與輸出
5.1 Digital Output 設定 Pin 的輸出 - 霹靂燈範例
5.2 Digital Input - 讀取按鈕訊號數值 code

06 Analog 類比
6.1 Analog Input - 讀取可變電阻的資料
6.2 Analog Output 的輸出 - LED 明亮控制範例

07 UART、Serial RX/TX–TTL、RS232 傳遞資料
7.1 Serial 的資料傳遞

08 PWM 脈衝寬度調變
8.1 PWM Output 脈衝寬度調輸出
8.2 PWM 透過 DigitalWrite 達成效果

09 Pulse 脈衝
9.1 pulseIn 脈衝時間長度
9.2 pulseIn 範例 - 查用戶多久沒有按下按鈕

10 SPI 串列外設介面
10.1 SPI 串列外設介面介紹
10.2 SPI 範例程式 - 主從端 Master
10.3 SPI 範例程式 2 - 主從端 Master

11 Arduino 函數
11.1 輸出入函數
11.2 資料型態 datatype
11.3 時間
11.4 數學
11.5 邏輯流程控制
11.6 中斷函數
11.7 字串處理函數 String
11.8 串列埠通訊
11.9 特殊函式庫
11.10 開發自己專屬的函式庫和設計自己的函數

12 Arduino 與傳感器
12.1 水銀開關讀取 - 物體傾斜偵測
12.2 光敏電阻 - 自製小夜燈
12.3 電晶體 - 控制玩具車馬達
12.4 濕度傳感器 - 室內保溼監測
12.5 溫度傳感器 - 溫度記錄器
12.6 Servo 步進馬達 - 控制機器手臂的關鍵
12.7 搖桿 - 自製遊樂器搖桿
12.8 一氧化碳傳感器 - 室內一氧化碳警報器
12.9 超聲波距離傳感器–倒車警示器
12.10 火焰傳感器 - 自製火災警報器
12.11 一氧化碳 / 瓦斯傳感器 / 煙霧傳感器 - 家中安全警報器
12.12 紅外線動作傳感器 - 小偷警示器
12.13 繼電器 - 自製智慧家庭自動控制設備
12.14 七段式數字號碼 LED - 顯示數字
12.15 土壤濕度傳感器 - 盆栽水份顯示器
12.16 數字鍵盤
12.17 聲音傳感器 - 噪音檢測器
12.18 溫度計和濕度計二合一的傳感器 DHT11
12.19 酒精傳感器 - 預防酒駕利器
12.20 DC 馬達
12.21 8x8 LED 矩陣燈 - 自製 LED 廣告招牌和字幕機
12.22 顏色檢測器 - 自製家中油漆顏色檢測器
12.23 FM 收音機
12.24 藍色背光液晶模組 LCD 2x16 面板 - 顯示圖片和文字
12.25 RFID 讀卡機 - 悠遊卡讀取器核心
12.26 SD 讀卡機 - 資料儲存和讀取
12.27 ADXL345 三軸重力加速度 / 傾斜角度模組
12.28 三軸磁場傳感器 - 指南針

13 通訊
13.1 遙控器
13.2 與個人電腦傳遞資料(Java, Flash, Unity, Scratch, processing)
13.3 MIDI - 電子琴的溝通
13.4 網路 Ethernet - 自製伺服器、取得網路資料
13.5 ZigBee / XBee - 一對多近距離通訊
13.6 藍牙手機、電腦的無線通訊
13.7 RF 433Mhz - 無線電頻率通訊

14 Arduino 與 IC 實驗
14.1 74HC 595 - 延伸出多個接腳
14.2 LM 393 - 比較 A 接腳和 B 接腳哪一個大

15 Arduino 綜合實驗
15.1 音樂播放
15.2 計算按鍵按下的時間

16 Android 和 iOS 手機與 Arduino 連接
16.1 Arduino USB Host
16.2 使用藍牙將 Arduino 和 Android 連接起來
16.3 Android 與 Arduino 連接 - 透過 Android IOIO
16.4 Android 與 Arduino 連接 - 直接連接
16.5 iOS 與 Arduino 連接 - 透過藍牙 4.0 BLE

Appendix A 本書硬體列表

Specifications

Brand KingStone
Brand Origin Taiwan
Net Content 1g

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 King Stone
Ship to
{{ __("Ship to United States only") }}
Free shipping over 49
Genuine guarantee
Ship from Taiwan

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 King Stone

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 King Stone

Service Guarantee

Yami Cross-store Free Shipping over $49
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 King Stone

Service Guarantee

Free shipping over 49
Genuine guarantee
Ship from Taiwan

Shipping

UPS Ground $11.99(Free shipping over $49)


Seller will ship the orders within 1-2 business days. It will not be shipped between April 7, 2019 and April 4, 2019. Orders during this time will begin shipping on April 8. Thanks for your cooperation.

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

KingStone

为您推荐

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

KingStone