Questions tagged [aws-iot]

For questions about Amazon's AWS IoT platform, including technical problems and security/reliability questions. Do not use this tag for general questions about IoT!

From AWS IoT homepage:

AWS IoT is a managed cloud platform that lets connected devices easily and securely interact with cloud applications and other devices. AWS IoT can support billions of devices and trillions of messages, and can process and route those messages to AWS endpoints and to other devices reliably and securely. With AWS IoT, your applications can keep track of and communicate with all your devices, all the time, even when they aren’t connected.

AWS IoT makes it easy to use AWS services like AWS Lambda, Amazon Kinesis, Amazon S3, Amazon Machine Learning, Amazon DynamoDB, Amazon CloudWatch, AWS CloudTrail, and Amazon Elasticsearch Service with built-in Kibana integration, to build IoT applications that gather, process, analyze and act on data generated by connected devices, without having to manage any infrastructure.

90 questions
9
votes
1 answer

How long should a FreeRTOS task be delayed in each loop?

I'm working on an AWS IoT project where the MQTT routines, callback lambdas and kind of everything else apart from initialisation are inside a task created by xTaskCreatePinnedToCore(). This task does few things: connect to AWS, subscribe to topics…
haxpanel
  • 303
  • 1
  • 6
6
votes
1 answer

Does AWS IoT have Enterprise Mobility Management Capabilities?

I'm new to AWS IoT and I'm currently going through the capabilities of it in order to use it with one of my projects. In my project I need to control Android and iOS devices. What I mean by control is I need to ring or mute the devices, send…
Mad
  • 919
  • 1
  • 6
  • 10
4
votes
0 answers

Call AWS Lambda https end point from AWS IoT rules Engine

We have an existing ASP.Net Core API that we deployed in AWS Lambda. We were able to access the https verbs using AWS Serverless URL Now we would like to access a specific https end point through AWS IoT rules Engine, basically invoke the AWS…
siv
3
votes
2 answers

Iot datalake. Can you help me. Thanks

I collect data from iot sensors. I get some byte datas, whose bits have some meanings. I will use some bits for anlytics finally. So the following is my question. Should I convert these bits used for analytcis to new fields, and save in another S3…
user16974
  • 31
  • 1
3
votes
1 answer

What is Shoulder Tap in IOT?

I am very new to IOT (primarily in Connected Cars segment) and came across the terms like: Shoulder Tap , Using SMS to awake device. I did search online, but didn't get proper information. Can anyone please help me understand what is Should tap, …
CuriousMind
  • 133
  • 3
1
vote
0 answers

ESP32-S3 with AWS-FreeRTOS. Can't create a proper JSON with asprintf()

I have a MAC MOnterey 12.6.3 and installed all necessary espressif toolchain. I just installed AWS-FreeRTOS in a ESP32-S3 and ran the mqtt/tls_mutual_auth example. This example is to publish a hello world in the AWS-I0T core mqtt broker. It is…
IgorAlves
  • 141
  • 3