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
We are using Greengrass V2 to ingest data from OPC-UA Server, and in a particular site we observed that the **OPC-UA Collector takes a lot of time (more than 1-2 hours) to get started**. We have 2 dif...
2
answers
0
votes
488
views
asked 2 years ago
Micropython devices are an ideal platform for Sidewalk LoRa devices (sensors), but there doesn't seem to be any micropython code or support. The closest is Boto3 for Python, which is a rather large l...
0
answers
0
votes
108
views
profile picture
asked 2 years ago
Hello there AWS team! I'm currently working with the ESP32 platform to create a device that connects to AWS and sends/receives data. The idea is that I will have multiple ESP32 devices. At this mome...
2
answers
0
votes
1.1K
views
asked 2 years ago
**Describe the Error** Running IDT shows error in cloudcomponent log ``` the Greengrass deployment is COMPLETED on the device after 180 seconds ``` comes up with ``` 2023-Mar-29 10:22:22,494 [cloudCo...
5
answers
0
votes
867
views
asked 2 years ago
I have the following code made using golang: --------------------------------------------------------- ` package main import ( "crypto/tls" "crypto/x509" "fmt" "log" "os" "os/signal" "path/fil...
1
answers
0
votes
723
views
asked 2 years ago
I have study https://docs.aws.amazon.com/greengrass/v2/developerguide/idt-programmatic-download.html and the result is that all the link and script only provide idt for x86 I have done connecting my...
3
answers
0
votes
486
views
asked 2 years ago
I was reading through these docs and noticed that the steps to request a security token requires the client to send its private key to credential provider service. ``` curl --cert your certificate --...
1
answers
0
votes
635
views
asked 2 years ago
I am trying to setup my IoT core in us-west-2, and want my IoT device in China region. I am using JITR and my device in China can use Data-ATS endpoint to register the device certificate. But query fo...
0
answers
0
votes
90
views
AWS
asked 2 years ago
I am attempting to trouble shoot a MTCDT-L4N1-246A gateway that was sent to New Zealand. In the USA it was known to work on frequency US915 and we had no issues. Once it arrived in New Zealand it no l...
2
answers
0
votes
313
views
asked 2 years ago
I am working on AWS Greengrass for deploying my code to a 32bit Raspberry Pi4 remotely. I have successfully downloaded the latest version of **Greengrass nucleus**. The **aws version is 1.27.84**. Aft...
1
answers
0
votes
278
views
asked 2 years ago
Hello AWS team! I'm using AWS IoT Core with an ESP32. When using MQTT test client with this JSON everything works as expected: { "pattern1": { "name":"Hello", "phases": {"position": "1", "speed":...
4
answers
0
votes
1.7K
views
asked 2 years ago
Hello, We have a GG component that needs to send a file to another component, via memory sharing. Due to privacy issues, we cannot write the file on disk. There seems to be a 2mb limitation for thi...
1
answers
0
votes
357
views
asked 2 years ago