Hello all..
I'm currently doing some research on how I will do my final thesis. I own a arduino mega and an ethernet shield, but i was looking for a more sophisticated device that could do multiple things.
And basically the point of this topic is to hear some opinions about how feasible is this ideia that I have.
Connecting to my home's router by ethernet, i was able to get info out of the arduino, but in my local network, that is, without port forwarding. And here starts my question. If i wanted to use Wi-Fi shield, I could create a dns server for example and run a webserver through there? Also, if i want to me a really sophisticated user interface (to remotely monitor the datalogger) what should i look for? Application in C# for example? Is it feasible?
First what it has to do is to read sensor data, store it in a SD card, and also be available for download in a remote webserver. I checked some options about this, and i found that, using Cosm I could upload data to the webserver, and get some statistical work done with that data. But my goal was to, somehow using, for example a Csharp app, controlling the arduino, shutting down some I/O, basically controlling the arduino. Is that possible to implement using Arduino Mega + Wifi ? Also, an interesting thing would be to create some arduino app to see the results or even to configure (Through cosm this is possible i think..)
Another option that i was thinking about was, instead of WIFI, using GSM. Found a really good GPRS/GSM board in cooking hacks, and I guess that It would be another way. It would be possible for me, despite the higher power consumption, to create that suposed webserver to get the info out of te arduino. More over, it would be possible for me to text the device with some commands, or even to make the arduino capable of sending SMS alerts if some threshold level is achieved.
All in all, i was looking if you have any ideas or if you could point me for some similar project, or tutorials, informations, anything that would help me make a decision so then i could order the equipment and start working on this.
I really appreciate any help that you could provide. Thanks. Best Regards,
Lopes