June 2021
Intermediate to advanced
440 pages
9h 22m
English
In this chapter, you’ll explore the Arduino board as well as the IDE software that you’ll use to create and upload Arduino sketches (Arduino’s name for its programs) to the board itself. You’ll learn the basic framework of a sketch and some basic functions that you can implement in a sketch, and you’ll create and upload your first sketch.
What exactly is Arduino? According to the Arduino website (http://www.arduino.cc/), it is:
An open-source electronics platform based on easy-to-use hardware and software. It’s intended for anyone making interactive projects.
In simple terms, the Arduino is a tiny computer system that can be programmed with your instructions to interact with various ...
Read now
Unlock full access