Arduino Software Internals: A Complete Guide to How Your Arduino Language and Hardware Work Together: Maker Innovations Series
Autor Norman Dunbaren Limba Engleză Paperback – 30 iun 2024
"It's not enough to just build your Arduino projects; it's time to actually learn how things work!" This book goes beyond the basics, providing a comprehensive understanding of Arduino software and hardware, as well as how they intertwine. Gain valuable insights into the inner workings of Arduino and its language, and discover how to communicate with the microcontroller in its native language, AVR C++.
Explore the latest version (0.30.0) which offers a multitude of configuration options that can be conveniently modified using the command-line interface (CLI).
What You’ll Learn:
- How the Arduino Language interfaces with the hardware, as well as how it actually works in C++;
- How to burn bootloaders with the latest version (0.30.0) of Arduino software.
- How to program your device using an In Circuit System Programmer (ICSP)
- How to build their own Arduino clone from scratch
- How to efficiently handle different boards and libraries
- Uncover new features and enhancements, including the ability to set up and use profiles, and employ Makefiles.
This book welcomes everyone with an interest in learning about Arduino, regardless of expertise. Whether you're a beginner or an experienced Maker, "Arduino Software Internals" equips you with the knowledge to truly comprehend and leverage the power of Arduino.
Din seria Maker Innovations Series
- 20% Preț: 265.86 lei
- 20% Preț: 242.46 lei
- 20% Preț: 304.44 lei
- 20% Preț: 319.31 lei
- 20% Preț: 172.11 lei
- Preț: 262.66 lei
- 20% Preț: 264.24 lei
- 20% Preț: 311.70 lei
- 20% Preț: 252.02 lei
- 20% Preț: 218.95 lei
- 20% Preț: 227.05 lei
- 20% Preț: 259.82 lei
- 20% Preț: 304.80 lei
- 20% Preț: 251.52 lei
- 20% Preț: 226.70 lei
- 20% Preț: 248.85 lei
- 20% Preț: 199.62 lei
- 20% Preț: 278.05 lei
- Preț: 301.21 lei
- 20% Preț: 242.46 lei
- 20% Preț: 324.20 lei
- 20% Preț: 306.71 lei
- 20% Preț: 317.59 lei
- Preț: 414.00 lei
- 20% Preț: 228.60 lei
- 20% Preț: 372.32 lei
- 20% Preț: 373.70 lei
- 20% Preț: 337.05 lei
- 20% Preț: 372.32 lei
Preț: 258.23 lei
Preț vechi: 322.78 lei
-20% Nou
Puncte Express: 387
Preț estimativ în valută:
49.43€ • 53.85$ • 41.47£
49.43€ • 53.85$ • 41.47£
Carte disponibilă
Livrare economică 28 noiembrie-12 decembrie
Livrare express 13-19 noiembrie pentru 118.15 lei
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9798868801709
Pagini: 340
Ilustrații: XXI, 387 p. 20 illus., 19 illus. in color.
Dimensiuni: 178 x 254 mm
Greutate: 0.77 kg
Ediția:Second Edition
Editura: Apress
Colecția Apress
Seria Maker Innovations Series
Locul publicării:Berkeley, CA, United States
Pagini: 340
Ilustrații: XXI, 387 p. 20 illus., 19 illus. in color.
Dimensiuni: 178 x 254 mm
Greutate: 0.77 kg
Ediția:Second Edition
Editura: Apress
Colecția Apress
Seria Maker Innovations Series
Locul publicării:Berkeley, CA, United States
Cuprins
Chapter 1. Introduction.- Chapter 2. Arduino Compilation.- Chapter 3. Arduino Language Reference.-Chapter 4. Arduino Classes.- Chapter 5. Converting to the AVR Language.- Chapter 6. Alternatives to the Arduino IDE.- Chapter 7. ATmega328P Configuration and Management.-Chapter 8. ATmega328P Hardware - Timers and Counters.- Chapter 9. ATmega328P Hardware - ADC and USART.- Appendix A: Arduino Paths.- Appendix B: ATmega328P Pinout.- Appendix C: ATmega328P Power Restrictions.- Appendix D: Predefined Settings.- Appendix E: ADC Temperature Conversion.- Appendix F: Assembly Language - Briefly.- Appendix G: Smallest Blink Sketch?.- Appendix H: NormDuino.- Appendix I: No ICSP? No Problem!.- Appendix J: Breadboard 8MHz Board Setup.- Appendix K: AVRAssist.
Notă biografică
Norman Dunbar is an Oracle Database Administrator. Norman has had a long running relationship with Electronics since childhood and computers since the late 1970s, and the Arduino was a perfect marriage of the two interests. With a love of learning new things, examining and explaining the Arduino Language and the hardware became a bit of a hobby, and as piles of notes expanded, Norman has now decided to publish his work.
Caracteristici
Gain a thorough understanding of how your why your Arduino projects work Learn to code in plain AVR C++ and be able to talk to your microcontroller in its native language Understand the hardware features of the Arduino Uno and how it ties into the plain AVR C++ language