Page 1 of 1

Update IOT device parameters

Posted: Fri Jan 12, 2024 9:38 am
by column
Hello,

I have IOT device based on Espressif ESP32 processor that communicates with owners mobile device via MQTT server. I found that sometimes I need to update IOT device parameters. Updates are initiated by system provider. For example, I need to change MQTT server. What is the best practice to update device configuration? Is it good style just to send message with parameters to IOT device via MQTT?