I would like to write a sketch that would allow my embedded system to write its state to a mySQL database running on a remote server.
I would also like to read the mySQL database to set the state of my embedded system.
What hardware would I need to achieve this?
I read a little about the Yun using cURL, but I'm not sure that is the only option. Technically shouldn't any board with a WiFi connection be able to achieve this?
I would like to write a sketch that would allow my embedded system to write its state to a mySQL database running on a remote server.
I would also like to read the mySQL database to set the state of my embedded system.
What hardware would I need to achieve this?
I read a little about the Yun using cURL, but I'm not sure that is the only option. Technically shouldn't any board with a WiFi connection be able to achieve this?
Are there any good tutorials for picking Arduino hardware?
What should I be reading to get started with Arduino network programming?
Is there a big difference between WiFi and Ethernet Arduino programming?
Is there any stable JSON module for parsing responses from HTTP servers?
My main question is: Where should I start if I want to end up with a network connected embedded system?
If you were sending data from your PC to the MySQL database on the remote server how would you do it?
It will be pretty much the same process with an Arduino - especially with the Linux side of a Yun. It should not be too difficult to write a web client program using Python on the Linux side.
Perhaps you should click Report to Moderator and ask for this Thread to be moved to the Yun section of the Forum