Scale NFC no longer scans a tag... #97
-
|
Hello everyone! I was wondering if anyone else has run into this issue... I've had Spool Ease built and in service since 0.5.0 was still beta and 0.3.5 was the stable version... I installed 0.3.5 and then immediately updated console and scale to 0.5.0 Everything worked flawlessly both the console and the scale scanned tags as expected I typically scan via the console and rarely use the scale to scan so I'm not 100% sure when my issue arose. It's during this time I had not attempted to scan a tag with the scale since 0.5.0 was installed and know to be worked as expected. When I saw 0.5.2 available as an OTA update I updated both console and scale... Then I saw 0.5.3 available a few days ago and updated the console (Initially I inadvertently only updated the console and not the scale) It's here I noticed I can no longer scan a tag with the scale. So far what I've done to troubleshoot is; I'm out of ideas as to why the scale NFC chip no longer scans a tag but the console scans as expected. Anyone else had this happen? Any suggestions on what else I can do to TS? Respectfully |
Beta Was this translation helpful? Give feedback.
Replies: 12 comments 20 replies
-
|
It should work. Then scan a tag. If it doesn't work upload scale (not console) logs from time of boot including a tag scan. To see how to collect logs check the documentation. Upload the logs here or on Discord (note that the scale logs include the security key so if it matters to you remove it first or DM directly to me - yahshay, on Discord). |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the super speedy reply!! Yes, all other scale functions are working. It communicates with the console when I’m weighing a spool…it just won’t scan a tag I’ll definitely grab the logs when I get home and post them. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
-
|
I’m home to grab logs. Prior to posting I’d soldered a new spare PN532 and had the issue still even after double checking the pins. I don’t recall seeing any errors in the terminal screen. I’m reviewing again now |
Beta Was this translation helpful? Give feedback.
-
|
Here's some videos while I grab logs next... https://youtube.com/shorts/ODzGRjVOSzg?feature=share https://youtube.com/shorts/UKChFVxe_Gw?feature=share |
Beta Was this translation helpful? Give feedback.
-
|
Immediately in the live logs I see "Challenging PN532 initialization (59) So the PN532 is not initializing... but I've tried 2 different PN532's and ensured both dip switches are in the correct config... It's very odd that the original PN532 worked as expected for almost 2 weeks before it started having this initialization issue... |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
I wonder if I should try a clean flash/install of the 0.5.3 from the website...if I don't find any internal connection issues upon a new inspection I'm about to do. |
Beta Was this translation helpful? Give feedback.
-
|
Side question Yanshay... is it possible the ESP32 is the root cause? I ask because interestingly the first ESP32 I purchased for this build from AliExp was DOA... it would show up on the serial port as available but would never flash after attempting ALL troubleshooting you list and after trying the couple issues previously found in here... I ordered a new ESP32 from Amazon and that one immediately worked as expected after soldering the RGB... Could it too have gone bad to cause a failed PN532 initialization? |
Beta Was this translation helpful? Give feedback.
-
|
Yes, it's the PN532. It can be one of:
I don't see how it can be software - it runs on many devices. |
Beta Was this translation helpful? Give feedback.
-
|
I've made some progress but this is still very strange... I'm almost fully convinced it's either the ESP32 or some sort of an interference issue at this point... After tearing the scale down to check everything and swapping all the 7 Dupont wires for new ones... I plugged the scale into my Mac to view logs and success, the PN532 initialized multiple times back to back... The strange thing is as soon as I unplugged the scale, put the covers and parts back together and placed it back where it was sitting initially since it was built... the scale booted and the PN532 failed to initialize again... I brought it back over to my Mac table to view logs again and the logs showed the PN532 failing initialization again. I chose to re-flash the scale software fresh from the website... and just finished the configuration again and it's sitting on my Mac table not in it's original placement and it's currently WORKING I'm almost afraid to try it back over where I had it before lol |
Beta Was this translation helpful? Give feedback.
-
|
At this point I'm leaning towards an ESP32 issue... I tested moving the scale back to the old orig place and it wouldn't connect to the console but WIFI was working and it connected successfully to the console and showed weights when something was placed on it... Now I moved it back further away from the console and P1S and the PN532 initializes however, the scale will not reconnect to the console even after both devices have been rebooted several times it just won't connect now but ping tests in Terminal show the scale and console have 0 packet loss... I'm buying 3rd ESP32 and will see how that goes once that's installed lol |
Beta Was this translation helpful? Give feedback.
-
|
@yanshay I finally was able to get it back to stable ( I think) even using all the old original parts and Chips... just in a different location... Can you see anything out of the ordinary with these latest logs? |
Beta Was this translation helpful? Give feedback.
I've made some progress but this is still very strange... I'm almost fully convinced it's either the ESP32 or some sort of an interference issue at this point...
After tearing the scale down to check everything and swapping all the 7 Dupont wires for new ones... I plugged the scale into my Mac to view logs and success, the PN532 initialized multiple times back to back...
I should mention the table where my Mac is located is across the room from the original location I had the scale placed...
The strange thing is as soon as I unplugged the scale, put the covers and parts back together and placed it back where it was sitting initially since it was built... the scale booted and the PN532 fai…