How to upload files to the Vobot Mini Dock Tiny through the development kit
-
The Vobot Mini Dock Tiny has a built-in file system, which can be easily understood as a Python file that runs after power-on. This file can be read and written very conveniently by Thonny.
-
Connect the device to your computer through a data cable.
-
Select ESP32 port.(Please complete the following steps within 90 seconds, otherwise you will need to reconnect and power on to successfully upload the app)
-
Click on View >>> Files
-
You will see a real-time file browsing window of the local and development boards on the left-hand side and enter apps folder.
-
In the local file(photo_album as example), right-click >>> Upload to / apps to send the relevant files to the plugins folder of the development board, or send the files from the development board to the local device.
-
Through the drop-down list, you can view the storage space of the MicroPython device and query all the Flash space and the remaining space of the development board.
-
Press "Ctrl+D" on the computer keyboard to continue running the program.