Go to advanced search

by MarvinMcFly
Tue Nov 28, 2017 5:09 pm
Forum: Python
Topic: RFID Tag value import problems
Replies: 2
Views: 440

RFID Tag value import problems

Hey folks, I'm writing a little program using the RFID libary from Github(https://github.com/mxgxw/MFRC522-python). When I extract the data from the tag and convert it into an integer to work with it I get an Error like this ValueError: invalid literal for int(): 10 I know why I get this error. The ...
by MarvinMcFly
Mon Nov 13, 2017 8:17 am
Forum: Python
Topic: RFID RC522 and Python 3.x import problem
Replies: 2
Views: 1110

Re: RFID RC522 and Python 3.x import problem

Thank you for your quick answer. I want to try it in 3.x because i wrote a little program in that where I want to import the RFID lib. But it sounds logical that it is to much work, or better said it's easier to rewrite my program. Again thank you a lot to clear my questions! :)

Best regards
Marvin
by MarvinMcFly
Sat Nov 11, 2017 2:19 pm
Forum: Python
Topic: RFID RC522 and Python 3.x import problem
Replies: 2
Views: 1110

RFID RC522 and Python 3.x import problem

Hello folks, at first I want to appologize my bad english. Hope you all can understand me. My problem is that im trying to write a little program in Python for my Pi with an RFID RC522 reader. I used the modules from github(https://github.com/mxgxw/MFRC522-python). If I try to start it with the pre ...

Go to advanced search