A
A
Andrew2017-10-29 16:18:44
Arduino
Andrew, 2017-10-29 16:18:44

How to combine several Arduinos into a distributed wireless network?

There are a dozen Arduino Nanos, a few Arduino Unos.
To combine them, there are modules on NRF24L01 (frequency 2.4 GHz) and modules operating at a frequency of 433 MHz (one board is a receiver, the second is a transmitter).
To connect to the local network, there is a wi-fi module ESP8266 and ethernet ENC28J60.
From the side of the local network, a server with Windows will work.
Question: how to connect all Arduinos into a distributed network so that arbitrary data can be transmitted over it, so that the network itself is rebuilt when adding and removing nodes, and has two points of connection to the local network (to increase fault tolerance and load distribution)? Is there a ready protocol or library for this? Or do you have to invent everything yourself? Or is this completely impossible?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Selex, 2017-10-30
@Selex

In principle, this is possible, there are no ready-made libraries, that's for sure, but the question remains, why?

A
Andrey Skorzhinsky, 2017-10-30
@AndyKorg

you here - Wi-Fi Mesh networks for the little ones

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question