Arduino
Please refer to the Arduino official documentation for setup. The certificate file can be downloaded from the MQTT API document in a compressed file named "certificate.pem.crt".
Or refer to the official example. The SECRET_BROKER is the endpoint mentioned in MQTT API Document.
Once set up, the data can be sent to the corresponding topic through "publish", and it can be viewed on the platform dashboard.
Note: Please skip the AWS configuration in the beginning and go directly to the Arduino IDE settings in "Connecting the Board to AWS IoT Core".
Last updated