How to get (read) data from RFID reader 900mhz to ESP32
Posted: Sun Jul 05, 2020 1:03 am
I'm not so familiar with ESP32 and a need a help.
I have this setup:
RFID Sensor 900mhz passive.
RFID tag like a cow earring.
ESP32 OLED LoRa.
Protoboard and some jumpers.
I need to read this cow earring RFID tag number from the RFID sensor to my ESP32. I have connected the black and red wire to power and the white wire to ESP32 36 GPIO.
I have tested some codes like a analogRead(), digitalRead(). I even tried Serial.read() and external interrupt but I wasn't able to read this RFID tag number.
Can anyone help me to read this number???
I have this setup:
RFID Sensor 900mhz passive.
RFID tag like a cow earring.
ESP32 OLED LoRa.
Protoboard and some jumpers.
I need to read this cow earring RFID tag number from the RFID sensor to my ESP32. I have connected the black and red wire to power and the white wire to ESP32 36 GPIO.
I have tested some codes like a analogRead(), digitalRead(). I even tried Serial.read() and external interrupt but I wasn't able to read this RFID tag number.
Can anyone help me to read this number???