Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mfrc522 and rdm6300 not reading #452

Closed
nightmarebd opened this issue Aug 15, 2021 · 4 comments
Closed

mfrc522 and rdm6300 not reading #452

nightmarebd opened this issue Aug 15, 2021 · 4 comments

Comments

@nightmarebd
Copy link

nightmarebd commented Aug 15, 2021

hi there,
im using nodemcu and rdm6300+mfrc522, wired according to esp-rfid Access Control 1.3.1 and 1.0.2. but none of my reader reads rfid cards. cant add user. can anyone help?
IMG_20210815_171049

here is the config file im using.

{
"command": "configfile",
"network": {
"bssid": "28:D1:27:4C:56:39",
"ssid": "N@H!D",
"wmode": 0,
"hide": 0,
"pswd": "Password321",
"offtime": 0,
"dhcp": 1,
"ip": "",
"subnet": "",
"gateway": "",
"dns": "",
"apip": "192.168.4.1",
"apsubnet": "255.255.255.0"
},
"hardware": {
"readertype": 4,
"wgd0pin": 4,
"wgd1pin": 5,
"sspin": 0,
"rfidgain": 32,
"wifipin": 255,
"rtype": 1,
"ltype": 0,
"rpin": 4,
"rtime": 400,
"buttonpin": 255,
"doorstatpin": null,
"openlockpin": null
},
"general": {
"hostnm": "esp-rfid",
"restart": 0,
"pswd": "admin"
},
"mqtt": {
"enabled": 0,
"host": "",
"port": 1883,
"topic": "",
"user": "",
"pswd": "",
"syncrate": 180,
"mqttlog": 0
},
"ntp": {
"server": "pool.ntp.org",
"interval": 30,
"timezone": 0
}
}

@crs26
Copy link

crs26 commented Aug 20, 2021

double-check the connections, if you can't select a reader from the hardware settings there must be a problem with the wiring

@Flo2830
Copy link

Flo2830 commented Aug 24, 2021

same for me, i can't add user

@matjack1
Copy link
Collaborator

matjack1 commented Mar 9, 2022

hey @nightmarebd and @Flo2830 are you using the dev branch? If you are still interested, please try that and use the debug mode so that on the serial port you'll see much more info and I can try helping you :) Good luck!

@matjack1 matjack1 added this to the V2 milestone Oct 22, 2022
@matjack1
Copy link
Collaborator

Looks like this new issue is the same: #587

I'm closing this one as I might get more feedback from the newer issue, but if someone here is still interested, please let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants