Episode 008 In the Lab with Eric: Copy a sketch from a pdf and paste it into a live Arduino IDE sketch

In this episode, I show you a simple trick to move a sketch from a pdf into an Arduino sketch. He example is taken from Arduinos without Tears You can purchase this book from Addie Rose Press here as a pdf, kindle or paperback. This trick can turn any soft copy like a word doc or a pdf or even a blog post, into a code delivery vehicle. All we will do is literally, copy…

Episode 007 In the Lab with Eric: It’s Alive!

In this episode, I show you the next experiment to try after Blink, giving your Arduino a heartbeat. This is covered in, Arduinos without Tears You can purchase this book from Addie Rose Press here as a pdf, kindle or paperback. If you can write a sketch to make your Arduino Blink, you can do this experiment: make the on-board LED flash like a heartbeat. Instead of making the on-board LED flash off and on,…

Episode 006 In the Lab with Eric: Arduinos Without Tears

In this episode, I introduce you to my new book, Arduinos Without Tears You can purchase this book from Addie Rose Press here as a pdf, kindle or paperback. As an ebook, you will have access to the video links and can copy the code from the ebook and paste it into blank sketch. This is the simplest and lowest cost starting guide to the Arduino. It doesn’t get any easier than this. I designed…

Episode 002 In the Lab with Eric: Measuring the Arduino’s Digital Signals’ Figures of Merit

Summary: In this episode, we explore the timing of the digitalWrite commands and its important figures of merit using the Digilent Analog Discovery 2 scope. We find: The rise time is shorter than what we can measure, 10 nsec. The delay() function gives a very accurate delay turn on or turn off time The shortest on or off time we can get is about 4 usec. To turn on faster, we need to use the…

A simple “no-wiring required” temperature measurement, posted Aug 15, 2019

Read my complete blog post on the SparkFun site here, published on Aug 15, 2019. I teach Arduino workshops at Tinkermill, our local maker space, to members from 8 years old to 80 years old. Some in my workshop are retired electrical engineers with 50 years of experience and some aren’t sure which end of a soldering iron to use. I find one of the most confusing activities for my students new to Arduinos, electronics…