4533-phoenix / DeepSpaceRobot

This is the reprository where the code for the 2019 season is located.
1 stars 0 forks source link

Sending Data Between the JeVois, Odroid and roborio #36

Open BearsAreAwsome opened 5 years ago

BearsAreAwsome commented 5 years ago

This was a pain in the butt to program in the 2017 season when we used the PIXY and even then, it never really worked. So we should solve this issue now before we get too far invested into the JeVois.

abrightwell commented 5 years ago

There are a few ways that we can handle this to minimize the headaches from 2017.

The first option will likely be the 'quickest' option. However like we've discovered in the past, the roboRIO serial connections can be a little 'unreliable' at times.

If it were me, I'd probably go for the third option as it is simple, reliable and doesn't require a lot of overhead.

I can assist as necessary, just let me know.