Hi,
I'm new to aws iot core so if i have missed something please advice me.
I'm working on a iot project where i have to control the on board led of esp32 through react-native app.
The flow goes as App <--> aws-iot-core <--> esp32.
Upon searching i came here and saw this example in react,
So my question is will this work in react-native and in my case?
What I've tried till now is controlling led by checking receiving message from aws iot core test.
So my other question is how should i achieve that through app or where should i look into?
OS - Win10
Iot model - ESP32
App - React-Native ( Android only )
I'm not super familiar with React-Native but this implementation relies on the Amplify PubSub library so as long as you are able to use that library, it should work the same way!
Hi, I'm new to aws iot core so if i have missed something please advice me.
I'm working on a iot project where i have to control the on board led of esp32 through react-native app. The flow goes as App <--> aws-iot-core <--> esp32. Upon searching i came here and saw this example in react, So my question is will this work in react-native and in my case?
What I've tried till now is controlling led by checking receiving message from aws iot core test. So my other question is how should i achieve that through app or where should i look into?
OS - Win10 Iot model - ESP32 App - React-Native ( Android only )