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

Books Exploring Arduino

RonWang1年前 (2022-11-02)电子编程997

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://parentscn.com/?id=142

标签: Arduino

相关文章

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

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

C语言调试运行环境之TurboC一文介绍了在32位Windows系统下安装C语言运行环境之TubroC,但是由于TurobC只能在32位系统下运行,导致现在很多Windows10和Windows 11...

Arduino UNO Mp3音乐播放代码

Arduino UNO Mp3音乐播放代码

Arduino UNO Mp3音乐播放代码今天我们将使用Arduino UNO 和SD卡制作音乐播放器。这个播放器不需要添加多余的模块,只需要SD读卡器和Arduino UNO开发板就可以播放音频文件...

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

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

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