jpbarraca / pynrf24

Python port of the RF24 library for NRF24L01+ radios.
GNU General Public License v2.0
152 stars 84 forks source link

ok with spidev, fails with Adafruit SPI #23

Closed dwery closed 8 years ago

dwery commented 8 years ago

Haven't had the time to diagnose, but every input byte is 0xff when using adafruit spi on the beaglebone. Installing spidev with pip seems to work.

dwery commented 8 years ago

Uhm, it seems that Adafruit's SPI automatically tried to load an overlay... and it was the wrong one as I already had one loaded