Hi everyone. I tried many solutions to get my Arduino Nano 33 IoT online, to get it connected cu IoT cloud, but I failed. Many times, i got the message "no device found on COM...". "Failed uploading: uploading error: exit status 1". I tried to reset the board, sometimes is working in the IDE, but not in cloud). But the big problem is that I don't know how to get online my device in cloud. Also, my serial monitor in cloud is "not available" or just "connecting....".
No device found on COM8
Thank you very much for your help
Use 2.4Ghz Wifi that the SSID and password is not too long or have special characters. You can try creating a simple wifi hotspot with your phone to test connectivity.
I have installed the Agent, it appeared in the system tray(greey color), but right now it is not in the system tray
Trying to update firmware, I got the message "Latest Arduino Cloud Agent required" and to install the agent again , (but i did this action already before)
Try doing the steps suggested correctly. Uninstall the Arduino Create Agent and then re-install it with admin right if using windows OS. To update firmware, install the lastest IDE version and use the updater tool.
I uninstalled the Agent and after I run the exe. file for installing the Agent, I went through the steps successfully, but after I closed the installation page I got the message
download and install the latest "Arduino create Agent" from Arduino Cloud - Getting started
Set network configuration with your WiFI SSID and Password. You must use 2.4Ghz Wifi and make sure your SSID and password does not have special characters and is not too long. Use your phone to create a wifi hotspot to use.
Create an integer variable ´analog_value` to read A1 pin (Variable Permission: Read Only, Variable Update Policy: Periodically, Every 1 Sec.)
In the sketch void loop() and under // Your code here, add the line below analog_value = analogRead(A1);
add a new device ´board name`
create a new thing called ´IoT Cloud Test`
Create an integer variable ´analog_value` to read A1 pin (Variable Permission: Read Only, Variable Update Policy: Periodically, Every 1 Sec.)
In the sketch void loop() and under // Your code here, add the line below analog_value = analogRead(A1);
Set network configuration with your WiFI SSID and Password.
Upload the sketch to your board and check the Serial Monitor to connection to the IoT cloud.
I clicked YES, but apparently nothing happened after that
(other fact: on the bottom screen tray, popped in same time an icon similar with a Windows? antivirus?, or something similar)