TheScurvyDawg

Results 7 comments of TheScurvyDawg

Same hardware same error. Did you find a resolution? `ERROR:nfc.clf.acr122:insufficient data for decoding chip response`

> > > try this > > sudo sh -c 'echo SUBSYSTEM=="usb", ACTION=="add", ATTRS{idVendor}=="04cc", ATTRS{idProduct}=="2533", GROUP="plugdev" >> /etc/udev/rules.d/nfcdev.rules' > > then restart the pi I am sorry I need to...

I am having this same problem. Having to use Python3. In usr/bin/python3 there is no module named nfcpy I know I am late to the game on this and I...

> > > I am having this same problem. Having to use Python3. > > In usr/bin/python3 there is no module named nfcpy > > I know I am late...

> > > > In usr/bin/python3 there is no module named nfcpy > > Have you tried installing the module like this? _pip3 install -U nfcpy_ > > Sometimes specifying...

> > > Hmmmm. So the NFCpy module is not seeing your reader, right? I use NFCpy for something similar to this on a Raspberry pi computer. I tried it...

I will look that up, I am totally new to using a Pi and this is my first attempt at a project using one. I am so close and excited...