Arduino. I, Getting started / Steven F. Barrett.

This book is about the Arduino microcontroller and the Arduino concept. The visionary Arduino team of Massimo Banzi, David Cuartielles, Tom Igoe, Gianluca Martino, and David Mellis launched a new innovation in microcontroller hardware in 2005, the concept of open-source hardware. Their approach was...

Full description

Saved in:
Bibliographic Details
Online Access: Full Text (via Morgan & Claypool)
Main Author: Barrett, Steven F. (Steven Frank), 1957- (Author)
Other title:Arduino microcontroller processing for everyone.
Format: eBook
Language:English
Published: [San Rafael, California] : Morgan & Claypool, [2020]
Series:Synthesis lectures on digital circuits and systems ; #58.
Subjects:
Table of Contents:
  • 1. Getting started
  • 1.1. Overview
  • 1.2. The big picture
  • 1.3. Arduino Quickstart
  • 1.4. Application : robot IR sensor
  • 1.5. Application : blink LED fiber
  • 1.6. Application : LilyPad with LED fibers
  • 1.7. Application : friend or foe signal
  • 1.8. Application : LED strip
  • 1.9. Application : external interrupts
  • 1.10. Summary
  • 1.11. References
  • 1.12. Chapter problems.
  • 2. Arduino platforms
  • 2.1. Overview
  • 2.2. Arduino UNO R3 processing board
  • 2.3. Advanced : Arduino UNO R3 host processor--the ATmega328
  • 2.4. Arduino UNO R3 open source schematic
  • 2.5. Arduino Mega 2560 R3 processing board
  • 2.6. Advanced : Arduino Mega 2560 host processor--the ATmega2560
  • 2.7. Arduino Mega 2560 open source schematic
  • 2.8. LilyPad Arduino
  • 2.9. Other Arduino-based platforms
  • 2.10. Extending the hardware features of the Arduino platforms
  • 2.11. Application : Arduino hardware studio
  • 2.12. Application : autonomous maze navigating robot
  • 2.13. Summary
  • 2.14. References.
  • 2.15. Chapter problems.
  • 3. Arduino power and interfacing
  • 3.1. Overview
  • 3.2. Arduino power requirements
  • 3.3. Project requirements
  • 3.4. Advanced : operating parameters
  • 3.5. Input devices
  • 3.6. Output devices
  • 3.7. External memory-SD card
  • 3.8. High-power DC devices
  • 3.9. AC devices
  • 3.10. Interfacing to miscellaneous devices
  • 3.11. Application : special effects LED cube
  • 3.12. Summary
  • 3.13. References
  • 3.14. Chapter problems.
  • 4. Arduino system examples
  • 4.1. Overview
  • 4.2. Weather station
  • 4.3. Submersible robot
  • 4.4. Summary
  • 4.5. References
  • 4.6. Chapter problems.