Skip to content

Instantly share code, notes, and snippets.

@doorbash
Last active May 25, 2016 15:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save doorbash/7511963a2b8f02a5fa2c1b9e6dc56fb4 to your computer and use it in GitHub Desktop.
Save doorbash/7511963a2b8f02a5fa2c1b9e6dc56fb4 to your computer and use it in GitHub Desktop.
Install RF24 on Arch Linux (RaspberryPi)
pacman -S git
mkdir ~/rf24libs
cd ~/rf24libs
git clone https://github.com/tmrh20/RF24.git RF24
cd RF24
sudo make install
cd examples_linux
make
ln -s /root/rf24libs/RF24/librf24.so.1.1.6 /usr/lib/librf24.so.1
./gettingstarted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment