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 …
Tag: weather station
ESP8266: Turn a $9 Body Scale into a Smart Scale – Part 1
In this project I will show you how you can build yourself a fancy Withings-like body scale. I divided the article into two parts: Part 1 describes the hardware hack and Part 2 the software. In this project I used a cheap scale I bought in the …
ESP8266 based Plane Spotter – How To
When I sit at my living room table I can see wonderful big airplanes in the final approach to Zurich (ZRH) airport or ascending to a far destination: Airbus A380 or Boeing B777 are ingenious proof of what we are capable to design and build. Quite often when …
New Weather Station Demo on Github
I have been working on a new demo of the Weather Station which is built as a platformio project. It has a few features which are not in the library demo: Wifi Signal Quality icon in overlay Weather Icon, temperature and time in overlay By …
ESP8266-Hack – Piggybacking OLED display on WeMos D1 Mini
Inspired by Mike Rankin’s (@mikerankin) beautiful crossovers between an ESP8266 ESP-01 and an 0.96 Inch OLED I2C display I decided to try if there wasn’t an easy hack to marry the two components with as little soldering as possible.
ESP8266: SSD1306 Oled Library Release
The “ESP8266 OLED SSD1306″ is an open source library which allows you to control those pretty OLED modules from our beloved ESP8266 module. Fabrice Weinberg cleaned up all the ugly pieces of code which I initially wrote caused by my near C/C++ illiteracy. He also added support for …
ESP8266 Weather Station: Measuring Inside and Outside Temperature – Part 2
<Measuring Inside and Outside Part 1 In Part 1 of this series you learned how to connect a DHT temperature/humidity sensor directly to your WeatherStation and to display the readings as an additional frame in the carousel rotation. In this second part I will show …
Weather Station in an Old Nokia Phone
Today I got a wonderful email from Jens Lochmüller from Germany which shows that necessity is truly the mother of invention. He wanted to build a case for the Weather Station with a picture frame but since he didn’t have an unused one at home …
ESP8266 Weather Station: World Clock Demo
Just in time for the beginning of the new year I added a demo for the WeatherStation which displays various world times together with a pretty icon. Just update the WeatherStation library in your Arduino IDE to the latest version or download it manually from …
ESP8266 Weather Station: Measuring Inside and Outside Temperature – Part 1
Measuring Inside and Outside Temperature – Part 2> The code you get with the WeatherStation (https://github.com/squix78/esp8266-weather-station) is meant as a starting point for beginners and enthusiasts to display information. So far there are modules to get correct time from the internet as well as current …
ESP8266 WeatherStation with a Magic Mirror
Just had a little time to test my latest idea. I took an IKEA picture frame, mirrored car tint and the Weather station, put everything together and it works! It only took about 30 minutes… Next time I’ll have to be more careful with the …
ESP8266 Weather Station: New Version Released
While I have a few days off I found some time to finally get a consistent set of libraries for the WeatherStation together and fix a few things. Here is a summary of the changes… Weather Station as a library Most important change from my …
ESP8266 Weather Station Preview Video
The Weather Station code comes with a clock, current conditions such as temperature, humidity, pressure and precipitation, as well as a 3 day weather forecast. Get a glimpse here: Want to get one yourself? Order one in the shop!
ESP8266 Feature Preview: More Fonts for the Weather Station!
I’m working on a new version of the Weather Station code. The first shot was the jason-streaming-parser library which allows me to fetch bigger objects directly from the source without the need of an proxy PHP script. The next step is to add more features …
ESP8266 Weather Display: Featured on Lifehacker and by Adafruit!
It is Sunday morning and I’m laying in bed and reading the news. Then there is a article on lifehacker.com which shows the following picture: Adafruit Weather Station Display based on my code And I thought that looks exactly like my weather station code for the …
Register now: The WeatherStation Kit is coming!
I’m very happy to announce that I could find a supplier who will ship all the parts that you need to get started with the WeatherStation. No more worries to find the right components. The WeatherStation Kit will contain: the new improved NodeMCU V1.0 with …
ESP8266: Weather Station V2 Code published
This is a total make over of the earlier weather station. Instead of building my code on the NodeMCU lua firmware I decided to switch to the Arduino IDE based development setup. The reason for this was the constant problems with heap memory running out …
#ESP8266: Open-Source Designer Advice wanted for the weather station!
So, all the major technical challenges have been resolved. But now the fine tuning begins. Anyone with a graphical eye in the audience to give advice? How to arrange the different elements most efficiently so that it is pleasant to eye and brain and uses …
#ESP8266: Improving the WeatherStation Display
These tiny OLED displays are cool, but they are also… well… tiny. To get the most of the screen real estate I started working on a little framework that allows you to display different cards on a carousel, which then are transitioned from one to …
ESP8266: 3D printed case for the weather station project
You just got to love open source! Some guys wrote a firmware for an exciting little chip (ESP8266), based on an open sourced SDK: the NodeMCU lua firmware was born. Then another guy (me;-)) writes a little LUA program to fetch weather data from an …
ESP8266 Projects: Internet Connected WeatherStation with beautiful icons
Since I learned how to create pictures and display them on these wonderful OLED displays I wanted to build something useful with it. Once you know about all the pieces, putting them together is quite easy. The icon, temperature and humidity are updated every 10 minutes …