Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code refactor and cleanup. #8

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
env.h
398 changes: 199 additions & 199 deletions Orbitron_Medium_20.h

Large diffs are not rendered by default.

34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Weather Station

Project was tested and working well on ESP32 Dev Module. Projects show weather data as temperature and humidity in selected cities. Data is taken from Open Weather API.

![Weather Station!](https://i.imgur.com/nTbePeV.jpg "Weather Station")

## Fetures

- Date and time
- Location(city)
- Nice animation
- Temperature
- Humidity
- Brightness level
- IP address
- Right buttom control the brightness
- Left button invert the colors

## How to start

1. Clone this repo to your local machine.
2. Create env.h file.
3. Copy everything from env_example.h to env.h file.
4. You need to fill up the env.h file with your own values.

|Name|Description|
|----|-----------|
|ssid|Name of the WiFi network|
|password|WiFi password|
|key|Open Weather API key|

### Credits

Here is the original [REPO](https://github.com/VolosR/TTGOWeatherStation).
265 changes: 0 additions & 265 deletions Weather.ino

This file was deleted.

Loading