Getting Started with MicroPython and Thonny

Поделиться
HTML-код
  • Опубликовано: 26 окт 2024

Комментарии • 22

  • @mohamedfarid7499
    @mohamedfarid7499 2 года назад

    your channel is best in micropython for esp8266 thanks a lot

  • @animegamerzone-
    @animegamerzone- 2 года назад

    yes! this looks good

  • @DeferedRune
    @DeferedRune 6 месяцев назад +1

    Dont turn on the subtitles at the start

  • @saniyadeshmukh6704
    @saniyadeshmukh6704 11 месяцев назад

    I'm getting the below error. Ctrl+C didn't work. restarting also didn't work. Can you tell about the bootloader mode specific for esp32 Cam module and mention names of Buttons to use for boot process.
    Device is busy or does not respond. Your options:
    - wait until it completes current work;
    - use Ctrl+C to interrupt current work;
    - reset the device and try again;
    - check connection properties;
    - make sure the device has suitable MicroPython / CircuitPython / firmware;
    - make sure the device is not in bootloader mode.

  • @samkumarg4704
    @samkumarg4704 4 года назад +1

    Thanks for the video. Nice video

  • @sachinnair1613
    @sachinnair1613 11 месяцев назад

    Is there a way to upload a whole folder to the ESP? I like to keep it organized in folders when I upload to github, and I'm just wondering if there's a way to upload a folder so it still recognizes all the code inside

  • @carriecorreaArtist
    @carriecorreaArtist 2 года назад

    Thank you

  • @empirico8092
    @empirico8092 3 года назад

    Good video friend, but pythom tells me that the machine module is not installed, how do I install it?

  • @arthur.rubi9
    @arthur.rubi9 3 года назад

    Hey, everytime I unplug ESP32, thonny didn't start with the "micropython" dialog, is it normal? what should I do?

    • @metalmancytech
      @metalmancytech  3 года назад

      The only thing I can think of is pressing the "Stop" button. Otherwise, try reinstalling the firmware on the ESP32. Let me know more details if that doesn't work.

  • @bennguyen1313
    @bennguyen1313 4 года назад +1

    Can you use Thonny to single step thru the python script or is it uploading only? If not, would using a different python IDE (wing or Mu) allow you to debug?
    When flashing the micropython image, can you still use it as a webserver or to access the web? Or would you have to implement it in python (SimpleHTTPServer)?
    For example, I'm interested in the esp8266 serving data plots (ex. chart js).. is that something that could be done with the built-in webserver, or if not, how much of the esp8266's backend server code can be changed?

    • @metalmancytech
      @metalmancytech  4 года назад

      Thonny does have the ability to debug Python code, but the distinction between Python and MicroPython is important. MicroPython does not currently have a debugger (post about it here on the MicroPython forums: forum.micropython.org/viewtopic.php?f=2&t=4293). However, like in Python, MicroPython has a REPL where commands can be entered one at a time to test code.
      We plan to make more videos on the full capabilities of the ESP8266 using MicroPython, but for now, you can learn how to network here in their documentation docs.micropython.org/en/latest/esp8266/tutorial/network_basics.html.

  • @shukhratdad9891
    @shukhratdad9891 3 года назад

    I have a problem with attribute error in esp32. Attribute error. 'pin' object attribute error 'out'...can you help to solve this?

  • @mobachali
    @mobachali 4 года назад

    hi, thanks for the detailed video. I wish I watched it before I spent 2 days on trial and error to get it done. I encounter issues when trying to import modules to my esp32. I use thonny and the last micropy ver1.12. eventhough i import the plugin through thonny, it doesn't work when i import it through the REPL. for example (kalman, numpy, gps).I also can't import Calender package.
    last question: is it possible that all the packages that can be used are in the esp file we flashed with? and can't be added to be used later?
    thanks

  • @meriemmhamdi4823
    @meriemmhamdi4823 4 года назад

    hi thx for the video ; but i have a problem
    i'm using a ESP32 , wen i tap " import esp " i'm getting this error
    ( Traceback (most recent call last):
    File "", line 1, in
    ModuleNotFoundError: No module named 'esp' )
    can you help pleas

  • @pedrofelipejaquetti3182
    @pedrofelipejaquetti3182 3 года назад

    Nice video man, but when my esp8266 is reset or unplug the code is lost, is it normal?

    • @metalmancytech
      @metalmancytech  3 года назад

      Thank you! By lost do you mean that the code doesn't run? You should be able to save the code to the microcontroller and to your computer, so you can always save a backup to your computer if you are losing it. Let me know more details, and I may be able to help you more.

    • @pedrofelipejaquetti3182
      @pedrofelipejaquetti3182 3 года назад +1

      ​@@metalmancytech Thanks for your answer! I found that my error was in my code, anyway thanks again.

  • @ThaoNguyen-vs4zt
    @ThaoNguyen-vs4zt 4 года назад

    Thank you so much.

  • @SkyRiderJavelin
    @SkyRiderJavelin 4 года назад +2

    your voice is too soft and muffled can't anything.

    • @metalmancytech
      @metalmancytech  4 года назад

      I'm aware that my voice is soft and muffled in the first video. In more recent videos the audio gets better.

  • @dennisasamoah2213
    @dennisasamoah2213 3 года назад +1

    thank you