Questions tagged with Internet of Things (IoT)
Content language: English
Sort by most recent
Is there any way to access the data sent on the `$aws/things/thingName/jobs/jobId/update` topic through an IoT rule.? I know these messages don't go through the broker but I would like to be able to...
Hi there,
I am trying to setup a cross account Iot topic rule, that will forward the messages to a Kinesis stream in a different account.
Here is a snippet from my cfn:
```
IoTTopicRule10:
...
Why is my GG logs showing time difference of 2 hours than my system time. I have NTPD service setup that sets the time to local timezone, but when greengrass service starts, the greengrass.log (as...
I am facing an issue where it seems that the ShadowManager is encountering some issues, and shutting down the IPC service I believe.
I haven't had this issue before, and it only came when I added the...
We are using Greengrass V2 to ingest data from OPC-UA Server, and in a particular site we observed that the **OPC-UA Collector takes a lot of time (more than 1-2 hours) to get started**.
We have 2...
Micropython devices are an ideal platform for Sidewalk LoRa devices (sensors), but there doesn't seem to be any micropython code or support. The closest is Boto3 for Python, which is a rather large...
Hello there AWS team!
I'm currently working with the ESP32 platform to create a device that connects to AWS and sends/receives data.
The idea is that I will have multiple ESP32 devices. At this...
**Describe the Error**
Running IDT shows error in cloudcomponent log
```
the Greengrass deployment is COMPLETED on the device after 180 seconds
```
comes up with
```
2023-Mar-29 10:22:22,494...
I have the following code made using golang:
---------------------------------------------------------
`
package main
import...
I have study https://docs.aws.amazon.com/greengrass/v2/developerguide/idt-programmatic-download.html
and the result is that all the link and script only provide idt for x86
I have done connecting my...
I was reading through these docs and noticed that the steps to request a security token requires the client to send its private key to credential provider service.
```
curl --cert your certificate...
I am trying to setup my IoT core in us-west-2, and want my IoT device in China region. I am using JITR and my device in China can use Data-ATS endpoint to register the device certificate. But query...