Skip to content

deneyapkart/deneyapkart-micropython-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deneyap Kart MicroPython Core

FOR TURKISH VERSION trflag

Deneyap Kart, designed and manufactured in Turkey, is a powerful development board with its strong MCU, robust design and flexible GPIOs. It allows the users in all levels (beginners to professionals) to create, design and develop projects in the fields of Electronics, Internet of Things (IoT) and Artificial Intelligence (AI).

For more information, please visit Deneyap Kart Technical Guide and Deneyap Kart Official Website.

Contents

Flashing Instructions

  • Install Python 3.
  • With Python 3 installed, open a Terminal window and install the latest stable esptool release with pip3:
    pip3 install esptool
  • Download latest Deneyap Kart MicroPython firmware.
  • Find the Serial Port Name (PORT). You may get port name via Arduino IDE from Tools > Port.
  • Before flashing the MicroPython firmware, Deneyap Kart flash memory needs to be erased with the following command (change the PORT name with the one obtained in the previous step):
    esptool --chip esp32 --port <PORT> erase_flash
  • With flash memory erased, flash the Deneyap Kart MicroPython firmware with the following command (change the PORT name and DIR based on your details):
    esptool --chip esp32 --port <PORT> --baud 460800 write_flash -z 0x1000 <DIR (Deneyap Kart MicroPython firmware path)>
  • For the example codes download this file.

Troubleshooting

To report any issue/bug/problem etc., please make sure you have searched the similar encountered problems first. After that, if you are sure no on else had the same issue, use the issue template while reporting.

Deneyap Kart Pinout

PinoutENG