More details can be found in the following articles:
- MicroPython on ESP32: sending data to Google Sheets
- Weather station based on ESP32 and MicroPython (technical details and full instructions)
Weather station based on ESP32 and MicroPython which sends data to a Google sheet.
To make the experience fit your profile, pick a username and tell us what interests you.
We found and based on your interests.
More details can be found in the following articles:
ESP32_weather_station_1_2_0_schem.pngCircuit for 1.2.0Portable Network Graphics (PNG) - 99.62 kB - 01/02/2021 at 12:37 |
|
|
Released 1..2.0
See https://github.com/artem-smotrakov/esp32-weather-google-sheets/releases/tag/1.2.0
Published an article which contains technical details and instructions.
Published a post about sending data to Google Sheets with MicroPython and ESP32.
The code is now available on GitHub:
https://github.com/artem-smotrakov/esp32-weather-google-sheets
README contains a brief description how the device can be built.
Create an account to leave a comment. Already have an account? Log In.
Become a member to follow this project and never miss any updates
Hi, This is a great project. I have used to connect different sensors and is still uploading sensor data. I was trying to read the data from specific cell from the google sheet. So added another function to sheet.py, but it does not work. Can you please help me to add a function to read data from the google sheet?