UCI-UAVForge / Avionics-16-17

1 stars 13 forks source link

WiFi Communications - Test and Verify Network Code with Packet Transfer #94

Closed haritdesai closed 7 years ago

haritdesai commented 7 years ago

Prerequisite Issues: #90 Followup Issues: TBD Related Issues: N/A

Summary

haritdesai commented 7 years ago

@elliotrh

I would like to test the send/receive functionality of the Arduino using the Ethernet Shield. Use the UDP Library to write a dummy program to send and receive data from the Arduino. On this reference page, you can use the "UPDSendReceiveString" sample program to test the connection with Strings. Use the Arduino IDE.

After verifying that the connection works, try just sending raw byte arrays using the Send()/Receive() methods in the Network.h/.cpp files. This should be a short test so I would like an update on the functionality by next week.

haritdesai commented 7 years ago

Determining best course of action for potential re-implementation of code base with Ground Station.

kylehl commented 7 years ago

Issue on hiatus for Avionics - closed until further notice.