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

树莓派就这么玩(配视频教程 含DVD光盘1张)

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

树莓派就这么玩(配视频教程 含DVD光盘1张)

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

本书面向对树莓派有兴趣的读者。对于想用树莓派进行学习、娱乐的大学生甚至中学生,以及追求新鲜事物的年轻人来说,本书是不可多得的自学读物。
Content Description

本书由浅入深地介绍了树莓派的相关知识及其应用方法。阅读本书并不需要太多的计算机相关知识,只需要有基本的计算机操作技巧即可。
本书提供了大量的实际操作实例,读者只需要一步步按照实例的引导操作即可完成“了解树莓派”、“在树莓派上安装操作系统”、“使用树莓派的软/硬件”、“在树莓派下进行编程语言和硬件开发的学习”、“用树莓派实现学习和生活中的独特应用”等知识学习。读完本书之后读者不仅将熟悉树莓派的相关知识,还会获得自己的“学习机”、“下载机”、“网络存储中心”和“家庭媒体播放器”等。
Author Description

程国钢,北京航空航天大学电子专业博士,现在中国科学院从事科研工作。有丰富的教学、科研及写作经验,承担过基于嵌入式的国家863级课题。
Catalogue

第1章 树莓派的前生今世 (1)
1.1 走进树莓派的世界 (1)
1.1.1 树莓派是什么 (1)
1.1.2 树莓派能干什么 (3)
1.2 树莓派的兄弟姐妹 (10)
1.2.1 树莓派的发展史 (11)
1.2.2 A型和B型树莓派 (12)
1.2.3 B+型树莓派 (14)
1.2.4 面向商业和工业用途版本的树莓派 (15)
1.3 树莓派的表亲们 (16)
1.3.1 其他卡片计算机 (17)
1.3.2 树莓派的扩展模块 (20)
1.3.3 Scratch Tools开发板 (23)
1.3.4 Arduino及其和树莓派的优缺点比较 (23)

第2章 认识树莓派的硬件 (26)
2.1 树莓派的结构 (26)
2.2 树莓派的主要部件介绍 (27)
2.2.1 处理器芯片 (28)
2.2.2 内存 (30)
2.2.3 USB 2.0和网络控制芯片 (32)
2.2.4 电源系统 (32)
2.2.5 LED指示灯 (33)
2.3 树莓派的对外接口 (34)
2.3.1 USB接口 (34)
2.3.2 网络接口 (35)
2.3.3 摄像头接口(CSI) (36)
2.3.4 显示器接口(DSI) (36)
2.3.5 HDMI接口 (37)
2.3.6 SD卡接口 (39)
2.3.7 通用I/O接口(GPIO) (40)
2.3.8 RCA复合视频接口和3.5mm音频接口 (41)
2.3.9 其他接口 (42)
2.4 树莓派必需的外围设备 (42)
2.4.1 供电电源 (43)
2.4.2 SD卡 (43)
2.4.3 显示器和显示器电缆 (43)
2.4.4 鼠标键盘 (44)
2.4.5 线网卡 (44)
2.4.6 其他 (45)

第3章 在树莓派上安装操作系统 (47)
3.1 树莓派支持的操作系统 (47)
3.1.1 Raspbian操作系统 (50)
3.1.2 Pidora操作系统 (50)
3.1.3 OpenELEC和RaspBMC操作系统 (51)
3.1.4 Arch Linux操作系统 (51)
3.1.5 RISC OS操作系统 (52)
3.1.6 OpenWRT操作系统 (52)
3.1.7 其他 (52)
3.2 在树莓派上安装Raspbian操作系统 (53)
3.2.1 将操作系统写入SD卡 (53)
3.2.2 使用树莓派的raspi-config工具 (56)
3.3 设置和更新Raspbian操作系统 (65)
3.3.1 树莓派的“BIOS”――config.txt文件解析 (65)
3.3.2 设置更新源并且更新系统 (70)
3.3.3 设置中文语言包和安装中文输入法 (75)
3.4 安装树莓派的其他操作系统 (75)
3.4.1 安装Pidora (75)
3.4.2 安装RISC OS (79)
3.5 树莓派的NOOBS工具 (80)

第4章 使用树莓派的Raspbian操作系统 (84)
4.1 树莓派的桌面环境和文件系统 (84)
4.1.1 树莓派的桌面环境 (84)
4.1.2 树莓派的文件系统 (90)
4.2 树莓派的命令行界面和常用命令 (91)
4.2.1 树莓派的命令行界面 (92)
4.2.2 树莓派的常用命令 (93)

第5章 在树莓派上安装和使用软硬件 (105)
5.1 在树莓派上安装软件 (105)
5.1.1 使用树莓派商店 (105)
5.1.2 使用树莓派的命令行界面安装软件 (106)
5.2 使用树莓派的软件 (109)
5.3 在树莓派上安装和使用硬件 (116)
5.3.1 安装线网卡 (116)
5.3.2 使用U盘 (120)
5.4 远程登录树莓派 (123)
5.4.1 SSH登录树莓派 (123)
5.4.2 远程桌面连接树莓派 (125)

第6章 在树莓派上编写C语言程序 (128)
6.1 C语言及其开发环境 (128)
6.2 编辑环境Vim (129)
6.2.1 在树莓派上安装Vim (129)
6.2.2 在树莓派上使用Vim (131)
6.2.3 使用Vim编辑C语言源文件 (135)
6.2.4 在树莓派上配置Vim (136)
6.3 编译器gcc (138)
6.3.1 在树莓派上安装gcc (139)
6.3.2 在树莓派上使用gcc (139)
6.4 调试器gdb (141)
6.4.1 在树莓派上安装gdb (142)
6.4.2 在树莓派上使用gdb (142)
6.5 编写Hello Raspbian! (144)

第7章 在树莓派上编写脚本语言程序 (146)

7.1 什么是脚本语言 (146)
7.2 Shell脚本语言 (147)
7.2.1 树莓派上运行的Shell (147)

7.2.2 Shell脚本语言的开发工具 (149)

7.2.3 在树莓派上编写Shell脚本语言程序 (150)
7.3 Python脚本语言 (152)
7.3.1 树莓派上的Python脚本语言环境 (152)
7.3.2 Python Games (157)
7.3.3 树莓派的Python扩展模块 (159)
7.4 用脚本语言获取树莓派状态 (160)
7.4.1 vcgencmd命令 (160)
7.4.2 使用vcgencmd命令的Shell脚本 (162)
7.4.3 使用vcgencmd命令的Python脚本 (164)
7.4.4 使用Python脚本获取树莓派的更多状态 (165)

第8章 在树莓派上学习其他知识 (168)

8.1 树莓派上的Scratch (168)
8.1.1 Scratch基础 (168)
8.1.2 树莓派上的Scratch运行界面 (169)
8.1.3 在树莓派上编写Scratch程序 (170)
8.1.4 Scratch Tools智力开发板 (173)
8.2 树莓派上的Arduino (174)
8.2.1 Arduino的硬件 (174)
8.2.2 安装和使用Arduino集成开发环境 (176)
8.2.3 在树莓派上安装和使用Arduino开发板 (177)
8.3 Wolfram Research公司和Mathematica (180)

第9章 使用树莓派的外部接口引脚 (182)

9.1 树莓派的外部接口引脚基础 (182)
9.2 树莓派的外部接口扩展板 (186)
9.3 通过脚本控制树莓派的外部接口引脚 (189)
9.3.1 连接外部接口扩展板 (189)
9.3.2 使用Shell脚本语言控制外部接口引脚 (190)
9.3.3 使用Python脚本语言控制外部接口引脚 (192)
9.4 WiringPi和树莓派的外部接口引脚 (193)
9.4.1 下载和安装WiringPi (193)
9.4.2 WiringPi中的外部接口定引脚义 (195)
9.4.3 WiringPi提供的gpio命令 (196)
9.4.4 使用WiringPi控制外部接口引脚 (199)
9.5 使用树莓派实现家庭自动化温度控制 (201)
9.5.1 自动化家庭温度控制的原理 (202)
9.5.2 DS18B20温度传感器 (202)
9.5.3 获取当前温度 (207)
9.5.4 通过温度信息控制电源控制模块 (210)

第10章 用树莓派丰富生活和工作 (211)

10.1 使用树莓派搭建LAMP服务器 (211)
10.1.1 LAMP基础 (211)
10.1.2 在树莓派上安装LAMP服务器 (211)
10.1.3 访问LAMP服务器并且修改欢迎页面 (215)
10.2 通过网络向树莓派传输数据 (217)
10.3 Web远程监控树莓派状态 (220)
10.4 用树莓派搭建BT下载服务器 (224)
10.4.1 在树莓派上安装BT服务器 (224)
10.4.2 使用树莓派上的BT服务器 (225)
10.5 打造自己的网络文件服务器(NAS) (228)
10.5.1 将树莓派映射为网络磁盘驱动器 (229)
10.5.2 映射树莓派上连接的移动硬盘 (232)
10.6 使用树莓派打造协作工作中心Media Wiki (235)
10.6.1 安装Media Wiki (236)
10.6.2 配置Media Wiki (236)
10.7 使用手机App访问和操作树莓派 (241)
10.7.1 SSH登录工具ConnectBot (241)
10.7.2 图形界面登录工具android VNC (244)
10.7.3 树莓派运行状态监控工具PasPi Check (246)
10.8 安装并运行雷神之锤3 (247)
10.8.1 雷神之锤介绍 (248)
10.8.2 在树莓派上安装和运行雷神之锤 (248)
10.8.3 一些可能存在问题的解决措施 (252)
10.9 使用复古派打造个人游戏机 (253)
10.10 PC上的树莓派虚拟机 (255)
10.10.1 什么是QEMU (255)
10.10.2 使用QEMU虚拟树莓派 (256)

第11章 用Raspbmc将树莓派打造为家庭媒体播放器 (259)
11.1 XBMC和树莓派支持的XMBC系统 (259)
11.2 安装Raspbmc (260)
11.2.1 使用Raspbmc安装器 (260)
11.2.2 Raspbmc的自动安装过程 (262)
11.3 个性化Raspbmc (264)
11.3.1 设置语言和时间 (265)
11.3.2 添加天气预报 (267)
11.3.3 Raspbmc Settings工具 (269)
11.4 了解和使用Raspbmc (274)
11.4.1 浏览Raspbmc (274)
11.4.2 Raspbmc的插件 (278)
11.4.3 观看本地U盘视频 (279)
11.4.4 观看本地网络视频 (280)
11.4.5 观看在线视频 (282)
11.5 控制Raspbmc (286)

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