Your Own Keycards

Teach in new NFC keycards yourself, as many as you like.

How it works

LibreScoot uses NFC keycards to unlock and lock the scooter. Hold a card to the reader on the dashboard, and the scooter unlocks. Any NFC card with a UID works.

With the stock firmware, keycards were hardcoded to the scooter and couldn't be changed by the user. With unu GmbH gone, there's no one to do it either. LibreScoot puts you in control:

  • Add any NFC card as a keycard
  • No limit on the number of keycards
  • Master keycards can teach in new cards without CLI access
  • Export and import keycard lists for backup

Managing keycards

Use the lsc CLI to manage your keycards:

lsc keycard list               # List all authorized keycards
lsc keycard add <uid>          # Add a keycard
lsc keycard remove <uid>       # Remove a keycard
lsc keycard add-master <uid>   # Add a master keycard
lsc keycard export cards.json  # Export for backup
lsc keycard import cards.json  # Import from backup

You can also teach in new keycards directly via a master keycard at the dashboard, without needing SSH access.