Importing coreMQTT

Hi, I would like to import coreMQTT for a university project (with Arduino IDE, for a nano esp32), is there any guide? I can’t figure out how to do it, or the steps to follow

Hey @Giuseppe, welcome to the FreeRTOS Community. We have a demo project that uses coreMQTT for a plain text communication with an MQTT broker. See here for the demo and here for a detailed explanation. This demo is made using the FreeRTOS windows port and is built using Visual Studio.

We do not have a coreMQTT demo specifically for nano-esp32 built using the arduino IDE but you can use the above mentioned demo as reference and build your project in a similar way.

Thanks for the explaination, I’ll try