An open API service indexing awesome lists of open source software.

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.

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)