esprfid / esp-rfid

ESP8266 RFID (RC522, PN532, Wiegand, RDM6300) Access Control system featuring WebSocket, JSON, NTP Client, Javascript, SPIFFS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where to find "generic.bin"?

BobbyPann opened this issue · comments

Hey everyone,

i tried to flash the code onto a NodeMCU. When I executed the flash.bat and chose option 1 nothing happend. So i looked into the flash.bat and found it is supposed to upload "generic.bin" via esptool.

The Problem: I can't find a generic.bin in the entire ZIP-folder.
Any ideas what i'm missing?

Thanks in advance.

You seem to have downloaded the source code. Please use the releases. See https://github.com/esprfid/esp-rfid#software
If it is the first time for you to flash esp-rfid, then please use the latest release of version 1 : https://github.com/esprfid/esp-rfid/releases/tag/1.0.2

Thanks a lot, it worked.