MicroPython on ESP8266 | A Setup Guide

Поделиться
HTML-код
  • Опубликовано: 21 июл 2024
  • Using the TwelveData API to get stock data - Python: • Getting Stock Data Wit...
    ESP8266 MicroPython Firmware: micropython.org/download/esp8...
    Flash ESP8266 Firmware on mac/linux: github.com/marcelstoer/nodemc...
    NodeMCU Flasher (windows): github.com/nodemcu/nodemcu-fl...
    ---------------------------------------------------------------------
    Previous Django Meeting Link Tutorial Series
    Playlist: • Meeting Link Organizer...
    Project Github Link: github.com/TechNotebookYT/Mee...
    ---------------------------------------------------------------------
    Tech Notebook Github: github.com/TechNotebookYT
    Instagram: @technotebookyt: / technotebookyt
    Soundcloud: / technotebook
    ---------------------------------------------------------------------
    Thanks For Watching!
    #python #vscode
    ---------------------------------------------------------------------
    ▬ Contents ▬▬▬▬▬▬▬▬▬▬
    0:00 - Intro
    0:33 - What You'll Need
    0:41 - Setup
    4:16 - Example
    6:33 - Outro
    --------------------------
    Music:
    Song: Alan Walker - Dreamer [NCS Release] Music provided by NoCopyrightSounds Free Download/Stream: ncs.io/dreamer Watch: ncs.lnk.to/dreamerAT/youtube
  • НаукаНаука

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

  • @samithetechsavvy6485
    @samithetechsavvy6485 11 месяцев назад +2

    very well explained , thanks a lot

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

    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.

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

    Very informative video :)

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

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

  • @DroisKargva
    @DroisKargva 8 месяцев назад +3

    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

  • @drewsss
    @drewsss 10 месяцев назад +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

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

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

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

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

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

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

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

    Than you so much

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

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

  • @AnOrangeECat
    @AnOrangeECat 11 месяцев назад +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  11 месяцев назад

      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 8 месяцев назад +2

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

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

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

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

    Dude has the world's fastest internet

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

    W video