Practical Arduino Robotics: A hands-on guide to bringing your robotics ideas to life using Arduino
暫譯: 實用Arduino機器人技術:將您的機器人創意實現的實作指南
Kaul, Lukas
- 出版商: Packt Publishing
- 出版日期: 2023-03-17
- 售價: $1,340
- 貴賓價: 9.5 折 $1,273
- 語言: 英文
- 頁數: 334
- 裝訂: Quality Paper - also called trade paper
- ISBN: 1804613177
- ISBN-13: 9781804613177
-
相關分類:
Arduino、機器人製作 Robots
立即出貨 (庫存=1)
買這商品的人也買了...
-
$250$225 -
$2,120$2,014 -
$520$364 -
$700Professional Scrum Development with Microsoft Visual Studio 2012 (Paperback)
-
$580$522 -
$450$351 -
$1,620$1,539 -
$403系統分析與設計:敏捷迭代方法(原書第6版)
-
$3,370$3,202 -
$958深度學習
-
$650$507 -
$454JSON 實戰
-
$269大數據技術
-
$398$299 -
$460$391 -
$420$332 -
$599$509 -
$800$680 -
$400$316 -
$780$616 -
$2,185Learning Blazor: Build Single-Page Apps with Webassembly and C# (Paperback)
-
$1,490$1,416 -
$534$507 -
$720$562 -
$880$695
相關主題
商品描述
Build your hardware, electronics, and programming skills, and use them to realize your advanced robotics projects with this powerful platform
Key Features
• Become an expert in selecting sensors, motors, and Arduino boards for any robotics project
• Discover how to write effective and reusable code for your Arduino robotics projects
• Learn to build a camera-based line follower and a self-balancing telepresence robot on your own
Book Description
Every robot needs a "brain," and the Arduino platform provides an incredibly accessible way to bring your Arduino robot to life. Anyone can easily learn to build and program their own robots with Arduino for hobby and commercial uses, making Arduino-based robots the popular choice for school projects, college courses, and the rapid prototyping of industrial applications!
Practical Arduino Robotics is a comprehensive guide that equips you with the necessary skills and techniques that can be applied to various projects and applications, from automating repetitive tasks in a laboratory to building engaging mobile robots.
Building on basic knowledge of programming and electronics, this book teaches you how to choose the right components, such as Arduino boards, sensors, and motors, and write effective code for your robotics project, including the use of advanced third-party Arduino libraries and interfaces, such as Analog, SPI, I2C, PWM, and UART. You'll also learn different ways to command your robots wirelessly, such as over Wi-Fi. Finally, with basic to advanced project examples, this book illustrates how to build exciting autonomous robots like a self-balancing telepresence robot.
By the end of this book, you'll be able to design and create your own custom robots for a wide variety of applications.
What you will learn
• Understand and use the various interfaces of an Arduino board
• Write the code to communicate with your sensors and motors
• Implement and tune methods for sensor signal processing
• Understand and implement state machines that control your robot
• Implement feedback control to create impressive robot capabilities
• Integrate hardware and software components into a reliable robotic system
• Tune, debug, and improve Arduino-based robots systematically
Who this book is for
If you're excited about robotics and want to start creating your own robotics projects from the hardware up, this book is for you. Whether you are an experienced software developer who wants to learn how to build physical robots, a hobbyist looking to elevate your Arduino skills to the next level, or a student with the desire to kick-start your DIY robotics journey, you'll find this book very useful. In order to successfully work with this book, you'll need basic familiarity with electronics, Arduino boards and the core concepts of computer programming.
商品描述(中文翻譯)
建立您的硬體、電子和程式設計技能,並利用這些技能實現您的高級機器人專案,使用這個強大的平台。
主要特點
• 成為選擇感測器、馬達和Arduino板的專家,適用於任何機器人專案
• 探索如何為您的Arduino機器人專案編寫有效且可重用的程式碼
• 學習如何獨立構建基於相機的循跡車和自平衡的遠端出席機器人
書籍描述
每個機器人都需要一個「大腦」,而Arduino平台提供了一種極其易於接觸的方式來讓您的Arduino機器人活過來。任何人都可以輕鬆學會使用Arduino來構建和編程自己的機器人,無論是用於愛好還是商業用途,使基於Arduino的機器人成為學校專案、大學課程和工業應用快速原型製作的熱門選擇!
《實用Arduino機器人技術》是一本全面的指南,為您提供必要的技能和技術,這些技能和技術可以應用於各種專案和應用,從自動化實驗室中的重複性任務到構建引人入勝的移動機器人。
本書在基本的程式設計和電子知識的基礎上,教您如何選擇合適的元件,如Arduino板、感測器和馬達,並為您的機器人專案編寫有效的程式碼,包括使用先進的第三方Arduino庫和介面,如Analog、SPI、I2C、PWM和UART。您還將學習如何無線指揮您的機器人,例如通過Wi-Fi。最後,通過從基本到進階的專案範例,本書說明如何構建令人興奮的自主機器人,如自平衡的遠端出席機器人。
在本書結束時,您將能夠設計和創建適用於各種應用的自訂機器人。
您將學到的內容
• 理解並使用Arduino板的各種介面
• 編寫程式碼以與您的感測器和馬達進行通信
• 實施和調整感測器信號處理的方法
• 理解並實現控制您機器人的狀態機
• 實施反饋控制以創造令人印象深刻的機器人能力
• 將硬體和軟體元件整合成可靠的機器人系統
• 系統性地調整、除錯和改進基於Arduino的機器人
本書適合誰
如果您對機器人技術感到興奮並想從硬體開始創建自己的機器人專案,那麼這本書適合您。無論您是希望學習如何構建實體機器人的經驗豐富的軟體開發人員,還是希望將您的Arduino技能提升到新水平的愛好者,或是希望啟動DIY機器人之旅的學生,您都會發現這本書非常有用。為了成功使用本書,您需要對電子學、Arduino板和計算機程式設計的核心概念有基本的了解。
目錄大綱
1. Introducing Robotics and the Arduino Ecosystem
2. Making Robots Perceive The World with Sensors
3. Making Your Robot Move and Interact with the World with Actuators
4. Selecting the Right Arduino Board for Your Project
5. Getting Started with Robot Programming
6. Understanding Object-Oriented Programming and Creating Arduino Libraries
7. Testing and Debugging with the Arduino IDE
8. Exploring Mechanical Design and the 3D Printing Toolchain
9. Designing the Power System of Your Robot
10. Working with Displays, LEDs, and Sound
11. Adding Wireless Interfaces to Your Robot
12. Building an Advanced Line-Following Robot Using a Camera
(N.B. Please use the Look Inside option to see further chapters)
目錄大綱(中文翻譯)
1. Introducing Robotics and the Arduino Ecosystem
2. Making Robots Perceive The World with Sensors
3. Making Your Robot Move and Interact with the World with Actuators
4. Selecting the Right Arduino Board for Your Project
5. Getting Started with Robot Programming
6. Understanding Object-Oriented Programming and Creating Arduino Libraries
7. Testing and Debugging with the Arduino IDE
8. Exploring Mechanical Design and the 3D Printing Toolchain
9. Designing the Power System of Your Robot
10. Working with Displays, LEDs, and Sound
11. Adding Wireless Interfaces to Your Robot
12. Building an Advanced Line-Following Robot Using a Camera
(N.B. Please use the Look Inside option to see further chapters)