Now that I have the ENC28J60s connected to my Nano and my Mega and tested that they are active, I have been looking for a simple way to send structured data from the Nano to the Mega.
They are both currently connected through a router but in the final configuration, they will be point-to-point through a WiFi radio (if that makes any difference). Both will be on Static IP addresses.
I found a program called "Easy Transfer" but can't get it to load in the IDE.
The existing software is written to transfer data through the serial port between boards so it would seem like the conversion to Ethernet should be relatively simple.
Can anybody point me to a simple example of how to st this up?
Thanks gang!
Data structure:
struct DOFDATA
{
- uint16_t compass;*
- uint16_t pressure;*
- uint16_t pitch;*
- uint16_t checksum ;*
};