aws / aws-iot-device-sdk-arduino-yun

SDK for connecting to AWS IoT from an Arduino Yún.
Apache License 2.0
163 stars 77 forks source link

When will be available the SDK for Arduino Tian? #48

Closed Mecabot closed 6 years ago

Mecabot commented 7 years ago

Hi, I tried to compile the SDK for arduino Tian but i was unsuccessful. Currently is there any method in order to convert this SDK to a SDK for Arduino Tian?

Kind Regards.

liuszeng commented 7 years ago

Hi @Mecabot ,

Thank you very much for your interest in AWS IoT Device SDK.

Unfortunately, the Yun SDK is specifically designed based on the Arduino Yun architecture, where ATmega runs your sketch and communicates the user commands to AR9331 via Serial1 connection and let the Python Runtime handle the heavy lifting work.

Ideally, as long as the board is with the same architecture, you should be able to use this SDK as is, e.g., Seeduino Yun, Arduino Due + Yun Shield. However, you might need to do some tweak to bridge the gap. This will probably be true for Arduino Tian as well.

Thanks, Liusu