You are on page 1of 1

1.

Instalação do RF24

mkdir ~/rf24libs

cd ~/rf24libs

git clone https://github.com/TMRh20/RF24

cd ~/rf24libs/RF24

./configure

sudo make install

_____________________________________________________________

mkdir ~/rf24libs

cd ~/rf24libs

git clone https://github.com/TMRh20/RF24

cd ~/rf24libs/RF24

./configure

sudo make install

sudo apt-get install python3-dev libboost-python-dev

sudo ln -s $(ls /usr/lib/arm-linux-gnueabihf/libboost_python3-py3*.so | tail -1) /usr/lib/arm-linux-


gnueabihf/libboost_python3.so

sudo apt-get install python3-setuptools

cd pyRF24/

python3 setup.py build

sudo python3 setup.py install

sudo apt-get install python3-dev python3-rpi.gpio

You might also like