Questions tagged with AWS IoT Core
Content language: English
Sort by most recent
I have a greengrass device which appears to be setup functioning and setup correctly - it is a member of a thing group, and it receives deployments which are sent to that group. However
* the AWS...
I am working on implementing Rekognition on AWS Greengrass for testing it for edge computing. My main goal is detecting objects by sending from a RaspberryPi and measuring the latency on edge...
We have a greengrass core device installed in the field and it will loose internet occasionally. When I create new deployments it sometimes the core device does not respond. the last few messages in...
Hello,
I'm currently taking over a project that uses the aws-iot-device-sdk-embedded-C sdk (https://github.com/aws/aws-iot-device-sdk-embedded-C) in version 3.0.1. My question is: Until when will this...
In this Im trying to trigger the IOT event by IOT analytic using dataset content delivery rules, but the data from iot analytics is not passed into IOT Event, Any idea what could be the issue. Thanks...
I am pushing this message style to Iot Core:
```
#test/testing
{
"sensor_id": "28-3ce104579319",
"value": 33.312
}
#test/testing
{
"sensor_id": "28-011921d74ee8",
"value":...
Hello,
I have JSON data which is sent by IoT device connected to IoT core via message routing rule to IoT Analytics
my JSON message looks like this:
{
"mType": "iqrfSensor_ReadSensorsWithTypes",
...
Context:
Installing AWS IoT Greengrass Secure Tunnel Component 1.0.14 to an ubuntu-based device. Previous versions installed correctly. This most recent version triggers with a Java Runtime...
Hello,
We are looking at the documentation to build an Android App to Subscribe&Publish commands on AWS IoT.
The documentation says it is now recommended to use new AWS Amplify Android SDK for all new...
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:
...
Hi,
I run a RaspberryPi with different temperature sensors on it. I collect all sensor data and send them to IoT Core. In the MQTT Test-Client I can also subscribe to the message and see the...
I followed the tutorial made by Paul Shiner on Youtube for IoT streaming of RTSP to Kinesia.
I am using the command
```bash
./kvs_gstreamer_sample camera_inhouse...