Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to use this library with micropython ESP32? #45

Open
Denizik12 opened this issue Dec 14, 2022 · 1 comment
Open

Is there a way to use this library with micropython ESP32? #45

Denizik12 opened this issue Dec 14, 2022 · 1 comment

Comments

@Denizik12
Copy link

I have downloaded the library included all the libraries that were needed, but stil it won't work. Now I get this error message that I can't fix. " ImportError: no module named 'pkg_resources' ". The reason I get this error is because the library isn't made for ESP32. In the board.py library I don't see the ESP32 in the list that is why I get that error message. Is there a way to make it work with a ESP32.

@tannewt
Copy link
Member

tannewt commented Dec 15, 2022

Generally Blinka is used to run CircuitPython libraries on MicroPython. There is a related guide for using Blinka in MP on the Pico.

CircuitPython now supports the ESP32 in 8.0.0 beta too. You could try that as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants