How can I send data from Arduino to a web service running on some web server? I want to connect to extisting wireless network and use it to send sensor data. Tnx
How can I send data from Arduino to a web service running on some web server? I want to connect to extisting wireless network and use it to send sensor data. Tnx
If you don't have access to an Ethernet Shield, from what I've seen, your PC (or Mac, not judging) will be the middle man, running some PHP or Java, or Processing script. A google search will turn up a plethora of information rearding this subject, seeing the lack of responses to your inquiry. But basically, without an Ethernet Shield, you'll be using your PC (or Mac, again, not judging) as the means to send data through the interwebs.
If you don't have access to an Ethernet Shield, from what I've seen, your PC (or Mac, not judging) will be the middle man, running some PHP or Java, or Processing script. A google search will turn up a plethora of information rearding this subject, seeing the lack of responses to your inquiry. But basically, without an Ethernet Shield, you'll be using your PC (or Mac, again, not judging) as the means to send data through the interwebs.