Hello,
I am reproducing the project
http://www.mentalmunition.com/2013/10/measure-air-pollution-in-your-home-or.html
But I use other wi-fi shield, my shield is this
http://www.seeedstudio.com/depot/Wifi-Shield-p-1220.html?cPath=19_20
http://www.seeedstudio.com/wiki/Wifi_Shield_V1.1
I'm following in the footsteps of the link
http://www.mentalmunition.com/2013/06/step-by-step-guide-to-programming-rn-xv.html
but I I downloaded the code project, installed the lib and at the time I tried to run the example:
https://github.com/harlequin-tech/WiFlyHQ/tree/master/examples/tcpclient
But the compiller displays on error in archiev WiFlyHQ.h in line 78 of you lib.
"typedef const char PROGMEM prog_char;"
I commented this line and the code compiled correct, but I dont could connect in wi-fi.
Hello,
I am reproducing the project
http://www.mentalmunition.com/2013/10/measure-air-pollution-in-your-home-or.html
But I use other wi-fi shield, my shield is this
http://www.seeedstudio.com/depot/Wifi-Shield-p-1220.html?cPath=19_20
http://www.seeedstudio.com/wiki/Wifi_Shield_V1.1
I'm following in the footsteps of the link
http://www.mentalmunition.com/2013/06/step-by-step-guide-to-programming-rn-xv.html
but I I downloaded the code project, installed the lib and at the time I tried to run the example:
https://github.com/harlequin-tech/WiFlyHQ/tree/master/examples/tcpclient
But the compiller displays on error in archiev WiFlyHQ.h in line 78 of you lib.
"typedef const char PROGMEM prog_char;"
I commented this line and the code compiled correct, but I dont could connect in wi-fi.