Page 1 of 1

ESP332 Connect to AWS

Posted: Wed Aug 22, 2018 1:14 pm
by james_km69
Hi, What is the best way connect ESP32 to AWS IoT?
I installed Micro python with MQTT but having a very hard time shacking hand with AWS.
has anyone got any suggestion? would freeRTOS is the way to go?
or maybe Node.js or javascript .....

Thanks,
James

Re: ESP332 Connect to AWS

Posted: Fri Aug 24, 2018 10:44 am
by chegewara
You can use freeRTOS. You have esp-idf component that can help you with that:
https://github.com/espressif/esp-idf/tr ... ts/aws_iot

You can use arduino-ide. There is few libraries you can use. This one works for me:
https://github.com/256dpi/arduino-mqtt
https://github.com/copercini/esp32-iot-examples