How to use this sdk on arduino ide
ngoc233 opened this issue · 5 comments
Hello , I'm using arduino ide to code for esp8266. But I cannot use this sdk on arduino ide . I copied "aws-iot-device-sdk-cpp" to project folder and #include "aws-iot-device-sdk-cpp/samples/PubSub/PubSub.hpp" but unsuccessful. I'm thinking , this is not right solution so Does anyone have an solution?
I doubt you'll be able to build this on arduino.
Do you have build output? We'll need info on the environment to be of more assistance.
You likely want the C SDK.
Maybe I went wrong. I used this like library . I'm thinking for using it I need to porting this SDK to my firmware , right? I'm using esp8266 on arduino ide.
I read a same issue in C SDK. Seem AWS iot doesn't support for esp8266
I think you need to use ESP8266_RTOS_SDK if you are still looking for solutions. It has aws_iot component (the AWS IoT Embedded C SDK) already included as part of the SDK. It is not as easy as the Arduino IDE but not too difficult either.
Greetings! Sorry to say but this is a very old issue that is probably not getting as much attention as it deservers. We encourage you to check if this is still an issue in the latest release and if you find that this is still a problem, please feel free to open a new one.