https://github.com/tiacsys/hecate-sensor
https://github.com/tiacsys/hecate-sensor
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tiacsys/hecate-sensor
- Owner: tiacsys
- Created: 2024-04-18T09:07:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T12:41:44.000Z (about 2 years ago)
- Last Synced: 2025-01-22T09:33:22.627Z (over 1 year ago)
- Language: Rust
- Size: 28.3 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hecate Sensor
This repository contains firmware for an ESP32 based sensor unit, which sends
data to a hecate server via websocket connection.
## Building and Flashing
To build this firmware, some esp-rs infrastructure, such as rustc targets, must
be installed. The easiest way to do this is by using `espup`:
```
cargo install espup
espup install
```
With the esp-rs infrastructure in place, you can connect a sensor unit and run
`cargo run` to build and flash the firmware, and open a serial connection to the
unit showing log output.