Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thingpulse/esp8266-weather-station-color
ESP8266 Weather Station in Color using ILI9341 TFT 240x320 display
https://github.com/thingpulse/esp8266-weather-station-color
esp8266 tft-display thingpulse weather-station weather-underground
Last synced: about 1 month ago
JSON representation
ESP8266 Weather Station in Color using ILI9341 TFT 240x320 display
- Host: GitHub
- URL: https://github.com/thingpulse/esp8266-weather-station-color
- Owner: ThingPulse
- License: mit
- Created: 2016-10-16T18:35:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-28T03:21:27.000Z (4 months ago)
- Last Synced: 2024-10-10T15:03:27.693Z (about 1 month ago)
- Topics: esp8266, tft-display, thingpulse, weather-station, weather-underground
- Language: C
- Homepage: https://thingpulse.com/product/esp8266-wifi-color-display-kit-2-4/
- Size: 1010 KB
- Stars: 568
- Watchers: 65
- Forks: 222
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# ThingPulse ESP8266 Weather Station Color
[![ThingPulse logo](https://thingpulse.com/assets/ThingPulse-w300.svg)](https://thingpulse.com)
ESP8266 Weather Station Color using ILI9341 240x320 TFT display
## Hardware Requirements
The code in this project supports an ILI9341 240x320 TFT display with code running on an ESP8266. To get you up and running in no time we created a kit which contains all the necessary parts including a custom PCB to connect display and WiFi chip:
[https://thingpulse.com/product/esp8266-wifi-color-display-kit-2-4/](https://thingpulse.com/product/esp8266-wifi-color-display-kit-2-4/)Buy the kit from us to support future development of this application. Thank you!
[![ThingPulse ESP8266 Color Display Kit](resources/ESP8266ColorDisplayKit.jpg)](https://thingpulse.com/product/esp8266-wifi-color-display-kit-2-4/)
## Service level promise
This is a ThingPulse prime project. See our open-source commitment declaration for what this means.## Step-by-step tutorial
A complete step-by-step tutorial/guide is available at [https://docs.thingpulse.com/guides/wifi-color-display-kit/](https://docs.thingpulse.com/guides/wifi-color-display-kit/).
## Licensing, contributions and maintenance
The code in this repository is licensed under [MIT](https://en.wikipedia.org/wiki/MIT_License), a short and simple permissive license with conditions only requiring preservation of copyright and license notices. Thus, you're free to fork the project and use the code for your own projects as long as you keep the copyright notices in place.
ThingPulse is committed to open-source development and will continue to maintain this code. We welcome contributions from the community given they are roughly in line with our [guidelines](CONTRIBUTING.md). However, please understand that we primarily developed this application to be run on our own hardware kit mentioned above. It's the only platform we regularly test the code against. You are of course free to run the code on any hardware you think is compatible but you have to rely on community support should you run into problems.
ThingPulse runs a support forum for its customers that is better suited to answering user questions than the issues list here.
## Wiring
The [wiring diagram](https://docs.thingpulse.com/specs/wifi-color-display-kit/#wiring) is only needed when you do _not_ buy the self-contained kit from ThingPulse but rather assemble the components yourself. The kit provides a custom PCB that solidly connects microcontroller and display.
## Operation
See ["Operation" in the official documentation](https://docs.thingpulse.com/guides/wifi-color-display-kit/#operation).