Hi All, I am trying to use xiao ESP32C3 to develop MQTT function, and not sure about which library to choose for PubSubClient
Are you looking for Arduino library? This one? https://www.arduino.cc/reference/en/libraries/pubsubclient/
Another must-have library to use with MQTT / PubSubClient is the Arduino JSON library. It eases the interface with Node-RED.
1 Like
This article may help you
1 Like