Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
53 views

I'm learning how to use MQTT on AWS IoT - the goal is to simply publish and receive between AWS IoT MQTT test client and a Python script. I can successfully publish from my Python code but I am unable ...
user145760's user avatar
0 votes
0 answers
69 views

I'm generating a SigV4 presigned WebSocket URL for AWS IoT Core using the AWS SDK for Go (v2) and the v4 signer. It works fine with long-term credentials (we have o Proof of Concept environment), but ...
Pedro Silva's user avatar
0 votes
0 answers
26 views

I'm trying to connect my NodeMCU (ESP8266) device running Micropython to AWS IoT but wwhile running the code I'm getting the following error: start connecting Connected: True Key and Certificate ...
Shekhar's user avatar
  • 898
0 votes
0 answers
95 views

I’m developing an iOS app using AWS IoT Core and MQTT to manage smart home devices. Each device has a corresponding AWS IoT "thing", and the app subscribes to the shadow delta topic of each ...
Ajeet's user avatar
  • 36
1 vote
0 answers
79 views

I'm trying to connect a web client to AWS IoT Core using JavaScript over WebSocket, authenticated via Amazon Cognito Identity Pool. The connection works (confirmed via logs), and the subscription to ...
Ankit Vashisht's user avatar
0 votes
1 answer
93 views

I am running python to send MQTT messages to an AWS-IOT server. It runs on a Raspberry Pi, and sends a message each time a button is pressed. It works for a while, but soon a message is sent that does ...
CrabbyPete's user avatar
2 votes
1 answer
65 views

I'm trying to get all the thing names that are part of a specific thing group in AWS IoT Core using a Python Lambda function. I checked the Boto3 documentation looking for a function that retrieves ...
Ari Maran's user avatar
1 vote
2 answers
86 views

I am trying AWS IoT Core and it seems when you publish message to a topic - even though I select AtMostOnce in QoS - it delivers the same message to all devices who listens this topic. Is it possible ...
Akiner Alkan's user avatar
  • 7,068
0 votes
1 answer
53 views

I'm migrating AWS SDK for java from v1 to v2. Earlier I was instantiating the AWSIotMqttClient like Credentials cred = awsService.generateTempIAMCredentialsForIOT(); // AWS IAM credentials could be ...
Mradul Singhal's user avatar
0 votes
1 answer
88 views

I’m working with AWS IoT Core and using Device Shadows to control an IoT device (ESP32 connected to a relay to turn ON/OFF a motor), Right now, any user can turn the motor ON/OFF by updating the ...
Musab Gulfam's user avatar
-2 votes
1 answer
110 views

There are 2 C SDKs for aws iot. https://github.com/aws/aws-iot-device-sdk-embedded-C and https://github.com/awslabs/aws-c-iot. The official SDK list page indicates https://github.com/aws/aws-iot-...
Umut's user avatar
  • 2,587
0 votes
0 answers
60 views

I'm building a React application that connects to AWS IoT via MQTT. I'm using Amazon Cognito for authentication and obtaining credentials from an Identity Pool. Despite successful authentication and ...
Rodrigo Carnero's user avatar
1 vote
1 answer
51 views

I have an IoT device that is a Thing on AWS IoT. The Thing has a certificate that the device uses to connect to MQTT. I created a trust policy that allows the Thing to assume a IAM role. I also ...
firion's user avatar
  • 320
0 votes
0 answers
97 views

I am trying to build a device client that is responsible for managing the IoT device. Idea is to have a control agent running all the time in a process which is responsible for provisioning the device ...
Sadan A.'s user avatar
  • 1,117
-3 votes
1 answer
81 views

I am trying to subscribe to AWS IoT Topic using mqtt client. Python script is as follows: import paho.mqtt.client as mqtt import ssl MQTT_BROKER = '<endpoint>' # Public broker for testing ...
Hammad Majeed's user avatar
-1 votes
1 answer
265 views

I have an esp32 device that has a certificate I generated in AWS to be used as a claim certificate. The esp32 connects to AWS fine and allows me to subscribe to the accepted and rejected topics. When ...
MoFiggin's user avatar
0 votes
0 answers
174 views

+CCERTLIST: "cacert.pem" +CCERTLIST: "cert.pem" +CCERTLIST: "keycert.pem" OK AT+CSSLCFG="sslversion",0,4 OK AT+CSSLCFG="authmode",0,2 OK AT+...
Alexandersson's user avatar
0 votes
1 answer
398 views

I am trying to use AWS IoT Device SDK JS 2 with a simple ReactJS application. The application is targeted to run in a browser. I have all the required certificates and credentials with me to configure ...
User7723337's user avatar
0 votes
1 answer
211 views

I'm following this guide to generate credentials for AWS services using a thingName, aws-iot cert and key: https://docs.aws.amazon.com/iot/latest/developerguide/authorizing-direct-aws.html I'm getting ...
user2809286's user avatar
-1 votes
1 answer
252 views

till now we created a certificate using sdk method IotClient.CreateKeysAndCertificate. And easily manage to connect from the client side with the private key and certificate using iot device sdk ...
Raziza O's user avatar
  • 1,646
0 votes
1 answer
161 views

I am trying to create an IoT rule for inserting the data in the AWS Timestream table and I configured my query as below: SELECT ax-lt-011 AS first_column, ax-lt-021 AS second_column FROM "iot/...
RushHour's user avatar
  • 645
0 votes
0 answers
51 views

i have a custom authoriser which is linked to a lambda function which validates a jwt token using symmetric key , the lambda function event looks like this { "token": "MyToken" } ...
sneha jha's user avatar
1 vote
0 answers
216 views

I'm trying the AWS greengrass to manage my devices. The bellow is my receipe. { "RecipeFormatVersion": "2020-01-25", "ComponentName": "com.test.setup", &...
abcXYZ's user avatar
  • 170
1 vote
0 answers
346 views

We have a Flutter application where the device subscribes to MQTT and can publish information. The application connects to AWS IoT Core using mqtt_client. The vast majority of devices running our app ...
nbreetz's user avatar
  • 111
0 votes
0 answers
158 views

I'm trying to connect to AWS MQTT3 via websockets with authentication from Cognito, but I'm getting Caused by: software.amazon.awssdk.crt.mqtt.MqttException: The connection was closed unexpectedly.. ...
MAGx2's user avatar
  • 3,199
0 votes
0 answers
230 views

I made test code with mqtt communicate with AWS IOT in ESP-IDF. I made sample handler and save root ca in global ca store. and then I set the Mqtt Config. I tried to Connect MQTT With AWS IOT Core ...
user23469883's user avatar
0 votes
1 answer
441 views

I have an AWS Greengrass device which is running two MQTT components: aws.greengrass.clientdevices.mqtt.EMQX aws.greengrass.clientdevices.mqtt.Bridge I've got a hardware device which publishes MQTT ...
mchr's user avatar
  • 6,282
0 votes
0 answers
53 views

I'm having problems trying to finish a university project and hopefully someone can help. Since the project is quite big and the only thing that isn't working is the multiprocessing technique, I will ...
aag's user avatar
  • 1
0 votes
1 answer
256 views

There is API end point described in aws documentation, https://docs.aws.amazon.com/iot/latest/apireference/API_CreateThing.html But can't make it work, which prefix should i use and how to provide my ...
GXtal's user avatar
  • 27
0 votes
1 answer
565 views

I am trying to create an AWS IoT VPC interface endpoint. I am using terraform. Each AWS account comes with an IoT Core endpoint like this: xxxxxxxxxxxxxx-ats.iot.us-east-1.amazonaws.com They can be ...
NotAgain's user avatar
  • 1,997
0 votes
0 answers
174 views

I inherited an ESP-32 firmware project based on AmazonFreeRTOS. I know how to build it but I'm not extremely familiar with this kind of programming. The other developer never created a signing key ...
Flarosa's user avatar
  • 1,933
0 votes
1 answer
115 views

I am trying to create an AWS IoT Job, I have followed the pre-requisites here. The Lambda creating the OTA Job has the required permissions. But when I get the details of that Job to see why it hasn't ...
Varun Gawande's user avatar
1 vote
1 answer
129 views

I have created a certificate provider for AWS IoT: { "certificateProviderName": "my-certificate-provider", "certificateProviderArn": "arn:aws:iot:eu-west-1:...
wlek's user avatar
  • 53
1 vote
1 answer
216 views

I'm currently running a test on an IoT project which is utilizing AWS IOT Core service. I have an MQTT broker with a Thing set up to which I have connection policies defined and authentication access ...
ochieno Eliud's user avatar
0 votes
1 answer
233 views

I am experiencing a problem while trying to publish a JSON Payload to IoT Core. I am getting a 500 internal server error. API Gateway appears to be configured correctly since it is reaching the Lambda ...
VarI's user avatar
  • 11
1 vote
0 answers
132 views

I'm new to spring-boot and attempting to populate a property in a spring-boot XML with a function return value from a Java class but the class doesn't seem to be visible to the spring-boot loader. I'm ...
Codeman's user avatar
  • 11
0 votes
1 answer
159 views

I have an IoT project where device sends telemetry data to AWS IoT Core. And I used AWS IoT Core Rules to read data from topic and send it to my own webservice deployed in some other place. When I am ...
Badhusha's user avatar
  • 150
0 votes
1 answer
58 views

I have a device using AWS IOT that is saving the information on a Dynamodb table. It's not a lot of info, just water flow from my second house. My intention is to "turn on" a flag that will ...
Rafael Cruz's user avatar
1 vote
0 answers
91 views

I am using Timestream to keep the MQTT messages coming to my AWS IoT broker. Messages are in UDMI format. Mostly I am keeping pointset messages, which are messages with current state of the device. ...
Nikola Nedeljkovic's user avatar
0 votes
1 answer
41 views

I'm building a water leak detector for the days I'm out of my house, using an ESP-32. It's already working fine using AWS IoT saving the "pulses" (water flow) to DynamoDb. But now I'm ...
Rafael Cruz's user avatar
0 votes
0 answers
57 views

Would it be considered bad design to have multiple MQTT / AWS services on one device. I am currently designing a system that has what can be considered multiple discrete functions / process's. I am ...
g0atm1lk's user avatar
0 votes
1 answer
294 views

I wrote Python script to create AWS IoT thing and policy. I attach policy to the IoT thing with the code as follows. iot_client.attach_policy(policyName=policy_name, target=thing_arn) I got the errors ...
peter's user avatar
  • 1
1 vote
1 answer
318 views

I seem to be unable to find the Kotlin SDK for AWS IOT. I searched the internet and I can find Kotlin SDKs for other Amazon services, and AWS IOT code examples for Java and other languages, but there ...
Primordial_Hamster's user avatar
0 votes
0 answers
224 views

I have created several Things and security certificates in my AWS console. I can subscribe and post MQTT messages to XXXX-ats.iot.us-east-1.amazonaws.com:8883 without problems. But how to connect ...
vico's user avatar
  • 18.5k
0 votes
1 answer
257 views

I'm attempting to establish a connection to the IoT Core broker using temporary credentials from cognito identity pools (access key/secret key/session token) in Python. Unfortunately, my current ...
user23107036's user avatar
2 votes
0 answers
175 views

I've followed https://docs.aws.amazon.com/iot/latest/developerguide/authorizing-direct-aws.html to set up the following resources: A DynamoDB table with name H42318K04D IAM role with name "...
hencrice's user avatar
  • 187
5 votes
1 answer
3k views

I would like to publish a message to an IoT thing topic on AWS using HTTPS and Postman. EDIT: I have edited majority of the post to include a step-by-step process of the thing i created I created a ...
Jake quin's user avatar
  • 752
0 votes
1 answer
109 views

I want to enable the AWS IoT security audit through a CDK stack but it is not working. First I followed this documentation for the interfaceAuditCheckConfigurationProperty and the following was the ...
IgorAlves's user avatar
  • 5,580
2 votes
0 answers
394 views

I couldn't find an official AWS IoT Device SDK for C#/.NET (only c++, java, javascript and python), yet we need to build a client device application that connects to the AWS IoT and utilizes its ...
Amit Apple's user avatar
  • 9,192
1 vote
0 answers
352 views

I'm trying to do a minimal example of connecting and publishing to a topic using MQTT + Websocket + AWS IoT + paho.mqtt.golang and am running into issues. I'm roughly following this tutorial https://...
Cameron Toy's user avatar

1
2 3 4 5
25