MicroPython using VSCode PyMakr on ESP32/ESP8266

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

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

  • @CalvinCaracciolo
    @CalvinCaracciolo 9 месяцев назад +1

    You are a hero. Struggled for so long trying to get pymakr to work. didn't know i needed node js. Salamat!

  • @funkadellicd
    @funkadellicd 9 месяцев назад

    Thank you - been trying to figure out how to get intelisense details into my IDE for micropython and this worked!! This should make things WAY easier.

  • @U_Kamrc
    @U_Kamrc 9 месяцев назад

    Maestro, that's what I needed.
    You are the First in Town!
    Thx!

  • @timfairfield407
    @timfairfield407 3 месяца назад

    very good demo, well explained!!

  • @AngeloGuglielmo
    @AngeloGuglielmo 4 месяца назад

    Thank you so much for making this clear

  • @projectjam7020
    @projectjam7020 Год назад

    Great explanation, this worked a treat. Thank you.

    • @DonskyTech
      @DonskyTech  Год назад

      Hey thanks! Happy exploring!

  • @ricardoiribarren4765
    @ricardoiribarren4765 Год назад +1

    Excellent!!! very good explanation

    • @DonskyTech
      @DonskyTech  Год назад

      @ricardoiribarren4765 Thanks for the kind words. Please consider subscribing to my channel for future content if you have not done so. Thanks again!

  • @gabrielflores9708
    @gabrielflores9708 День назад

    I have a problem, when I select the main.py of serial/com3 nothing appears, it only appears in open editors and in workspace, and when I click on sync project to device it does appear that the code was uploaded

  • @quaternion-pi
    @quaternion-pi 2 года назад +2

    Well explained; worked perfectly; subscribed; thanks! This channel is a hidden gem.

  • @AnKraDe
    @AnKraDe 5 месяцев назад

    I have an issue when starting the programm (@7:44). I receive the error messge
    >>> eback (most recent call last):
    File "main.py", line 6, in empty line)... So, the cause is not the main.py, I assume.
    Furthermore, if I execute all python commands step by step it is working...
    Using sys.platform
    >>> import sys
    >>> sys.platform
    'esp8266'
    weiterhin:
    >>> esp.check_fw()
    size: 633032
    md5: 9dab27bf17e16019bed0cb8bac5823b7
    True
    Any ideas?

    • @AnKraDe
      @AnKraDe 5 месяцев назад

      Found the issue... It seem that sleep is expecting a float value, If I use e.g.
      sleep(1.2)
      it is working

  • @BlooderDen
    @BlooderDen Год назад

    Thank you so much - best guide. You made my evening ) have a like =)

    • @DonskyTech
      @DonskyTech  Год назад

      Hey thanks!

    • @BlooderDen
      @BlooderDen Год назад

      ​​@@DonskyTech, by the way what for is nodejs needed tell please. Thanks! 😊

  • @zFrank_
    @zFrank_ 8 месяцев назад

    nice but how about downloading libraries for any project? i want to program my oled display with the ssd1306 library and i dont know how to do it with vs code

  • @NicholasSilva1380
    @NicholasSilva1380 16 дней назад

    Great video, but you did not explain why we needed to download and install node.js and you didn't you appear to use it in the video

  • @danielq1985
    @danielq1985 Месяц назад

    Thank you sir!

  • @east_alex
    @east_alex 2 года назад +1

    Thanks
    How to add all libs to development setup?
    For example U import machine but visual studio code marked it as missing source in ur video

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

      Hey, I could not find it also unless you generate visual studio micropython stub. Thonny has the same problem also I think. Auto-complete works on the REPL prompt. I could be wrong though.

  • @haudangnguyentien1131
    @haudangnguyentien1131 Месяц назад

    Thank you very much

  • @mariambenrahou1630
    @mariambenrahou1630 11 месяцев назад +1

    Hey, I am not able to run any command because I have modified the code without stopping the script😢 how can I fix this? Please

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

      Hey reconnect your device.

  • @syahmihaziq6612
    @syahmihaziq6612 Год назад +2

    I cannot to upload to a device and it says path argument must be type of string, not at project section but the section devices below. can you help me?

    • @DonskyTech
      @DonskyTech  Год назад +1

      Ohh..sorry for the delayed reply. I was out on vacation. I have not encountered this. When do you see this problem?

    • @PurpleMomgoose
      @PurpleMomgoose 4 месяца назад

      I'd be interested in this too. Maybe put screenshots on Imgur and link to them here?

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

    Great job! Thanks.

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

      Thanks for watching! Hope you could support me by subscribing to my channel if you have not done so.

    • @jarogniewmilewski3012
      @jarogniewmilewski3012 2 года назад +1

      ​@@DonskyTech I did it ;) Have you tried PyMakr to program the ESP-01?

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

      @@jarogniewmilewski3012 Thank you! I have used other models of ESP8266 but not ESP-01. I will add it to the list of videos and blogs that I am going to create about MicroPython.

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

      @@DonskyTech With ESP8266 and ESP32 PyMakr 2.22 works great. There are communication problems with ESP-01 (1M). I do not know why. Thonny with ESP-01 works perfectly.

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

      @@jarogniewmilewski3012 That is interesting to know. Maybe there is a bug in the PyMakr plugin or something

  • @天野ーフランク
    @天野ーフランク 2 года назад

    Are you able to upload several files? Or do you need to keep rewriting the first program you uploaded to the ESP.

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

      Yes, tried syncing all my files and they seem to be uploaded.

  • @郑郑-i8z
    @郑郑-i8z Год назад

    Why is it that after my ESP32 is connected, this device in the device list has been rotating and cannot upload the program

    • @DonskyTech
      @DonskyTech  Год назад

      Hey, try to remove your device and connect it again.

  • @ikrammohamdi4439
    @ikrammohamdi4439 8 месяцев назад

    When i create terminal affiche connexion en cours...

  • @KunalNitinPalasdeokar
    @KunalNitinPalasdeokar Месяц назад

    Thank you

  • @Notion.Studios
    @Notion.Studios Год назад

    you saved my life

    • @DonskyTech
      @DonskyTech  Год назад

      Wow, that's nice to hear! Thanks!

  • @joaquingutierrez3072
    @joaquingutierrez3072 Год назад

    thank you. It worked perfectly. Like and sub

    • @DonskyTech
      @DonskyTech  Год назад

      Glad I have helped you. Thanks for the like and sub!

  • @murataslan8631
    @murataslan8631 Год назад +1

    Thanks

  • @cash-if
    @cash-if 2 года назад

    i need help

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

      Hey, help where?

    • @cash-if
      @cash-if 2 года назад

      @@DonskyTech brother when i hard reset led doesn't ON

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

      @@cash-if maybe your board does not have the internal LED wired to GPIO2. Try out a new GPIO pin.

    • @cash-if
      @cash-if 2 года назад +1

      Its done
      Actually the issue was MicroPYthon was not flashed in ESP32

    • @DonskyTech
      @DonskyTech  2 года назад +1

      @@cash-if ohhh, that was the first step. Glad you figured it out brother. Please consider subscribing to my channel if you have not done so. I will be posting more content soon.

  • @kacperbardecki3671
    @kacperbardecki3671 Год назад

    Hero

    • @DonskyTech
      @DonskyTech  Год назад

      Thanks. Kindly subscribe to my channel for future contents.