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…