I have tried all afternoon to compile and/or upload a sketch to the IOT Cloud using a Arduino Nano 33 IOT. I continue to get the following error message:
/home/builder/opt/libraries/latest/arduinoiotcloud_1_1_1/src/ArduinoIoTCloudTCP.h:113:5: error: 'WiFiBearSSLClient' does not name a type; did you mean 'WiFiSSLClient'?
WiFiBearSSLClient _sslClient;
I have updated the firmware (this took numerous tries), am running the Agent and cannot figure this one out. Please help
Hi @lawrence01073. I'm going to ask you to post some additional information that might help us to identify the problem.
Please do this:
When you encounter an error, you'll see a button that looks like two pieces of paper at the top right corner of the black console pane below the Arduino IoT Cloud or Arduino Web Editor's sketch pane. Click that button.
Open a forum reply here by clicking the Reply button.
Click the </> icon on the post composer toolbar. This will add the forum's code block markup (```) to your reply to make sure the error messages are correctly formatted.
Press Ctrl+V. This will paste the compilation output into the code block.
Move the cursor outside of the code tags before you add any additional text to your reply.
Start verifying
In file included from /home/builder/opt/libraries/latest/arduinoiotcloud_1_1_1/src/ArduinoIoTCloud.h:155:0,
from /tmp/452755984/Untitled_aug22d/thingProperties.h:3,
from /tmp/452755984/Untitled_aug22d/Untitled_aug22d.ino:17:
/home/builder/opt/libraries/latest/arduinoiotcloud_1_1_1/src/ArduinoIoTCloudTCP.h:114:5: error: 'WiFiBearSSLClient' does not name a type; did you mean 'WiFiSSLClient'?
WiFiBearSSLClient _sslClient;
^~~~~~~~~~~~~~~~~
WiFiSSLClient
exit status 1
In file included from /home/builder/opt/libraries/latest/arduinoiotcloud_1_1_1/src/ArduinoIoTCloud.h:155:0,
from /tmp/452755984/Untitled_aug22d/thingProperties.h:3,
from /tmp/452755984/Untitled_aug22d/Untitled_aug22d.ino:17:
/home/builder/opt/libraries/latest/arduinoiotcloud_1_1_1/src/ArduinoIoTCloudTCP.h:114:5: error: 'WiFiBearSSLClient' does not name a type; did you mean 'WiFiSSLClient'?
WiFiBearSSLClient _sslClient;
^~~~~~~~~~~~~~~~~
WiFiSSLClient
exit status 1
I found the issue. Had the wrong WiFiNinia library. Cannot now connect to the IOT Cloud but am having problems displaying results on dashboard. Need to do more work on this. Thanks for the quick responses.