S
S
Sergei Alekhin2015-12-08 12:56:04
Arduino
Sergei Alekhin, 2015-12-08 12:56:04

How to organize the most simple in terms of code, two-way communication between five arduino?

It is necessary to connect 5 arduino modules, one of them is a master, the rest are slaves. What protocol and hardware is better to use to conduct parallel data transfer. There won’t be much data coming in, but they should go in both directions, and it’s important to find a solution in which I don’t have to train each module to track if other modules are talking to the network now.
Those. I ask you to advise the most simple library, and iron, so that it can penetrate 30 meters and a convenient, easy-to-learn communication protocol is organized.
There is almost no experience in exchanging data between arduinos.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
O
Ocelot, 2015-12-08
@Ocelot

Should communication be by wire or by radio? If by wire, then MODBUS over RS-485.
hardware: https://www.sparkfun.com/products/12965
software: www.freemodbus.org

M
Max, 2015-12-08
@MaxDukov

watch this

V
vanyamba-electronics, 2015-12-17
@vanyamba-electronics

Arduino does not have 5 ports to be able to receive data in parallel without loss. But you can connect a CPLD to it by implementing these 5 ports in it, connecting it with Arduino via SPI.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question