Skip to content

Pink Pigeon

Compare
Choose a tag to compare
@ehariton ehariton released this 16 Dec 15:29
· 33 commits to master since this release

This is the first release of the EADINLite communication network protocol, a master/slave communication model for real-time sensor/actuator networks that need low latency. Initial hardware tests have shown that the network is capable of sending a command and receiving a response withing 1ms when operating at 4MBaud. The code contained herein is an Arduino microcontroller specific implementation because it contains commands that come pre-packaged with the Arduino IDE. The protocol is meant to be used on simplex networks such as RS-485 where you only have a single communication channel which prevents all nodes on the network from talking simultaneously. Files for this release were initially pushed in early 2015.