Hi guys
How can I send data to the server without Ethernet I mean there Shield W5100
I want to send to the server temperature, such as the following link:
But I think the Shield W5100 is not interesting because they are connected directly to the computer(board and Shield)And a power outage shut off the computer and server stops working
I would love to be wireless like sim900 system
If you have sample(circuit) : please give me an example
thanks
How can I send data to the server without Ethernet I mean there Shield W5100
You can't. The Ethernet shield is how you connect the Arduino to the internet.
Alternatively, you could send data to the PC, via the serial port/USB cable, and have the PC send the data to the server. But that is going to require an application on the PC that is listening to the correct serial port and that can make GET requests.
PaulS:
You can't. The Ethernet shield is how you connect the Arduino to the internet.
Alternatively, you could send data to the PC, via the serial port/USB cable, and have the PC send the data to the server. But that is going to require an application on the PC that is listening to the correct serial port and that can make GET requests.
Thank you dear friend :
All your comments are true
But I would implement this system in the greenhouse and in that there is hard to put a computer to the Internet to board
So I want a circuit that wireless such as sim900 module that works with ftp server
So in your opinion there is no way we can create it with this board?
Thank
PaulS:
You could use a SIM900 to wirelessly connect. Not quite as simple as an Ethernet shield.
Thank you dear friend
Is there an easier way than This module?
I mean there sim900
This module is for programming complex
Especially in microcontroller c and avr micro..
my Programming is weak
Of course i have a sample source but I do not understand this codes : c Language is very complex
do you know forum for help my problem? for avr and c language
thank