Skip to content

⏳ RFID time tracking with Toggl and Chrome via Serial API. For fun.

License

Notifications You must be signed in to change notification settings

rybarix/rfid-timelog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino board with RFID reader

RFID time tracking with Toggl and Chrome via Serial API

Summary: Starting and stopping Toggl timer with RFID tag using Serial API and Arduino.

Setup

Required hardware

  • Arduino UNO or similar
  • RFID-RC522,
  • 7 jumper cables
  • RFID card/tag

Required software

  • Arduino IDE
  • Chrome browser

HW and Code

Arduino logic is in the file /rfid.ino. Compile and upload the rfid.ino to an Arduino board.

Change REGISTERED_CARD to recognize your card. Check this if you don't know the ID.

Pin Connect to an Arduino
VCC 13
RST 12
GND 4
IRQ NOT_CONNECTED
MISO 10
MOSI 9
SCK 8
SDA 7

Change variables in serial.html to your configuration.

const WORSPACE_ID = -1
const API_KEY = '<API_KEY>'

About

⏳ RFID time tracking with Toggl and Chrome via Serial API. For fun.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published