adonno / tagreader

Simple to build/use NFC tag reader, specially created for Home Assistant
https://adonno.com
GNU General Public License v3.0
1.14k stars 176 forks source link

Log message Timed out waiting for readiness from PN532! #98

Closed D3rax closed 2 years ago

D3rax commented 3 years ago

Hi,

I have rewired my two tag readers to the i2c configuration and updated ESPhome to the latest version. Both tagreaders read tags but my logs show two weird messages:

  1. Every second(!!) these two messages show up: [14:46:14][V][pn532_i2c:029]: Timed out waiting for readiness from PN532! [14:46:15][V][pn532:249]: Reading response

  2. Every now and then I get the massage "[14:42:15][D][api:067]: Disconnecting Home Assistant 2021.2.0"

I'm using ESP8266 NodeMCU boards.

lnxbil commented 3 years ago

I also see 1 on my system, but I think this is normal. You wait for a tag to be read and if nothing is detected, the call times out. Besides the debug messages, the reading works as expected.

a8ree commented 3 years ago

I'm seeing the same error

[22:51:47][V][pn532:233]: Reading ACK...
[22:51:47][V][pn532:244]: ACK valid: YES
[22:51:47][V][pn532_i2c:040]: Reading response
[22:51:47][V][pn532_i2c:029]: Timed out waiting for readiness from PN532!
[22:51:47][V][pn532:255]: Turning RF field OFF
[22:51:47][V][pn532:233]: Reading ACK...
[22:51:47][V][pn532:244]: ACK valid: YES
[22:51:48][V][pn532:233]: Reading ACK...
[22:51:48][V][pn532:244]: ACK valid: YES
[22:51:48][V][pn532_i2c:040]: Reading response
[22:51:48][V][pn532_i2c:029]: Timed out waiting for readiness from PN532!
[22:51:48][V][pn532:255]: Turning

I'm trying to get this set up for the first time. I have enabled debugging and see this message but nothing different when the tag is placed in front.

adonno commented 3 years ago

Mind sending a picture of your soldering?
seems there is an issue

adonno commented 2 years ago

no reply for at least 60 days