I have a project where a sketch on one Arduino Wifi will generate a series of strings according to what input pins are enabled, which I need to transmit wirelessly to another Arduino Wifi which will process the information and output it via an RS485 shield.
Is there a simple way of transmitting the info from one Arduino to the other?