All Content tagged with AWS IoT Core
AWS IoT Core lets you connect billions of IoT devices and route trillions of messages to AWS services without managing infrastructure.
Content language: English
Select up to 5 tags to filter
Sort by most recent
1305 results
"Number": 108, "ResourceId": "", "Timestamp": "2024-10-08T14:35:16.503351126Z", "MessageId": "", "fPort": "-", "devEui": "-", "Event": "Downlink_Data", "LogLevel": "ERROR", "Resource":...
"Number": 108,
"ResourceId": "",
"Timestamp": "2024-10-08T14:35:16.503351126Z",
"MessageId": "",
"fPort": "-",
"devEui": "-",
"Event": "Downlink_Data",
"LogLevel":...
Currently I have a number of greengrass deployments (declared in yml) where each deployment targets a specific thing group by utilizing the `targetArn` property. For example:
```
targetArn:...
I'm using AWS IoT Core Shadow.
I noticed that a shadow with
```json
{
"desired": { "a": [18.0] }
"reported": { "a": [18] }
}
```
always reports a delta, even though it should not.
( A delta...
I wrote the following code in my IoT Core rule to save integer value
`measure_value::double` like 0 or 10.0 in a table of Timestream. Because first value was Double and the integer value couldn't...
I am setting up own mqtt broker ( mosqutto ) on the aws EC2.
using blow blog.
[https://aws.amazon.com/blogs/iot/how-to-bridge-mosquitto-mqtt-broker-to-aws-iot/]()
I facing error mantion in topic....
“I used Node-RED to create a timestamp variable in my node for my role. However, this adds an extra space when I save it in timestream. What should I enter for the Dimension name and Dimension value...
![Architecture diagram](/media/postImages/original/IMXRn9xpg6RA2RwQLRKRuXtQ)
Dear AWS Support Team,
I am working on a report and need guidance on designing an architecture diagram for a solution...
Hi, I have setup an AWS IOT rule ("SELECT param1, param2, param3 from topic/test") that updates a dynamodb. The Rule and associated actions get triggered. However, I see that this does an...
I tested my sent data on IoT Core and the values are shown double correctly. Why the values are saved in my table as a bigint (measure_value::bigint) in Db Timestream?
IoT Core
![Enter image...
I am trying to setup MQTT messaging from a Unitronics PLC to AWS IoT Core and the PLC requires I provide a URL to access the broker. What would the structure of that URL be?
I have component B with a hard dependency on component A. I would like component B to be compatible with component A as long as the major for component A is 0 (in semver, MAJOR.MINOR.PATCH). So, as...