No description
  • C 85.1%
  • TypeScript 13.7%
  • JavaScript 0.4%
  • Python 0.3%
  • CMake 0.3%
  • Other 0.1%
Find a file
Stefan Maier b8cbe13b9c
All checks were successful
docs / scan_and_build (push) Successful in 25s
use radio profile, ui and docs update
2026-05-13 10:57:04 +02:00
.devcontainer add project stub 2026-04-01 09:47:40 +02:00
.forgejo/workflows use lfs for data checkout 2026-04-17 15:45:03 +02:00
.vscode ... 2026-04-01 13:42:04 +02:00
components/nanopb update sending modes 2026-04-13 15:39:29 +02:00
docs use radio profile, ui and docs update 2026-05-13 10:57:04 +02:00
frontend use radio profile, ui and docs update 2026-05-13 10:57:04 +02:00
main use radio profile, ui and docs update 2026-05-13 10:57:04 +02:00
.gitattributes update gitattributes 2026-04-17 15:58:35 +02:00
.gitignore remove cursor rule 2026-04-17 14:05:31 +02:00
.prettierrc.json dev docs update 2026-04-14 14:01:29 +02:00
.python-version update python base 2026-04-13 15:34:17 +02:00
CMakeLists.txt ... 2026-04-13 13:05:57 +02:00
dependencies.lock Squashed commit of the following: 2026-05-11 11:40:05 +02:00
implememtation_plan.md tmp save 2026-04-04 20:55:16 +02:00
LICENSE.md Squashed commit of the following: 2026-05-11 11:40:05 +02:00
measurement_plan.md LoRa CAD + GFSK LBT, full/delta telemetry, winch LUT, 2 Hz TX 2026-05-04 10:54:46 +02:00
partitions.csv add ssl 2026-04-15 11:51:04 +02:00
pyproject.toml add mdns 2026-04-13 15:53:26 +02:00
radio_optimize.md LoRa CAD + GFSK LBT, full/delta telemetry, winch LUT, 2 Hz TX 2026-05-04 10:54:46 +02:00
README.md update docs site 2026-04-17 14:33:58 +02:00
sdkconfig.defaults use radio profile, ui and docs update 2026-05-13 10:57:04 +02:00
uv.lock add mdns 2026-04-13 15:53:26 +02:00
zeroconf_scanner.py add mdns 2026-04-13 15:53:26 +02:00

OWTS (Open Winch Telemetry System)

OWTS is an on-device telemetry system that transmits an aircrafts indicated airspeed (IAS) from the aircraft to the winch station with low latency during winch launch.

OWTS is currently a proof of concept and not recommended for operational use.

Documentation

Repository layout (high level)

  • main/: ESP-IDF firmware (HTTP server + REST API + radio + sensors)
  • frontend/: Web UI (built into the firmware and served by the device)
  • docs/: Documentation sources (developer + user docs)

License

GPL-3.0. See LICENSE.md.