1.

Record Nr.

UNINA9910736987503321

Autore

Asadi Farzin

Titolo

Essentials of Arduino boards programming : step-by -step guide to master Arduino boards hardware and software / / Farzin Asadi

Pubbl/distr/stampa

Berkeley, CA : , : Apress : , : Imprint : Apress, , 2023

ISBN

1-4842-9600-1

Edizione

[1st ed. 2023.]

Descrizione fisica

1 online resource (342 pages)

Collana

Maker Innovations Series, , 2948-2550

Disciplina

005.133

Soggetti

Arduino (Programmable controller) - Programming

Lingua di pubblicazione

Inglese

Formato

Materiale a stampa

Livello bibliografico

Monografia

Nota di contenuto

Chapter 1: Introduction to Arduino Boards -- Chapter 2: Digital Input Output (I/O) -- Chapter 3: Analog to Digital Converter (ADC) and Digital to Analog Converter (DAC) -- Chapter 4: LCD and EEPROM -- Chapter 5: Serial Communication -- Chapter 6: Mathematical Functions -- Chapter 7: Pulse Width Modulation (PWM) -- Chapter 8: Control of Different Type of Motors -- Chapter 9: Interrupts and Internal Comparator -- Chapter 10: Timers -- Chapter 11: Reading Different Sensors with Arduino.

Sommario/riassunto

Learn to use the Arduino boards to do big jobs in a simple way. This book is full of real-world examples for Arduino enthusiasts of all experience levels. All of the examples in this book use Arduino UNO, which is an excellent option for educational purposes. You'll start with an introduction to Arduino and see firsthand how its free multi-platform integrated development environment (IDE) makes coding easier. In many cases, you can edit the given codes to solve your own problems. Arduino boards use a variety of microcontrollers and each board is suitable for a specific application. The Arduino IDE is also preloaded with a broad library of codes that you can modify and practice with. So instead of coding from scratch you can adjust the codes for similar projects. More experienced users will save time by simply copying nuggets of code from the various libraries. You'll also learn about digital input/output (I/O), analog-to-digital and digital-to-analog converters, LCDs and EEPROM. The book then moves on to serial communication, mathematical functions, and pulse width



modulation (PWM), all important features when encoding in telecommunications. Finally, you'll see how to control different types of motors, review interrupts, internal comparators, and timers, and read different sensors with Arduino. You will: Turn on/off a device using a relay Generate analog/digital output Read an analog/digital input Control motors with a parallel virtual machine (PVM) and serial communication Display text with LCDs Read sensors with Arduino and use the interrupts Write more efficient codes with interrupts and timers.