当前位置:首页 > 科学研究 > 电子编程 > 正文内容

Books Exploring Arduino

RonWang4年前 (2021-11-03)电子编程2400

Exploring Arduino uses the popular Arduino microcontroller platform as an instrument to teach topics in electrical engineering, programming, and human-computer interaction. The book shares best practices in programming and design that you can apply to any project, and code snippets and schematics that will serve as a useful reference for future projects even after you’ve mastered all the topics in the book. The second edition of Exploring Arduino is now available and includes over 100 pages of new content compared with the first edition!

Exploring Arduino:Tool and techniques for engineering wizardry : Jeremy Blum.

www.exploringarduino.com

Parts Kit

Exploring Arduino: 2nd Edition [Chapters 1-7 Parts Kit]

Exploring Arduino: 2nd Edition [Chapters 8-14 Parts Kit]

Exploring Arduino: 2nd Edition [Chapters 15-17 Parts Kit]

Suggested Tools  

Arduino exporing

Need more convincing? Download a PDF of Chapter 1, the Index, and the Table of Contents for free.

Note: As an Amazon Associate, I earn from qualifying purchases if you purchase books or parts via Amazon.com links on this website.

More Details

  • Includes dozens of projects that utilize different capabilities of the Arduino, while interfacing with external hardware

  • Features chapters that build upon each other, tying in concepts from previous chapters to illustrate new ones

  • Includes aspects that are accompanied by video tutorials and other rich multimedia content

  • Covers electrical engineering and programming concepts, interfacing with the world through analog and digital sensors, communicating with a computer and other devices, internet connectivity, wireless communications, motor control, and much more

  • Explains how to combine smaller topics into more complex projects

  • Shares downloadable materials and source code for everything covered in the book

Exploring Arduino takes you on an adventure and provides you with exclusive access to materials not found anywhere else!

second-edition

版权声明:本文为原创文章,版权归donstudio所有,欢迎分享本文,转载请保留出处!

本文链接:http://www.donstudio.cn/?id=142

标签: Arduino

相关文章

 ​Arduino Project 049 - IR Remote Control

​Arduino Project 049 - IR Remote Control

Project 49 IR Remote Control/* Project 49 IR Remote Control  * C...

Arduino Project 012 - Piezo Sounder Melody Player

Arduino Project 012 - Piezo Sounder Melody Player

Rather than using the piezo to make annoying alarm sounds, why not use it to play a melody? You are...

Arduino Programming Basic - Serial Monitor

Arduino Programming Basic - Serial Monitor

Arduino 程序基础,介绍Arduino程序的基本组成,第一部分编写数个例程,讲解关于变量及变量名称,串口监视器,if循环,for循环,while循环等。第二部分介绍了函数,全局变量,局部变量和静...

Arduino Project 030B - MX1508 H-Driver Motor

Arduino Project 030B - MX1508 H-Driver Motor

MX1508 H-BridgeDual Motor DriverThe driver can drive up to two motors. The H-Bridge dual motor drive...

Arduino Project 011 - Piezo Sounder Alarm

Arduino Project 011 - Piezo Sounder Alarm

Arduino project - sounder and sensors : Include project 11 Piezo Sounder Alarm ,Project piezo sounde...

C语言调试运行环境TurboC的安装

C语言调试运行环境TurboC的安装

上大学时学习《C语言程序设计》(第二版)作者谭浩强,大部分编程时间是在学校机房度过,每次点开桌面的TurboC图标,就开始在里面敲代码,然后保存程序Abc.C,下一步进行编译,如果编译成功的话,就可以...