Lasertag-System für Erik
  • C 40.5%
  • Dart 20.4%
  • Python 13.3%
  • C++ 11%
  • CMake 10.8%
  • Other 3.8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-02-18 14:37:32 +01:00
.gitea/workflows Actionmtest 2026-01-04 12:47:04 +01:00
doc Removed HTML Provisioning page 2026-01-12 10:09:47 +01:00
firmware Sync while working on OT 2026-02-18 14:37:32 +01:00
hardware Added led board 2026-01-13 16:24:10 +01:00
software/app Sync 2026-01-13 16:46:12 +01:00
.gitignore Konzepte angepasst und erweitert 2026-01-03 11:20:42 +01:00
lasertag.code-workspace Added IR Lib, samples and specification 2026-01-04 20:53:39 +01:00
LICENSE Lizenz nachgeführt 2026-01-04 13:11:50 +01:00
README.md Hyperlinks eingefügt 2026-01-04 13:16:11 +01:00

Lasertag (nRF + Thread)

DIY-Lasertag-System auf Basis von nRF52840, Thread und BLE. Enthält Firmware (Zephyr), Hardware-Designs und die begleitende Dokumentation.

Dokumentation

  • Live: home.iten.pro/lasertag
  • Quellen: doc/ (MkDocs mit Material-Theme)
  • Schnelleinstieg: Konzept, Gameplay, Planung unter doc/docs/

Repo-Überblick

  • firmware/ Zephyr-Anwendungen (Leader, Weapon) und gemeinsame Libraries
  • hardware/ KiCad-Designs und Skizzen
  • doc/ MkDocs-Projekt für die Doku (build/serve über mkdocs)
  • software/ Provisioning-Frontend und Tools

Lokale Doku bauen

cd doc
mkdocs serve  # oder: mkdocs build

Lizenz

CC BY-NC-SA 4.0 siehe LICENSE für den vollständigen Text.