MicroPython on ESP8266 | A Setup Guide

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

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

  • @britinindy4255
    @britinindy4255 10 месяцев назад +4

    Hello Pranav. I've been wrestling with the combination of VS Code and ESP micros for several days now, without much success. All other tutorials missed salient points in the setup/configuration process that inevitably resulted in failure. The failed video makers all assumed that I am fluent in geek-speak or had my micro already prepped with firmware. Your excellent video was buried deep in YT but it finally surfaced ... and enabled me to move forward at last. Thank you for speaking clearly, speaking slowly and explaining every keystroke at every step. I can now move from C/C++ to MicroPython; and yes, I subscribed and look forward to more of your videos.

  • @DroisKargva
    @DroisKargva Год назад +5

    good tutorial. old videos force other IDE installes. i dont want 5 IDEs on my computer for each task lol. but looks like Pymakr no longer works? it cant create a folder

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

    very well my friend it's been troubling me for past 7 days

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

    very well explained , thanks a lot

  • @junyanli9869
    @junyanli9869 10 месяцев назад

    Thanks for your shareing. One quest.Why we choose 1MB firmware. how to check which one we shoule choose?

  • @airidasrom583
    @airidasrom583 18 дней назад

    the sync project to device is gray(not available), and the led is flashing like crazy even without the code. It also says "Stale. please connect to refresh". Whatever that means. I replugged the board, restarted VSC, etc. Nothing worked

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

    Hi, total noob here. Your video was very helpful to setup MicroPython, many thanks!
    A question since I tried the little led program you suggest: Visual Studio Code tells me that it "failed toupload d:\Documents\pymakr\WirelessPCStartup to / Reason: SyntaxError: Unexpected end of JSON input"
    I double checked the code and it seems the same as yours. Posting it here anyway:
    from machine import Pin
    import time
    led = Pin(2, Pin.OUT)
    for i in range(10):
    led.on()
    time.sleep(0.5)
    led.off()
    time.sleep(0.5)
    Tried finding a solution online but with no success, do you have any idea as to why this happens?
    Thank you if you have time to help

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

    important to note that you probably need nodeJS in order to use pymakr

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

    Question for you, after flashing the firmware- my computer disconnects the board and I have to reconnect it physically. The Blue LED starts flashing immediately but I still cannot interact with the board.
    Does it do the same with yours?
    I'm using Thonny as my IDE.

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

      Hi, sorry for the late response. This could be the issue if you've connected something to the TX and RX Pins on the board.

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

    What if it doesn't select the COM port automatically
    I am struggling for hours 😭😭

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

    would you help me with adding the urequests into the board?

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

    may not see this, but i am having an issue....my board wond connect, it keeps saying it wants to boot to safe mode but that fails as well. It popd up windows saying !Could not safeboot device. Please hard reset the device and verify that a shield is installed. Other than that, the connect circle on the left of the board name just keeps spinning, if i unplug the board, it will stop showing, when i plug the board back in, it gives the option to connect, but then spins for a bit, then promps to do safe boot, but then fails....I am holdint the boot button when i plug it in, also used the reset while holdin boot, but nothing seems to work. I have been fighting these boards for a week trying to use them, and your video has got me the furthest, but now i have this issue....hopefully you can help. If not, well, I may need to find a new platform to my project on...all boards i have tried keep doing this.....I hate beeing a noob......

    • @haripriyan7881
      @haripriyan7881 2 месяца назад

      did u find the solution?
      i am also facing the same issue

  • @eazanaPetros-lm1cd
    @eazanaPetros-lm1cd 9 месяцев назад

    Do you think you can help with a small project of mine?

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

    thank you very much, it’s clear
    how to uninstall
    Thanks a lot🤙

  • @aayushgautam580
    @aayushgautam580 7 месяцев назад

    Dude has the world's fastest internet

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

    Very informative video :)

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

    Than you so much

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

    W video