Hallo zusammen,
Ich hatte auf einem Pi 2 das Raspberryfriend.py von LInk am laufen.
Nun bin ich auf den Pi 3+ umgestiegen und kriege das modul einfach nicht mit dem Raspberryfriend.py zum laufen
Leider erhalte ich folgende Fehlermeldung:
Code
sudo python raspberryfriend.py
/home/pi/nrf24pihub/nrf24.py:373:
GPIO.setup(self.ce_pin, GPIO.OUT)
Traceback (most recent call last):
File "raspberryfriend.py", line 13, in <module>
radio.begin(0, 0,25,18) #set gpio 25 as CE pin
File "/home/pi/nrf24pihub/nrf24.py", line 413, in begin
self.flush_rx()
File "/home/pi/nrf24pihub/nrf24.py", line 281, in flush_rx
return self.spidev.xfer2([NRF24.FLUSH_RX])[0]
IOError: [Errno 22] Invalid argument
Display More
Kann mir jemnad helfen?