https://github.com/codeadamca/esp32-openweathermap-api
A basic API call to the Open Weather Map using an ESP32 microcontroller.
https://github.com/codeadamca/esp32-openweathermap-api
esp32 micropython openweathermap python
Last synced: 9 months ago
JSON representation
A basic API call to the Open Weather Map using an ESP32 microcontroller.
- Host: GitHub
- URL: https://github.com/codeadamca/esp32-openweathermap-api
- Owner: codeadamca
- Created: 2022-07-18T00:46:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-26T22:24:29.000Z (11 months ago)
- Last Synced: 2025-01-26T23:21:13.747Z (11 months ago)
- Topics: esp32, micropython, openweathermap, python
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ESP32 and the Open Weather Map API
A basic API call to the Open Weather Map using an ESP32 microcontroller.
At this point this code simply makes an API call and outputs a single value from the received JSON. However, this could easily be integrated with some sort of display or lights based on temperature data.
***
## Repo Resources
* [Visual Studio Code](https://code.visualstudio.com/)
* [LMS ESP32](https://antonsmindstorms.com/product/wifi-python-esp32-board-for-mindstorms/)
* [Open Weather Map](https://openweathermap.org/api)