https://github.com/manio/cesspool
JSN-SR04T ultrasonic sensor cesspool level monitoring with ESP32 and Rust
https://github.com/manio/cesspool
embassy esp32 jsn-sr04t rust-esp
Last synced: about 2 months ago
JSON representation
JSN-SR04T ultrasonic sensor cesspool level monitoring with ESP32 and Rust
- Host: GitHub
- URL: https://github.com/manio/cesspool
- Owner: manio
- License: apache-2.0
- Created: 2024-12-05T16:38:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-05T17:27:00.000Z (over 1 year ago)
- Last Synced: 2025-04-02T01:32:18.093Z (about 1 year ago)
- Topics: embassy, esp32, jsn-sr04t, rust-esp
- Language: Rust
- Homepage: https://skyboo.net/2024/02/monitoring-cesspool-level-using-esp32-and-jsn-sr04t-ultrasonic-sensor/
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# 🛢️ cesspool
## About
This is a repository with source code needed for building ESP32 firmware for my cesspool level monitoring project:
https://skyboo.net/2024/02/monitoring-cesspool-level-using-esp32-and-jsn-sr04t-ultrasonic-sensor/
## Projects which was inspiration/helpful for me
- https://github.com/bjoernQ/esp32-rust-nostd-temperature-logger
- https://github.com/apollolabsdev/ESP32C3
- https://github.com/etiennetremel/esp32-home-sensor
- https://nereux.blog/posts/esp32-ws2812-dino-light-2/