Skip to content

LieBtrau/attiny-rfid-tag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

attiny-rfid-tag

Original implementation

  • Memory usage: 580 bytes flash, 0 bytes RAM.
  • No possibility to choose which ID to send.
  • Runs on the 125KHz clock from the RFID-reader
  • Written in assembly.

This implementation:

  • Memory usage: 1634 bytes of flash and 0 bytes of RAM. The above program has been implemented actually three times. A C implementation where the 125KHz clock was used to clock the internal timer0 and the AVR ran on an internal 300KHz clock yielded disappointed reading range and performance.
  • Three buttons to choose which ID-code to send. More buttons could be added.

Info

RDM630

Clocks at 127KHz, one manchester halfbit takes 249-251us.

Hardware

View it on Circuitmaker

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published