Skip to content
This repository has been archived by the owner on Jan 31, 2021. It is now read-only.

Latest commit

 

History

History
58 lines (31 loc) · 1.27 KB

File metadata and controls

58 lines (31 loc) · 1.27 KB

ESP8266 Micropython weather station

Little weather station build on MicroPython for esp8266. Weather API used for this project is https://openweathermap.org/api.

Getting Started

Clone this repository:

git clone https://github.com/nenadfilipovic/esp8266-micropython-weather-station

Setting up is simple, it is necessary to get ID of city you want to display weather data from.

Easiest way is to navigate to https://openweathermap.org/city, type in your city, select it and in address bar will be ID of that particular city.

You also need to register for API key to be able to use their service.

Prerequisites

Some ESP board, ESP8266 or ESP32 it doesn't matter and openweathermap.org API key.

Installing

In script you can define wifi name and password, city ID and API key.

Running the tests

Script outputs current weather data or 5 day forecast for selected city.

Break down into end to end tests

And coding style tests

Deployment

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments