Workshop: Beginner Physical Computing
Introduction
This chapter is designed for complete beginners who are new to working with physical computing an...
Understanding Arduino hardware
In the kit, you will find an Arduino and two USB cables (USBC or USBA, pick the one that fits you...
Understanding Arduino software
1. Download the software Go the the official site and dowaload the 1.8.XX version! The latest ver...
Using built-in example code and Reading the hookup diagram
1. Upload example code Open a built-in example, Blink, and upload the code. 2. Blinking Orange L...
Combining codes & circuits
1. Combining the Code Arduino can only accept one code at one time. If we want it to do multiple ...