Hello,
To tell I have the exact same issue than you, and I am still stuck...
My device has the connectivity module firmware version 1.5.0
When I look at device list I see Nano33_1 with connectivity module 1.4.8 --> issue or not ??
I followed the steps recommended by Dozie : ( post #9) to create anlog_value variable reading A1 output.
After upload, I can see on local wifi network that the device is connected with IP 192.168.1.28
20:06:26.752 -> ***** Arduino IoT Cloud - configuration info *****
20:06:26.752 -> Device ID: 7ba2eebb-95dd-45f4-a2f7-de53ec9bf700
20:06:26.752 -> MQTT Broker: iot.arduino.cc:8883
20:06:26.752 -> WiFi.status(): 0
20:06:26.752 -> Current WiFi Firmware: 1.5.0
20:06:28.530 -> Connected to "SFR_2960"
20:06:28.670 -> TimeServiceClass::sync Drift: -769975586 RTC value: 1716660388
20:06:43.787 -> ArduinoIoTCloudTCP::handle_ConnectMqttBroker could not connect to iot.arduino.cc:8883 Error: -2
This last error could be te reason why the thing stay OFFLINE???
What is the function of handle_ConnectMqttBroker routine??
thx
fyi the libraries version used for compilation
library ArduinoIoTCloud at version 2.0.0
library Arduino_ConnectionHandler at version 0.8.1
library Arduino_DebugUtils at version 1.4.0
library WiFiNINA at version 1.8.14 library ArduinoMqttClient at version 0.1.8
library Arduino_SecureElement at version 0.1.2
library ArduinoECCX08 at version 1.3.8
library Wire at version 1.0
library SNU at version 1.0.2
library ArduinoHttpClient at version 0.6.0
library RTCZero at version 1.6.0 in folder:
library Adafruit SleepyDog Library at version 1.6.5
library SPI at version 1.0
Hi pennam, I had nothing connected to the board, but I saw the device ID in serial monitor different from the device ID shown at https://app.arduino.cc/devices.
I have deleted thing, device, dashboard and restarted from scratch, and... SUCCESS my device is online!!!
Not sure about what I did previously. Thank you !!