Skip to content

azompas/raspberrypi_viberbot_nrf24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

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

About

Viberbot on raspberry pi is used to wirlessly control arduinos with nrf24l01 modules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages