asetyde / EM4095

EM4095 porting for ESP32-arduino

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EM4095 RFID CHIP to ESP32 porting library from RFIDino and Crypter ESP8266 library

You can use it with esp32 library for arduino, also use for other boards.

Unique change paramter is timeout

'#define TIMEOUT 7000 //standard timeout for manchester decode'

change this parameter to adpt at your board clock : 1000 for arduino mega devices (16mhz) about 7000 for esp32 and similar (80mhz) 10000 for 160mhz (%)

All code work directly without special library request.

Enjoy it Alex

About

EM4095 porting for ESP32-arduino

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%