https://github.com/dbrgn/sensilo-v2
Sensilo v2: A generic WiFi sensor node based on the ESP32-C3. Firmware written in Rust.
https://github.com/dbrgn/sensilo-v2
Last synced: 9 months ago
JSON representation
Sensilo v2: A generic WiFi sensor node based on the ESP32-C3. Firmware written in Rust.
- Host: GitHub
- URL: https://github.com/dbrgn/sensilo-v2
- Owner: dbrgn
- Created: 2022-12-29T18:40:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-27T07:49:55.000Z (over 2 years ago)
- Last Synced: 2025-09-13T06:17:18.414Z (10 months ago)
- Language: Rust
- Size: 50.6 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sensilo v2
[![Build status][workflow-badge]][workflow]
A generic WiFi sensor node based on the ESP-C3. Firmware written in Rust with
[esp-idf-hal](https://github.com/esp-rs/esp-idf-hal).
## History
This is a continuation of the previous [sensilo
project](https://github.com/dbrgn/sensilo), which used an nRF52832 based BLE
board. The idea did work, but the module did not have sufficient transmit power
to cover multiple rooms with a single BLE gateway.
With version 2, I'm trying to rely on WiFi instead. This will probably rule out
the low-power variant with the battery, but on the other hand it simplifies the
system a lot.
## Project Name
"Sensilo" is the [Esperanto word for
"sensor"](https://en.bab.la/dictionary/esperanto-english/sensilo).
## Components
- [Firmware](./firmware/)
- [Hardware](./hardware/)
## License
This project is open source, both software and hardware. Look at the component
directories for more details.
[workflow]: https://github.com/dbrgn/sensilo-v2/actions?query=workflow%3ACI
[workflow-badge]: https://img.shields.io/github/actions/workflow/status/dbrgn/sensilo-v2/ci.yml?branch=main