https://github.com/pulse-loop/firmware
pulse.loop firmware repository, written in Rust.
https://github.com/pulse-loop/firmware
ble esp32 wearable
Last synced: about 1 month ago
JSON representation
pulse.loop firmware repository, written in Rust.
- Host: GitHub
- URL: https://github.com/pulse-loop/firmware
- Owner: pulse-loop
- Created: 2022-04-03T10:00:01.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-05-17T11:54:26.000Z (over 2 years ago)
- Last Synced: 2023-05-17T12:28:46.547Z (over 2 years ago)
- Topics: ble, esp32, wearable
- Language: Rust
- Size: 307 KB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pulse.loop
An open-source pulse oximeter built with an ESP32C3.
## Bluetooth interface
This device uses Bluetooth Low Energy to communicate with the client application.
You can learn more about the protocol in [the Bluetooth section](docs/bluetooth/index.md).