All Content 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
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:...
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...
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...
I see examples for CLI, C++, etc, but I need to call the describe-endpoint API from embedded C.
Is it feasible to integrate AWS IoT Core Rule actions with MSK in a different account? The document...
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...
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...
anyone can share an example of IoT Deployment Cloud Formation template ?, it seems that i can't deploy public component and as key i can't pass a parameter. Here the example of my Cloud Formation...
In my scenario i deployed 3 components provided by aws : stream manager, token auth service, device defender and a custom component that does data push to stream manager. in my case i got this error...
I want to define a security profile for an IoT Thing Group. What are all available "device side" metrics that i can use when i configure Behaviors in a Security Profile ?
I've seen from this link :...
I am looking to use software packages for firmware releases. Currently my team uses downloads firmware from a presigned url which is part of the job document:
```
{
"operation": "fw_update",
...
I have a model in Sitewise that specified a measurement with data type boolean.
Now I have a problem when I want to map this measurement to an asset. For all other data types (String, Double,...