To start coding, you must first install the latest Pymakr plugin via Visual Studio Code.
Here you can access Visual Studio Code download links.
From the page that opens, you can download and install the Visual Studio Code coding editor suitable for your operating system.
After the installation is completed, open Visual Studio Code, search for the "Pymakr" plug-in from the "Extensions" tab and install it.
If you need support during the Visual Studio Code download and installation process, you can select your operating system from the list below and learn how to install step by step.
You can access detailed information and documentation page about the Pymakr plugin from the links below.
Download and install Python 3 from here.
After installation, download and install the latest version esptool programming tool using the following commands via any Terminal (Command Line).
pip3 install esptool
Download the latest version of Deneyap Kart MicroPython binary.
Find the Serial Port Name (PORT) to which Deneyap Kart is connected. For this process, you can check the Settings > Port tab in the Arduino IDE.
Before loading the MicroPython binary file, the memory of Deneyap Kart must be cleared with the following command (replace the name PORT with the name you find in the line above):
esptool --chip esp32 --port "PORT" erase_flash
After memory deletion, install the MicroPython binary file on the Deneyap Kart with the following command (replace PORT and DIR with the relevant information):
esptool --chip esp32 --port "PORT" --baud 460800 write_flash -z 0x1000 "DIR (Deneyap Kart MicroPython binary file path)"
You can download the file below for sample applications.
If the drivers are not installed automatically when you connect the Deneyap Kart to the computer, you can download and install the driver suitable for your operating system by selecting the "Downloads" heading from this address link.