Controlling LEDs with Arduino

Conclusion

Your browser needs to be JavaScript capable to view this video

Try reloading this page, or reviewing your browser settings

Autoplay:
View previous videoPrevious video

This segment concludes the video. Now you can take what you've learned and apply it to your own projects.

Keywords

  • led
  • arduino
  • circuit
  • blink

About this video

Author(s)
Liz Clark
First online
09 April 2019
DOI
https://doi.org/10.1007/978-1-4842-4883-6_10
Online ISBN
978-1-4842-4883-6
Publisher
Apress
Copyright information
© Liz Clark 2019

Video Transcript

This wraps up our look at controlling LEDs with Arduino. Thank you for watching and following along.

In the past few segments, we’ve gone over a lot of different concepts, encoding, and electronics, including but not limited to building a basic LED circuit, using the serial monitor and serial plotter to visualize data with the Arduino, pulse width modulation, how push buttons, potentiometers, photo resistors, and RGB LEDs work from both a hardware and software perspective, how to write C code for Arduino using integers, “for” statements, “if” statements, functions, and arrays, and the advanced concept of Charlieplexing, including the math, circuitry, code, and theory involved with making it work.

That’s quite a lot. These concepts can feel intimidating at first. But now that we’ve gone through everything, you can see that if you take each piece one step at a time, it’s not that scary at all.

Hopefully you can take these examples and apply them to your later projects to further build your knowledge base as you explore electronics and programming in the future.