Hello,
I am looking for an example with the LPC54018 IoT board that sends data (preferable a string, at least for initial tests) with an AWS IoT server with MQTT. Does anyone have an example with the above characteristics?
So far, I’ve saw that the included demos in the SDK are related to shadow devices and greengrass features from AWS, but this is not what I am looking for.
Thank you in advance,
Gabriel
Hello Gabriel,
Please check out this FreeRTOS demo.
Hi Gabriel,
Unfortunately we don't have any example using MQTT, but you could check the following post:
https://mcuoneclipse.com/2017/04/09/mqtt-with-lwip-and-nxp-frdm-k64f-board/
It explains how to do use MQTT with a FRDM-K64, you could try to merge this with the AWS examples.
Let me know if this helps you.
Best Regards,
Alexis Andalon