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 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 005 In the Lab with Eric: Getting Started with the AD2 Scope

In this episode, I walk you through a quick start using the Digilent Analog Discovery 2 scope to measure a few Arduino signals. Here is the scope we will use today. The first step is download the Digilent Waveforms software from here. When you start up the waveforms software with no scope attached, you can use your sound card in your PC as a scope to analyze sound signals. See this article I wrote in…

Episode 004 In the Lab with Eric: A simple way of testing LEDs

In this episode, I show you a simple way of direct driving an LED with Arduino pins that won’t harm the Arduino and won’t harm the LED. It is very useful when checking to see if the LED is really working and what color it might be if clear. This experiment requires the following parts: Arduino DMM 9 V supply Jumper cables Check the links to see my recommendations where to purchase these. You can…

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…