Lab One 🍁
LEDs and Push Buttons
Linyun Liu
Project 1.1: Blink
• VIDEO:
Project 1
Design and construct a circuit that includes three LEDs (red, green, and blue). When your program runs, each LED turns on and off (blinks) sequentially and continually (red -> green -> blue -> red -> green -> blue -> ...). Capture your settings and working circuit in photos and videos.
• LIST OF HARDWARE:
LEDx3, 220Ωx1, ESP32, Jumpers
• CIRCUIT DIAGRAM:
• BREADBOARD VIEW:
• PHOTO OF SETTING ON THE BREADBOARD:
• VIDEO:
• SOURCE CODE:
View DownloadProject 2
Design and construct a circuit that includes two push buttons and an LED. When one button is pushed, the LED is on while the other button is pushed, the LED is off. When the same button is pushed multiple times, it should not change the status of the LED. Capture your settings and working circuit in photos and videos.
• LIST OF HARDWARE:
LEDx1, 220Ωx1, 10kΩx4, ESP32, Jumpers, Buttons x2
• CIRCUIT DIAGRAM:
• BREADBOARD VIEW:
• PHOTO OF SETTING ON THE BREADBOARD:
• VIDEO:
• SOURCE CODE:
View Download