https://github.com/hayeskg/toit_node
Toit-based weather station IoT node, publishing over MQTT, running on ESP32 hardware.
https://github.com/hayeskg/toit_node
esp32 iot mqtt toit
Last synced: over 1 year ago
JSON representation
Toit-based weather station IoT node, publishing over MQTT, running on ESP32 hardware.
- Host: GitHub
- URL: https://github.com/hayeskg/toit_node
- Owner: hayeskg
- Created: 2021-12-23T12:39:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-23T14:35:13.000Z (over 4 years ago)
- Last Synced: 2024-10-23T20:12:16.105Z (over 1 year ago)
- Topics: esp32, iot, mqtt, toit
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# toit_node
This is a simple weather station IoT node based on the [Bosch BME280 sensor](https://www.bosch-sensortec.com/products/environmental-sensors/humidity-sensors-bme280/), publishing via [MQTT](https://mqtt.org/).
This example is an implementation of the [Toit](https://toit.io/) langugage - a way to manage containers on [ESP32 hardware](https://www.espressif.com/en/products/socs/esp32).
## Installation
To get setup with Toit, follow their [simple guide](https://docs.toit.io/getstarted/installation).
Clone this repo and sign into Toit.
## Setup
### Provision new hardware
```bash
toit serial provision -p wifi.ssid="MY_SSID" -p wifi.password="my_password"
```
### Deploy
```bash
toit deploy weather_station.yaml
```
# Contact
For support on this project or just to say hi, get in touch via:
- [listt.io](https://listt.io/)
- [Kristof Hayes](https://www.kristofhayes.me/)