THONNY compiler can't import the library file of RFID

Thread Starter

Young2

Joined Dec 7, 2020
93
I am using LCD and ESP32 for my electronic lock project, my ESP32 is programmed with THONNY compiler, micropython language. But I found that the THONNY compiler can't import the library file of RFID. How can I solve this problem, please?
 

Papabravo

Joined Feb 24, 2006
21,227
I am using LCD and ESP32 for my electronic lock project, my ESP32 is programmed with THONNY compiler, micropython language. But I found that the THONNY compiler can't import the library file of RFID. How can I solve this problem, please?
Write your own compatible library.
 

Thread Starter

Young2

Joined Dec 7, 2020
93
I don't think I can write my own library files by myself.
Thanks for the reply, maybe there are other ways.
 

Papabravo

Joined Feb 24, 2006
21,227
I don't think I can write my own library files by myself.
Thanks for the reply, maybe there are other ways.
If you haven't tried to write a compatible library you really don't know the answer. To make forward progress you either no to try to make what you need or find somebody else who can write or has written a compatible library. I don't see any other choices.
 
Top