Raspberry Pi for Arduino Users: Building IoT and Network Applications and Devices
James R. Strickland
- 出版商: Apress
- 出版日期: 2018-06-20
- 定價: $1,650
- 售價: 8.0 折 $1,320
- 語言: 英文
- 頁數: 456
- 裝訂: Paperback
- ISBN: 1484234138
- ISBN-13: 9781484234136
-
相關分類:
Arduino、Raspberry Pi、物聯網 IoT
-
相關翻譯:
面向 Arduino 用戶的樹莓派實用指南:物聯網應用開發 (Raspberry Pi for Arduino Users: Building IoT and Network Applications and Devices) (簡中版)
立即出貨 (庫存 < 3)
買這商品的人也買了...
-
$250$225 -
$2,120$2,014 -
$520$364 -
$700Professional Scrum Development with Microsoft Visual Studio 2012 (Paperback)
-
$450$351 -
$1,620$1,539 -
$403系統分析與設計:敏捷迭代方法(原書第6版)
-
$3,370$3,202 -
$958深度學習
-
$650$507 -
$454JSON 實戰
-
$520$442 -
$1,824Advanced Raspberry Pi: Raspbian Linux and GPIO Integration
-
$490$441 -
$480$379 -
$269大數據技術
-
$398$299 -
$460$391 -
$420$332 -
$599$473 -
$800$680 -
$400$316 -
$780$616 -
$2,024Learning Blazor: Build Single-Page Apps with Webassembly and C# (Paperback)
-
$720$562
商品描述
Leverage your Arduino skills in the Raspberry Pi world and see how to cross the two platforms into sophisticated programs.
The Arduino and Raspberry Pi communities overlap more than you might think. Arduinos can be expanded to have network capabilities with a variety of “shields,” all of which increase the cost and complexity of the system. By contrast, Raspberry Pis all run Linux, which is a very network-competent platform. The newest Pi, the Raspberry Pi Zero W, is WiFi and Bluetooth capable, and costs around $10 U.S. For network enabled gadgets, it makes far more sense to cross to the Raspberry PI platform, if only someone would make it easy to do. That's what this book is about.
You'll learn some survival level Linux system administration, so you know how to set the machine up and how to establish at least minimal security for your gadget. You''ll set up and learn the Geany IDE on your Pi, which is fairly similar to the Arduino IDE.
Where the two platforms overlap the most is the GPIO system. You'll see that several projects use and explain the WiringPi system. This is is deliberately similar to the Arduino's 'Wiring' functionality, which is how sketches interact with GPIO pins. You'll learn the differences between the GPIO pins of the two devices, and how the Pi has some limitations on those pins that the Arduino does not. As a final project, in an effort to escape some of those limitations, you'll attach an AtMEGA 328P to the Raspberry Pi and configure it as a real, 8MHz Arduino with the Arduino IDE running on the Pi, and learn how to have the two platforms communicate, giving you the best of both worlds.
What You'll Learn
- Establish security with Linux system administration
- Set up the Apache webserver
- Write CGI programs so other computers can connect to your Pi and pull data in from it.
- Use C/C++ from Arduino sketches to write programs for the Pi
Who This Book Is For
The Arduino user who's been through all the tutorials and is comfortable writing sketches and connecting hardware to their Arduino.