Can I use AWS IoT and use the bridge?
Closed this issue · 3 comments
GabrielFiletti commented
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
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
Please see #23 (comment)
GabrielFiletti commented
Yes, that's exactly what is happening. I now understand why . Thanks !