Nice, but you can do as well or, in my opinion, better with the WiFIManager library for ESP8266: 1- It does not require a mobile app, you can configure it from a browser 2- It stores the credentials in non volatile memory so you don't need to reenter them 3- It works well with ArduinoOTA, which allows you to upload program updates via WiFi 4- I am weary of using a mobile app, where I cannot see all the code and I cannot be certain that it will be updated and work with the next version of the OS.
@vishnudileesh12436 жыл бұрын
Any help on doing the same with mongoose os? Thanks
@achhintkumarupadhyay43635 жыл бұрын
Could you please explain how to do the same thing using WiFIManager library ?
@LatinDanceVideos5 жыл бұрын
Thanks for the tip. This looks promising randomnerdtutorials.com/esp32-over-the-air-ota-programming/
@ghazaleahmadi57294 жыл бұрын
is it possiable to use this library for esp32?
@BrianLough6 жыл бұрын
You should check out WiFi Manager (search for esp8266 wifi manager) - It will try connect to the last used WiFi details - If that fails it will create a new access point which you connect to with your phone - You then open your web browser on your phone and it will redirect you to the page automatically, put in your wifi details. - It will then restart your esp8266 and repeat the above So it doesn't require an app or it only asks for details when its needed.
@utkarshdeoli8 ай бұрын
well but app is more convinient if you want to make a fullfleded product you can just program an app and everything in that app so that the coustomers don't need to close the app
@boontecklee33614 жыл бұрын
Very helpful video. I have 2 questions: 1. If I have a network of 3 or more ESP32, how do I direct the settings to each of them? 2. How can I protect the ESP credentials from being changed by unauthorized person with the same method?
@billcaruso70503 жыл бұрын
Thank you! You always make tough problem solutions easy to understand and implement! Now I can, thanks to you, deploy an ESP8266-based wifi product I have been thinking about for several months!
@bibekthapa11542 жыл бұрын
in my case, it is working but whenever electricity is gone, it require ssid and password to be inject.
@ashvlogs65564 жыл бұрын
ESP8266 Nodemcu i have sucessfully finished all the steps correct connected it to com 6 because while connecting to com3 it was showing error 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 ale to help me Also now when I am seeing the WiFi name is also not available and when I tried re uploading the code in 0x00000 etc and redoing still not working pls help me
@jesperkped6 жыл бұрын
Yeah, I just hope you don't get uninvited guests that reconfigure your devices. If this was to be an option in my home, there had to be some sort of administration check to allow for the change of the wireless settings.
@techiesms6 жыл бұрын
Most useful video for our iot projects, isn’t it? I mean what can me better than not at all entering the wifi credentials. Just change it anytime on the go😉
@princechauhan33636 жыл бұрын
techiesms yehh....
@DNYTechnical6 жыл бұрын
Kya every time wifi details ko upload karna parega ya Akbar upload karne me bad next time tak wo rahjayega
@jeevakkuwar3 жыл бұрын
Can this work with esp32?
@MrTalhakamran20064 жыл бұрын
So what will happen when the board will get powered off and is powered on again. Will it remember that user id and password. Since you provided the ssid and passwd in setup via cellphone when it will restart will it be waiting for your cellphone to send the wifi password?
@subhabratabasu2665 жыл бұрын
But in any case if the esp8266 get turned off After turn it on again the esp8266 doesn't connect with the previous wifi automatically So if you have any solution regarding this please tell me
@jynkotech4 жыл бұрын
Sir this video is very help full for me and can you tell me that in which variable you saved the ssid and pass so I can later be use it for my blynk program.
@SafdarMunir2 жыл бұрын
Can you guide about how a smart switch works(like sonnoff ) how they connect the board with mobile app then upload the wifi crediential
@dansarduinoandespprojects37953 жыл бұрын
If esp get disconnected from main power then one have to again enter wifi credentials. Is there any way to save it and change it only when required
@zafariqbalpatel18214 жыл бұрын
But 1 problem I found every power on I needs to set password... could you please help me on same
@kmrkmr25266 жыл бұрын
how to change the code so that my device will enter into a.p mode only if it could not connect to previously stored ssid?
@ingenierocristian3 жыл бұрын
Hi, I need to make an I2C communication between an Esp 32 and Esp8266, where can I find info about?
@jayakrishna-xx4io4 жыл бұрын
Very productive but if we do so any one can misuse ours.. And I have a dought brother..is it necessary to replace the code to connect with the app or we can directly connect to it
@varunaggarwal15103 жыл бұрын
I want to build my own app(using react nstive) to do the same alongside remembering the IP or use mDNS or some other means to avoid static ip config.. any help please
@mail2abir6 жыл бұрын
Can you make a project on 3 ways smart switch? The switch can be operated by manual 2 way switch (a physical switch) plus can be operated from mobile plus can be operated by Alexa or Google assistant. It would be great help. No good video available on KZbin.
@mayankpandey36985 жыл бұрын
Did you get any solution for the same?
@TheSalik425 жыл бұрын
Hi, I have a problem. When I connect to the ESP8266 with phone (AP mode) then there is notification on my phone of "no internet access" and no data transfer from phone to ESP. Can you tell me the problem??
@L8rCloud3 жыл бұрын
I want MY app to connect my IoT device during the setup process and I want to choose whether I do it Manually OR Automatically. What is the logic of the Mobile side of things and what should I be searching for in Google? Much appreciated if anyone could point me in the right direction. (happy to do the work myself - Been looking for a week but I don't have a clue what to look for) Thanks!
@tushthushan55903 жыл бұрын
Is there no way to stop the reset on a power on ?. Because all the relays are on.
@jithin_isaac6 жыл бұрын
hey great work! but this process needs to be done everytime the esp is reset/powered off right? Isn't that not serving the purpose finally? can the entered ssid and password be stored into the memory of the esp in some way?
@techiesms6 жыл бұрын
Yes we can store it in eeprom But see, all this depends upon the application of your project For some projects, my code will perfectly work While in some other your idea will work
@jithin_isaac6 жыл бұрын
techiesms yeah that true.. We can put the smartconfig code under an if loop and call it whenever we want to change the ssid-password by the click of a extra button placed on the pcb.. and then store these credentials in the eeprom.. thanks!
@techiesms6 жыл бұрын
Yaa exactly That’s the perfect process
@gowthamrajg40045 жыл бұрын
@@jithin_isaac Great Thanks
@gowthamrajg40045 жыл бұрын
@@techiesms Is there any other process in which we can able to do smart config without extra hardware like switch or push button. I need to connect esp8266 with already connected wi-fi and in parallel it have to scan for any new smart config request. Is it possible?
@CharudattUplap4 жыл бұрын
Why don't you use this WiFi Manager in All your current project ? You can also use the Blynk Token Add on
@nubx30363 жыл бұрын
what kind of import duties you have to pay for an order from jlcpcb
@jaspindersingh80196 жыл бұрын
which driver you used to make communicate between your pc and esp8266 i've IDE but no driver for windows pls reply
@techiesms6 жыл бұрын
kzbin.info/www/bejne/mqO9goaqhM-jnas Watch this
@mahesh_d6 жыл бұрын
Please help me as the problem is, whenever the esp8266 turns on / power came, it triggeres all the relay to high state. That cause all the switch to turn on. Please tell me the solution
@webslinger20114 жыл бұрын
If we can change the ssid and password, how to prevent others from using the same app then hacking into my setup by just doing the same?
@JayGamzTV4 жыл бұрын
How to buy your pcb board? Do you have a extra pcb sir?
@Bikram34584 жыл бұрын
Hi.. Nice one. Can u plz share how to push configuration to Nodemcu or Arduino board through an c# or any other windows application.
@matejhlaca51716 жыл бұрын
If I understnd well...every time the esp rebot (was disconected from power and reconected) you need Smart Config to put the credentials into esp??
@techiesms6 жыл бұрын
Yes, you got it right But in case you want one default wifi credentials for our esp to get connected with you have to enter the credentials in the program and put a condition like If we are getting nothing from smart config for more than 1 min then connect to my default router
@romeosiera51885 жыл бұрын
@@techiesms could you make video of this?
@rishabhlavhale30966 жыл бұрын
Awsm project sir... I had a question.. Whenever we turn on the project every time we need to enter the password ?? Or we can enter only once and switch many times with the same password without entering next time..
@techiesms6 жыл бұрын
No for the code which I have uploaded You have to enter wifi credentials every time you turn on esp
@parveensharma15583 жыл бұрын
Thank you… If I create own app then what will do in coding Please help
@musabaybek19575 жыл бұрын
So good video, thank you. But the thing that I didn't understand is how the esp8266 gets the wifi credentials from the phone application. As I understand, esp8266 was not in the Access Point mode and also was not connected to internet by any way. So, how the phone app was able to send credentials to the microcontroller?
@ashwini57753 жыл бұрын
It is in station mode
@ishanisengupta98075 жыл бұрын
I am facing two problems 1. getting an error:espcomm_upload_mem failed 2. don't have any access to adafruit please help
@kish00n4 жыл бұрын
Do I have to connect the board to wifi manually, Everytime I power it up?
@MrTalhakamran20064 жыл бұрын
I have the same concern. I wish esp8266 had a non flash memory which user could have access to ;)
@technokhan74293 жыл бұрын
@@MrTalhakamran2006 it has. there is another method to do so . search wifimanager for esp. but it doesn't have any fancy app, you have to access the configuration via webpage
@soovui6 жыл бұрын
Hi Superb, I got a question. If I successfully connected for the 1st time, do I need to do the same time every time the esp reboot or reset?
@techiesms6 жыл бұрын
Yes For the code which I have uploaded on GitHub you have to
@jimb0326 жыл бұрын
techiesms really? Why not store it to the eeprom and if it can't reconnect then start the hotspot. It's easy. Code already exists for that-its been done many times.
@saraha26472 жыл бұрын
Sir, can we encrypt the wifi credentials for safety??
@patelanant27376 жыл бұрын
sir i work on "Home Automation using NodeMCU and Google Assistant | Voice Activated | Blynk, IFTTT, Arduino IDE" this project can you guide me how to use this app on this project.
@princechauhan33636 жыл бұрын
Really.... I have completed this 3 days ago....but it is helpful😍😍😍
@hatimbori17004 жыл бұрын
Hi
@subratadey6 жыл бұрын
Can you make a IR device that can learn my remote codes and using http or mqtt i can control the device? Thanks.
@david7773116 жыл бұрын
Your circuite is so simple and can you Explain about Output leakage of Esp 01 and mini. What about if power switch off and turn on again how can it stable last status. Every power on off esp gives High to Low signal and low to high signal for mili seconds that a bug of esp
@MrInfo-tt1mx4 жыл бұрын
Kindly reply,...anyone using esp config app can change credentials of my esp device??how to make it secure
@M.mahmoudi916 жыл бұрын
Hi my nodemcu not work just error "warning: espcomm_sync failed error: espcomm_open failed error: espcomm_upload_mem failed" may you help me?
@SDPakhtoon6 жыл бұрын
how we can make communication between 2 ESP8266 modules without internet?
@mashurshalehin49723 жыл бұрын
Will the esp remember the credentials after a power cut?
@user-or1lu3ku3m6 жыл бұрын
So how do you manage security, or is it security by obscurity
@lDragonAzul6 жыл бұрын
No es lo mismo si le creamos un punto de wifi hotspot?
@juv41165 жыл бұрын
Hello,is it necessary to build that circuit in order to change to ssid and password of esp? thank you
@techiesms5 жыл бұрын
Noo
@juv41165 жыл бұрын
@@techiesms Thanks a lot
@mukeshindian10284 жыл бұрын
Thanks for this great effort How to provide SSID & PASS to blynk by adding smartconfg code in setup area?
@soufianechekroud4975 жыл бұрын
firstly thank you for your efforts so can i integrate this code with blynk code?
@satyabratdas44025 жыл бұрын
Hllo sir, I want to make the wifi smart config app, could you please guide me and I have been working with thunkable, app inventor, just share with me the blocks.
@ashishmacwan135 жыл бұрын
hey, thank you for making this video. I was upset since last 2 days because of finding the method how syska smart bulb is connected to wifi network.finally after 2 days research I found the logic behind that.
@fl79776 жыл бұрын
What App did You use at 0:14 to controll the esp?
@kmrkmr25266 жыл бұрын
bayya .I wanted to ask the same question since three days.(how to change my code so that i could use the app you used in smallest iot button?) but you answered it without even asking:D
@piduruvenkat86196 жыл бұрын
is there a way to extract the obtained ssid and password and save them using smartconfig??
@aravindhanvivekanandhan56495 жыл бұрын
Hai bro how to do If u couple of esp8266 with smartconfig or more than two esp
@I_am_smooth_as_butter4 жыл бұрын
Bro it's good could you please tell me how to connect it with blynk.. without hardcode password..i can't combine 2 sketches
@discovery88hl6 жыл бұрын
Hi bro, If the power shutdown, when the reconnect power again, we have to smartconfig again wifi?? Right???
@techiesms6 жыл бұрын
Yes But soon I’ll upload another video in which you don’t need to do that again Nd again
@gowthamrajg40045 жыл бұрын
@@techiesms Have you done with this tutorial. Actually i am looking for the same. Can you give me the link.
@j0539h6 жыл бұрын
i dont get it, a sonoff is way cheaper to buy then making it wih these parts.
@francisframil47635 жыл бұрын
good one....can we create an app for mqtt with mit app inventor..???
@TopEndTutorial6 жыл бұрын
If there are four to five nodemcu than how to smart configure
@mail2abir6 жыл бұрын
Excellent! I have a question. I want to make project where I want to control all switch in a switch board. Planning to use Wemos D1 mini with 4 channel relay. Can one Hi-link AC to DC 5v converter provide sufficient current to all components?
@techiesms6 жыл бұрын
Yes
@techiesms6 жыл бұрын
Make sure you use the relay board which works on 5v
@mail2abir6 жыл бұрын
Thanks a lot for the guidance.
@BubbleBassBackShots6 жыл бұрын
Can you give a step by step tutorial on how to turn an led on and off via esp8266 and Arduino Uno from an app
@NCREATIONS74 жыл бұрын
Are but where to upload the code?
@philbowles32405 жыл бұрын
Solution without problem: a lot of decent firmware alredy allows AP mode that can easily be accessed by any web browser
@AntoniusTeixeira6 жыл бұрын
Very nice project. Congrats. Any chance to share the gerber files for the pcb? Thank you
@techiesms6 жыл бұрын
100% chances Give me your mail id
@AntoniusTeixeira6 жыл бұрын
antonio.j.teixeira@gmail.com Thank you very much.
@soumndl6 жыл бұрын
What to do if I want to update ssid and password???
@varunsahni78255 жыл бұрын
Can u please give the schematic of your pcb.
@ppkcreative6 жыл бұрын
Wonderful!! Can you share the Gerber file link for the PCB ?
@hassanahmad95973 жыл бұрын
is that app available on ios devices?
@saikrishnabendalam23756 жыл бұрын
Very nice better than uploading code everything time
@indiantiger44886 жыл бұрын
Bro is it even possible to handle the credentials for Esp826612e (Nodemcu) ??
@techiesms6 жыл бұрын
Yes definitely The same code will work
@subhabratabasu2666 жыл бұрын
Can I do same thing with ESP 32 ??
@tusharsuryawanshi61004 жыл бұрын
APPLICATION NOT ABLE TO DETECT SSID
@nishantpandey47804 жыл бұрын
how to add the 4 relay by this ic?
@parasnathbumb65646 жыл бұрын
How to use eeprom of esp8266 and sort ssid and pass and config ip addre
@techiesms6 жыл бұрын
You can use the example code of eeprom inside arduino ide
@GarvThakkar6 жыл бұрын
Do we need to connect to WiFi everytime with espwifi config app
@techiesms6 жыл бұрын
Whenever you turn on the esp you have to follow this step
@oscargr_6 жыл бұрын
There are better ways. I made a internet clock with a small TFT display that I can switch into "setup" mode if I need to switch it to another WiFi network. I copied that part of the code from internet, not claiming it's my own. Basically the trick is to store the credentials in eeprom at runtime. So next time you power on, it checks if credentials are stored. If yes, use those, if those can't connect, go into "setup" mode.(where you can change credentials and store those in eeprom) Google is your best friend.
@njoyaahmed23603 жыл бұрын
how to send a data on esp8266 please?
@mohammadanish13803 жыл бұрын
Esp 8266 Sir mobile se programming ki video banao please sir
@shivam30205 жыл бұрын
will it work for node mcu?
@GurinderSingh3 жыл бұрын
Can I use without internet
@princechauhan33636 жыл бұрын
Late night.... I'm waiting for your video 😂😂😂
@faisalmaulanasafii94223 жыл бұрын
good job brohh, really nice video, help my project a lot 👌
@thenewtechguy85265 жыл бұрын
Don't really see the point of this. This is not secure.
@SafdarMunir2 жыл бұрын
Thank you for this great video
@Elpoyoloco15 жыл бұрын
How to do this on a raspberry pi 3 b ? im running android things
@homoud.alyahya5 жыл бұрын
Petros Petrakis have a look to this for RPI randomnerdtutorials.com/esp32-over-the-air-ota-programming/
@AhmedEu4 жыл бұрын
Will it work with esp12
@neerajantil98906 жыл бұрын
Sir mqtt stop working after 2 hours . What can i do?
@techiesms6 жыл бұрын
You need to give a ping at regular intervals Otherwise the connection get closed
@neerajantil98906 жыл бұрын
techiesms sir could u please send the code for that ping command
@SolutionFinder5 жыл бұрын
Can u send PCB file..??
@prashantuniyal6 жыл бұрын
Its really very helpful. Thank you so very much mate :)
@aravindhanvivekanandhan56495 жыл бұрын
If u have any project like hub based esp8266 cone ft nearby esp device like QR code
@taranagnew4365 жыл бұрын
will this work on a NodeMCU too?
@techiesms5 жыл бұрын
Yes
@MANISHGUPTA-fr6ik6 жыл бұрын
Grt videos sir Sir plz give a tutorial for pcb making softwares
@TechnologyWithSaikat5 жыл бұрын
Sir, can we do this on node MCU?
@techiesms5 жыл бұрын
Yes
@bhaumikpatel87973 жыл бұрын
Sir pls provide garbar file for pcb.
@033_subhodiproy35 жыл бұрын
Pcbs are not of $2
@Nithin78606 жыл бұрын
Thank you so much Sachin...
@xgrapher5 жыл бұрын
nice! very helpful video
@praveentechnical6 жыл бұрын
is it possible to connect to same mobile hotspot ?
@techiesms6 жыл бұрын
Means?
@praveentechnical6 жыл бұрын
smart config will scan only avilable ssid right i switch of wifi scanning and switched on my personal hot spot ....then i opened my esp8266 config app ..trying to find my hot spot...
@techiesms6 жыл бұрын
No no You can’t do that You have to connect with external router