Good afternoon,
Next, I'm almost a week reading articles and publications and simply not found what I want.
To facilitate understanding, I need a variable to be sent to the arduino for a database on the Internet.
Limitations: no direct communication with the computer (the Arduino will be powered by a source and communicate via the ethernet shield)
Given this:
- The classic php that creates a communication via socket will not work;
- The html dynamically created arduino's works, but there is no way to save data;
Possible solution:
- Provide a php page on a web server and make the arduino access (eg
www.mysite.com/pagina.php?variable), and through the get() in php play data in the database.
Does anyone know how to do this, or has done something similar?
Thank you, I put my hand to share information about it.
Sorry for my english.
Big hug.