Go to advanced search

by girin
Wed Jan 27, 2016 8:48 am
Forum: Interfacing (DSI, CSI, I2C, etc.)
Topic: Wiring Pi gpio not working after a time
Replies: 10
Views: 2033

Re: Revision 0000 - gpio not working

I have same problem. Code operate well for 6 hour. but message show below piBoardRev: Unable to determine board revision from /proc/cpuinfo -> Unable to open /proc/cpuinfo -> You may want to check: -> http://www.raspberrypi.org/phpBB3/viewtopic.php?p=184410#p184410 my board info ----- pi@raspberryp...
by girin
Wed Jan 27, 2016 12:49 am
Forum: Interfacing (DSI, CSI, I2C, etc.)
Topic: Wiring Pi gpio not working after a time
Replies: 10
Views: 2033

Re: Revision 0000 - gpio not working

I have same problem. Code operate well for 6 hour. but message show below piBoardRev: Unable to determine board revision from /proc/cpuinfo -> Unable to open /proc/cpuinfo -> You may want to check: -> http://www.raspberrypi.org/phpBB3/viewtopic.php?p=184410#p184410 my board info ----- pi@raspberrypi...
by girin
Mon Dec 22, 2014 4:42 am
Forum: Python
Topic: RC522 on CE1
Replies: 5
Views: 2690

Re: RC522 on CE1

I got it. python file : MFRC522.py 110 line def __init__(self, dev='/dev/spidev0.0', spd=1000000): -->>>> def __init__(self, dev='/dev/spidev0.1', spd=1000000): change ~~ very well !! bye... serNum = [] def __init__(self, dev='/dev/spidev0.1', spd=1000000): spi.openSPI(device=dev,speed=spd) GPIO.set...
by girin
Mon Dec 22, 2014 4:17 am
Forum: Python
Topic: RC522 on CE1
Replies: 5
Views: 2690

Re: RC522 on CE1

I have the same problem. so I find clue... http://www.raspberrypi.org/forums/viewtopic.php?f=91&t=70756 Hi, assuncao wrote: could you give me an example how to connect two RFID readers using SPI interface, please? I found it: http://geraintw.blogspot.com.br/2014/01/rfid-and-raspberry-pi.html. I just...

Go to advanced search