Skip to main content

New answers tagged

0 votes
Accepted

problem with scripts in Arduino Lab for MicroPython

It turns out that there was an incompatibility between MacOS and version 1.26.0 of the Arduino Nano ESP32 firmware. I reverted to v1.25.0, and now everything works.
ehalstea's user avatar
0 votes

problem with scripts in Arduino Lab for MicroPython

Upload the file manually with mpremote or ampy Install mpremote: pip install mpremote Upload your script: mpremote connect /dev/ttyUSB0 fs put yourscript.py mpremote connect /dev/ttyUSB0 run ...
user31256271's user avatar

Top 50 recent answers are included