ESP32 connect to wifi network - how to connect ESP32 to wifi network

Поделиться
HTML-код
  • Опубликовано: 11 июл 2024
  • ESP32 connect to wifi network, today we will learn how to connect an ESP32 to a wifi network. This is a very easy and fast tutorial!
    ESP32 intro & installation: • Sparkfun ESP32 thing I...
    GIVEAWAY: • Giveaway arduino uno a...
    All my code will be available on my Patreon page:
    / 25890704
    www.patreon.com/asali
    Links:
    Sparkfun ESP32 thing
    Affiliate link: amzn.to/2SyQjsm
    Normal link: goo.gl/abAiDf
    Normal ESP32 (cheaper)
    Affiliate link: amzn.to/2GTCHGS
    Normal link: goo.gl/aNXDqi
    Credits:
    Music:
    Classique - Francis Preve
    Thumbnail & video icons:
    Licensed by creativecommons.org/licenses/b...
    Arrow icon by www.flaticon.com/authors/lyolya
    Wifi icon by www.flaticon.com/authors/rami...
    ESP32 icon made by myself

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

  • @ricardokamalandua892
    @ricardokamalandua892 6 месяцев назад

    i am so happy, you solve my problem teacher. THANK YOU VERY MUCH

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

    Perfect works. Explore more invitation

  • @jc3709
    @jc3709 5 месяцев назад

    amazing

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

    Hi! Could you please help with ESP32? My ESP 32 always gets disconnected from WIFI every 1-2 days. Do not you have issue?

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

    Could it possible to program esp32 to connect to multiple ssid? For example we have 3 ssid,A,B,and C..the main connection is with ssid A, when ssid A turn off..can it automatically jump to next ssid B or C?

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

      Yes - WifiMulti example :)

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

    amigo la direccion ip en el monitor serie no me sale ? porque no me sale amigo ? si cargo bn el programa y todo pero al abrir el monitor serie no sale la IP direccion , ME SALE ES ESTP YOU CAN TRY TO PING ME :(

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

    Excuse me, Could you explain how to connect WiFi on Android from ESp32

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

      Just hotspot internet from your phone, and is said and password put your hotspot name and password and you should be able to connect

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

    I'm having am issue with my connection. The ESP 32 connect normally to the WiFi, but the ping gets no response.

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

    Can ESP32 wroom connect to 5GHz WiFi

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

    tried the code but instead of ip adress the serial monitor is returning numbers thats not ip address and board wifi light is not glowing. but i can see the device connected to my router with a scan

    • @philip5442
      @philip5442 9 месяцев назад

      perhaps the wrong baud (check on the right of the serial monitor and use that number on Serial.begin(NUMBER); )

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

    Hey! mine doesnt connect, it keeps trying to connect

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

    i tried this wifi check program its showing only connecting to wifi.........

  • @vantasy5335
    @vantasy5335 5 лет назад

    Goodby world!

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

    If anyone finds that it docent connect to esp but your code is correct, you may need to move the esp closer to the router.

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

    Why does my esp keep showing dots not ip address :(

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

    I cant write in c this functionss

  • @baodo3092
    @baodo3092 5 лет назад +2

    i'm having issues with connecting to WIFI, i'm getting the: ..............on my serial monitor, any advice? i copied your code word for word

    • @asali-channel
      @asali-channel  5 лет назад +1

      If you did copy everything word by word then my best guess is that your SSID or PASSWORD of your WiFi router is incorrect or you're not close enough to the router itself (max distant is 10meters)

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

      I'm having the same issue. ssid and password are correct, ESP32 is sitting 3 feet from the router. Will not connect.

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

      @@isaaccarter264 The problem may be that in the serial monitor you didn't put the speed to 115200.

    • @1938vw
      @1938vw 3 года назад

      @@asali-channel this worked for me, great stuff thank you.

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

    just says connecting to "access point name" over and over again.

  • @p.7555
    @p.7555 Год назад

    hi, my serial monitor doesnt show the word "connecting to wifi..."but it will show something weird thing like "???????????????????????????"

    • @philip5442
      @philip5442 9 месяцев назад

      perhaps the wrong baud (check on the right of the serial monitor and use that number on Serial.begin(NUMBER); )

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

    I was connected to wifi but the ip printing is encoded

    • @philip5442
      @philip5442 9 месяцев назад

      perhaps the wrong baud (check on the right of the serial monitor and use that number on Serial.begin(NUMBER); )

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

    Sir, I am crying for help. My serial monitor only shows question marks and nothing happens.

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

      is your baud rate set to 115200? it might be at 9600

    • @1938vw
      @1938vw 3 года назад

      @@ChrisBecher exactly what happened with mine.

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

      you need to hold the booting button on the nodemcu esp32 while compiling and uploading the code

  • @far-red
    @far-red 4 года назад

    hmm.. wifi code, need to pay for it.. thought they are all sample code..

    • @asali-channel
      @asali-channel  4 года назад

      Though all of my code is visible in the video but I've altered the patreon post to free!

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

    Please next time,dont skip,the steps,,,on the video,,I am just amateur ,I need to see all yours steps...Thanks...