主题中讨论的其他器件:UNIFLASH
大家好、
我想 将 CC3200 添加到 AWS、我从 GITORIOUS@TI https://git.ti.com/iotdev/aws-iot-device-sdk-embedded-c 获得了一个分支(v2.1.0-ti)、 遵循 README_CC3200.MD。
当我执行最后一步"运行应用程序"时、我收到"error:runAWSClient L#121 Error (-24) connecting to a11u04ys8xxxxx.iot.us-east-1.amazonaws.com:8883" log (错误:runAWSClient L#121错误(-24)正在连接到日志)"。
我的设置:
certflasher.c:
aws_iot_config.h
将 RootCA.pem、certificature.pem 和 private.pem 转换为 DER 格式
OpenSSL x509 -in root-ca.pem -inform PEM -out ca.der
OpenSSL x509 -输入14ecb665d4-certificature.pem.crt -通知 PEM -输出 cert.der
OpenSSL x509 -输入14ecb665d4-private.pem.key -通知 PEM -输出 key.der
UniFlash 设置 和闪存到 CC3200LaunchPad
1.格式
2.服务包编程
3.方案
AWS 物联网:
我已经学习过这篇文章 (e2e.ti.com/.../568618)、但仍然无法连接到 AWS IoT
BTW、 如何知道 AWS IOT _MQTT_CLIENT_ID 值? 自定义或检查 AWS IoT?
感谢您耐心等待我。





