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

Can I use AWS IoT and use the bridge? #27

Closed GabrielFiletti closed 7 years ago

GabrielFiletti commented 7 years ago

Can I use the Bridge library to acess the digital and analog pins ond the board through REST calls (192.xxx.xxx.xxx/digital/13) ?

I try to use this while sending msg to AWS and it doesn't work.

rpcme commented 7 years ago

Hello Gabriel,

Just to clarify: you have a sketch that composes both bridge server code and AWS IoT SDK code, and when running a code block that sends a message to AWS IoT the send doesn't happen?

rpcme commented 7 years ago

Please see https://github.com/aws/aws-iot-device-sdk-arduino-yun/issues/23#issuecomment-251461174

GabrielFiletti commented 7 years ago

Yes, that's exactly what is happening. I now understand why . Thanks !