Raspberry Pi Pico project: Brightness Control using PWM of 7-segments display adjusted by keypad

Опубликовано: 22 Сентябрь 2024
на канале: Computing Mongoose
110
3

Using Pulse Width Modulation (PWM) to control the brightness of a 7-Segments display from a Raspberry Pi Pico board. In the movie the display seems to be flashing due to the Pulse Width Modulation. However, when viewed with the naked eye there is no flashing effect. I am using a numeric keypad to select the brightness level (translated into pulse width). For programming, I'm using the Pico C SDK with the Visual Studio Code extension.

Previous video about the 7-Segments display connection and counter program:    • Raspberry Pi Pico Projects: 7-Segment...  

00:00 Introduction
01:06 About the 7-Segment Display
02:15 Numeric keypad description
03:24 Numeric keypad resistivity measurement
04:53 Connecting the numeric keypad
07:02 C code for the project

#raspberrypipico #pipico #keyboard #keypad #7segmentdisplay #7segment