I'm trying to use a XBee3 to connect to AWS. I'm following the video tutorial. The only I'm doing different than the tutorial is using the new CA file from AWS instead of the legacy one. I know that the certificates work because I tested them with MQTTfx.
This is the error that I'm getting when using the https_test example:
Traceback (most recent call last):
File "<stdin>", line 48, in <module>
File "<stdin>", line 36, in https_test
OSError: [Errno 7005] EIO
I get a similar error when trying the MQTT examples.
Looks like it's timing out on the socket connect function.
Can someone please test this on your end please test this give me some feedback.
Again, I followed this video: https://www.digi.com/videos/connecting-digi-xbee3-cellular-to-aws-with-mqtt?utm_source=business-wire&utm_medium=pressrelease&utm_campaign=xbee3&utm_content=video
AND Tried the samples in the xbee-micropython project from github.
Thank you,
Gilberto