PC_WSL ee4726d5a2 rewrited buzzer for 2,5kHz Buzzer and use PWM
icreased SPI frequency to 3.8MHz
2025-05-08 15:58:47 +02:00
2025-04-16 16:10:42 +02:00
2025-04-22 12:05:12 +02:00
2025-04-16 16:10:42 +02:00
2025-05-05 12:42:51 +02:00
2025-05-05 15:25:34 +02:00
2025-05-08 15:57:15 +02:00

fw-anwesenheit

Setup

In order to use the LED we need to enable the SPI interface on the Rpi. You can enable it by running sudo raspi-config, or by manually adding dtparam=spi=on to /boot/firmware/config.txt. Enable PWM -> add dtoverlay=pwm to /boot/config.txt

Config

Environment variables:

  • PM3_BIN: Path to the pm3 binary. Seach in path if not set. Can also be set to the pm3_mock.sh for testing.
  • LOG_LEVEL: Can be set to either "debug","warn","error","trace" or "info". Defaults to "warn" in production.
  • HTTP_PORT: What port to listen on. Defaults to 80.
Description
Track attendance with RFID tags on dedicated hardware.
Readme 3.3 MiB
Languages
Rust 73.5%
Svelte 21.2%
TypeScript 2.9%
HTML 1.7%
JavaScript 0.6%