Enter Blynk Credentials Over the Air in ESP32 or NodeMCU board | ESP32 projects | ESP8266 projects

Поделиться
HTML-код
  • Опубликовано: 14 окт 2024
  • In this video I have shown how you can enter the wifi ssid name, password and blynk authentication token wirelessly to your ESP32 or NodeMCU board though your web browser. So now no need to hard code all the things inside the code.
    You can change the credentials anytime you want without updating the code. Have a look......
    Goto Blynk forum for more help : community.blynk.cc
    You can support me and also get benefitted on Patreon :- / techiesms
    Subscribe now to watch some amazing videos coming up soon.
    bit.ly/techiesm...
    _________________________________________________________________
    Important Links
    Goto Blynk forum for more help : community.blynk.cc
    Link for OTABlynkCredentials library & Code :- bit.ly/2VKjbB0
    _________________________________________________________________
    Now you can get free PCB with every order of techiesms T-shirt or techiesms pocket notebook.
    You can buy the merchandise from here,
    techiesms.com/...
    _________________________________________________________________
    Buy the components from here
    Visit my Amazon Storefront for purchasing any components you need for this project or any other project :-
    bit.ly/techiesm...
    _________________________________________________________________
    Subscribe Now :- bit.ly/techiesm...
    You can support me and also get benefitted on Patreon :- / techiesms
    Facebook :- / techiesms
    Twitter :- / imtechiesms
    Instagram :- / techiesms
    Website :- www.techiesms.com
    WhatsApp number :- +91 82000 79034
    _________________________________________________________________
    #techiesms
    explore | learn | share

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

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

    Excellent !!, Actually you're my role model. I am from IT industries and Robotics is my hobby, I learned so many things from your channel. I got interested in robotics because of you only.
    आपके इस कोशिश से कई लोगों का फायदा हो रहा हैI
    If possible please make energy meter on blank platform
    Thanks !!

  • @ankitjain-bv3pd
    @ankitjain-bv3pd 4 года назад +12

    Brother you did wonderful work in this tutorial.
    Thanks for the amazing information and code which u was shared with us
    ...

  • @jynkotech
    @jynkotech 4 года назад +5

    you are one of the best best youtuber in this world

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

    Very good tutorial, friend, I only have one query ... how can I change the SSID, PASS or AUTH TOKEN over and over again, in case you go to another place that has another WiFi, please ... kind regards

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

    I had to add a line in your code, because the AP was not turning off when the NodeMCU was connected back to the WiFi. I added WiFi.softAPdisconnect(true); in the credentials_get() fuction, and now it's fixed.

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

    very good idea, I want to ask what if we use a server other than blynk for example using a local server using an ip address? which part should I add the program to my local server?
    Thanks sir

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

    i have a problem in this code during compiling it shows "error compiling for board nodemcu 1.0 (ESP-12E MODULE) please give me a solution

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

    Hi Sachin great job👍.
    The reason why your esp8266 doesn't get auto reset is you need to use ESP.reset and not ESP.restart

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

      (ESPAsyncWebserver.h : No such file or directory )
      Dear friends this problem occur
      Kindly plz help me
      Thanks a lot
      How can i add this Library i can't found it on library manager and chrome

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

    Sir can you make video on Blynk 2.0 on same topic

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

      They already have this feature BUILTIN

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

    great job! but I wanted to know can I use this code for the home automation project as shown in one of the videos where u use siniric to control over the product for manul with feedback, can u let me know if it's possible that we can remove the blynk libraries and use siniric to type myApi key by air to esp32.

  • @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

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

    Such an amazing achievement that you share with us. I am glad to thank you to give helpful and creative ideas. I am waiting for the same thing possible with the internet and manual control of home appliances.

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

    In the esp8266 node MCU in which pin the button and GND should be connected ?, please and in the case of the esp8266 01S, also where does the button go? ... thanks.

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

    Thanks very much for the very useful code. FYI I had to install the AsyncTCP library from Github to get it to work. Regards

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

    Great break down of the code . Only one question is there a way to autoreset?

  • @pawankumar-xv9lu
    @pawankumar-xv9lu 4 года назад +2

    Brother, you really won my heart I was finding this solution for very long, and here you go.
    I will really support you.
    I just need one more help from you, can you make a Blynk code to work without the internet, actually, I was trying to build my project with ttp223 touch switches with Blynk app, both are working side by side means when I turn on the touch switch the button in Blynk app get turn simultaneously on and vice-versa.
    But this only happens when the Blynk app is connected to the internet, without internet even the physical touch switches are not working.
    Can you help me with this - how can I create that project in which the touch switches works with or without the internet along with Blynk app.
    And once again really thanks, brother, one more thing I want your new series on Javascript and Websockets.

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

    Good explanation and you are funny. Can it work with other iOT servers?

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

    Hi,
    First of all, appreciate your hard work and elegant explanation.
    I modified your code to work with Firebase Arduino, at first it didn't work because your code uses ArduinoJson v6.x.x whereas, FirebaseArduino.h is not compatible with this version, rather v5. I had to change your json parsing method from v6 to v5 style. I also added another text input field in HTML to get firebase host address along with authentication token. I tested it on my firebase project, works like a charm.
    However, I found that the reset button method doesn't work, once the credentials are stored, reset will erase the EEPROM data successfully, but would not start AP again. Code always gets true return from _testWifi(). I checked it by forcing false return in this function, it starts AP then.
    Can you check again if it is working smoothly in your code? or can you help resolve the problem?
    PS: you can make a video with firebase credentials instead of Blynk, this is missing on youtube, would be useful for audience.

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

    Where van I download the first library ESPAsyncWebServer? I have an error, it's missing library. Pls help me!!! Great video!!!!

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

      Hello, I have the same problem, if you managed to solve it I would appreciate your help.

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

      same issue if find solution please help

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

      same problem but i solved it just by installing another library to arduino IDE github.com/me-no-dev/ESPAsyncWebServer.git

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

      @@ehtishamliaqat9510 try installing library from github.com/me-no-dev/ESPAsyncWebServer.git it worked for me

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

      @@abdulrehmankhan5427 I have a problem.At last when i connect to the wifi by 192.168.4.1 blynk app can't connect to the wifi.So I can't control anything. How to solve this problem.
      when I connect it to the wifi blynk app means the phone which has installed blynk app is everytime connect to the same wifi ?
      And I connect to the 192.168.4.1 server to the other phone ?
      Please help me 😓

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

    First of all, Merry Christmas. Excellent contribution to the esp8266 module. I have a problem when loading the code, I can delete the eeprom, could you explain how it is done? Thank you very much.

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

    Also I am junior full stack developer so I understood you very well and I would love to see more explanation about code :) It's easy to when you explain :+1

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

    thank you sir, very helpful code.. it means no hard coding again just reset then put again the credentials is that right sir techiesms?

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

    There is already a library called Wifimanager. And also a OndemandPortal example. After watching the entire video i felt that was more handy with automatic portal login especially on iPhone's. I did not find anything new in this. Correct me if i am wrong. I am not trying to say that the tutorial is useless or anything negative, just my opinion on it.
    Can you please make a tutorial where in we can control multiple esp8266 boards with ESPURNA firmware? Because to control individual boards we need to login to its AP every time and its annoying. If you make a tutorial on this it would be helpful, and also explain how to schedule devices.
    Thank you.

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

    this procedure works for ESP8266 01S ?? and as it is possible to do it, to see if you can send me some information, please. Thank you.

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

    how can i add code to make it reboot after say 5 mins if in access point mode? for example we have many power cuts my arduino board will boot up faster than my router and i don't want to have to go around and manually reset my board all the time? as it will be outside as using it as a water tank sensor. also can i make it so it only changes the wifi not the char auth? thanks in advance.

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

    No job bro I can't afford to subscribe your plans .but this is the channel which I daily use to check for new video

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

    Wow, it is what I want to do and just wonder how long I need to work on this. Now, it is 1 min work. Thanks so much.

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

    Bro you did wonderful work in this tutorial.
    Thanks for the amazing information and code which u was shared with us.
    Can you please make tutorial using android app using mit app inventor.

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

    Awesome work bhai, it is really a very cool and useful feature. I am hoping to see more videos on NodeMcu. More power to your work. 🔥❤️🤓

  • @dr.hrituraj
    @dr.hrituraj 4 года назад

    Well real hardwork goes behind this kind of effort...
    👍👍👍
    Super Thumbs up....
    Your Passion can be seen...

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

    I love your projects, incredible , wonderful. Totally worthy for IoT projects. Thanks

  • @dr.hrituraj
    @dr.hrituraj 4 года назад

    May be exploring javascript library more has a way out...
    Javascript library modification can just be awesome brother..

  • @rajeshbiswas6003
    @rajeshbiswas6003 4 года назад +4

    Sir please you continue to making the searise 😄❣️

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

    Hello Bro, it is a great work and brilliant idea. I wish you can teach us on how to fill in Static IP, Gateway, Subnet, DNS1 and DNS2. Thanks a lot for your kind sharing and very much appreciated. if I can fill in Static IP Gateway, Subnet, DNS1 and DNS2, cant wait you teach us all.

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

    Hi, thanks for sharing the splendid video. I was able to do it successfully on a nodeMCU, but the Wi-Fi settings doesn't save after a power offing for some time. Do you think I have done anything wrong? please respond if you have free time. thank you.

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

      Actually now you don’t need to follow this technique
      As the new Blynk app has this feature BUILTIN

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

      @@techiesms so how should I do it?

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

    Yes sir.. jarror...bnaiyega...is pr..
    Video mst h..aj ki.. coding ♥️...
    Thank u sir mne bhi ye bola tha..video bnane ko.♥️🚀

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

    Awesome!! Superb!! I m also searching to connect Blynk with Google assistant..Please help

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

    Great video, this will allow me to share some of my projects because all their credentials are hard coded at the moment

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

    Thank you sir , for this wonderful vedio . sir i have one moew doubt suppose one more time i want to change ssid and passsword how to do that

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

    Please tweak this library so it can be use with ttgo esp32 sim800l. Make a provisions where you can put the ISP name and password and also blink authotoken. Thank you for such a great effort

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

    Great tutorial, and sir.. can you make a video about esp32 login to web wifi? Like after you connect the wifi it request a login on a web.

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

    Any idea how to add switch button to the same setup page of wifi manager?

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

    Yes bro.... Make that series.... Will help us all diy guyz a Lott....!

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

    Great tutorial. Can you make a tutorial to automate curtains/window blinds using blynk and esp

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

    Bro 😎 great project. Can make video on how did you make labrary file .

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

    Thank you very much Sachin Soni for the beautiful work.
    A Question: I switched the name esp_ssid and esp_pass but they didn't write to ESP. I tried to erase all the memory, but now only the information ESP_ and the MAC number of the device appears.
    Can someone help me?

  • @hayder.ismael
    @hayder.ismael Год назад

    Is there any way to do so for Arduino IoT Cloud ? it will be super helpful.

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

    Is there any plug in available for Arduino to upload eeprom data Like "ESP32 sketch data upload" or "ESP8266 sketch data upload "

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

    This channel always be rocked.....by creating a innovative projects....
    And my request to make a project by combine this "credentials code" with iot "with and without internet manual switch code" and do a new video for this......
    ""I am eagerly waiting for this new video""

  • @ラオーフ
    @ラオーフ 4 года назад

    please look into WiFi manager with blynk for esp8266 and esp32 and make a video about it. the wifi manager interface looks better

  • @TechnologyWithSaikat
    @TechnologyWithSaikat 4 года назад +4

    Yes sir, creat Java and Web Socket series.

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

    easy to grab ...please do the project with FPGA and esp32 controlling some sensor like temp humidity...

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

    Very great explaination, and waiting for the websockets, js series

  • @Mr.JayantaJi
    @Mr.JayantaJi 4 года назад

    Yes sir, please make a video separate series on WebSocket server and JavaScript.

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

    Can you dynamically change the WiFi ssid ? BY CONDITIONS

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

    Good day sir, I am having a problem, I was able to update my EEPROM with the correct ssid and authentication, and my nodemcu is connected to the wifi but the blynk app still showing my device is offline.

  • @GautamKumar-hd8hd
    @GautamKumar-hd8hd 4 года назад

    Yes Sir i want to learn about Java Script,Websocket and what ever you used in this project.
    So Can you please make that episode.

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

    Hallo Techiesms,
    First of all : Verry good Job!!! Thanks for your work.
    Does this works also , if i am using my own Local Bynk-Server.? And not the Server inside the Cloud. And if it is so. What I have to change in your Code to get it up and running.
    Thanks in Advance for your help.
    Regards Juergen

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

    Thank you. But now This old blynk is closed na ?
    Only Blynk IOT V2.0 only Available.

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

    Man I linked nodemcu with my air cooler but with only my router credentials. But it will help me alot to change that credentials OTA

  • @simon.pasino
    @simon.pasino 4 года назад

    Hi, when I press for more than 4 seconds the reset button on my NodEMCU ESP-32S don't erase the SSID, password and token information. From the serial monitor, the board try to re-connect to the previous input data loaded.

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

    is it possible to implement the reset using code? how can I do that?

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

    Nice & Hard work.No any other video like this on youtube on this topic

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

    Hello... can i know how to add oled display for this code

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

    omg!! why this video is not bilion :( I don't know to how to thank you bro. You well done work and explained well :D Thank you very much

  • @dr.hrituraj
    @dr.hrituraj 4 года назад

    Just a Suggestion....
    Why r we Restricted to Blynk...
    Firebase can also provide the only thing Blynk provides...
    AUTH TOKEN !
    Why not get real-time data from firebase database instead of Blynk servers.
    This gives a wide scope for Android studio made apps to be connected to esp8266...

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

    Does this work with devices which aren't driven by Blynk but another application?

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

    Hi... very nice project and very useful..looking more projects from you

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

    sir, please tell us how you converted the image to an array for your m5stick c

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

      Bhai aap ke pass yh OTABlynkCredential library ka link hoga

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

    my nodmcu esp12-E Dosen't support this code.what i need to change for using this code?

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

    great .. that's what I've been looking for for a long time.. it has worked for me you are a great person thanks, the only thing different is that it doesn't show me the name that I choosed in esp_ssid but it shows me esp-async

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

      I am in the same situation. Were you able to change the esp_ssid and esp_pass?
      If so, could you tell me? Thank you so much.

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

      @@drcanalli no, I couldn't change it

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

    Dear Sachin.
    I included the zip folder named OTABlynkCredentials.h which i downloaded from github.
    but ,when i try to verify the code it shows specified folder/zipfile does not contain a valid library???

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

      Download the zip file provided by the techiesms in the link given in the video description.You don't need to download any seperate 'h' file, all the three files( .h, .ino and .cpp) are included in the zip file.Try to keep.ino, .cpp and .h files in the same folder, and then open the.ino file and after the program is opened up in arduino ide make sure all the three files are opened together.

  • @Ashok-tm5bz
    @Ashok-tm5bz 4 года назад

    Yes. We need that series

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

    Thanks sir your explanation and demo is superb

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

    Very nice an useful! However, I am unable to use any other pin for the erase button . Only pin 0 works. If I set the erase button to pin 4 for example, the program is erasing the SSID, PW, and auth token immediately after writing them to eeprom. Can I use any other pins for the erase button?
    009:34:11.834 -> Wrote: S
    09:34:11.834 -> Wrote: d
    09:34:11.834 -> Wrote: P
    09:34:11.834 -> Wrote: V
    09:34:11.834 -> Wrote: a
    09:34:11.834 -> Wrote: R
    09:34:11.834 -> Wrote: y
    09:34:11.834 -> Wrote: i
    09:34:11.834 -> Wrote: 3
    09:34:11.834 -> Wrote: -
    09:34:11.834 -> Wrote: H
    09:34:11.834 -> Wrote: Z
    09:34:11.834 -> Wrote: _
    09:34:11.834 -> Wrote: l
    09:34:11.834 -> Wrote: F
    09:34:11.834 -> Wrote: -
    09:34:11.834 -> Wrote: 4
    09:34:11.834 -> Wrote: 8
    09:34:11.834 -> Wrote: C
    09:34:11.834 -> Wrote: 3
    09:34:11.834 -> Wrote: W
    09:34:11.834 -> Wrote: i
    09:34:11.834 -> Wrote: T
    09:34:11.834 -> Wrote: v
    09:34:11.834 -> Wrote: -
    09:34:13.941 -> ets Jun 8 2016 00:22:57
    09:34:13.941 ->
    09:34:13.941 -> rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
    09:34:13.941 -> configsip: 0, SPIWP:0xee
    09:34:13.941 -> clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
    09:34:13.941 -> mode:DIO, clock div:1
    09:34:13.941 -> load:0x3fff0018,len:4
    09:34:13.941 -> load:0x3fff001c,len:1216
    09:34:13.941 -> ho 0 tail 12 room 4
    09:34:13.941 -> load:0x40078000,len:10944
    09:34:13.941 -> load:0x40080400,len:6388
    09:34:13.941 -> entry 0x400806b4
    09:34:14.222 -> 4
    09:34:15.222 -> 3
    09:34:16.232 -> 2
    09:34:17.215 -> 1
    09:34:18.247 -> Erasing...
    09:34:18.247 -> clearing eeprom
    09:34:18.247 ->
    09:34:18.247 ->
    09:34:18.247 -> Reading EEPROM
    09:34:18.247 -> SSID:
    09:34:18.247 -> Password:

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

    Now i know how the wifi smart bulbs work.. Thanks bro..😍😍😍

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

      Congratulations🎉

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

      @@techiesms
      Hi sir could you give us the IP address of the phone

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

    but to run this we need dual channel network acceleration, as the blynk needs mobile data and the node mcu needs wifi.
    is there any other solution for this?

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

    thats mux in relay? so it cannot run more than one relay or its a io expander?

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

    honestly this is one of the best tutorial videos i have seen.... Got a lot of insights.......... please i will love to connect with you, how can i be able to connect with you

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

    Bro which button push to erase credentials of wifi ssd and auth token

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

    Yes, Sachin Sir, Create Java and Web socket series... :)

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

    Nice sir i try and use 1 button in blynk to reset credential password working verywell

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

      But i want that button press for more then 4 second then password reset and also their is link so that on click we can open web 192.168.4.1 on single plateform like in blynk it this possible

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

    Easy explanation. Very useful.

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

    Sir can we display ECG graph in blynk app, if possible please try to make a video on that

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

    you are great. explained every thing very well.but ,how can i add this library to my Arduino IDE????OTABlynkCredentials.h

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

    on my arduino idea there is an error when uploading the program
    Error compiling for board NodeMCU 1.0 (ESP-12E Module).
    please solve my friend

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

    Your videos are very helpful! Thanks alottt

  • @er.durgeshsahu707
    @er.durgeshsahu707 4 года назад +1

    Hi bro,how r u?
    bro can you help me,
    plz send complete code,
    like as showing in your laptop as it is...

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

    Nice. Can you make Driver drowsiness detector using raspberry pi and webcam

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

    i have one question sir. i can not use this code for esp32. how to do sir?
    thank you

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

    Thank You dada. I am looking for this code form many days ago. Thank you so much. I am able to include this code to my 4 Chanel relay with push button,.

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

      yay dosra usa blynk ka code kaha say download karna hay koi bta sakta hay please?

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

      great, but can you give the code

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

    You got amazing tutorials bro keep it up!!!!

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

    You are awesome brother. It is really a great video to learn from

  • @krishnakoppisetti3922
    @krishnakoppisetti3922 4 года назад +4

    You're a genius! ❤️

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

    Yes sir, is working but, if i delete eeprom from button, i cannot connect second time to remake the connection. And i have a question: I want to use with a local server, where can i change server and port?
    Thank`s!

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

      Same thing happened for me. The solution is to call the the function which makes Nodemcu as AccessPoint, just below the line of code which calls the eepromclear.
      Then re-upload the code and it should work fine. Make sure you press the reset button if you want to clear the eeprom to add new credentials and immediately press and hold the eeprom erase button for more than 4 seconds.

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

      @@RoyalTech_2024 Could you explain to me in more detail because I'm new to programming, please?

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

    ya bro teach us Java and Web Socket series... Thank you for this detail code explanation.

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

    what a great man. love your work sir. Thanks aa lot

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

    Really superb sir ,pls make tutorial on html and js pls.Really good content,which iam searching for, superb sir..

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

    great project can u help me how to implement this in sinric pro code.

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

      I trepeld everything in the code but I'm getting error
      In sinric pro has app key, secret and device ID please help

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

    Compiling Ota credentials lib. Is facing difficulty. Getting error in compiling for board nodemcu, can you help