Re: RFID Voter please help!
Looks like you used code from another PIC but didn't change the settings. You only have CMCOM, are you sure about this?
I'm not sure about how you use port A for the LCD. Does it work right?
Robert
Re: RFID Voter please help!
yes, i was testing code on PIC16F628A mostly for hardware "handshaking" , worked on it, so i think it'll work on the PIC18F4550. i just want the code modified to "ask" for a (4-digit ) pin number for every tag that will be registered. before voting continues
Re: RFID Voter please help!
ok, can anyone help on how to input value (for comparison) in EEPROM table
Re: RFID Voter please help!
how many rfid tags do you expect to process ,you realise of couse that that chip has only 256 bytes of eprom (ie 25 tags)
where does the pin value come from and how is linked to the rfid tag?
and surely once a tag has "voted" it needs to be removed from the active list ?????
for 25 tags its hardly worth the effort except maybe as an educational exercise
Quote:
LABOR RATES
Normal
$12.50
If you wait
..$15.00 per hour
If you watch
..$20.00 per hour
If you help
.$30.00 per hour
If you worked on it first
..$50.00 per hour
Deposit $1 x 2^(32-days to deadline)
Re: RFID Voter please help!
Quote:
Originally Posted by
philosofa
ok, can anyone help on how to input value (for comparison) in EEPROM table
DATA to store, READ to retrieve.
Robert
Re: RFID Voter please help!
Quote:
Originally Posted by
richard
. . . and surely once a tag has "voted" it needs to be removed from the active list ?????
WHAT ? ? ? No Vote for me, and vote often?
Re: RFID Voter please help!
Quote:
No Vote for me, and vote often
the special tag costs extra
Re: RFID Voter please help!
Quote:
Originally Posted by
richard
how many rfid tags do you expect to process ,you realise of couse that that chip has only 256 bytes of eprom (ie 25 tags)
where does the pin value come from and how is linked to the rfid tag?
and surely once a tag has "voted" it needs to be removed from the active list ?????
for 25 tags its hardly worth the effort except maybe as an educational exercise
Just for educational purpose, it's a mini school project.......the pin value is randomly selected for each tag and must not be changeable.