TUTORIAL: Quickly getting started with NodeMCU / ESP8266 12E - In 7 mins! Beginner Friendly! Arduino

Поділитися
Вставка
  • Опубліковано 27 вер 2024
  • My website link for downloads (if any are present), etc:
    youtube.accbs.c...
    This is a short, easy, beginner friendly tutorial on how to get setup with the NodeMCU. I tell you a little bit about the NodeMCU, then I show you how to very quickly set it up. I show you how to set up the Arduino Software and I go through how to get the blink sketch working - In 7 minutes! The NodeMCU is basically an ESP8266 mounted on a break out board.
    Featuring a special guest at 2:30. :-)
    GitHub:
    github.com/esp...
    Board Manager:
    arduino.esp8266...

КОМЕНТАРІ • 492

  • @m0rjjj666
    @m0rjjj666 7 років тому +179

    Baby subtitles made my day :D

  • @Charzilian
    @Charzilian 6 років тому +14

    I love how you put subtitles for what the baby was saying 😂 that was cute. Also thanks for the tutorial.

  • @shrikumar928
    @shrikumar928 7 років тому +136

    I am going to subscribe to your channel just coz u added subtitles for the baby's voice. Super cute. Great video :)

    • @AntonyCartwright
      @AntonyCartwright  7 років тому +17

      Hahaha! In that video, my 1 year old was stood next to me whilst I was recording! I thought, "Yeah, she can be in the video!". It's a bit of fun I suppose!

    • @mcgil8891
      @mcgil8891 6 років тому

      shrikumar kulkarni ikr

    • @myhistory9930
      @myhistory9930 5 років тому

      agree XD

  • @coffeecuppepsi
    @coffeecuppepsi 3 роки тому +4

    I think the special guest was trying to warn you to use a resistor with the LED

  • @z100tgp
    @z100tgp 7 років тому +9

    Thanks! As a beginner with the 8266 it was very useful, and on my first try it worked like a charm! It's only 10pm but I'm feeling it will be a long night. :)

  • @vjn86
    @vjn86 3 роки тому

    thank you. First step to learn ESP8266 - checked

  • @StarPathAcademy
    @StarPathAcademy 5 років тому +1

    so nice to hear the baby, so glad for you!

  • @WayneRiesterer
    @WayneRiesterer 6 років тому +1

    Port issues: if your ESP8266 NodeMCU doesn't appear to have a port connection, then check that the cable you are using supports data. Some USB cables only supply power for charging purposes. You can get the port number by opening up Device Manager in Windows and you'll find it under Ports (COM & LPT) -> Silicon Labs CP210x USB to UART Bridge (COMx); where x is the port number. Speaking of Silicon Labs, this is the driver and can be found at www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers. Sorry I can't offer anything for Mac/Linux users, but you may be able to fill in the gaps based on the above information. As far as using D7 goes, this isn't necessary as LED_BUILTIN will find the internal LED port (as mentioned in the code comments). This video helped me to finally get this thing working (thanks for that!) with a few tweaks just mentioned. Happy hacking :)

  • @princessdiannem.medalla3165
    @princessdiannem.medalla3165 2 роки тому

    thanks for the video, I can now sleep peacefully since I can upload my code to the node mcu

  • @binarybox.binarybox
    @binarybox.binarybox 7 років тому +2

    Thanks for the very clear instructions, Antony. I've only just received a couple of these ESP8266 NodeMCU v3 boards and I now have a led blinking on D7. I have used a lot of Arduinos and so I was happy to learn that I could program the ESP8266 boards using the same method.

  • @anotherledfreak8649
    @anotherledfreak8649 5 років тому

    Bloody lifesaver! I just couldn't get my NodeMcu to do anything(afaict) and the internal led is just USELESS. I honestly thougt it was duff. Once I changed the code to D7 (and then D6 just to be sure) everything is great! Now for some serious coding. Many thanks!!!

  • @DanDC1
    @DanDC1 6 років тому +3

    It worked! It actually worked! Thank you so much! Mine had a built-in LED so I left it like it was, and it worked!

    • @AntonyCartwright
      @AntonyCartwright  6 років тому +1

      Dan Great news! :)

    • @DanDC1
      @DanDC1 6 років тому +1

      Antony Cartwright I think it's really nice that you still respond to all comments so fast, even after so many months! Not many people do that, unfortunately!

    • @AntonyCartwright
      @AntonyCartwright  6 років тому

      Dan Yeah! I try! :)

  • @alterguy4327
    @alterguy4327 6 років тому +42

    Baby's Voice made me smile : )
    ThankYou

  • @DaveWilsonDesigns
    @DaveWilsonDesigns 6 років тому +1

    Perfect ESP8266-12e starter tutorial - and upto date on the place to download the arduino code etc. Just what is needed ! - Subscribed :)

    • @AntonyCartwright
      @AntonyCartwright  6 років тому

      DaveWilsonDesigns Thanks for your comment! I'm just wondering, what is your project with the nodemcu? :)

    • @DaveWilsonDesigns
      @DaveWilsonDesigns 6 років тому +1

      Hi Anthony.. Remote central heating valve controls for zone monitoring and time controlled environments.

    • @AntonyCartwright
      @AntonyCartwright  6 років тому

      Hey, thanks! It's always interesting to know what projects other people are working on. :-)

  • @pavankb5413
    @pavankb5413 5 років тому +1

    Awesome video thanks a lot.
    Tried for a month and today finally got what I wanted.
    Thanks bro

  • @akifsafi
    @akifsafi 6 років тому

    Lovely special guest!

  • @dhidhi1000
    @dhidhi1000 5 років тому +1

    Ok this was the only tutorial that worked for me, thank you

  • @PaulMurrayCanberra
    @PaulMurrayCanberra 6 років тому +1

    Thanks for this. Hopefully, I shall now be able to do my fishtank light thingy that I have been promising to do for a while for this dude.

  • @JashuaWhite
    @JashuaWhite 7 років тому +3

    Great video. Thanks.
    If you get the following error(s):
    error: espcomm_open failed
    error: espcomm_upload_mem failed
    May be worth mentioning (in addition to your pinned troubleshoot guide) that running the newst version of Arduino IDE (1.8.4) may cause issues. I tried common troubleshooting methods, but still did not work. So I reverted to 1.8.2, as noted in the GitHub repo, and all is well. Moving forward, I'll be sure to remember to check for the latest Arduino IDE tested/supported. Hour of my time gone - lesson learned. Now on to the fun stuff!

    • @AntonyCartwright
      @AntonyCartwright  7 років тому +1

      Jashua White Thanks! I'll add it to the list now. Antony...

  • @AntonyCartwright
    @AntonyCartwright  7 років тому +61

    If you receive:
    error: espcomm_open failed
    error: espcomm_upload_mem failed
    Make sure that the NodeMCU is in flash mode. You can do this by holding the flash button down, then by tapping reset, then letting go of reset a second afterwards.
    If this doesn't work:
    Check your wiring.
    Make sure you are using a data cable, not a power cable.
    Make sure Windows installs the correct driver. You'll be able to see it if you press Windows+X.
    Make sure you've selected the correct COM port in Arduino.
    Make sure you have selected the correct board from boards manager.
    Check your version of Arduino Studio. Older versions may work better!
    Thanks to +Wizencrowd for his contribution to this comment.
    Antony...

    • @wwlee9583
      @wwlee9583 7 років тому +2

      Yes, that data / power cable advice was spot on. Thank you so much for making the setup process this simple.

    • @tahsinsadia1811
      @tahsinsadia1811 7 років тому +1

      I did the whole work and it worked pretty well.
      now please anyone can suggest me how can I reset this nodeMCU.please its very urgent.I want to upload another code.how can I do it?please anyone

    • @AntonyCartwright
      @AntonyCartwright  7 років тому

      Write your code in Arduino Studio, plug the device in, then press CTRL + U.

    • @tahsinsadia1811
      @tahsinsadia1811 7 років тому +1

      that means I dont need to clear,just uploading a new code will automatically over ride the previous one.
      Thnx alot for fast reply!!

    • @AntonyCartwright
      @AntonyCartwright  7 років тому

      Correct.

  • @davestestchannel76
    @davestestchannel76 7 років тому +1

    I am new to all this and the video was the most helpful I have watched so far. Thank You!

    • @AntonyCartwright
      @AntonyCartwright  7 років тому

      Daves test channel Thanks!!! What are you working with?

  • @giangianni503
    @giangianni503 5 років тому +2

    lol@2:33 , so sweet! subbed for that :D

  • @tropicaljantie
    @tropicaljantie 7 років тому +5

    good stuff. works on my esp8266MOD

  • @dipenbhuva2061
    @dipenbhuva2061 5 років тому +1

    Thanks man I was really searching this kind of video

  • @it4s389
    @it4s389 6 років тому +1

    your made a good friendly tutorial !!
    I am looking forward to the next video

  • @austina2002
    @austina2002 4 роки тому

    Excellent video! Helped me get up and running. Really appreciate it.

  • @CarlosPerez-ff3bj
    @CarlosPerez-ff3bj 5 років тому +1

    Do you need to program every chip?

  • @holdendp
    @holdendp 5 років тому +1

    Excellent bootstrap video, thanks!

  • @CHITRANSHSHARMA
    @CHITRANSHSHARMA 2 роки тому

    I am getting random junk in console in the same board like reverse question-marks while communicating.Help!!!

  • @xalhayegraphics
    @xalhayegraphics 3 роки тому

    It's 2021, i have a problem. That is "hard resetting via RTS pin..."
    So help.

  • @musscullen4571
    @musscullen4571 5 років тому

    Clear instruction and a very good explanation..ty bro

  • @tanyalobyam
    @tanyalobyam 4 роки тому

    Just start, what happen when port is not available. What you do next to have port back

  • @MaximusJohal
    @MaximusJohal 2 роки тому

    i have esp32 and can't seem to flash it, I have downloaded the latest codes, no idea what i'm doing, I did follow around 5 different videos.

  • @pandarzzz
    @pandarzzz 6 років тому +1

    Thank you for sharing this cool video! 🐶🖐🏾

  • @Retinalism
    @Retinalism 5 років тому

    3:41 "..just RESTART ARDUINO....." HALELUJAH!! This is what no-one else mentioned and is most likely why I've had no success!! Thank you Antony, (perhaps an subtitle to stress/highlight that?).

  • @nurfaiqah7262
    @nurfaiqah7262 4 роки тому

    if the LED is already blink.. is that mean the nodemcu has connected to wifi??

  • @vijayalakshmim5302
    @vijayalakshmim5302 6 років тому +1

    Hi there... I did everything as per the tutorial. It's working fine. Thanks a lot.
    Now I tried to connect to Wi-Fi. Just wrote a simple code to connect to Wi-Fi. Using Wi-Fi.begin(ssid, password). But it doesn't connect. So I tried to run the Wi-Fi scan from the examples. It scans and says no network found. Can someone please advice

  • @fugit185
    @fugit185 5 років тому

    Be aware that most (all whom I have asked) ESP8266 sellers in Aliexpress sell 30mm wide board which doesn't fit to 400 holes/tie points Breadboard, it is too wide. In amazon the still sell 26mm model. So be aware!

  • @alkyne1022
    @alkyne1022 5 років тому

    that baby was the star of this video :D

  • @khalid311nt
    @khalid311nt 4 роки тому

    im not getting a COM number in the port tool. can you help?

  • @robmead3130
    @robmead3130 2 роки тому

    Thanks! great video

  • @santoshshakya4639
    @santoshshakya4639 2 роки тому

    serial.serialutil.SerialException: could not open port 'COM6': FileNotFoundError(2, 'The system cannot find the file specified.', None, 2)
    PLS HELP

  • @T0ru.
    @T0ru. 7 років тому +1

    hey Antony, you should do a video with a rubber ducky USB or a Bad USB as i know i could do with a bit more help and im sure other people do to plus its just a cool gadget to have and its not to hard to program either nor its scrips but its still nice to have a channel that demonstrates the scrips and shows you how to set it up 😀🙂😎

    • @AntonyCartwright
      @AntonyCartwright  7 років тому

      Hey Harvey! To build one or to use one? I think the USB Rubber Ducky thing is basically a USB keyboard isn't it? Well, it is a keyboard without keys! Ha!

    • @T0ru.
      @T0ru. 7 років тому +1

      yer pritty much but i think it'll by nice if you do a video on it or just get a keyboard and do a video on that lol :)

    • @AntonyCartwright
      @AntonyCartwright  7 років тому

      Haha! I'll see what I can do. I've currently got a backlog of videos to edit first though. To come: My drone - Part 6, Salvaging Lithium Ion Cells (new series), Post is here and Solar Update.

    • @T0ru.
      @T0ru. 7 років тому +1

      cool cant wait for that :) also just got my nodemcu chip which i just tried to do by myself which was really stupid so now going to try your way lol also the boad uploaded to 2.3.0 so hopefully its still workes this way

  • @wissemaljazairi
    @wissemaljazairi Рік тому

    I am getting "Failed uploading: uploading error: exit status 2"

  • @linnhtet001
    @linnhtet001 5 років тому

    Very Much Thank You Sir. btw Your Guest sounds cute

  • @barrettt8661
    @barrettt8661 4 роки тому

    When I type in 8266 nothing happens, what do I do?

  • @karthigapandian9293
    @karthigapandian9293 5 років тому

    In my code #include was not worked..it cause no such file or directory error

  • @joaopedropolicarpo8012
    @joaopedropolicarpo8012 2 роки тому

    Alguem me ajuda por favor!!! Nao estou conseguindo conectar o NodeMCU NO WIFI DE JEITO NENHUM!! Já tentei vários códigos, e todos ficam aparecendo "................................................" na serial e nunca conecta. A serial esta na velocidade certa, eu coloco a senha e nome correto da rede, inclui a biblioteca, esta na porta correta do computador. Não sei mais o que fazer. O teste bink funciona, mas conecta no wifi de nenhuma forma!

  • @asimonp79
    @asimonp79 6 років тому +1

    Worked exactly as explained

  • @hassanjaafar117
    @hassanjaafar117 5 років тому

    thank you for your effort but i have a problen in serial a message > [158300] Packet too big: 29216 09:50:48.902 -> [158333] Packet too big: 30053 09:50:48.937 -> [158366] Packet too big: 25455 09:50:48.973 -> [158400] Packet too big: 8302 09:50:49.005 -> [158432] Packet too big: 25189 09:50:49.038 -> [158465] Packet too big: 28515 09:50:49.071 -> [158499] Packet too big: 25956 09:50:49.104 -> [158532] Packet too big: 25969 09:50:49.139 -> [158565] Packet too big: 29728 09:50:49.173 -> [158599] Packet too big: 27748

  • @sagarmukherjee6297
    @sagarmukherjee6297 7 років тому +1

    what are the software needed and how to install them?
    keep up the good work mate

  • @korayk.454
    @korayk.454 3 роки тому

    Thank you. But I want to ask why did not you put a resistor? Isnt it dangerous?

  • @APC9906
    @APC9906 5 років тому +1

    If port is NOT recognized, you should download this driver: www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers
    When downloading and installing, make you have Node MCU connected to USB.

  • @ranjanbajracharya8212
    @ranjanbajracharya8212 7 років тому +2

    error: cannot access /dev/ttyUSB0
    An error occurred while uploading the sketch
    error: espcomm_open failed
    error: espcomm_upload_mem failed
    How can i solve this error.

  • @anjalipareek2335
    @anjalipareek2335 6 років тому +1

    Thanks for making easy video

  • @MrLimitless95
    @MrLimitless95 6 років тому +4

    my esp is not showing up in my COM port. Please help

    • @sto-gamez6012
      @sto-gamez6012 6 років тому

      Download the correct dirvers located here cityos-air.readme.io/docs/1-usb-drivers-for-nodemcu-v10 after that check which com ports it uses in device manager :)

  • @Geertvanh
    @Geertvanh 4 роки тому

    LED's are semiconductors not lightbulbs. It is a common electronics beginners mistake to connect LED's without serie resistors. Please do your audience a favor and teach them the correct way to connect a LED so they will not at some point damage or even distroy their components. Thanks for being so kind.

  • @ijazahmad7525
    @ijazahmad7525 6 років тому

    Help me please.. i am using d1 t0 d8 pins. Problem is that. When power recycle in nodemcu it not work.. code fineshed. And i have to uplaod again and again

  • @treasurehunter9218
    @treasurehunter9218 4 роки тому

    hey bro...plz help me...when i am entering the url and then when i am going to the boards manager ..it's saying error downloading....why bro..please help ma...please.....

  • @jesusmonasterial8584
    @jesusmonasterial8584 3 роки тому

    Can I power it with 5V batteries?

  • @yorozuya6115
    @yorozuya6115 3 роки тому

    requiere mucho tiempo para calentarse?

  • @isohumulone
    @isohumulone 5 років тому

    So the arduino IDE setup is kinda like any arduino compatible board - Hoped you'd at least demonstrate some rudiments of its wifi capabilities.

  • @T0ru.
    @T0ru. 7 років тому +2

    i haven got the chip yet but ive got it all setup so when it gets here i can just upload it as it seems like this will definitely work :)

  • @karl4828
    @karl4828 7 років тому

    Hello Guys
    I had some issues with getting the software on it like a lot of other people. There are a few you need to pay attention to!!!!
    1. Make sure U are using a data cable and not just a powercable.
    2. If your windows doesn't install the driver, just download it.
    3. *Make Sure that your NodeMCU is in program mode* you can do this by holding the flash button and then tap the reset button once.
    Thank you hope I this helps

    • @AntonyCartwright
      @AntonyCartwright  7 років тому +1

      Thanks for your comment! All very true! Point 3 is a tricky one though as you technically don't have to do it as the CHG chip is supposed to do it for you. Still, it's good practice I guess. Thanks for your comment, sometimes I forget things. :-)

  • @jeremytiempo9639
    @jeremytiempo9639 2 роки тому

    how to set datatype for d7 pin ?

  • @Jiggiedeleon
    @Jiggiedeleon Рік тому

    Nice video, can you help me with my project? esp8266, 4 ch relay and android app for home automation? TIA

  • @easyrasmi4745
    @easyrasmi4745 3 роки тому

    You don't need any register?

  • @manofmesopotamia7602
    @manofmesopotamia7602 3 роки тому

    In this tutorial you have used the board as a regular Arduino Uno without using the WIFI?
    Means we could use the board as node or as uno?

  • @abhilashmathew7827
    @abhilashmathew7827 5 років тому

    ESP 8266 is showing download error.

  • @boersteproductions
    @boersteproductions 2 роки тому

    How do I install a custom code?

  • @transformerxlover98
    @transformerxlover98 3 роки тому

    I'm having issues when I plug it in. It doesn't read the com port.

  • @danbealecocks4344
    @danbealecocks4344 4 роки тому +1

    Thank you for this clear and simple tutorial.

  • @ijazahmad7525
    @ijazahmad7525 6 років тому

    From d1 to d8 any 7 pins work well even after recycling power. But when i conect 8 at a time it not work after recycle power. I also use do d9 d10 and also look a bit on s1 s2 s3. But not solve this problem. Please help me. If u can not give me any refrence of an expert.

  • @bullygram
    @bullygram 5 років тому

    Hey no need to push reset button?

  • @jelmer6042
    @jelmer6042 6 років тому

    I get
    warning: espcomm_sync failed
    error: espcomm_open failed
    error: espcomm_upload_mem failed
    error: espcomm_upload_mem failed
    Did you know whats wrong?

  • @gilsongoes6116
    @gilsongoes6116 7 років тому

    Não consigo tirar esse erro : "Placa generic (plataforma esp8266, pacote esp8266) é desconhecida" . Pode me ajudar ?

  • @DeViLsCrEaTiOn
    @DeViLsCrEaTiOn 5 років тому

    Hi, I have a question. can i power up a 5 volt 4 channel relay module with a 5 volt 0.7-0.8 mAh wall type charger, which is basically use for charge the simple mobiles.
    If yes, then how i connect, i mean what will be the circuit diagram. which wire will be connect with the vcc and which wire connect with the ground and which wire is connect with the ESP8286.
    OR,
    ESP8266 nodeMCU board 3.3volt is sufficient for 4 channel 5 volt relay?
    i am try to built a home automation project.
    Thank you very much. Please help me

  • @erepr1633
    @erepr1633 7 років тому +1

    I got it working using on-board LED at pin D4. Nice tutorial though.

  • @eiddddd2174
    @eiddddd2174 5 років тому

    hi , may i ask u something about nodemcu? why my nodemcu show leaving ... hard resetting rts pin when it already done upload. i cant connect my phone with nodemcu i need helppp...

  • @animelucky4569
    @animelucky4569 5 років тому

    after i done what you did, there's no esp8266 listed only EPROM wire, software etc

  • @todddelozier8172
    @todddelozier8172 4 роки тому

    Arduino: 1.8.14 Hourly Build 2020/10/09 12:25 (Linux), Board: "Generic ESP8266 Module, 80 MHz, Flash, Legacy (new can return nullptr), All SSL ciphers (most compatible), dtr (aka nodemcu), 26 MHz, 40MHz, DOUT (compatible), 1MB (FS:64KB OTA:~470KB), 2, nonos-sdk 2.2.1+100 (190703), v2 Lower Memory, Disabled, None, Only Sketch, 115200"
    /tmp/arduino_modified_sketch_292442/Blink.ino: In function 'void setup()':
    Blink:13:11: error: 'D7' was not declared in this scope
    pinMode(D7, OUTPUT); // Initialize the LED_BUILTIN pin as an output
    ^
    /tmp/arduino_modified_sketch_292442/Blink.ino: In function 'void loop()':
    Blink:18:16: error: 'D7' was not declared in this scope
    digitalWrite(D7, HIGH);
    ^
    exit status 1
    'D7' was not declared in this scope
    This report would have more information with
    "Show verbose output during compilation"
    option enabled in File -> Preferences.

  • @judeunrein819
    @judeunrein819 4 роки тому

    how do you tell the difference between the 12 and 12-E?

  • @preritkavthekar7084
    @preritkavthekar7084 5 років тому

    its not getting downloaded. the board manager window says---error downloading the link.

  • @mscreation4089
    @mscreation4089 5 років тому

    I did this way but 1 problem is when i uploading my code the result is error complling for board node mcu please help me

  • @saravanampatti1
    @saravanampatti1 5 років тому

    Good informative video . Thanks

  • @FikiFirmansyah
    @FikiFirmansyah 5 років тому

    i can't see any resistors.....

  • @sleepy_sabitoss7352
    @sleepy_sabitoss7352 2 роки тому

    thanks helped a lot

  • @antoinekikkers9022
    @antoinekikkers9022 3 роки тому

    It's this thing here, obviously

  • @CaedenClark
    @CaedenClark 3 роки тому

    how to make esp8266 nodemcu show up on pc

  • @raazaryan1300
    @raazaryan1300 5 років тому

    Can you upload the program to connect from wifi for Amazon alexa and ESP8266

  • @user-om9qb2sd6d
    @user-om9qb2sd6d 6 років тому +1

    Any android micro usb cable can be used right? Because I'm facing a problem where my arduino ide cannot detect the connection to my laptop's port

    • @user-om9qb2sd6d
      @user-om9qb2sd6d 6 років тому +1

      I found the solution to my problem. I have to download driver to be installes to my computer from Silabs. You made a great video! Thank you!

    • @AntonyCartwright
      @AntonyCartwright  6 років тому

      Thanks!

    • @mcgil8891
      @mcgil8891 6 років тому

      Koon Kee Ohhh.. Thnx... Was facing the same problem

  • @516oG
    @516oG 7 років тому +2

    Hey, when I'm up to the port part, my port is still grayed out, and doesn't let me select any. Everything else went fine before that. Also on the flasher program it's the same thing, doesn't have any port option. Can you help?

    • @MrBittu92
      @MrBittu92 7 років тому +1

      you need to install its usb driver first for it to get detected.
      Download it from here depending on your os.
      github.com/nodemcu/nodemcu-devkit/tree/master/Drivers

    • @lvl5swindler349
      @lvl5swindler349 7 років тому

      what then?

    • @WarehouseDaily
      @WarehouseDaily 7 років тому +3

      I installed them and I just get "dev/cu.bluetooth"

    • @santhoskumar1369
      @santhoskumar1369 6 років тому

      your usb cable is not working

  • @dusansimic1907
    @dusansimic1907 4 роки тому

    Omg I was stressing so much cause it wouldn't work when I wrote pin 7 in the code instead of pin D7...

  • @techafolic6975
    @techafolic6975 7 років тому

    Sir ,I am getting following error during uploading, how to solve it...??
    Uploading 223632 bytes from to flash at 0x00000000
    warning: espcomm_send_command: didn't receive command response
    warning: espcomm_send_command(FLASH_DOWNLOAD_BEGIN) failed
    error: espcomm_upload_mem failed
    error: espcomm_upload_mem failed

  • @SaladeDeFruitt
    @SaladeDeFruitt 2 роки тому

    Still working !

  • @samuraifax9830
    @samuraifax9830 4 роки тому

    It's a WiFi jammer right?

  • @GamingAmbienceLive
    @GamingAmbienceLive 5 років тому

    why doesnt it have the LED on it to blink?

  • @fernsgilbert
    @fernsgilbert 4 роки тому

    is it possible to use a Arduino UNO or Nano source code for Node or ESP 8266?

  • @techandtutorials6611
    @techandtutorials6611 5 років тому

    My program is not uploading.
    It's showing espcomm_upload_mem_failed.
    Help me please...

  • @MaxGoddur
    @MaxGoddur 6 років тому

    Not sure if you entertain this type request on your channel if you prefer requests of this type are not made then please disregard this post.
    In need of a detailed video walking, no crawling, through the steps for several items related to the NodeMCU ESP8266.
    How to see what is loaded in the memory of the device.
    How to erase the contents of the memory.
    How to load different firmware, for example, MicorPython then back again to ESP8266 original firmware.
    List the tools for best carry out the listed items above.
    Discuss NodeMCU memory amounts used and why. Have seen discussion on 1Meg and 4Meg but not sure how they are implemented.
    Lastly, if you can dumb it down I am a hobbyist and started my journey down using IOTs a few months back and need all the hand holding I can get.