8051 Projects [ Download final year project using 8051 microcontroller with complete project report, code and circuit diagram. ]
Electronic Voting machine with Managed Control Unit (Project Report Included)
Author Shivani, Geetika Gupta, Vibhore Aggarwal, Megha Singh
Description [h]Electronic Voting Machine with Managed Control Unit[/h]
Introduction:
EVM is capable of saving considerable printing stationery and transport of large volumes of electoral material. It is easy to transport, store, and maintain. It completely rules out the chance of invalid votes. Its use results in reduction of polling time, resulting in fewer problems in electoral preparations, law and order, candidates' expenditure, etc. and easy and accurate counting without any mischief at the counting centre. It is also eco friendly.

Our EVM consists mainly of two units - (a) Control Unit (CU) and (b) Ballot Unit (BU) with cable for connecting it with Control unit. Both the units consists of one microcontroller (8052) each. The CU consists of one LCD, one hex keypad and a couple of switches, while BU consists of a candidate panel, a votecast panel and a buzzer, etc.

This project is based on assembly language programming. The software platform used in this project are Keil uVision3 and SPIPGM37.

Important Information:
Please Read this carefully as explained to me by author

i forgot to mention one thing missing in report n coding as well.
actually, in main function of control unit program as soon as controller
enters in it check the value of variable named "status" that resides in
EEPROM. If status is 1 then voting start else no voting.

if the EEPROM is new or fresh, status will have some garbage value
or 0xFF. which can be a problem on first startup.

So a small program is written to clear that status byte.

After you finish making the hardware. You have to do the following things:

1. Load cufirst.hex file in your controller.
2. Run your circuit.
3. Wait for 2-3 seconds.
4. Load voting.hex which is the real control unit program.
5. Run it.

author



What's New?
1. Schematic updated
2. Added proteus simulation if you want to try it before building it

Please use forum if you have any problem.
www.8051projects.net/forum.html
[skill]8051, LCD, I2C, EEPROM, OptoCoupler, Keypad[/skill][prlevel]3[/prlevel][summary]This project is a simple electronic voting machine based on 8051 microcontroller with managed control unit.[/summary]
Image
Filesize 1.56 MB
Date
Downloads 289373
Download
Rating
 6.6 - 9 votes  
<< Previous [Automatic Room light Controller with Visitor Counter - Updated] Back to list [Digital Lock Using AT89C2051 with LCD and Keypad - Assembly] Next >>


Comments
have you pcb of this project ?
if yes, please send me
i will very thankful to you
[email protected]

[ Comment by A basit :: ]


it is nice job. I try to loaf the program as directed but it does not program the voting hex after I programmed the cufirst.hex. what is the meaning of lock_bit1 and lock_bit 2

[ Comment by olaolekan :: ]


STATREAD:

MOV A, #WTCMD ;LOAD WRITE COMMAND
CALL OUTS
MOV A, #00H
CALL OUT
CALL CREAD
MOV A, R1
MOV STATUS, A
RET

it give me the error A45 everywhere,this line, MOV A, #WTCMD , wrote.
please send me the code for control unit.

[ Comment by :: ]





You must be logged in to make comments on this site - please log in, or if you are not registered click here to signup