Hi,
I am new to the concept of IOT. I would like to know if it is possible to send/receive data to a personal cloud server in csv, xml or json format ? Is it related to mySQL database? Also I want to publish the data received on the server on my own website.Please help me with some examples/links for the same.
I would like to know if it is possible to send/receive data to a personal cloud server in csv, xml or json format ?
Yes.
Is it related to mySQL database?
Is what related to MySQL?
Please help me with some examples/links for the same.
You have an awful lot to learn before you even think about having the Arduino as part of the picture. Learn to do everything you want to do using one PC, Then, use two PCs in the same network. Then, use two PCs in different networks. Finally, introduce the Arduino. By then, you'll know what it needs to do.
Check out some of Kevin Darrah's videos on Youtube - he has a 3 part series that will help give you some ideas. If you search for "php mysql" you can find a number of articles and examples on how to extract form data (your arduino would send to the main page) and insert or view MySQL data. Also searching on "php GET and POST" may help you in your search. The tough part is trying to find out exactly what you want to search for to get there - lots of "and then something magic happens" (I am just figuring this out myself ... slowly!)