Setup pattern
Most examples follow this setup:- Include
firmngin.hfrom the installed library. - Put
keys.hnext to the sketch. - Configure Wi-Fi or another supported network client.
- Upload the sketch with Arduino IDE or PlatformIO.
- Watch Serial output during first connection.
Example list
MQTT-only mode
UseMqttOnlyExample only when the firmware needs MQTT to another broker without Firmngin device credentials, entities, payments, or Firmngin.begin().
For Firmngin-connected devices, use the Firmngin client lifecycle with
begin() and loop().