Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lemariva/wipy2.0-weather
This project is about connecting a Wipy 2.0 with an Ublox NEO-6M/M8N GPS and a ST7735 display. The Wipy 2.0 gets the GPS coordinates, makes a get request to obtain weather information and displays this info on the LCD.
https://github.com/lemariva/wipy2.0-weather
display esp32 gps-library micropython weather-information wipy
Last synced: about 1 month ago
JSON representation
This project is about connecting a Wipy 2.0 with an Ublox NEO-6M/M8N GPS and a ST7735 display. The Wipy 2.0 gets the GPS coordinates, makes a get request to obtain weather information and displays this info on the LCD.
- Host: GitHub
- URL: https://github.com/lemariva/wipy2.0-weather
- Owner: lemariva
- License: apache-2.0
- Created: 2017-01-29T19:26:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-30T11:25:24.000Z (over 6 years ago)
- Last Synced: 2023-03-04T23:43:09.998Z (almost 2 years ago)
- Topics: display, esp32, gps-library, micropython, weather-information, wipy
- Language: Python
- Homepage: http://lemariva.com
- Size: 12.7 KB
- Stars: 8
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.sdx
Awesome Lists containing this project
README
Weather report box - WiPy 2.0, Ublox NEO-6M, ST7735 Display
------------------------------------------------
This project is about connecting a Wipy 2.0 with an Ublox NEO-6M GPS and a ST7735 display. The Wipy 2.0 gets the GPS coordinates, makes a get request to obtain weather information (using the Open Weather Map API) and displays this info on the LCD.Hardware
----------------
* Wipy 2.0
* Ublox NEO-6M or NEO-M8N
* ST7735 displayCheck the blog article for more information: http://lemariva.com/blog/2017/01/wipy-2-0-weather-report-box
Wiring
---------------| | | |
|:-----:|:-----:|:-----:|
|**Wipy 2.0**|**NEO-6M**|**ST7735**|
| `3.3v`| `VCC` | `VCC`|
| `GND` | `GND` | `GND`|
| `P3`(`G12`) | `RX` | |
| `P4`(`G11`) | `TX` | |
| `P6`(`G13`) | | `RES` |
| `P7`(`G14`) | | `RS/DC` |
| `P8`(`G15`) | | `CS` |
| `P10`(`G17`) | | `SCL` |
| `P11`(`G22`) | | `SDA` |Preview
--------------------
[![wipy2.0-Weather](https://img.youtube.com/vi/F7brePK7bYE/0.jpg)](https://www.youtube.com/watch?v=F7brePK7bYE)Changelog
-------------------
* Revision 0.1bMore Info:
-----------
* Blog article: http://lemariva.com/blog/2017/01/wipy-2-0-weather-report-boxCredits
--------------------
* GPS library forked from: https://github.com/inmcm/micropyGPS
* ST7735 library rewriten from: http://forum.43oh.com/topic/4352-universal-color-lcd-graphics-library-2/License:
---------------
* MIT, Apache 2.0 (check files)