Raspberry Pi Pico Projects: 7-Segment Display Counter

Опубликовано: 24 Май 2026
на канале: Computing Mongoose
593
10

For this project, I'm using a Raspberry Pi Pico microcontroller board to control a 7-segments display and implement a counter. It counts from 0 to 9 and then resets back to 0 and continues indefinitely. The seven segments display device is a 3611AS. Everything is connected on a breadboard. The code is implemented in C using the Visual Studio Code extension for Raspberry Pi Pico.

3611AS datasheet: http://www.xlitx.com/datasheet/3611AS...

Diagram and code: https://github.com/ComputingMongoose/...
Website: https://computingmongoose.github.io/p...

Chapters:
00:00 Introduction
01:33 3611AS LED 7-Segment display
04:50 Pico Board Pinout
05:50 Current limiting resistor
07:10 Wiring the circuit
08:43 Raspberry Pi Pico programming
13:05 Transfer the program to the Pi Pico board
13:34 Demonstrating the 7-segments counter

#raspberrypipico #pipico