Git Product home page Git Product logo

deneyapkart / deneyapkart-micropython-core Goto Github PK

View Code? Open in Web Editor NEW
8.0 4.0 2.0 71.98 MB

MicroPython Core for Deneyap DevKits

Home Page: https://docs.deneyapkart.org/

License: MIT License

C 95.68% C++ 0.18% Python 0.63% Makefile 0.29% CMake 0.11% Assembly 2.30% C# 0.01% Perl 0.04% Java 0.05% Visual Basic .NET 0.01% Shell 0.18% Lex 0.01% Yacc 0.01% HTML 0.23% Lua 0.01% Roff 0.07% TeX 0.10% CSS 0.01% Objective-C 0.06% M4 0.02%
iot ai electronics vscode-extension pymakr wifi edtech coding ble ov2640

deneyapkart-micropython-core's Introduction

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

deneyapkart-micropython-core's People

Contributors

ozgurbostan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

deneyapkart-micropython-core's Issues

Deneyap kart 1a v2 uyumsuzluğu

Donanım:

Kart : Deneyap Kart 1A v2
Kütüphane versiyonu : 1.0.0
IDE : thony
İşletim sistemi : Kubuntu 22.04

Hata tanımı:

Micropython core bin dosyası kullandığım kartı desteklemiyor.
Unexpected chip id in image. Expected 9 but value was 0. Is this image for a different chip model?

Sorun yaşamış olduğunuz en temel kod bloğu:

Hata ile karşılaşırken gerçekleştirdiğiniz adımları belirtin:

  1. Buton tuşuna basılı tutarken reset tuşuna basıyorum ve cihaz bin dosyası yüklemeye hazır hale geliyor.
  2. Thony uygulaması ile Port ve bin dosyasını seçip işleme başlatıyorum
  3. Eski yazılımı siliyor
  4. yeni yazılımı yazarken hata veriyor.
  5. --force parametresi ile konsoldan denediğimde yüklemeyi gerçekleştiriyor.
  6. Thony ile bağlandığımda thony ekran görüntüsünde gözüken hatayı veriyor.
  7. Reset butonuna batığımda bağlantı kesiliyor. tx led'i aralıksız yanıyor.

Beklenen çıktı:

Yüklemenin sorunsuz çalışması

Hata mesajı:

/home/sametatabasch/apps/thonny/bin/python3.10 -u -m esptool --port /dev/ttyACM0 write_flash --flash_mode keep --flash_size detect 0x1000 /home/sametatabasch/Downloads/deneyapkart_micropython_v1.0.0.bin
esptool.py v4.6.2
Serial port /dev/ttyACM0
Connecting...
Detecting chip type... ESP32-S3
Chip is ESP32-S3 (revision v0.1)
Features: WiFi, BLE
Crystal is 40MHz
MAC: f4:12:fa:df:3a:48
Uploading stub...
Running stub...
Stub running...
Configuring flash size...
Auto-detected Flash size: 4MB
Unexpected chip id in image. Expected 9 but value was 0. Is this image for a different chip model?

A fatal error occurred: /home/sametatabasch/Downloads/deneyapkart_micropython_v1.0.0.bin is not an ESP32-S3 image. Use --force to flash anyway.

Write command returned with error code 2

Ekran görüntüleri:

image

Ek kaynak:

Sorunuzu tanımlama için eklemek istediğiniz ek kaynakları burada paylaşın.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.