08-11-2021, 07:22 AM
I installed nrfconnect on my work android phone to see if that would allow me to upload the micropython.zip file to the phone, but nrfconnect just kept crashing.
I searched more on the internet and found in the wasp-os installation guide a section on using tools directly on Linux.
Namely;
The dfu.py script is in the tools/ota-dfu directory.
Success!
Now, off to explore wasp-os
I searched more on the internet and found in the wasp-os installation guide a section on using tools directly on Linux.
Namely;
Code:
python3 dfu.py -z micropython.zip -a A0:B1:C2:D3:E3:F5 --legacy
Success!
Now, off to explore wasp-os