Viberbot on raspberry pi is used to wirlessly control arduinos with nrf24l01 modules.
These examples use Viber Python Bot API from Viber and the RF24Network library from TMRh20.
Instalation and example code can be found here
Documentation for the library can be found here
To install the library on raspberry pi and be able to use the python examples, the following steps have to be followed:
- Clone both RF24 and and RF24Network libraries as it is described here
- Use the python wrapper to install the libraries as it is described here
(for each library the setup.py file is under pyRF24 or pyRF24Network directory respectively)
To run the code on the arduino, simply upload the sketch to the microcontroller.
To run the code on raspberry pi, you have to run it with sudo