I was using the Arduino IoT platform two days ago, and it was working fine with my ESP32 for my temperature and humidity checker project. However, today and last night, it couldn't detect the device anymore after the new update of Arduino IoT. Interestingly, in the old version of the editor, it can still be detected, but I'm unable to upload code to the device. Please address this issue immediately as I really need to complete the project today.
Welcome to the forum
Your topic has been moved to the IOT Cloud category of the forum
Hi @capstonejackstone. Thanks for bringing this to our attention! I am able to reproduce the problem and have submitted a formal bug report to the Arduino Cloud developers. For now, please use Arduino IDE when you need to upload Arduino Cloud IoT Thing sketches to your Wemos D1 Mini board.
You can use the Arduino Cloud sketchbook integration feature of Arduino IDE 2.x to get convenient access to all your Arduino Cloud sketches (including Thing sketches) for use in Arduino IDE:
https://docs.arduino.cc/software/ide-v2/tutorials/ide-v2-cloud-sketch-sync
You can install support for ESP32 boards in Arduino IDE by following the instructions here:
The bug that caused Cloud Editor to not recognize the serial ports of ESP32 and ESP8266 boards should now be fixed. I apologize for any inconvenience this has caused.
There is one remaining problem you should be aware of: if you have multiple Arduino boards (or other devices that produce serial ports) connected to your computer, Cloud Editor might pick the wrong port to use. I have submitted a report about this problem to the developers. For now, please disconnect any additional Arduino boards from your computer before opening an Arduino Cloud IoT Thing sketch in Cloud Editor when using a serial port to upload to the board.
Please give it a try and let us know if you still have any problems.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.