mikedb
January 16, 2025, 1:19pm
1
Hi Everyone.
Edit: Win 11 pc.
This is my board.
CP2102 USB Driver.
I can program the ESP32 with the Arduino ide 1.8.19. , just a small blink sketch and the BLUE on board LED flashes.
void setup()
{
pinMode(2, OUTPUT);
}
void loop()
{
digitalWrite(2, HIGH);
delay(100);
digitalWrite(2, LOW);
delay(100);
}
Now to The Cloud.
The Cloud agent runs forever so I stopped it.
Add device and I was asked to Download the Cloud agent.
I went through the steps and install the agent.
Detecting device .............. device is not detected.
How do I resolve this.
Thanks in advance.
The cloud agent must be left running like the 100 or so other daemons running in windows and most other OS's.
Please mark post #2 as the solution.
mikedb
January 16, 2025, 6:15pm
4
No , something else is going on.
This is the srceen I have but when I close the agent window I was asked to download the agent and install it, which I did.
So I found a work around by selecting the correct Board and I can now compile and download to the ESP32-Wroom.
Selecting the RIGHT board is NOT a workaround, that is simply doing the right thing. And that was after getting the agent installed. Glad to see you are back in business, but let's get the wording right so others might learn.