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

no module named ubeacon.lintech #1

Open
sriram-rs opened this issue May 8, 2024 · 1 comment
Open

no module named ubeacon.lintech #1

sriram-rs opened this issue May 8, 2024 · 1 comment

Comments

@sriram-rs
Copy link

After using mpremote to install ubeacon on my esp32, I am trying to run the scan_async.py example on the board. When the module is imported, I am getting this peculiar error.

I can check the filesystem contents (/lib/ubeacon/') directory contents with uos.listdir('/lib/ubeacon') command and can see the source files.

Installation was also successful.

Any help would be greatly appreciated

@rroemhild
Copy link
Owner

Hi @sriram-rs, I can not reproduce your issue. Have you installed aioble as well as ubeacon?

mpremote install aioble

You can of course simply remove the code for the lintech beacons from scan_async.py. Just remove the lines 7, 16 and 46-47. But I think there is a general import/filesystem issue and then there will be an import error for the ibeacon module.

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