Change ESP8266 WiFi credentials without uploading code from Arduino IDE

Поделиться
HTML-код
  • Опубликовано: 14 окт 2024
  • Source Code Link: electronicsinn...
    In this Video, we are going to walk through ” how to Change ESP8266 WiFi credentials without uploading code from Arduino IDE”, We will update WiFi Credential wirelessly and store the same credentials in the EEPROM memory of the ESP8266 using a really awesome library “EEPROM.h“. We are going to develop an Arduino Program, Which First Reads the WiFi Credentials from the EEPROM, and tries to connect to that; If the WiFi is not available or there are no credentials stored in the EEPROM, ESP8266 will Acts an Accespoint and creates Hotspot which will allow us to connect and modify the WiFi credential. Then it connects to the freshly configured WiFi Credentials. It will only take a couple of minutes to go through these steps
    ======================================================
    Subscribe to Electronics Innovation
    bit.ly/Electron...
    Visit Electronics Innovation.com for more Tutorials, Tips, Projects and How It Works videos:
    electronicsinno...
    Like my page on Facebook: / electroniczinnovation
    ~-~~-~~~-~~-~
    Please watch: "I AM IRON MAN | DIY Arc Reactor"
    • how to make iron man a...
    ~-~~-~~~-~~-~

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

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

    Hello, i just want to know that, how we can see or retrieve the program stored inside the esp8266 (Nodemcu)..??

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

    Hello sir, thanks for the amazing video. I want to do the same on ESP32 but the code won't woke on it because of the libraries. Should I have different libraries for it?

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

    Thank you so much!! I’ve been looking for this exact tutorial for a while now!
    Question, have you ever done this, but with an iOS app?

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

    Hi......I'm a beginner and I have a question for you. If I have a code inside ESP8266, is it not overwritten by uploading your code? Thanks a lot

  • @JanJeronimus
    @JanJeronimus 4 года назад +1

    Great and helpful. My suggestion / request for a next video: How to connect an ESP to a captive portal (free WiFi access point) using your smartphone.

  • @vamsikrishna-cr4xu
    @vamsikrishna-cr4xu 3 года назад

    Hi,
    First of all thank you very much for making a great video.
    Here i need a help. I have alexa device. Can you please make a video how and where to add the home automation code to this code.
    I tried for the several times to modify. But here I'm facing 2 problems.
    1 : either it discovers 8 outputs connecting directly to alexa and not showing wifi name in my phone or in computer.
    2 : or it showing the wifi name and alexa cannot discovers the nodemcu.
    The code is for alexa with 8 outputs.
    Can you please help me on this.
    Thanks in advance

  • @RoboCircuits
    @RoboCircuits 4 года назад +1

    What if i have fixed the device in a switch board ... then how will i know to which ip address i have to connect

    • @electronicsinnovation
      @electronicsinnovation  4 года назад

      At the time programming only, you will get the IP, if it's connected to same wifi, it will not chage for long time.
      Or else you can specify your module's ip addrss as static ip, so that it will never change.

    • @RoboCircuits
      @RoboCircuits 4 года назад +1

      @@electronicsinnovation how to specify a static ip... Because if we want to implement it in a product then we don't want it to change

    • @electronicsinnovation
      @electronicsinnovation  4 года назад +1

      You can get this code online.

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

    Really awesome... Can you pls tell what libraries are to be used for the same project for both esp32 and esp8266..

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

    Plz can you do the same thing using MIT app inventory 2

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

    bro how to use it with blynk project ?

  • @TutulPortal
    @TutulPortal 3 года назад

    Thank you so much brother. You helped me a lot. Go Ahead make this type of problem's solution videos. I am with you💖

  • @janeblack8109
    @janeblack8109 3 года назад

    Are credentials erased on the click reset button? Are they erased while turning off? Thank you

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

      Mine are persisted, I don't know how to clear credentials and enter new ones after the first run through.

  • @pranaynaskar8947
    @pranaynaskar8947 4 года назад +3

    It will be a great help if you teach us how to use the same method using an app mady by mit app builder.... It will give our projects a great profesional look

  • @jaywardhanpandit
    @jaywardhanpandit 3 года назад

    Thanks for the tutorial. I want to know one thing after setting wi-fi password how can we change it. as it is saved in the eeprom of the ESP, it will not wash out even after reprogram it.

    • @electronicsinnovation
      @electronicsinnovation  3 года назад +1

      There are 2 ways.
      1.You can replace with another wifi credentials.
      2. You can erase the eeprome memory using standard eeprome commnads.

  • @TechLoversHD
    @TechLoversHD 4 года назад

    with my ESP8266 Nodemcu i have sucessfully finished all the steps correct and connected it to com 6 becaz it was showing error when I tried connecting it to com 3 but for some reason after the actual wifi is connected it still shows network not available and when i am trying to reset i am not able to please help me
    Now if I am seeing after some time the WiFi name is also not available what is happening can someone explain how to reset and start doing the whole thing
    I tried re uploading the code and see if the WiFi name will come visible but it is not working

  • @yuvarajvisvanathan3757
    @yuvarajvisvanathan3757 3 года назад

    Can i use my own house wifi credentials?

  • @pratiksalunke3910
    @pratiksalunke3910 3 года назад +1

    Sir, if the router is restarted,esp8266 needs physically restart to again connect to router, sir please give solution

  • @nepalinnovativeprojectsolu5429
    @nepalinnovativeprojectsolu5429 3 года назад

    you are a legend sir....THANK YOU!

  • @ismailsaeid2480
    @ismailsaeid2480 4 года назад

    you create web server and use it to display networks ssid and the enter parameters(ssid & pass) fields, if I want to control outputs pins through web page with specific (IP, GW, and Subnet mask) what I can do for that.

    • @electronicsinnovation
      @electronicsinnovation  4 года назад +1

      You can add extra fields on html page and modify the sketch accordingly.

  • @ismailsaeid2480
    @ismailsaeid2480 4 года назад +1

    Thanks a lot,how to change the NodeMCU IP address (the default IP address with static IP address)
    without hardcoding??

    • @electronicsinnovation
      @electronicsinnovation  4 года назад

      There is a way where you can enter assign a ip address, in the program it self.
      If you want change the ip address, wirelessly like I have updated WiFi credentials, you can do tha same thing to assign new address, the thing is you have implement the code your self..😜

  • @mohitbhangale8229
    @mohitbhangale8229 4 года назад +1

    But how to remove the WiFi jammer program for esp8266!

  • @redsignalfilms3575
    @redsignalfilms3575 3 года назад

    Sir,how to know which program is working in node mcu or How can we get the code working in node mcu(esp8266) back out?

    • @electronicsinnovation
      @electronicsinnovation  3 года назад

      Only one will execute at a time in the node mcu. The recently uploaded one.
      You use a serial monitor for logs.

  • @gauravsain44
    @gauravsain44 4 года назад

    After give credentials serial monitor show wdt reset. Not reset automatically.

  • @electronic7979
    @electronic7979 4 года назад +2

    Helpful video 👍

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

    Thanks bro, can you do the same but for ESP32?

  • @nocontentvid
    @nocontentvid 4 года назад +1

    nice tutorial bro... next time nodemcu to aws, homekit controler...

  • @vino8275
    @vino8275 4 года назад

    great. Next video suggestion for the library system with rfid + esp8266

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

    plzz make a video on how to change the password of nodemcu jammer which is pwned(ssid) and deauther(password)

  • @MrJeewananda
    @MrJeewananda 4 года назад

    Grate !!! , can you please explain how to configure ESP8266 as a GATEWAY NODE in a sensor network

    • @electronicsinnovation
      @electronicsinnovation  4 года назад

      Sure, I can Help you. please drop a mail at
      askus.electronicsinnovation@gmail.com

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

    Ws2812b Code is uploaded but IP address and Wi-Fi not show plz ..halp

  • @abihaali6855
    @abihaali6855 4 года назад

    How can we add our code in it? Like to control a relay or get the reading from Temperature sensor?

    • @electronicsinnovation
      @electronicsinnovation  4 года назад

      I have written code to blink led, you can simply replace that code with your code. It is in void loop. I have mentioned this point while explaining the in the video itself.

  • @gopaldas-no2td
    @gopaldas-no2td 3 года назад

    i want nodemcu work as hotspot and not as wifi and change its password from any phone or pc. how to do??

  • @alishgiri_
    @alishgiri_ 3 года назад

    Great tutorial! Thank you.

  • @pauldox
    @pauldox 3 года назад

    can we make a wifi signal repeater with this code? can you show us how? 👍🙂 and please have your code in .ino format because it is very hard for us (android users) to copy and paste and format again your code from your page. thanks

    • @lynes2peters438
      @lynes2peters438 3 года назад +1

      a little esp is not capable to do something like this, to much data, to little process power...

  • @VG-re1bj
    @VG-re1bj Год назад

    Thanks a lot!!

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

    After changing ssid and password it is showing original ssid only not new.

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

    Connecting after Chang ssid and pass but not connecting to internet

  • @mcz2220
    @mcz2220 4 года назад

    Do you have any Example for ESP32-CAM?

  • @sandeepkumar-eu3pv
    @sandeepkumar-eu3pv 3 года назад

    great video .
    well explanation ............
    thank you.....

  • @fyza1350
    @fyza1350 4 года назад

    My wifi module kept on searching until no end ..how to fix it?

  • @burhanuddinbhiwaniwala618
    @burhanuddinbhiwaniwala618 3 года назад

    GREAT VIDEO sir.... I was thinking is it possible to use Nextion display to enter WiFi credentials without hard coding or without creating a Soft AP

  • @AliRaza-ui1gn
    @AliRaza-ui1gn 3 года назад

    Thanks V helpful

  • @Abhishekyalla
    @Abhishekyalla 4 года назад +1

    Bro pls make a bidirectional home automation without display and Google and Alexa home automation in one Arduino plss...

  • @alokbiswas7003
    @alokbiswas7003 3 года назад

    Wifi connected but not access internet.what can i do???

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

    great work👏

  • @muruganjo3931
    @muruganjo3931 3 года назад

    Super tutorial can I use this code for blynk app

  • @DevSky
    @DevSky 3 года назад

    thank you so much

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

    super bro

  • @DevSky
    @DevSky 3 года назад

    while(true){
    print("Thank You So Much Sir ");
    }

  • @syeddaniyalali7971
    @syeddaniyalali7971 3 года назад

    Nice 👌🏻

  • @ayushchoudhari7454
    @ayushchoudhari7454 4 года назад

    serial monitor is not showing any progress

  • @Naveen.993
    @Naveen.993 4 года назад

    How to delete a coding in esp 8266

  • @Aashutoshkumar-xu1zy
    @Aashutoshkumar-xu1zy 3 года назад

    if you hindi, kya aisa ho sakta hai ki maine ek smart bulb liya wo samrt bulb alexa or google se kam karta hai or uske company app se jo ki wifi credintials mobile se change ho jata hai to puchna chahata hu jo code iss smart bulb me work kar rha hai hai use mai apne arduino ide app me backup or us me se code nikal ke ardiuino ide ke page me copy kar sakta hu
    if, you know english
    how i get out working code from smart bulb
    because iwant to make smart bulb like wipro company or other one
    please,please
    reply me on my e-mail:- gaashutoshguta59@gmail.com