You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey I can't actually compile the BB-nRF24-SPI0-00A0.dts on the B+ but that is part of your set up process... I must be misunderstanding something here.
The text was updated successfully, but these errors were encountered:
jgoad
changed the title
Can use your library on Raspberry Pi B+
Can't use your library on Raspberry Pi B+
Nov 6, 2014
This library works well on Raspberry Pi B+ board. But you MUST enable the spidev and install python-spidev library:
$ sudo apt-get install raspi-config
$ sudo raspi-config
#####Follow these steps:
##### 8 Advanced Options -> A6 SPI -> ...
##### At last, reboot your board
BTW, the Raspberry Pi B+ board call the CSN pin as SPI_CE0 and SPI_CE1. So the pin mapping SHOULD be like this:
MISO -> GPIO 9
MOSI -> GPIO 10
SCLK -> GPIO 11
CSN -> GPIO 8 or GPIO 7
CE -> GPIO 12(or any other pin)
IRQ -> GPIO 13(or any other pin)
Hey I can't actually compile the BB-nRF24-SPI0-00A0.dts on the B+ but that is part of your set up process... I must be misunderstanding something here.
The text was updated successfully, but these errors were encountered: