Discussion:
[capnproto] What is the best communication mechanism with collision detection/avoidance for my topology?
T Obulesu
2017-12-03 07:12:33 UTC
Permalink
Hello All, Here is my sensor topology.. [image: enter image description
here] <Loading Image...>

Here, the atmega128 is the main controller and all other atmega8 are
connected to the main controller using rs485 cable.

What is the best communication protocol for this to detect and avoid
collision.?

I have 20 atmega8 connected in a row..(i.e all the tx pins of atmega8 are
connected together and finally connected to the Rx of the main controller)
and distance between the any atmega8 or atmega128 is 3 meters....
--
You received this message because you are subscribed to the Google Groups "Cap'n Proto" group.
To unsubscribe from this group and stop receiving emails from it, send an email to capnproto+***@googlegroups.com.
Visit this group at https://groups.google.com/group/capnproto.
Kenton Varda
2017-12-03 07:23:26 UTC
Permalink
Hi,

You seem to have mailed the Cap'n Proto mailing list. Cap'n Proto is a
serialization format typically used at OSI layer 6, e.g. between a client
and server communicating over the internet, or as a file format.

Your question doesn't seem to be in any way related to Cap'n Proto. Your
question seems to be about OSI layer 1 protocols (hardware link layer),
which are far away from anything Cap'n Proto does.

Sorry, I don't think we can help you.

-Kenton
Post by T Obulesu
Hello All, Here is my sensor topology.. [image: enter image description
here] <https://i.stack.imgur.com/b1y6r.jpg>
Here, the atmega128 is the main controller and all other atmega8 are
connected to the main controller using rs485 cable.
What is the best communication protocol for this to detect and avoid
collision.?
I have 20 atmega8 connected in a row..(i.e all the tx pins of atmega8 are
connected together and finally connected to the Rx of the main controller)
and distance between the any atmega8 or atmega128 is 3 meters....
--
You received this message because you are subscribed to the Google Groups
"Cap'n Proto" group.
To unsubscribe from this group and stop receiving emails from it, send an
Visit this group at https://groups.google.com/group/capnproto.
--
You received this message because you are subscribed to the Google Groups "Cap'n Proto" group.
To unsubscribe from this group and stop receiving emails from it, send an email to capnproto+***@googlegroups.com.
Visit this group at https://groups.google.com/group/capnproto.
Loading...