-->
Page 1 of 1

ESP8266 WebClient Example

PostPosted: Fri Apr 03, 2015 6:01 am
by Danilodene
I need to connect to webpage to post and get some data, like http://dweet.com . Anybody has some example ?

Thanks :D

Re: ESP8266 WebClient Example

PostPosted: Thu Apr 16, 2015 5:43 pm
by RogerGuess
I am searching for the same thing. I have been trying to adapt an example from here:

viewtopic.php?f=28&t=2430&hilit=connect+slow

However, I am a bit confused with what PubSubClient is, and where it originated. Also, the site he uses seems to be down/broken.

Did you find a good example?

Re: ESP8266 WebClient Example

PostPosted: Fri Apr 17, 2015 4:40 am
by tavalin
You sound like you need a Web client example rather than an MQTT client example.

Try looking at the Examples in Arduino IDE for ESP8266WifiClient or something like that.

Re: ESP8266 WebClient Example

PostPosted: Fri Apr 17, 2015 10:20 am
by RogerGuess
The WIKI is still missing some examples. One looks like it was added yesterday:

wiki/doku.php?id=arduino-docs

I did not realize there was already one in the examples list inside the ide. Exampmles > ESP8266WiFi > WiFiClient