My device is offline

Simply my device (DOIT ESP32 DEV KIT V1) doesn´t change its status. Using Arduino IDE i can connect in wifi, but in arduino Cloud is offline, I changed the cable, update the drivers, make a code not using the serial port, I uninstalled and reinstalled the Arduino agent... HELP ME PLEASEEEE

It's not unusual to take a while to connect. Give it a few hours.

Hi @scanuto. Did you upload an Arduino Cloud IoT Thing sketch to the ESP32 board?

The Device status you see in Arduino Cloud indicates whether the Device is communicating with the Arduino Cloud servers. That communication is provided by the Thing sketch. It is expected that the status will be shown as "offline" when the Device is not running a Thing sketch.

The board being connected to your Wi-Fi access point alone won't result in the Device having an "online" status. It is only when the board has connected through the Internet to the Arduino Cloud servers that this will happen.

Although of course the board must be powered in some way, the Device status has absolutely nothing to do with the USB data connection between the board and your computer. So is is expected that the Device status will be "offline" even when you can see a serial port for the board in the case where the board isn't running a Thing sketch.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.