New user sign up using AWS Builder ID is currently unavailable on re:Post. To sign up, please use the AWS Management Console instead.
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
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 temp...
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 a...
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 : h...
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",
"es...
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, Integer...
1. I aim to develop dashboards for my clients, utilizing sensors connected to a LoRa gateway.
2. I've integrated a gateway with AWS IoT Core for LoRaWAN.
3.I'll connect sensors/devices into the gatewa...
Hello,
I'm using an IoT rule to decode protobuf messages, and having trouble when this fails (e.g., the client has incorrectly packed data). I'm trying to set up an error action that deposits the err...
The Payload data for IoT Wireless SendDataToWirelessDevice to states that the max payload size can be up to 2048. I see in the API docs for sidewalk that there is a max MTU of 255 for BLE and 44 for L...
Hi!
I already have an AWS IAC built with AWS CDK in Python to deploy my whole Web App microservices and differente aws services connections and is working great.
Now I was wondering how could I buil...
Hi,
We're going to store IoT things/devices logs in CloudWatch, so we've created an IoT rule to store messages from dedicated topic into CloudWatch. Every time the rule is triggered a new CloudWatch ...
I'm trying to connect my Raspberry Pi Pico W to AWS IoT Core for sending sensor data. I've installed the umqtt.simple library and followed some online guides, but I'm encountering errors when handling...
My ioT rule was using Lambda $LATEST version as action. I created a new version and alias for the same lambda. Now, I wanted to point the IoT rule action to point to the alias of my lambda.
Problems/...