Skip to content

Instantly share code, notes, and snippets.

View cabezadediablo's full-sized avatar

cabezadediablo

View GitHub Profile
@cabezadediablo
cabezadediablo / arduino_mesh
Created October 29, 2016 15:59
Codigo comprimido del patch de Max y codigo de Arduino del Master
/** RF24Mesh_Example_Master.ino by TMRh20
*
*
* This example sketch shows how to manually configure a node via RF24Mesh as a master node, which
* will receive all data from sensor nodes.
*
* The nodes can change physical or logical position in the network, and reconnect through different
* routing nodes as required. The master node manages the address assignments for the individual nodes
* in a manner similar to DHCP.
*