📄️ CanMV K230 IDE installation
CanMV has its own official IDE. It should be noted that K210 and K230 use different IDEs for development. The CanMV K230 IDE installation package is located at 01Studio MicroPython Develop Kits (Base on CanMV K230) Resources\01-Tools\01-Windows\CanMV IDE K230 IDE folder:
📄️ Image burning and Power on
Image burning
📄️ The first Demo test
We use CanMV K230 IDE to conduct our first experiment to get familiar with the development environment. Insert the SD card with image and connect the CanMV K230 development board to the computer via a type-c cable.
📄️ REPL(Read-Eval-Print Loop)
REPL is a feature unique to MicroPython. Since most IDEs have integrated serial terminal information printing, this feature is generally not needed.
📄️ File System
The CanMV K230 system has a built-in file system. The CanMV drive letter that appears on Computer after powering on is it.
📄️ Run code offline
Running the function code directly in the IDE is saved in the RAM (memory) of the development board, which is convenient for debugging, but it is lost after power failure. So how can we run our code when the development board is powered on? The method is as follows: