How to confirm my ESP32 Wroom is connected to my wifi

Hi Good Evening Guys, I am asking about I already Upload my WiFi Coding to my ESP 32 Wroom
The Board show me is the blue light on. Its mean already connect?

Your topic has been moved to a more suitable location on the forum as it does not relate to the IDE.

Yep i know but my coding also use arduino ide btw

upload the code you used to connect to the WiFi using code tags </>
what does the serial monitor show? e.g.

Connecting to WiFi .....
connected IP address 192.168.1.164
#include <WiFi.h>

const char* ssid = "SSID";
const char* password = "PASSWORD";

void setup() {

  Serial.begin(115200);

  WiFi.begin(ssid, password);

  while (WiFi.status()  != WL_CONNECTED)  {
    delay(500);
    Serial.println("Connecting to WiFi..");
  }


  Serial.println("Connected to the WiFi network");
  Serial.println(WiFi.localIP());


}

void loop () {}

he just show me Hard resetting via RTS pin then the board is blink the blue light

the serial monitor should at least show

Connecting to WiFi.........

even if it fails
make sure the serial monitor baud rate is 115200 baud
what ESP32 board are you using?

My Board is ESP32 Wroom behind wrote ESP32S but the chip is wroom
then the serial monitor got show
Connecting to WiFI....
but didnt show the Connected to the WiFi

I ran the code of post 5 on a NodeMCU ESP32 and it worked OK, e.g.

Connecting to WiFi..
Connected to the WiFi network
192.168.1.164

check the SSID and Password
is the WiFi in range?

Yep im confirm its Wifi in the range. SSID and Password also Correct

what ESP32 board is it?

1 Like

this is my board infront of the chip wrote ESP32 Wroom but behind is ESP32S

the ESP32 supports 2.4GHz WiFi
could your WiFi be 5GHz only?

nope because it was company internet just have 2.4Ghz so its hard to resolve this problem? it must be in 5Ghz?

if it is a company WiFi network it may have been setup to only accept specified MAC addresses for connection
check with the network manager

Yep u are the right~ so now what should i do

in the past I have filled out a form stating why I required WiFi access and specifing the MAC address of the device

Oh Ok thx mate now i go to ask my manager will be back later Thank You Very Much!
Appreciate it. Have a nice day mate

Yes and you also use an operating system. Did you ask at Microsoft, Apple or one of the many Linux distro forums? Or the manufacturer of your PC?
:rofl: