From 39d23ae17be09bc2643cf8d2628503bd6aa8b736 Mon Sep 17 00:00:00 2001 From: Martin Chlebovec Date: Sun, 3 Nov 2024 02:47:27 +0100 Subject: [PATCH] Update index.html --- docs/index.html | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/docs/index.html b/docs/index.html index 090b87e..1c18bfd 100644 --- a/docs/index.html +++ b/docs/index.html @@ -295,21 +295,26 @@
Other components:
  • Standoff Spacer Screws, 10 mm base + 6 mm M3 thread (plastic / brass) / threaded rod can be used (if unit mounted on the wall)
  • Custom 3D printed enclosure 124 x 123 x 46 mm
  • 25 mm Tie-down belt / strap
  • -
  • Phillips screwdriver Ø 3 mm (to be able to set contrast through the 3D printed PLA enclosure ingame)
  • -
    +
  • Phillips screwdriver Ø 3 mm (to be able to set contrast through the 3D printed PLA enclosure ingame)
  • +
    -

    AT commands set

    +

    AT commands set (comming soon)


  • AT (Check UART communication, baudrate 9600 8N1)
  • +
  • AT+RST (Restart the unit)
  • AT+CMD (Get all supported commands in the firmware)
  • AT+BUZZER=1 or AT+BUZZER=0 (Enable or Disable buzzer)
  • -
  • AT+BUZZERFREQ=2000 (Set buzzer frequency to 2000 Hz)
  • -
  • AT+GAMEMODE=0 (Set game mode DOMINATION, COUNTDOWN)
  • -
  • AT+MAXTIME=1 (Set maximum playtime per team)
  • +
  • AT+BUZZER=? (Get actual buzzer state)
  • +
  • AT+FREQ=2000 (Set buzzer frequency to 2000 Hz)
  • +
  • AT+FREQ=? (Get actual buzzer frequency in Hz)
  • +
  • AT+GAMEMODE=0 or AT+GAMEMODE=1 (Set game mode DOMINATION, COUNTDOWN)
  • +
  • AT+GAMEMODE=? (Get the actual game mode)
  • +
  • AT+MAXTIME=1 (Set maximum playtime per team, 0 means unlimited)
  • AT+TEST (Check all peripherals: RFID, LEDs, buzzer)
  • AT+INFO (Get info about current firmware, UIDs)
  • +
  • AT+FACTORY (Revert firmware to the factory state)
  • ...