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
1311 results
Hello AWS team, I want to do the Qualification Program, starting the tests for the Test suites on the web, and then the device need to run the corresponding test scripts, right? Are there any...
1
answers
0
votes
8
views
Jan
asked 9 hours ago
My end node device operates in 2 modes depending on what it is doing , class A or class C. In the LNS i set up a device profile that supports class C but i see it downlink the message as soon as i...
2
answers
0
votes
37
views
HemantG
asked 4 days ago
I publish MQTT Messages to AWS IoT Core with the following payload: ``` { "SensorValue": { "Speed": 49, "Direction": 9 }, "MsgTime": "2024-10-10T11:05:24Z" } ``` IoT Rule receives...
3
answers
0
votes
32
views
profile picture
asked 4 days ago
Hi, We have greengrass deployed to our customers over a Mobile network on top of a Pi. Apart from deployments of rouhly a 1MB zip periodically messages to and from are rather small. However, ...
1
answers
0
votes
16
views
Will
asked 5 days ago
I'm struggling a bit to understand the correct use of IoT Core Policies correctly. Here's what I found out and what works for my use case: I registered a "Thing" called 'MyDevice'. I also created a...
2
answers
0
votes
30
views
Rx
asked 5 days ago
"Number": 108, "ResourceId": "", "Timestamp": "2024-10-08T14:35:16.503351126Z", "MessageId": "", "fPort": "-", "devEui": "-", "Event": "Downlink_Data", "LogLevel": "ERROR", "Resource":...
Accepted AnswerAWS IoT Core
2
answers
0
votes
11
views
HemantG
asked 6 days ago
"Number": 108, "ResourceId": "", "Timestamp": "2024-10-08T14:35:16.503351126Z", "MessageId": "", "fPort": "-", "devEui": "-", "Event": "Downlink_Data", "LogLevel":...
1
answers
0
votes
19
views
HemantG
asked 6 days ago
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:...
1
answers
0
votes
31
views
mpung
asked 6 days ago
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...
1
answers
0
votes
32
views
Timo
asked 7 days ago
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...
1
answers
0
votes
23
views
Morez
asked 9 days ago
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....
1
answers
0
votes
22
views
asked 10 days ago