Once in a while I like to try out new ways to reach the audience. I’m happy to present the ESP8266 Weather Station: Getting Started Guide is now available for Kindle. If you are a frequent reader of this blog you might recognise some content of the guide from older posts. But I hope you still enjoy reading it on another device and in a revised form with additional information for beginners.
At the end of each chapter I quickly summarize what we accomplished and info boxes shed some additional light on aspects which might be new for beginners. The ebook is available on all Amazon Kindle stores (US, DE, etc.) just search for “ESP8266 Weather Station” or follow this link:
https://www.amazon.com/ESP8266-Weather-Station-Getting-Started-ebook/dp/B01LFX8Z5W/
Let me know what you think of it!
Esp8266 .96 oled weather station kit just says connecting to wifi. Please help
esp8266 .96 oled kit I need temp in f not c please help
i found my wifi problem the ssid is case sensitive
Please have a look in settings. Where you can adjust if values should be displayed as metric or not…
I set this to false from true. const boolean IS_METRIC = false;
I mean true to false sorry
this is how it looks in the sketch I uploaded
const boolean IS_METRIC = false;