0% found this document useful (0 votes)
10 views10 pages

Led Dice

The document describes a project to design a digital dice using an Arduino board and LCD display. It will randomly display numbers from 0 to 7 on the LCD to simulate rolling a dice. The components needed are listed along with instructions for connecting the LCD and LEDs to the Arduino pins. The code generates random numbers and displays them on the LCD to function as a digital dice.

Uploaded by

Jatin Sehrawat
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views10 pages

Led Dice

The document describes a project to design a digital dice using an Arduino board and LCD display. It will randomly display numbers from 0 to 7 on the LCD to simulate rolling a dice. The components needed are listed along with instructions for connecting the LCD and LEDs to the Arduino pins. The code generates random numbers and displays them on the LCD to function as a digital dice.

Uploaded by

Jatin Sehrawat
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 10

DIGITAL DICE

INTRODUCTION

• In this project, a digital dice will be designed. The objective of this project is to teach
that how custom numbers can be displayed on an LCD. In Arduino projects using LCD
for display, the character can be directly printed on one of the two rows using print()
function of the LCD library of Arduino. The same feature has been illustrated in this
project by designing a digital dice.
• A digital dice is a digital version of the regular dice. The digital dice will also display a
random number between 0 and 7 on every trial. When the project will be powered on,
the LCD display will show a custom built “0” character. The trial will be simulated on
which a random number between 0 and 7 will be displayed on the LCD.
COMPONENT LIST
ARDUINO BOARD

• Arduino is a tool for making computers that can sense and control
more of the physical world than your desktop computer.
• It's an open-source physical computing platform based on a
simple microcontroller board, and a development environment for
writing software for the board.
• The Arduino Uno R3 pin diagram is shown below. This board
comprises 14 digital input/output pins, Analog inputs-6, a USB
connection, quartz crystal-16 MHz, a power jack, a , resonator-
16Mhz, a power jack, an ICSP header an RST button.
PROCEDUCE

• The LCD display is connected to the Arduino board by connecting


its data pins to pins 2 to 5 of the Arduino board. The RS and E pins
of the LCD are connected to pins 11 and 12 of the Arduino board
respectively. VCC is connected to 5v pin of the Arduino board.
• 6 LED’s are connected to the pins 10,9,8,7,6,1 of the Arduino board.
• Reset button is connected to the reset pin .
CODE
CIRCUIT
CONCLUSION

An alternative device is obtained that can be used to


replace the traditional dice when you are playing games
such as snake ladder, monopoly, etc.
THANK YOU

You might also like