Cantitate/Preț
Produs

Essentials of Arduino™ Boards Programming: Step-by-Step Guide to Master Arduino Boards Hardware and Software: Maker Innovations Series

Autor Farzin Asadi
en Limba Engleză Paperback – 4 aug 2023
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.
What You Will Learn

  • 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
Who This Book Is For
Engineering (electrical/computer/biomedical/robotic/mechatronics/aerospace) and science (math/physic/chemistry) students, makers, and hobbyists. Being familiar with a programming language (especially C) is an advantage, however, it is not necessary. 
Citește tot Restrânge

Din seria Maker Innovations Series

Preț: 23060 lei

Preț vechi: 28826 lei
-20% Nou

Puncte Express: 346

Preț estimativ în valută:
4413 4656$ 3678£

Carte disponibilă

Livrare economică 12-26 decembrie
Livrare express 27 noiembrie-03 decembrie pentru 10774 lei

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781484295991
ISBN-10: 1484295994
Pagini: 332
Ilustrații: XIX, 332 p. 211 illus.
Dimensiuni: 155 x 235 x 23 mm
Greutate: 0.49 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Seria Maker Innovations Series

Locul publicării:Berkeley, CA, United States

Cuprins

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.

Notă biografică

Farzin Asadi received his B.Sc. in Electronics Engineering, his M.Sc. in Control Engineering, and his Ph.D. in Mechatronics Engineering. Currently, he is with the Department of Electrical and Electronics Engineering at the Maltepe University, Istanbul, Turkey. Dr. Asadi has published over 40 international papers and 19 books. He is on the editorial board of seven scientific journals as well. His research interests include switching converters, control theory, robust control of power electronics converters, and robotics.

Textul de pe ultima copertă

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

Caracteristici

Control devices, different types of motors, and read an analog/digital input Learn to use the Arduino boards to do big jobs in a simple way Review solved examples and sample codes of the concepts