Programming Arduino Next Steps: Going Further with Sketches
Take your Arduino skills to the next level!
In this practical guide, electronics guru Simon Monk takes you under the hood of Arduino and reveals professional programming secrets. Featuring coverage of the Arduino Uno, Leonardo, and Due boards, Programming Arduino Next Steps: Going Further with Sketches shows you how to use interrupts, manage memory, program for the Internet, maximize serial communications, perform digital signal processing, and much more. All of the 75+ example sketches featured in the book are available for download.
Learn advanced Arduino programming techniques, including how to: Use hardware and timer interrupts Boost performance and speed by writing time-efficient sketches Minimize power consumption and memory usage Interface with different types of serial busses, including I2C, 1-Wire, SPI, and TTL Serial Use Arduino with USB, including the keyboard and mouse emulation features of the Leonardo and Due boards Program Arduino for the Internet Perform digital signal processing Accomplish more than one task at a time―without multi-threading Create and release your own code library
Product Features
- McGraw-Hill TAB Electronics
Another great book from Simon Monk
Simon is the best! If you have read and worked with the examples in Simon Monk’s first book “Programming Arduino Getting Started with Sketches”, this book will be of invaluable importance for acquiring the skills needed to get to the next level of programming in Arduino Environment. It delves into highly complicated sketches while informing you of, and reviewing the information needed in order to understand and comprehend the new sketches. Simon has a knack for letting you know exactly what every part of…
This book is like the T.A.R.D.I.S. from Dr Who: Bigger on the inside than it is on the outside. Also, it’s like a set of lock picks that enable you to open any door. More prosaically, this small volume gives you the knowledge you need to delve into how an Arduino works so that you can make the most use of it. The whole idea of the Arduino is akin to a bicycle with training wheels; it’s a low-risk approach to programming which masks many aspects of a computer’s complexity from the user so that…