Hi,
Is there any way to send strings to Arduino Uno with Wifi Shield attached to it over Internet? (other than UDP)
Appreciate if someone could answer me.
Hi,
Is there any way to send strings to Arduino Uno with Wifi Shield attached to it over Internet? (other than UDP)
Appreciate if someone could answer me.
Depending on what wifi shield you have, there should be a library with it that will allow you to run a wifiServer to receive data. e.g. WiFi101Server
you will likely need to configure your router to send packets on your selected port to the arduino.