HOW TO CONNECT ESP8266 TO WIFI NETWORK | Ut Go

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ธ.ค. 2019
  • Learn how to connect ESP8266 board to WiFi Network.
    Component Link:
    ESP8266 Board : amzn.to/3XaJjDu
    Buy ESP8266 Development Board : amzn.to/2sR2EjS
    Please share your suggestions and thoughts regarding this video in the comment section. Thanks for watching.
    Need any help, ask in the comment section
    .
    Like | Share | Subscribe
    Royalty Free Music from Bensound
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 62

  • @CrazyMadafaka96
    @CrazyMadafaka96 11 หลายเดือนก่อน +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  11 หลายเดือนก่อน +1

      Good to hear👍

    • @CrazyMadafaka96
      @CrazyMadafaka96 11 หลายเดือนก่อน

      @@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  11 หลายเดือนก่อน +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 11 หลายเดือนก่อน

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

  • @dronefilmsgermany
    @dronefilmsgermany ปีที่แล้ว +2

    Great work thanks for making this video

  • @aganazaroputrakiswanto5743
    @aganazaroputrakiswanto5743 2 ปีที่แล้ว

    nice vid, easy to understood. thanks

  • @Lil_electrician
    @Lil_electrician ปีที่แล้ว

    nice video ffs

    • @UtGoTech
      @UtGoTech  ปีที่แล้ว

      Thanks👍

  • @seeshort9564
    @seeshort9564 ปีที่แล้ว

    Thanks bro

  • @panchurii
    @panchurii 9 หลายเดือนก่อน

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

    • @UtGoTech
      @UtGoTech  9 หลายเดือนก่อน +1

      Connected directly with computer.

  • @rithika7974
    @rithika7974 ปีที่แล้ว

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

  • @toufiqmusah6480
    @toufiqmusah6480 ปีที่แล้ว +12

    Make sure your wifi band is 2.4GHz

    • @aqilahmzln
      @aqilahmzln 7 หลายเดือนก่อน +2

      Thank you. This comment save me

    • @yuilhan4275
      @yuilhan4275 5 หลายเดือนก่อน +2

      BRUH THIS IS VERY HELPFUL

    • @dormiegogoi5406
      @dormiegogoi5406 หลายเดือนก่อน +1

      Thankyou

    • @UtGoTech
      @UtGoTech  หลายเดือนก่อน

      Welcome

  • @trigster
    @trigster 10 หลายเดือนก่อน +1

    The serial monitor only puts out ASCII) Symbols?

    • @trigster
      @trigster 10 หลายเดือนก่อน

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

    • @UtGoTech
      @UtGoTech  10 หลายเดือนก่อน +1

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

  • @wojna_bez_zmian
    @wojna_bez_zmian 6 หลายเดือนก่อน

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

    • @UtGoTech
      @UtGoTech  6 หลายเดือนก่อน

      Select proper Serial Communication Baud rate.

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

  • @Tisha378
    @Tisha378 ปีที่แล้ว +1

    if it doesnt work change the baud rate to 9600

  • @user-qn8yb9lw6f
    @user-qn8yb9lw6f หลายเดือนก่อน

    Bro just showed his ip adress lol😅😅

    • @UtGoTech
      @UtGoTech  หลายเดือนก่อน

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

  • @nehamiglani1498
    @nehamiglani1498 11 หลายเดือนก่อน

    can u please share the code link with us

    • @UtGoTech
      @UtGoTech  11 หลายเดือนก่อน

      You can find this code in example sketch.

    • @nehamiglani1498
      @nehamiglani1498 11 หลายเดือนก่อน

      @@UtGoTech Thanks a lot!

  • @user-ob4wi8cn2g
    @user-ob4wi8cn2g 5 หลายเดือนก่อน

    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  5 หลายเดือนก่อน

      Select the correct baud rate

    • @user-ob4wi8cn2g
      @user-ob4wi8cn2g 5 หลายเดือนก่อน

      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  5 หลายเดือนก่อน

      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

    • @user-ob4wi8cn2g
      @user-ob4wi8cn2g 5 หลายเดือนก่อน +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  5 หลายเดือนก่อน +1

      Ok👍

  • @chrisdumond7707
    @chrisdumond7707 ปีที่แล้ว

    not declared in scope
    I have no idea

    • @UtGoTech
      @UtGoTech  ปีที่แล้ว

      Please explain the fault.

  • @karabgut
    @karabgut 2 ปีที่แล้ว

    how did you connect to your pc

    • @UtGoTech
      @UtGoTech  2 ปีที่แล้ว

      Through wire or through wifi ?

  • @aliftalukder456
    @aliftalukder456 7 หลายเดือนก่อน +1

    Please give your code

    • @UtGoTech
      @UtGoTech  7 หลายเดือนก่อน

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

  • @hematkarangiya9692
    @hematkarangiya9692 2 ปีที่แล้ว

    I can't connect my mobile with esp8266

    • @UtGoTech
      @UtGoTech  2 ปีที่แล้ว

      Use ip address to connect to your ESP

    • @hematkarangiya9692
      @hematkarangiya9692 2 ปีที่แล้ว

      @@UtGoTech ip address hi nahi a raha he

    • @UtGoTech
      @UtGoTech  2 ปีที่แล้ว

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

    • @hematkarangiya9692
      @hematkarangiya9692 2 ปีที่แล้ว

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

    • @UtGoTech
      @UtGoTech  2 ปีที่แล้ว

      Which code you are using

  • @XaiZon01
    @XaiZon01 2 หลายเดือนก่อน

    . 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  2 หลายเดือนก่อน

      What issues are you facing?