Can't erase Analog Meter demo from Wio Terminal

Hello,
I just received my Wio terminal, and I installed Ardupy as described. I decided to copy the analog meter code sample onto it just to try it. The code runs, but now I can no longer access the Ardupy drive on my Mac. The drive is accessible for a moment before the demo loads on the Wio, but after that time it just freezes.

I have reloaded the original UF2 containing the game, and that works fine. However, when I reinstall the Ardupy UF2, the panel demo comes back.

Is there a UF2 that will blank the Ardupy memory and not bring back the panel demo?

You can try the following:

aip shell

this enters the shell based terminal

then run:

ls

and use the following to remove the boot.py/main.py:

rm boot.py

Have the same problem (ardupy with meter example)
Unfortunatelly AIP isn’t working in the moment, see thread " AIP on Mac cannot import name reporting _download_http_url "

Just got the solution: see AIP on Mac cannot import name reporting _download_http_url
Run this in the Arduino environment, switch back to the ArduPy environment and only the original empty main.py apears.

1 Like

thanks for posting the alternative solution!