The “Number Guessing System” is quite simple. In this system guess the number in between any range as required according to the situation. This simple circuit is based on Arduino UNO and a breadboard. In this number guessing game circuit, we are utilising it in astable mode. And the output of the system is seen on 16x2 LCD Display.
Description:This system is programmed in such a way that it gives an output between 1 - 99. Otherwise if we change the output range of the system, it could be between 0 - 10000, where it shows the output in four digits, then we could use this system for pin/password guessing (i.e. a locker or bank account has 4 digit pin password).
This system program is stored in the Arduino and it is connected to a breadboard via jump wire so the 16x2 LCD display is connected to the Arduino via breadboard. Pin connections for the 16x2 LCD display are given below.
The program is designed in such a way that is gives an output in every five second and also clears the LCD display. Output from the system is assigned through pin 6 of the Arduino, which is connected the Vo pin of LCD display.
Comments
Please log in or sign up to comment.