antonvh / PyHuskyLens

Clean Micropython implementation of the Huskylens protocol for UART and I2C
https://www.antonsmindstorms.com/tag/huskylens/
18 stars 3 forks source link

Problem of instalation #3

Closed ammarbendjama closed 1 year ago

ammarbendjama commented 1 year ago

When i run Library/SPIKEInstaller.py, I get the following error:

Traceback (most recent call last): File "LibrarySPIKEInstaller", line 1, in ImportError: no module named 'machine'

Can you help me to resolve this problem thanks.

antonvh commented 1 year ago

please use mpy-robot-tools installer script. Note that it doesn't work on SPIKE3 (yet). https://github.com/antonvh/mpy-robot-tools/blob/master/Installer/install_mpy_robot_tools.py

Be sure to set pyhuskylens to True in the config.

ammarbendjama commented 5 months ago

I have a problem with the procedure described on https://github.com/antonvh/PyHuskyLens/tree/master/Projects/ESP32%20Pupremote%20Huskylens. An error message is displayed : File "pupremote.py", line 349, in call ValueError: Value out of range for int8. How can I solve this problem? Thank you.