0% found this document useful (0 votes)
6 views1 page

Raspberry Pi Number Display Project

This document outlines a Raspberry Pi project to display numbers from 0 to 9 on a 7-segment LED display. The components needed include a Raspberry Pi, breadboard, 7-segment LED display, jumper wires, and resistors. Specific GPIO pins are used to connect the display and code the lighting patterns to represent each number by turning on the corresponding LED segments.

Uploaded by

devicharan k
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views1 page

Raspberry Pi Number Display Project

This document outlines a Raspberry Pi project to display numbers from 0 to 9 on a 7-segment LED display. The components needed include a Raspberry Pi, breadboard, 7-segment LED display, jumper wires, and resistors. Specific GPIO pins are used to connect the display and code the lighting patterns to represent each number by turning on the corresponding LED segments.

Uploaded by

devicharan k
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Raspberry pi project.

Project: number display (0-9).


Components:
 Raspberry pi
 Breadboard
 7 segment-led display
 Male-female jumper wires
 Resistors
Connection process:
 Gpio pins used – 13,12,15,16,18,40,38.
 Common anode - connected to -1(3.3v)
For display numbers (0-9):
 0-13,15,16,18,38,40
 1- 13,40
 2- 13,12,15,18,38
 3-12,13,15,38,40
 4-13,12,16,40
 5-12,15,16,38,40
 6-12,15,16,18,38,40
 7-13,38,40
 8-12,13,15,16,18,38,40
 9-13,12,15,16,38,40

You might also like