802 B
802 B
RFID_Attendance_Logger
Status: NOT SUPPORTED by Velxio
This project cannot be emulated end-to-end inside Velxio in its current form. The source code has been copied into source/ for reference, but no live test is wired up.
Detected configuration
- Board:
esp8266 - Features: wifi, rfid, ota
- Source files: 2
Blockers
esp8266— ESP8266 has no QEMU/firmware path in Velxio.
What would be needed to support this in Velxio
- Add an ESP8266 backend: either a QEMU build that can run Tensilica L106 cores, or a soft-CPU emulator like
esp8266siminvoked fromapp.services.esp32_qemu_managerwith a newkind="esp8266"branch. Also requires MicroPython firmware for ESP8266 inpublic/firmware/.
Files copied
source/main.pysource/mfrc522.py