By using AWS re:Post, you agree to the AWS re:Post Terms of Use

Questions tagged with Internet of Things (IoT)

Connect, collect, store, and analyze device data for industrial, consumer, and commercial use

Content language: English

Select up to 5 tags to filter
Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

377 results
I'm currently working on an IoT project using an ESP8266, and I am integrating it with AWS IoT. I'm encountering a "Soft WDT reset" issue, which indicates that the watchdog timer has reset the microco...
2
answers
0
votes
36
views
asked a month 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: arn:aws:io...
1
answers
0
votes
61
views
asked 2 months ago
I am using a private CA that has been registered with IoT core and it is used to sign the device identity key. Have been able to get devices to do Just In Time Provisioning (JITP) using both RSA and E...
1
answers
0
votes
86
views
asked 2 months ago
I want to be notified when the account reaches the **limit** for Dynamic Thing Groups. Is there like a AWS metric that I could use to set alarm. It could be a metric for: * When CreateDynamicThingGr...
1
answers
0
votes
55
views
asked 2 months ago
As per the documentation https://docs.aws.amazon.com/greengrass/v2/developerguide/run-greengrass-docker.html#greengrass-docker-downloads I've tried https://github.com/aws-greengrass/aws-greengrass-doc...
1
answers
0
votes
84
views
asked 3 months ago
Let's suppose I have a greengrass component dependent on the docker application manager and I use `docker compose` for container orchestration. ``` --- RecipeFormatVersion: '2020-01-25' ComponentName:...
1
answers
0
votes
71
views
asked 3 months ago
Right now, I am using the ESP32 to build a device that can send data over an AWS-IOT. I am planning to use several ESP32 devices. Right now, I made a thing specifically for each device. I must theref...
1
answers
0
votes
153
views
asked 4 months ago
Hello Everyone, I have create 1 IoT Thing in my AWS IoT core service and now I want to connect my IoT Device (Which is running with ESP32 module based IoT Gateway) with my AWS IoT Core Thing. What...
1
answers
0
votes
89
views
asked 5 months ago
I see examples for CLI, C++, etc, but I need to call the describe-endpoint API from embedded C.
2
answers
0
votes
143
views
asked 5 months ago
Is it feasible to integrate AWS IoT Core Rule actions with MSK in a different account? The document https://docs.aws.amazon.com/iot/latest/developerguide/accessing-cross-account-resources-using-rules....
1
answers
0
votes
332
views
asked 5 months ago
Hi, I have some raw CSV data coming in from my THING. I created a rule but am having trouble parsing the data to my Dynamo DB. I can write all to one Type, but not multiple or separately. I want to...
1
answers
0
votes
273
views
asked 5 months ago
Hi everyone, I'm currently working on implementing Firmware Over The Air (FUOTA) updates for a Heltec ESP32-S3 v3 device using AWS IoT Core for LoRaWAN FUOTA. I’m encountering some challenges and wou...
1
answers
0
votes
350
views
asked 6 months ago