Skip to main content
0 votes
0 answers
63 views

I'm playing around with some LoRaWAN devices connected to AWS IoT Core, and have managed to send downlink messages and receive uplink messages through a AWS IoT core destination which is in turn ...
JHH's user avatar
  • 9,415
0 votes
0 answers
105 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
2 answers
87 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
0 answers
17k views

I'm using AWS Amplify in order to use PubSub for publishing to AWS IoT Core, for that I've setup User and Identity pools, in identity pool I've setup the identity providers as this user pool, but when ...
Manjunath N R's user avatar
0 votes
1 answer
90 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
0 votes
0 answers
395 views

I'm working with AWS Systems Manager (SSM) to remotely connect to an IoT device via SSH using a Python script. The script uses the boto3 library to start an SSM session, but I'm encountering an error ...
Mona's user avatar
  • 1
0 votes
0 answers
49 views

WiFiClientSecure net; PubSubClient client(net); char lwtMessage[256]; void setup() { Serial.begin(115200); pinMode(RELAY_PIN, OUTPUT); connectWiFi(); // Prepare JSON for Last Will ...
Musab Gulfam's user avatar
0 votes
0 answers
103 views

Requirement: I have to create a real-time dashboard. AWS IOT site-wise should be the source of the data. As I have explored aws iot sitewise does not natively support websocket or mqtt to fetch real-...
Ramya Ramaradjou's user avatar
0 votes
0 answers
177 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
0 answers
70 views

For context: We have some devices handled in AWS IOT core. Sometimes there are some issues and these things don't send data properly. So the idea is to have in the browser a terminal that allows the ...
Adrián Rodriguez's user avatar
0 votes
1 answer
402 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
261 views

AWS recommends in here that each device should have its own separate device certificate to connect to MQTT endpoint on AWS IoT Core. One can control the status of certificates then to control the ...
Jamy codes's user avatar
0 votes
1 answer
218 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 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
350 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

15 30 50 per page
1
2 3 4 5
13