Esp32 error with Blynk.Edgent : Not Found:/

Hi,

I’m using an Esp32 wroom module and installed the example from Blynk.Edgent ,
the charging for the module is normal, the connection to the wifi network is also normal,
but when I type in the browser 192.168.4.1, it returns me " Not Found:/ " ,
I’ve tried in other modules but it always returns the same message.
I used it with the Esp8266 module and it worked normally, only with Esp32 it gives this error.

If you can help me

example code used:

// Fill-in information from your Blynk Template here
#define BLYNK_TEMPLATE_ID "TMPLkCGRGtGQ"
#define BLYNK_DEVICE_NAME "Camanducaia"

#define BLYNK_FIRMWARE_VERSION        "0.1.0"

#define BLYNK_PRINT Serial
//#define BLYNK_DEBUG

#define APP_DEBUG

// Uncomment your board, or configure a custom board in Settings.h
//#define USE_WROVER_BOARD
//#define USE_TTGO_T7
//#define USE_ESP32C3_DEV_MODULE
//#define USE_ESP32S2_DEV_KIT

#include "BlynkEdgent.h"

void setup()
{
  Serial.begin(115200);
  delay(100);

  BlynkEdgent.begin();
}

void loop() {
  BlynkEdgent.run();
}

Error displayed in serial port and browser :

@kagalvao Please edit your post, using the pencil icon at the bottom, and add triple backticks at the beginning and end of your code so that it displays correctly.
Triple backticks look like this:
```

Copy and paste these if you can’t find the correct symbol on your keyboard.

Pete.

Ok, already fixed, thanks.

I’d suggest that you leave the phone connected to WiFi and hit the “+ Add Device” button in the app to provision your device.

Pete.

Pete.,
Thanks for the answer.
I’ve also tried with my cell phone and the same problem happens.
I got another message through the serial port.

So you didn’t like my suggestion of doing it via the Blynk app then?

Pete.

Pete.,
Thanks for the answer.
I don’t know if I understood correctly.
What I did was do the same process I do on the notebook but on the cell phone, would that be your suggestion?

Pete.

thanks.

And did that work?

Pete.

Pete.

The problem was hardware, the 1.2v and 2.8v voltage regulators were reversed.
I made the switch and the camera worked.
grateful.