2023-10-04 11:07 AM
HW : Raspberry PI 4 with NFC03A1 board connected to SPI
SW : Linux_RFAL_st25r95_v2.0.4.tar.gz
we built and we are able to run on the Rpi board, poller example
issue :
ISO1444A tag not detected
SPI seems to be working, we observed IDN command responds with the details as per the datasheet
IRQ_OUT also seems to be correct refer to log1.txt
rfalInitialize seems to be success. No errros
while ISO14443A tag detection we are observing err timeouts.. refer to log2.txt
pls advise
Solved! Go to Solution.
2023-10-06 05:18 AM
Hi,
what I see in the trace is:
I suggest to try to supply both CN6.2 and CN6.4 with 2 different wires from 2 different RPi4 pins. Same for CN6.6 and CN6.7 (GND) to be connected on 2 different GND pins.
Rgds
BT
2023-10-06 06:17 AM
Thanks for your inputs Brian. i will check CN6.2 and CN6.4 with 2 different wires from 2 different RPi4 pins
what about 5v? not required right ? we tried both 3v3 and 5v one at a time.
2023-10-08 11:08 AM
Hi,
5V is not connected. Make sure not to inject 5V on 3V3.
Rgds
BT
2023-10-08 09:01 PM
so 5V is not used, only 3.3v is used right.. i did have a look at the schematics and didnot see any +5v connections.
we were able to detect the tag after connecting 2 seperate 3.3v, CN6.2 and CN6.4 ..
i think we missed CN6.2, may be thats the reason why board was not responding...
Appreciate all your inputs. thanks !!