Cargando…

Learn Arduino Prototyping in 10 days.

The ultimate power-packed crash course in building Arduino-based projects in just 10 days! About This Book A carefully designed 10-day crash course, covering major project/device types, with 20+ unique hands-on examples Get easy-to-understand explanations of basic electronics fundamentals and common...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Choudhuri, Kallol Bosu Roy
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2017.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: Boot Camp; Organization of the chapters; How to use the book; Things you will need to get started; Things you will learn in this book; Summary; Chapter 2: The Arduino Platform; Introduction to the Arduino platform; Overview of Arduino prototyping; Setting up the Arduino board; Arduino program structure and execution; Understanding the first Arduino sketch; Compiling, loading and running a sketch; Commonly used in-built C sketch functions.
  • Digital input and outputAnalog input and output; Try the following; Things to remember; Summary; Chapter 3: Day 1
  • Building a Simple Prototype; The three LED project; Rationale for using a resistor; The Piezo Buzzer project; Using transistors; Using diodes; LED with a push button; Try the following; Things to remember; Summary; Chapter 4: Day 2
  • Interfacing with Sensors; Types of sensor components; Basic sensor components; Using a basic sensor
  • photodiode; Using a basic sensor
  • photo resistor (LDR); Using integrated sensor modules.
  • Using a temperature sensor module (with an Arduino library)Understanding sensor module datasheets; Installing the sensor-specific Arduino library; Sensor interfacing sketch; Viewing the program output; Using a soil moisture sensor module (without an Arduino library); Soil moisture sensor circuit; Soil moisture sensor sketch; Future inspiration; Try the following; Things to remember; Summary; Chapter 5: Day 3
  • Building a Compound Device; Compound devices; Building a smoke detector; Smoke detector
  • Digital I/O method; Smoke detector sketch
  • Digital I/O method.
  • Smoke detector (analog I/O method)Smoke detector sketch (analog I/O method); Local storage with SD card modules; Try the following; Things to remember; Summary; Chapter 6: Day 4
  • Building a Standalone Device; Standalone devices; External power supply options; Determining power source capacity; Building a distance measurement device; Distance measurement device circuit; Distance measurement device sketch; Operating the distance measurement device; Finishing touches; Try the following; Things to remember; Summary; Chapter 7: Day 5
  • Using Actuators; About actuators.
  • Special considerations while using DC motorsA basic DC motor prototype; Basic DC motor sketch; DC motor speed control
  • PWM method; DC motor speed control sketch; Using Arduino interrupts; Interfacing with a servo motor; Servo motor control circuit; Servo motor control sketch; Future inspiration; Try the following; Things to remember; Summary; Chapter 8: Day 6
  • Using AC Powered Components; Using relays with AC powered devices; Part 1
  • Simulation of sound activated light bulb controller; The sound-activated device sketch; Part 2
  • Actual prototype for sound activated light bulb controller.
  • Future inspiration
  • Automatic room lights.