Hello guys,
I got stuck in one project, i got wifi module: http://www.ebay.com/itm/Uart-WiFi-Module-Starter-Package-Kits-Arduino-Compatible-/270941705511?pt=LH_DefaultDomain_0&hash=item3f15625527
I configured it and so on, my mission is to send some values to a remote server's php file, and php file needs to put those values to Mysql. My question is, should i use wifi.h library ? I used this code: http://arduino.cc/en/Tutorial/WiFiWebClient
and always what i am getting in my serial is - "Attempting to connect to SSID".. My idea is to pass values in address, like
http://example.com/arduino.php?temp=$value_from_arduino , php script is no problem for me. Thank you guys in advance.