micropython - How to Access a MicroPython Flashed Device
1) Preparing a Virtual Environment
Create a folder and name it as desired.
Let's create a virtual environment.
python3 -m venv temp-controller-venv
Creating a virtual environment.source temp-controller-venv/bin/activate.fish
Activating the virtual environment.We now need to install the tool ampy [https://github.com/scientifichackers/ampy]