Skip to main content

Download and Installation

To start coding, you must first install the latest version of the Pymakr extension via Visual Studio Code.
  • You can access the Visual Studio Code download links here.
  • From the page that opens, download and install the Visual Studio Code editor suitable for your operating system.
  • After the installation is complete, open Visual Studio Code, search for the “Pymakr” extension under the “Extensions” tab, and install it.
If you need assistance during the Visual Studio Code download and installation process, you can select your operating system from the list below to learn how to perform the installation step by step. You can access detailed information and documentation about the Pymakr extension via the links below. Pymakr Official Website Pymakr Documentation Page

Deneyap Kart MicroPython Binary File Upload Instructions

Download and install Python 3 from this link. After installation, use any Terminal (Command Line) tool to download and install the latest version of the esptool programming utility by running the following commands.
pip3 install esptool
Download the latest version of the Deneyap Kart MicroPython binary file from this link. Find the name of the Serial Port (PORT) to which the Deneyap Kart is connected. For this, you can check the Settings > Port section in the Arduino IDE. Before uploading the MicroPython binary file, the memory of the Deneyap Kart must be erased using the following command (replace PORT with the name you found in the previous step):
esptool --chip esp32 --port "PORT" erase_flash
After the memory erase process, upload the MicroPython binary file to the Deneyap Kart using 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 way)"
You can download the following file for sample applications.

USB Driver

If the drivers are not installed automatically when you connect the Deneyap Kart to your computer, you can download and install the appropriate driver for your operating system by selecting the “Downloads” section from this link.