Skip to content

sopgenorth/MSOE_ROV_2015

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino/Processing UDP communciation

This is a basic library that provides a fairly robust way of communicating UDP data between Processing and an Arduino compatible board (this has mostly been tested on a Tiva C connected though). This library was originally intended for use on the MSOE underwater robot( https://www.facebook.com/UnderwaterRobotics), but could likely be useful for other things.

Since UDP provides no data transfer guarantees, it is expected that all of the data transferred can safely be lost. However, the DataHandler and associated Arduino library do a pretty good job of re-establishing communication once its been lost.

computer_sync - This is a processing example that sets up the DataHandler class for UDP communication. This will attempt to connect to the microcontroller.

controller_sync - This is an Energia example (probably would work on an Arduino too) that sets up the rovCOM library for connecting to the processing example. The rovCOM class is also setup to allow firmware updates over Ethernet using TI's LM Flash Utility.

About

Processing/Arduino UDP communication handler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 70.8%
  • CSS 11.8%
  • C++ 8.0%
  • Java 6.2%
  • Other 1.7%
  • JavaScript 0.8%
  • Processing 0.7%