1

I started to work with AWS IoT today, which offers a MQTT based connection to their web service. They officially only have a demo for the Arduino Yún, which is rather expensive. Has someone managed to get it running (e.g. with a NodeMCU with a ESP8266)?

dda
  • 1,595
  • 1
  • 12
  • 17
FooTheBar
  • 192
  • 1
  • 1
  • 7

1 Answers1

1

You can try the AWS IoT Embedded C SDK, that is for more general devices. Other Arduinos requires a crypto library and a device powerful enough, maybe PI, to support the authentication process... At this time they have no crypto library like the YUN SDK, for other Arduinos...

Try it...

Synapsido
  • 46
  • 3