Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leonardocavagnis/iotweatherstation_xiaoesp32c3
Monitoring the environmental data using Seeed Studio XIAO ESP32C3, Arduino, and MQTT
https://github.com/leonardocavagnis/iotweatherstation_xiaoesp32c3
arduino iot mqtt seeedstudio
Last synced: about 24 hours ago
JSON representation
Monitoring the environmental data using Seeed Studio XIAO ESP32C3, Arduino, and MQTT
- Host: GitHub
- URL: https://github.com/leonardocavagnis/iotweatherstation_xiaoesp32c3
- Owner: leonardocavagnis
- Created: 2023-02-07T15:13:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-12T15:27:47.000Z (almost 2 years ago)
- Last Synced: 2024-11-27T13:42:37.659Z (2 months ago)
- Topics: arduino, iot, mqtt, seeedstudio
- Language: C++
- Homepage: https://leonardocavagnis.medium.com/iot-weather-station-with-seeed-studio-cb8aa40fad9
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IoT weather station with Seeed Studio XIAO ESP32C3
## About The Project
The IoT weather station has a firmware application written with Arduino IDE that allows communication with an MQTT server over Wi-Fi.
It sends temperature and humidity readings from the sensor to the server and allows remote viewing of the data through a web platform or OLED display.
The station includes a buzzer for error signals and a button for switching display screens, showing information such as time, date, temperature, humidity, Wi-Fi
and MQTT connection status and the connected Wi-Fi network and MQTT server.Tutorial: https://leonardocavagnis.medium.com/iot-weather-station-with-seeed-studio-cb8aa40fad9
## Setup
Things used in this project### Hardware
* [Seeed Studio XIAO ESP32C3](https://www.seeedstudio.com/Seeed-XIAO-ESP32C3-p-5431.html?queryID=4bdc198e9f60d8cadd2a67c925720578&objectID=5431&indexName=bazaar_retailer_products)
* [Seeed Studio XIAO Expansion Base](https://www.seeedstudio.com/Seeeduino-XIAO-Expansion-board-p-4746.html?queryID=63a3f608ec33c92f81efac541fb48aa8&objectID=4746&indexName=bazaar_retailer_products)
* [Seeed Studio Grove — Temperature & Humidity Sensor V2.0](https://www.seeedstudio.com/Grove-Temperature-Humidity-Sensor-V2-0-DHT20-p-4967.html?queryID=f3df0dc168ba7f8af5d390602e6e595f&objectID=4967&indexName=bazaar_retailer_products)### Software
* [Arduino IDE](https://www.arduino.cc/en/software)## Contact
Leonardo Cavagnis - [Medium page](https://leonardocavagnis.medium.com/)