Amazon FreeRTOS · Example Payload

Amazon Freertos Device Example

Embedded SystemsIoTMicrocontrollersRTOS

Amazon Freertos Device Example is an example object payload from Amazon FreeRTOS, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

thingNamethingArnthingTypeNameattributesversion

Example Payload

Raw ↑
{
  "thingName": "sensor-node-001",
  "thingArn": "arn:aws:iot:us-east-1:123456789012:thing/sensor-node-001",
  "thingTypeName": "ESP32-Sensor",
  "attributes": {
    "hardwarePlatform": "ESP32-D0WD",
    "firmwareVersion": "2.0.0",
    "location": "warehouse-a-rack-12"
  },
  "version": 3
}