Esp8266 WiFi Module setup using Arduino Uno || ESP8266 Blynk || IoT Project || uElectroPro

Поділитися
Вставка
  • Опубліковано 10 вер 2024
  • Hi! In this video I will show you how to getting started with esp8266-01 WiFi module and make a simple LED light controlling project using Arduino, ESP8266 and Blynk App
    00:37 Circuit Diagram
    00:42 Remove Atmega328P
    Remove Atmega328P Because we directly want to communicate with esp8266 through serial monitor(as USB to serial convertor), not from the atmega328p
    00:55 Make connections (for esp8266 communication)
    01:18 Check Arduino Board and port
    01:30 Open Serial monitor (set baud rate and Both NL & CR)
    By reconnecting the GND wire of Esp8266, it will print the "ready" on Serial monitor that means now it is ready for AT commands. First I write some AT commands to test esp8266 and then changed the baud rate of the ESP8266.
    02:04 Change Baud rate of esp8266, write AT+UART_DEF=9600,8,1,0,0
    03:07 Download the Blynk App and Libraries
    06:21 Make connections for final setup
    07:26 Setup the Blynk App
    09:19 Source code
    10:50 Make some changes in code and upload
    13:15 Done!
    Note: If you are getting esp not responding then first check the TX and RX connections and make sure wires are not loose and broken. Second check the baud rate.
    Code: drive.google.c...
    Schematic for communicating with esp or changing the baud rate:
    drive.google.c...
    Schematic for final setup:
    drive.google.c...
    Home Automation using ESP8266 : • ESP8266 Home Automatio...
    Subscribe our channel : / @uelectropro
    Like us on Facebook: / electronic-projects-15...
    I hope you Like this video. If so
    don't forget to Subscribe and if you have any question related to this topic then feel free to comment
    uelectropro
    -------------------------------------------------------------------------------------------------------------
    esp8266 tutorial,
    esp8266 arduino,
    esp8266 projects,
    esp8266 wifi module arduino,
    esp8266 code,
    5$ arduino wifi module,
    esp8266 01

КОМЕНТАРІ • 378

  • @ThePayanazo
    @ThePayanazo 5 років тому +51

    Works perfectly . . . .some notes:
    1.- In order to see the new libraries you have to restart Arduino Application after you copy the files.
    2.- I had to create the folers for tools manually, in windows 10 is a little bit different.
    Everything else is very very clear. I know my notes are stupid things but it may help noob people like me.
    Thanks man for your job you really helped me a lot, appreciate.

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

      Really those are few but can take a lot of time to get solved.....
      Appreciate your help.👍

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

      @Mayank Bhadauria make a " Tools " file from yourself .

    • @DavidHernandez-lp1oc
      @DavidHernandez-lp1oc 4 роки тому

      Hi There Jesus... thanks for the explanation...
      I'm having a slightly different problem, I managed to load into my ESP8266 the example of 8266 WifiScan and it works perfectly, the problem is that I don't know how to follow the steps in this tutorial, because although WifiScan is working on my ESP826601s
      It does not respond to AT commands.
      Do you know a workaround or what should I do??
      Cheers!!

  • @nimeshsaveendra6541
    @nimeshsaveendra6541 3 роки тому +8

    Spot on ! it works ! nice work!
    One suggestion : instead of remove the chip from UNO board, just connect POWER:RESET pin to the GND (I used GND pin at digital IO pins side). it gives the same effect while keep the chip untouched.

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

      hello can u tell me what the power:reset pin is? it is the 3v3 and RST pin on the esp?

  • @farhanzia9941
    @farhanzia9941 5 років тому +15

    This is one of the best videos on UA-cam to connect Arduino to the Blynk. I was looking for the tutorial for the past 6 months. NodeMCU can be connected very easily but Arduino Uno is a little bit tricky.
    So thank you so much for your support and tutorial. Really appreciate the work.

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

    This is the most accurate explanation out of all the garbage uploaded over UA-cam!! :))
    Accurately explained how to connect Blynk via ESP8266 ❤️
    Thank you so much :)

  • @rasekeitimohlomi7712
    @rasekeitimohlomi7712 4 роки тому +5

    works perfectly with Arduino Mega, just change (2,3) to (11,10)

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

      thanks, bro, you helped me! just realized that mega pin 2&3 are not supported for software serial

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

      @@arduteknik6126 how can you remove microcontroller in arduino mega

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

      @@tabarkbasim9015 no I didn't, I actually still not understand how the microcontroller system work, but in this case I just removed the jumper wires from Pin 2&3 (which commonly used in other types of Arduno like UNO or Nano) and plugged it into 11&10

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

      Can u help me please. My esp not responding. I tried the 11.10 pin in arduinomega, but it failed

  • @lionellediaz2566
    @lionellediaz2566 3 роки тому +3

    Thanks man! I'd like to add some notes on this:
    1. Instead of just removing your arduino mcu chip, just connect arduino's reset pin to ground pin.
    2. Also take note on the serial monitor part where AT commands were done. I took me few minutes to figure it out why it wasn't working the same until I changed the Newline to "Both NL & CR" and the baud rate from 9600 to 115200.
    The rest was working very well.

    • @luckysuraj1436
      @luckysuraj1436 3 роки тому +1

      Bro you saved me from removing that mcu chip . It was so hard to remove it . I thought I would break my Arduino Uno 😂

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

    Very helpful, I have the esp8266 WEMOS because that was the quickest to get but i still think elements of this video will work with it. keep up the good work.

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

    Thank you, it's working after I depressed my self to find a way to use ESp8266 modul with Aduino.

  • @___itachiedits__
    @___itachiedits__ 2 роки тому +1

    good job bro but I have a note: you don't have to remove the microcontroller you can just put it in the reset mode by connecting reset pin to ground (gnd) and that's it🙃

    • @Hhh-hm7uk
      @Hhh-hm7uk Рік тому +1

      Hello. At the ESP8266 module or Arduino UNO?

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

      @@Hhh-hm7ukin the Arduino or maybe ESP8266 if the reset pin is available

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

    I have a problem .. can help me to solve it ( Error compiling for board Arduino/Genuino Uno.) this massage appears when compiling the sketch, I select Arduino Uno board.

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

    why when i want to verify the code blynk, “error compling for board arduino uno” pops up cant upload :(

  • @Noname-gq2yd
    @Noname-gq2yd 2 роки тому

    I have a question.
    I can change the esp8266-01 for the nodemcu esp8266 connecting the tx and the rx of arduino to the tx and rx of nodemcu?

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

    i cant communicate with my esp...every time i try to reset it oder change the baud rate theres just written error...do you know how i can fix this?
    regards

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

    [598] Connecting to Palonki 3G
    [1612] ESP is not responding
    . but why, help plz

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

    THANK YOU SIR. This video really helped me in my project.

  • @CostGazelle
    @CostGazelle 3 роки тому +1

    If you uploaded any code to esp8266 before, you should flash the firmware of esp8266 in order to work with this method

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

    My esp is not responding
    How to solve this problem
    ?

  • @aliffaizal9562
    @aliffaizal9562 4 роки тому +2

    amazing video sir, looking forward for u to most more like this!

  • @mohammadamiransari14
    @mohammadamiransari14 5 років тому +8

    Please tell me why you removed IC before coding in arduino

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

    last step my serial print show logout not ready(ping: 37ms) then cannot control the led

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

    bro thank you! incredible tutorial. you saved my life jajaja

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

    work perfectly beautiful explanation

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

    Wat if I am using mega not uno

  • @DavidHernandez-lp1oc
    @DavidHernandez-lp1oc 4 роки тому

    Hi What can I do if its a used ESP01s board, and it doesn't respond to AT instructions but it is working with the example WIFIScan
    any help is appreciated!!
    Cheers

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

    HEY PLZ HELP URGENT!!!!
    IT SAYS ITS READY BUT WHEN I TYPE AT ,it shows AT ERROR plzz tell me what should be done ,,trying from 6 months

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

    Why have u connected both transmitters and receivers in circuit diagram?

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

    Please help. I am getting below error when I try to load the blynk code and open serial monitor
    [599] Connecting to SunA6202
    [1613] ESP is not responding

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

      Check esp8266 tx and rx connections

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

    i have a question ;; if i am far away and i will connect my phone to yn other wifi rotor
    , deos it work correctly

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

    Is it possible to control from far away distant if my phone is connected to different network?

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

    hyee , Ive done everything , But how i do connect the esp8266 to my phone?

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

    Awesome. Everything worked nicely from beginning to end. Thanks a lot.

  • @RohitKumar-gr2ou
    @RohitKumar-gr2ou 5 років тому +3

    my ESP is not responding .... i tried the whole procedure almost 5 to 6 times

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

      I again test the circuit and got same problem. Solution for this is that Arduino 3.3v is not enough for esp so you need external 3.3v to 3.6v DC supply for esp and also make sure your connections are good

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

      @@uElectroPro Thanks. That solved my issue.

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

      @@uElectroPro Could you explain more on the solution please? about the external 3.3v...

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

    Thanks you! Of course works great!

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

    am struggling with the serial monitor part keeps getting this, "⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮" and when I remove the esp gnd and put it back it will give me odd shapes/symbols.. I have checked the port and its correct.. do help and advice me what I can do, thanks!

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

      Check the baud rate of serial monitor

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

    I followed the same connections and removed the atmega. Nothing appears in serial monitor. Do you need something before this?

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

      Change 9600 baud to 115200 baud, and change "Newline" beside the baud setting to "Both NL & CR"

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

    Is there no way to stop the reset on a power on ?. Because all the relays are on.

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

      Check out another video about home automation on my channel

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

    why the RX and TX connection no t connectd to RX and TX of arduino ??

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

    Hey can I ask, will wifi module work even when your phone didn't has a SIM CARD ?

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

      Yes, If your phone is connected to internet via Wi-Fi

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

    I have a Problem, it worked until I tried to change my baud rate to 9600, now it shows only garbish on any baud rate. Can I reset the esp in order to do it again?

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

    How many watts should I use for the resistor? Will a 1 and 2 OHM 1 Watt resistor work?

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

    why is #include is no such file or directory?? please answer

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

    works perfectly,thank you so much

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

    how do I do this but instead of a led light I wanna control a relay? thanks

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

      Attach the relay on arduino pin and select that pin in Android app. It's same as controlling LED, just replace LED with relay

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

    No response after "connected to WIFI" the device didn't connect to blynk. What should I do?
    Any other ways to contact you?

  • @arawinsiva1113
    @arawinsiva1113 3 роки тому +1

    Hi there. i'm new to Blynk but must the mobile device be connected to the same internet connection as the wifi module or the mobile device can be connected to another internet connection and control this device from anywhere ?

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

      Anywhere as long as you are connected to internet

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

      @@uElectroPro Okay That's great because i've got a project and i really appreciate your fast reply :D

    • @jagadishgospat2548
      @jagadishgospat2548 3 місяці тому

      How do we configure that in the code?

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

    initially I had problem but if observe carefull it will work. I did it's working fine

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

    Why sometimes my ESP connected and sometimes disconnected with my Blynk apps. Can someone help me?

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

    Why did you remove atmega and then put it again. And also initially TX and RX were 0 and 1 why it also changed? Thx

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

      Atmega328p is removed because we directly want to communicate with esp8266 through serial monitor(as usb to serial convertor) , not from the atmega328p. That's the reason for tx and rx pins are reversed because we are using arduino serial chip

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

    thats helpful thx. but any ways to use its own GUI on pc with C# or C++ with this wifi unit? are there any libraries for this?

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

    hello, i am done with wifi module resetting but error while adding library to arduino as you said in above comments i reset arduino ide but same error getting @
    uElectroPro

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

    hey , will that work without wifi-adapter just by esp8266

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

    Hey I like your project
    I just had a query that is it necessary to put the RX and TX pin on 2 and 3 only on Arduino can't we use it on pin 4 and 5.???

  • @ImranHussain-gg8wb
    @ImranHussain-gg8wb Рік тому

    Bro ye router se connect ho raha ha laik hotspot se connect nhi ho raha is ka kya mtlb ha?

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

    THIS WORK THANKS BROTHER :D

  • @charuzomag-alasin7914
    @charuzomag-alasin7914 4 роки тому

    Can I do this without using resistors and capacitors???
    Perhaps a different circuitry or method???

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

    I seldom comment on a video but really thanks a lot

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

    So I'm assuming this will only work if the phone and arduino are on the same wifi network. What if I want to turn the LED light on remotely across the internet

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

      You can also control it over a different wifi network as long as esp module and blynk app is connected to internet

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

    At 12:46 for me it write "ESP not reponding" and i don't know what is the problem i followed all the tuto :(

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

      Check tx and rx pins connections and baud rate of serial monitor

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

    Thanks a lot! You're the best!

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

    THANK YOU!!! It's working!!! ❤!!!

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

    Hi do i connect a nodemcu the same way?

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

    How to reupload a new code after I ve already uploaded a code on ESP8266? Any help would be greatly aprecciated.

  • @WOW_EDITING
    @WOW_EDITING 3 роки тому +1

    broo please help me my board is not working

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

    After shown ready in serial monitor then i typed a AT command it write error.

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

    In case of ARDUINO MEGA how can i remove ATMEGA IC?
    What step i should take and is it necessary to remove ATMEGA ic.

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

      You can use USB to TTL converter, it's necessary because you need to change the baud rate of esp8266 module

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

    In my connection ready is not showing...plz help

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

    Can i use this module for making a wireless tally light for Vmix ?

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

    ESP8266_Lib.h: No such file or directory
    Please help

  • @Deepakkumar-ct8bs
    @Deepakkumar-ct8bs 3 роки тому

    Work perfectly
    Thanks

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

    HI I ONLY HAVE ESP8266 NOT WIFI ADAPTOR SO WHAT CAN I DO

  • @unknowngamer2412
    @unknowngamer2412 7 місяців тому

    Anyone please tell me that how can i measure temperature and humidity and i wanna display data on application

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

    How can I control multiple LEDs (a LED cube) ?

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

    Plz help i want to make wifi car using esp8266_01 module arduino and motor driver schield

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

    It is possible to used arm7 lpc2148 instead of arduino

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

    Does the mobile phone and esp8266 module have to be connected to the same wifi network? Can i connect phone with mobile data and esp module with wifi?

    • @uElectroPro
      @uElectroPro  3 роки тому +1

      Yes you can use mobile data. It does not matter if they are connected to the same network or not, as long as both (esp and smart phone) are connected to the internet

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

      @@uElectroPro Ok! Thank you so much!

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

    i am getting errors
    Arduino: 1.8.9 (Windows 10), Board: "Arduino/Genuino Uno"
    ardino_port:52:19: error: 'Serial1' was not declared in this scope
    #define EspSerial Serial1
    ^
    C:\Users\punit\OneDrive\Documents\Arduino\ardino_port\ardino_port.ino:61:15: note: in expansion of macro 'EspSerial'
    ESP8266 wifi(&EspSerial);
    ^
    C:\Users\punit\OneDrive\Documents\Arduino\ardino_port\ardino_port.ino: In function 'void setup()':
    ardino_port:52:19: error: 'Serial1' was not declared in this scope
    #define EspSerial Serial1
    ^
    C:\Users\punit\OneDrive\Documents\Arduino\ardino_port\ardino_port.ino:81:3: note: in expansion of macro 'EspSerial'
    EspSerial.begin(ESP8266_BAUD);
    ^
    exit status 1
    'Serial1' was not declared in this scope
    This report would have more information with
    "Show verbose output during compilation"
    option enabled in File -> Preferences.

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

      At 11:00 comment this line and uncomment the following lines and follow the next steps

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

    لما يكون المديول الواي فاي جديد ولكن لو فيه برنامج من قبل كيف نقوم بذلك؟

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

    Should i flash the esp8266 first or no? cuz my esp doesnt showing anything in serial monitor when i type AT

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

      I had this too. but that was because it was set on 9600 baud. I changed it to 115200. it worked

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

      If it's showing an error when you type AT then your esp isn't getting proper power. Use a external 3.3v supply to make it work

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

    Thank you bro. Working Perfectly. But why my blynk application always keep showing "Offline since .." many times a day

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

    Awesome man

  • @AnupKumar-hv8vk
    @AnupKumar-hv8vk 5 років тому

    sir while i am compiling it is showing ESP8266_lib.h : No such file or directory, even after adding blynk library
    ,Please help me....

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

      Did you restart the Arduino IDE after adding library? If not then restart it

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

      Same issue.....well... I've restarted aurdino ide too......still....not working... pls do help out

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

    I did all this many time over, & I still get "ESP is not responding
    ", can U help me Please !!!

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

      SET THE BAUD RATE TO 115200 AND THIS ERROR WILL BE RESOLVED

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

    [14009] Failed to connect WiFi . can you fix it. pls?

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

      Check the Wi-Fi ID and password and try again

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

    Please can this set-up be used for temperature detection also?

  • @bushra-9345
    @bushra-9345 2 роки тому

    AFTER CONNECT TO INTERNET ITS IS SAYING THAT ESP IS NOT WORKING

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

    May i know why we need two 1K resistor at the RX? Thanks.

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

      Arduino outputs the 5v and esp8266 works on 3.3v, so 1k and 2k ohm resistors work as the voltage divider to produce 3.3v

  • @atharvasaney3376
    @atharvasaney3376 3 роки тому +1

    7:25 will this work without the resistors??

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

    will it work without wifi adapter?

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

    How to single phase induction motor Speedway control using smart phone, wifi module, lcd display, speed sensor, and aurdino uno and please help to complete project and program...

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

    it is showing "ESP8266_Lib.h no such file " how to remove this error

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

      At 3:41 download the library ZIP file and follow the rest of tutorial. If you already installed the library then restart Arduino IDE

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

    Hi my serial monitor is not working... what should i do? i try to type AT, AT +RST, etc...it doesn't appear any result.
    Please help me.

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

      Check tx rx connections, and restart the serial monitor. Set baud rate 115200 and both NL& carriage return, and try again
      If doesn't work tell me

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

      No still cannot work.

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

      I followed your same connection, the same procedure but it end up to be not working at the start of the serial monitor tried to enter a lot of times AT, AT +RST, etc but nothing comes out.

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

      Does it show garbage data on serial monitor when you reconnect the gnd wire of esp8266

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

      No nothing at all

  • @william.concursos
    @william.concursos 4 роки тому

    Thanks, you helped me a lot!!!

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

    But why you remove the ic please reply

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

    best video for beginners..

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

    Did you test the range of the module??
    What's the range?

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

      It connects to a Blynk server hosted on the internet. What happens is both the phone and Arduino (technically the esp module) are clients on the cloud based blynk server so he connected his phone and esp module to his home WiFi. Essentially as long as they are both connected to the internet the range is limitless

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

    Can u please help me to connect arudino, nodemcu and moisture sensor

  • @naughtyboys2381
    @naughtyboys2381 7 місяців тому

    Bro can i do this with nano and esp01 please help

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

    Works perfectly 😁

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

    Sir can i use use Arduino UNO R3 SMD Board

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

    working well. thanks.