2023-05-09 10:30 PM
We have designed a a custom PCB with a custom antenna using ST25R95 NFC Tag reader, also the antenna tuning has been done. We found an issue during our testing, at our production site the tags are not getting detected but the same PCBs are working fine in our office.
We have observed that the AC mains supply is stable at both locations but the mains frequency isn’t stable at the production site. We are using a standard power adapter with input rating 110-240V 50/60Hz Output 5V 4A. Can the mains frequency variation lead to NFC chip not reading tags or it has to do something with the environment (EMI)?
Also the DC voltage on the ST_R0 Pin is around 7.8V in both the environments (office as well as production site) indicating that the RF field is on if I'm not mistaken.
Solved! Go to Solution.
2023-05-12 12:50 AM
Hi,
good old debugging rule from the 9 debugging rules of David J Agans: "Quit thinking and look":
Measure the power supply output close to the NFC reader using oscilloscope on your production plant while it is failing to read NFC tags. See if it is really bad. Then apply ferrite beads, etc. to see the improved supply.
BR, Ulysses
2023-05-10 01:34 AM
Hi,
Can you elaborate on " the tags are not getting detected"?
Can you share a logic analyzer trace (SPI CLK/MOSI/MISO/CS + IRQ_IN + IRQ_OUT) so that I can have a look to the errors?
Also, can you probe the RF field with a scope in both cases (connect the GND of the probe to the tip of the probe and put the probe in the field and you should be able to capture the field)? Can you probe the 5V output voltage from the power adapter?
Can you try to swap the power adapter between you office and your production site?
Can you share the schematics of your custom board so that I can review them?
Rgds
BT
2023-05-10 11:21 PM - edited 2023-11-20 05:53 AM
Hi Brian,
We are using ISO/IEC14443A. I cannot tell you exactly what is the error code that we are receiving since the debug print is disabled in the firmware.
Also we are using UART interface for communication and the Board is enclosed in the final product hence it is difficult to get the trace of UART.
We tried probing the RF field and were able to pickup the 13.56MHz carrier and at both the sites the we observe no difference. Also dc level at ST_R0 is same that is 7.8V at both the sites. We also probed the 5V output from the adapter and found the voltage is stable and ripple is around 30mVpp.
Sharing the schematics for your reference
2023-05-11 02:24 PM
Hi,
the UPS is likely creating EMI issues. A second order LC low pass filter may be needed.
Rgds
BT
2023-05-11 11:20 PM - edited 2023-11-20 05:53 AM
Hi Brian,
Can you please share reference schematics for the same?
Where exactly should we add the 2nd order LPF?
FYI we are into production now and we will not be able to change the design. Can you suggest any other alternatives to minimize this issue?
Can we try by adding ferrite beads/chokes on the power line to minimize this issue?
Attaching a rough block diagram for your reference, Please suggest accordingly
Thanks in advance,
2023-05-12 12:50 AM
Hi,
good old debugging rule from the 9 debugging rules of David J Agans: "Quit thinking and look":
Measure the power supply output close to the NFC reader using oscilloscope on your production plant while it is failing to read NFC tags. See if it is really bad. Then apply ferrite beads, etc. to see the improved supply.
BR, Ulysses