You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: