Programming an ESP32 NodeMCU with MicroPython: Setup with Thonny

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ก.ย. 2024
  • Setup your ESP32 NodeMCU for MicroPython with the Thonny IDE.
    Article: micronote.tech...
    How to find your device's port: micronote.tech...
    Thonny IDE: thonny.org/
    MicroPython Firmware: micropython.or...
    Get the Atlas kit: www.etsy.com/l...
    Discord: / discord
    Community Submission Form: forms.gle/B5Qt...
    Social:
    Follow Micronote: / micro_note
    Follow me: / carlosupina

ความคิดเห็น • 25

  • @harshavardhanreddyk3900
    @harshavardhanreddyk3900 4 ปีที่แล้ว +5

    Good work bro. Keep going

  • @ctonew6155
    @ctonew6155 10 หลายเดือนก่อน

    This tutorial was very clear Inthink the best on the youtube. Just remained to new users to download silicon labs driver for the esp32 to turn on.

  • @FrancoisSchnell
    @FrancoisSchnell 3 ปีที่แล้ว +4

    Very clear and straight to the point, thanks!

  • @shivaramvelayutham5715
    @shivaramvelayutham5715 3 ปีที่แล้ว +1

    really useful to get started with micropython pls help people like us in these topics

  • @juruminhap1c432
    @juruminhap1c432 27 วันที่ผ่านมา

    This video is very helpful.
    It worked for me, thank you so much.

  • @tibfox
    @tibfox 3 ปีที่แล้ว +3

    Thank you so much for this great and simple tutorial!

  •  3 ปีที่แล้ว +2

    Excelent video! Thank you.

  • @gaguto
    @gaguto 3 ปีที่แล้ว +1

    rly great and useful video

  • @robthom1919
    @robthom1919 3 ปีที่แล้ว +2

    I tried various methods to communicate to my new ESP32 then found your video. I wasn't pressing the boot button on the ESP32, or pressing it at the right time. Followed your steps,, nice and concise,, now working. Thanks, Good job.

  • @explorerofinfinity722
    @explorerofinfinity722 ปีที่แล้ว

    Hi.. thanks for this video.
    Want to know, how to run an url address from Thonny ide? Which package needs to install?

  • @slamanaim1837
    @slamanaim1837 2 ปีที่แล้ว

    thx very much but i have a question :please after this video and after flashing my esp is it possible to program it with arduino ide or i have to do again the steps of flashing ....
    thx

  • @carlomagno1123
    @carlomagno1123 3 ปีที่แล้ว

    I like, its work!

  • @kamalibrahim7322
    @kamalibrahim7322 2 ปีที่แล้ว

    Thank you for informative video. I follow all instructions but unfortunately I get this error "invalid header: 0xffffffff" :(

  • @AM-iv2xn
    @AM-iv2xn 3 ปีที่แล้ว

    @Micronote can you help me?

  • @earnings_cc
    @earnings_cc 2 ปีที่แล้ว

    Hey man.

  • @Techinova
    @Techinova 4 หลายเดือนก่อน

    Obrigado por este tutorial, com ele eu entendi sobre Esp32 e Micropython, valeu!

  • @venkatk1307
    @venkatk1307 2 ปีที่แล้ว +1

    Awesome man. You made my day💖

  • @AzimyPc
    @AzimyPc 3 ปีที่แล้ว

    from this code from machine import Pin
    from time import sleep
    led = Pin(2 ,Pin.OUT)
    for _ in range(10)
    led.value(1)
    sleep(1)
    led.value(0)
    sleep(1)
    I have this Error
    MicroPython v1.13 on 2020-09-11; ESP module with ESP8266
    Type "help()" for more information.
    >>> %Run -c $EDITOR_CONTENT
    Traceback (most recent call last):
    File "", line 8
    SyntaxError: invalid syntax
    >>>

    • @metalmancytech
      @metalmancytech  3 ปีที่แล้ว +1

      Make sure sure you put a colon at the end of the for statement.
      for _ in range(10):

  • @juanmanuelgonzalezsanchez7416
    @juanmanuelgonzalezsanchez7416 2 ปีที่แล้ว

    Excellent tutorial

  • @oraloni1681
    @oraloni1681 3 ปีที่แล้ว

    are you Italian?

    • @metalmancytech
      @metalmancytech  3 ปีที่แล้ว +1

      I'm an American with an Italian name. 👍

    • @oraloni1681
      @oraloni1681 3 ปีที่แล้ว

      @@metalmancytech I only asked because of the way you pronounce th-onny :)) And I meant Italian-American (sorry for that)
      Thanks for the video btw. It really helped me