web interface for potentiometer in aws iot

39 views Asked by At

actually, I write program in Arduino ide which read potentiometer value and send it to AWS MQTT. whenever I revolve my potentiometer it prints value in AWS MQTT and now I want it to access from web page tell me what are the possible ways we access the data on web page thanks.

I try to access it through node red in AWS cloud formation.my node is complete but it shows connecting error and not connected.

1

There are 1 answers

0
masaino On

There are several ways available. I think this blog will be helpful - 7 patterns for IoT data ingestion and visualization- How to decide what works best for your use case

If you want to directory interact with IoT Core from Web browser, Amplify PubSub Library may be good.