auto data sending to the web
Posted:
Mon Nov 10, 2014 4:17 pm
by alonewolfx2
how can i send data to the website automatically in user main function. have you any idea?
Re: auto data sending to the web
Posted:
Mon Nov 10, 2014 4:58 pm
by gerardwr
There is a Smartmeter project in the Sample Project section of this board. It sends the Gpio pulselength to a webserver.
viewtopic.php?f=11&t=461
Re: auto data sending to the web
Posted:
Tue Nov 11, 2014 1:57 am
by alonewolfx2
Its starting with at command. I need start loging on the usermain function.
Re: auto data sending to the web
Posted:
Tue Nov 11, 2014 3:55 am
by gerardwr
I assumed that it needed AT configuration ONCE and then automatically starts at Powerup.
I have uploaded this firmware to my ESP8266, but only tested the AT part so far.