0

I've multiple thermometers(100+). I want them to connect to a single shadow using the same set of certificates, and publish data to the same topic. The data contains a unique identifier to distinguish between thermometers.

Found a similar stackoverflow question and the answers there suggest that it is, although discouraged, possible. But they're far from clarity.

I'm new to AWS and IoT and have been struggling for 3 days straight. Are there any steps that can be followed so that I can receive data from multiple thermometers via a single topic using a single set of certificates?

Chirag Mittal
  • 1,508
  • 1
  • 12
  • 17

1 Answers1

1

This is certainly possible as detailed in your link, and it took us 5 minutes to reproduce as in this Youtube video

https://www.youtube.com/watch?v=yPGPH8vMpSw

with the MQTT lab at https://mqttlab.iotsim.io/aws/ . 2 different devices with the same TLS configuration, one with color yellow, the other with color cyan. QED

Gambit Support
  • 1,432
  • 1
  • 7
  • 17