EM4100_Cloner
EM4100 RFID Cloner Kit
File Explorer
Download Latest Version (.zip)- EM4100_Cloner_io.asm
- EM4100_Cloner_io.inc
- EM4100_Cloner_misc.asm
- EM4100_Cloner_misc.inc
- EM4100_Cloner_rf.asm
- EM4100_Cloner_rf.inc
- RFID_Emulator_rs232.asm
- RFID_Emulator_rs232.inc
- EM4100_cloner-revB-bot.pdf
- EM4100_cloner-revB-sch.pdf
- EM4100_cloner-revB-top.pdf
- Instructions.doc
- Instructions.pdf
- kitlabels.doc
- readerstation-sch.pdf
- .gitignore
- eagle.epf
- EM4100_cloner-revB.brd
- EM4100_cloner-revB.cmp
- EM4100_cloner-revB.drd
- EM4100_cloner-revB.dri
- EM4100_cloner-revB.gpi
- EM4100_cloner-revB.plc
- EM4100_cloner-revB.pls
- EM4100_cloner-revB.sch
- EM4100_cloner-revB.sol
- EM4100_cloner-revB.stc
- EM4100_cloner-revB.sts
- EM4100_Cloner.gvp
- gerb274x.cam
- readerstation.sch
- RIFD.dru
- configurations.xml
- private.properties
- private.xml
- configurations.xml
- Package-default.bash
- project.properties
- project.xml
- .gitignore
- Makefile
- EM4100_Cloner.asm
- EM4100_Cloner.hex
- EM4100_Cloner.inc
- EM4100_Cloner_multimap.asm
- EM4100_Cloner_multimap.inc
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/kbembedded/EM4100_Cloner
Downloads the entire project code from GitHub to your computer.
cd EM4100_Cloner
Moves into the project folder you just downloaded.
2. Make
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
cd EM4100_Cloner.X
This project's files live in a subfolder, so move into it first.
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
