Skip to content

Simple Password Guessing Game made for the PIC16F1829. LCD interfaced using I2C.

Notifications You must be signed in to change notification settings

poal023/PIC16F-CTS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PIC16F1829 Guessing Game

This is an implementation of a password guessing game onto a PIC16F1829 microcontroller. The user interface is shown through an LCD, which is driven by a serial communication bus, known as I2C. The program also lights up LEDs depending on the outcome of the password.

If guessed correctly, the LED blinks green with a nice message on the LCD screen. Otherwise, the LED blinks red telling the user their "password" is incorrect.

Directions

In order to get this by yourself, you will of course need a PIC16F1829 microcontroller with LEDs wired up accordingly. I would also recommend the use of MPLAB X IDE, as it will make development much easier and Microchip has the relevant compilers already there for you.

Credits

-Hi-Tech Library for providing boilerplate code to drive an LCD using I2C protocol.

Images

Password Prompt on an LCD Correct Password

About

Simple Password Guessing Game made for the PIC16F1829. LCD interfaced using I2C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages