- This topic has 15 replies, 10 voices, and was last updated 12 years, 5 months ago by .
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › Plz help me with Electronic voting machine..!
Can u all plz give the Micro contoller 8051 program and the circuit diagram on EVM….!!
thanks for replying but….
Added to dat can u plz give the 8051 programming not the C programming….
plz its urgent..
hello asif….
you can use any of the language to make the code logic at the end you need to convert that code into hex file.. here the link i had given above has code in C language… use keil compiler to convert the C code to hex code here i an sending you the link how to convert you C code to hex code
http://www.engineersgarage.com/forums/8051/how-convert-c-code-hex-code-using-keil-compiler
plzzzzz tell me…..
when i burn the code in 8051 then display shows some unknown caracters…………
numbers……………
plz tell me what happend?
plzz tell me
dig_ctrl_var = vote_amt[p]+48;
what this line tells ……………..
what meaning of 48 no.???
pankaj i can help u if u send me some upper & bottom lines code…
am using project on evm nd d code is in c hv created hex file to but still output is not coming can anyone help me plzzzz its quite urgent
@ anshul: “output is not coming”. where exactly you got struct… what exactly happens when switch ON the ckt….
@ Pankaj: Initialize your LCD properly.. this happens only when you initailze your LCd in some other mode….
@ anshul
may be a delay problem give delay to lcd in betwween 13 t0 20ms
@pankaj
yes ur lcd can be in different mode or else delay issue .
helooo Mr…..
1st do it in bread board……
this project proper….v did sucesfully……
dig_ctrl_var = vote_amt[p]+48; ?
lcd display ascii character.
48 = 0 in ascii
how u will display 5 on lcd?
simple
add 5 in 48 =53
53 decimal charatcer is equal to 5 in ascii characters.
have a look on ascii table . just google it ..
the above statemnt is taking a number from a array , converting that number to ascii and copy to dig_ctr_var.