need help on RFID
jing
Posts: 1
hello all. so, i've been working on my rfid reader module since two weeks ago and nothing seems to work.
i'm currently working on creating a portable student attendance logging device. basically my project's flow is like this. RFID reader reads tags then save the data in an external EEPROM. later, the data in the EEPROM will be transfered to the PC via USB. i'm using PIC18F4550 as my microcontroller. reader's /enable pin is connected to the TX/RC6 pin of the PIC while sout is connected to the RX/C7 of the PIC.
i've a couple of questions here:
1. the /enable pin has to be pulled low to activate the reader right? i'm using CCS C compiler to program my microcontroller. i've already set pinC6 to low. but when i measure the voltage, it's 5V and the LED is yellow. do i need to add in any pull-up/pull down resistor?
2. does anybody has any example codes written in CCS regarding this RFID reader module?
ur help is much appreciated. thanks!
i'm currently working on creating a portable student attendance logging device. basically my project's flow is like this. RFID reader reads tags then save the data in an external EEPROM. later, the data in the EEPROM will be transfered to the PC via USB. i'm using PIC18F4550 as my microcontroller. reader's /enable pin is connected to the TX/RC6 pin of the PIC while sout is connected to the RX/C7 of the PIC.
i've a couple of questions here:
1. the /enable pin has to be pulled low to activate the reader right? i'm using CCS C compiler to program my microcontroller. i've already set pinC6 to low. but when i measure the voltage, it's 5V and the LED is yellow. do i need to add in any pull-up/pull down resistor?
2. does anybody has any example codes written in CCS regarding this RFID reader module?
ur help is much appreciated. thanks!
Comments