-->
Page 2 of 3

Re: ESP8266 Personal Weather Station for Weather Underground

PostPosted: Sun Nov 20, 2016 10:50 am
by chyneuze
I see that in the new Arduino IDE version.
It seem that the new vesion don't like fonction prototype to be use before declaration
It mean, all the fonction i put at the end of the sketch need to be put at de begining before setup()

I still using v1.6.5 for that reason, later i will correct my code for that.

( sorry for my bad english if it's not clear )

Re: ESP8266 Personal Weather Station for Weather Underground

PostPosted: Sat Jul 29, 2017 9:35 am
by dgncsk
what are basic sketch needs for BME280 sensor? i can read temp humidity and pressure and upload them to thingspeak but how to to this for weather underground? you code pretty complicated for a newbie like me.

Re: ESP8266 Personal Weather Station for Weather Underground

PostPosted: Mon Jul 31, 2017 10:04 am
by chyneuze
It's more simple than it seem de be ;)
Tanks to Weather Undregroud and their simple PWS upload protocol: http://wiki.wunderground.com/index.php/ ... d_Protocol
You just need a web client and call a webpage with all the setings and value you want to upload to your PWS!

N.B.: Be careful, only US unit, not Metric unit.

Re: ESP8266 Personal Weather Station for Weather Underground

PostPosted: Mon Feb 12, 2018 7:37 am
by rodri16
Hi, how long does it last running on batteries?Does ESP go into sleep mode?
I cannot get access to the website