HOW TO CONNECT ESP8266 TO WIFI NETWORK | Ut Go

Поділитися
Вставка
  • Опубліковано 25 лис 2024

КОМЕНТАРІ • 73

  • @ShivamGupta-b1o
    @ShivamGupta-b1o 14 днів тому

    Thanks for the help
    i was struggling for 2 days but now its solved

  • @CrazyMadafaka96
    @CrazyMadafaka96 Рік тому +1

    Works perfect, cross checked in my internet provider's settings as well, it is connected with the same IP that the serial monitor outputs. Install necessary libraries to IDE to make it work. Thank you!!

    • @UtGoTech
      @UtGoTech  Рік тому +1

      Good to hear👍

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

      @@UtGoTech a small problem I realised later is that it disconnects if I leave it for some time. Could you suggest a way in the code to check if it disconnects? So you can get it back online.

    • @UtGoTech
      @UtGoTech  Рік тому +1

      if (WiFi.status() == WL_CONNECTED) { Serial.println(F("WiFi connected!")); Serial.println("IP address: "); Serial.println(WiFi.localIP()); }
      else
      {
      // Code to reconnect
      }

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

      @@UtGoTech I'll try that, thanks!!

  • @dronefilmsgermany
    @dronefilmsgermany Рік тому +2

    Great work thanks for making this video

  • @toufiqmusah6480
    @toufiqmusah6480 Рік тому +14

    Make sure your wifi band is 2.4GHz

  • @wojna_bez_zmian
    @wojna_bez_zmian Рік тому +1

    Hi, I cant see my board in wifi on my computer and in serial monitor i can only see '?'. please help

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

      Select proper Serial Communication Baud rate.

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

    nice vid, easy to understood. thanks

  • @trigster
    @trigster Рік тому +1

    The serial monitor only puts out ASCII) Symbols?

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

      when i set in on 74880 baud it says: ets Jan 8 2013,rst cause:2, boot mode:(1,6)

    • @UtGoTech
      @UtGoTech  Рік тому +2

      Check the serial speed in code and in the serial monitor, both must be same.

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

    did you connected NodeMCU esp8266 directly with computer or connected esp8622 with arduino then connecting arduino with computer?

    • @UtGoTech
      @UtGoTech  Рік тому +1

      Connected directly with computer.

  • @余智瑋
    @余智瑋 11 місяців тому

    hello,I get some trouble here,when I uplaoding finish, serial moniter shows some "?" with brick , there is no ip adress in my serial moniter, how can I fix it?

    • @UtGoTech
      @UtGoTech  11 місяців тому

      Select the correct baud rate

    • @余智瑋
      @余智瑋 11 місяців тому

      baud rate is both 115200,may I ask you what the flash size need to choose? and what else need to set in the tool ?

    • @UtGoTech
      @UtGoTech  11 місяців тому

      Flash size depends on the type of or variant of the board you are using. Look for the baud rate in the code then select the same baud rate in the serial monitor.
      Baud rate is written in Serial.begin() function

    • @余智瑋
      @余智瑋 11 місяців тому +1

      @@UtGoTech I use Serial begin(115200) and serial monitor use 115200 too.I finally successful because I change the flash size,but I’m not sure what select is true.
      1M,4M,512K? (My esp8266 module is Esp01s with Arduino uno not nodemcu)

    • @UtGoTech
      @UtGoTech  11 місяців тому +1

      Ok👍

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

    Once we connect the chip to the wifi...will it get automatically connected to the wifi once we enter the wifi region

  • @Tisha378
    @Tisha378 Рік тому +1

    if it doesnt work change the baud rate to 9600

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

    Thanks bro

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

    nice video ffs

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

    I wanted that a esp8266 main server control many esp8266 boards
    Esp8266 main server
    Esp8266 board 1
    Esp8266 board 2
    Esp8266 board 3 and more
    A one esp control main esp boards need audrino code

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

      You can use blynk iot or UDP for that.

  • @aliftalukder456
    @aliftalukder456 Рік тому +1

    Please give your code

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

      You can easily find code in the example sketches that came with the esp library.

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

    can u please share the code link with us

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

    not declared in scope
    I have no idea

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

      Please explain the fault.

  • @csquare4685
    @csquare4685 4 місяці тому

    Send code plz. Copy paste karna h

    • @UtGoTech
      @UtGoTech  4 місяці тому +1

      You will get in example sketches

    • @csquare4685
      @csquare4685 4 місяці тому

      @@UtGoTech okay thank you

    • @UtGoTech
      @UtGoTech  4 місяці тому +1

      👍

  • @petermabusela9514
    @petermabusela9514 21 день тому

    guys mine connects and appears and disappears again and again

    • @UtGoTech
      @UtGoTech  21 день тому

      Are you using any delay function in your code?

    • @petermabusela9514
      @petermabusela9514 21 день тому

      Yess, must I send my code?

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

    Bro just showed his ip adress lol😅😅

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

      This is not my public IP address, so no issues.

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

    how did you connect to your pc

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

      Through wire or through wifi ?

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

    I can't connect my mobile with esp8266

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

      Use ip address to connect to your ESP

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

      @@UtGoTech ip address hi nahi a raha he

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

      Your can get IP Address of you ESP module from serial monitor

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

      @@UtGoTech serial monitor me dot hi ate he ip nahi ata

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

      Which code you are using

  • @XaiZon01
    @XaiZon01 8 місяців тому

    . Variables and constants in RAM (global, static), used 30844 / 80192 bytes (38%)
    ║ SEGMENT BYTES DESCRIPTION
    ╠══ DATA 1556 initialized variables
    ╠══ RODATA 2512 constants
    ╚══ BSS 26776 zeroed variables
    . Instruction RAM (IRAM_ATTR, ICACHE_RAM_ATTR), used 61247 / 65536 bytes (93%)
    ║ SEGMENT BYTES DESCRIPTION
    ╠══ ICACHE 32768 reserved space for flash instruction cache
    ╚══ IRAM 28479 code in IRAM
    . Code in flash (default, ICACHE_FLASH_ATTR), used 254244 / 1048576 bytes (24%)
    ║ SEGMENT BYTES DESCRIPTION
    ╚══ IROM 254244 code in flash
    now it became this

    • @UtGoTech
      @UtGoTech  8 місяців тому

      What issues are you facing?