Hello,
In my project I will have two nodes who will be sending a bit of data about 100 miles away. Each node will send out the status of its own digital pin and listen to the status of the other node. It will light up an LED depending on the status of the other node.
So far, the only way I can think of having these two communicate is with a server and the Adafruit CC3000 Wifi modules. However, and Arduino and the module seem to be overkill for only sending a single bit of data.
Do you guys know of a simpler and ideal more affordable way to send 1 bit of data aross a network wireless perhaps a cheaper wifi module for another microposessor? It does not need to be on the Arduino but lowering the cost is the goal.