Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.25 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.25 KB

raspberrypi_viberbot_nrf24

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.

Getting started

Viber Python Bot API

Instalation and example code can be found here

RF24Network library

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)

Running the code

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

Usefull links