Giter Site home page Giter Site logo

rf24_proto's Introduction

RF24_PROTO

A radio protocol for Arduino, RF24 radio

Proto is a C ++ class for implementing a protocol of initiation between multiple Arduino through RF24 radios.

An Arduino will have the function of Master while all the others that of Slave.

On each Arduino it will be possible to create different Input / Ouput devices whose values ​​will be replicated on all the other devices.

The data can be sent either at each new value (automatically when the device changes value) or through a polling reading whose polling time can be set for each Slave ...

Moreover it is possible to write on the ouput devices from all the other Arduino present on the net (for now only from the Master).

The protocol is autoconfiguring, so that a new arduino connected to the network can receive an address from the master, to do this the master always listens on a special channel for the configuration of the new Arduino that connect ....

There is also a class for saving the configuration of the slaves and devices in EEPROM.

PHASE: ALPHA TESTING

The code compiles both on Arduino and on ESP32

The code is dependent on library

http://tmrh20.github.io/RF24/ for communication with the radio

rf24_proto's People

Contributors

6leonardo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.