-
using this code to connect to thing, however, failed to connect. Can you help me with this. Code is below
from AWSIoTPythonSDK.MQTTLib import AWSIoTMQTTClient
myMQTTClient = AWSIoTMQTTClient("ra…
-
Hi,
I am currently using the NRF52840 DK and trying to connect, Pub and Sub to AWS iot. I am using an external modem with an AT interface. The modem has 4G LTE capabilities with an IP stack. I have s…
Abz23 updated
4 years ago
-
**Your Environment**
*Fill out as appropriate.*
iOS Version(s) [e.g. 12.1]: 10...13.x
Xcode version [Xcode> About Xcode e.g. 10.1 (10B61)]: 13.1 (11C505)
Swift version [e.g. 4.2]: 5
Tealium Swift…
-
I have some very simple AWS-SDK code that is meant to publish a simple message to an MQTT topic (endpoint). Here is the code:
```
var awsIot = require('aws-sdk');
var config = require('./config.…
-
![image](https://user-images.githubusercontent.com/20527421/29028838-152525e2-7bb8-11e7-9942-bc452d391caa.png)
It's the same issue with the version of 2.5.0
-(void)initIoT {
AWSCognitoCr…
-
Is is possible to use aws-sdk-js with react-native for authentication via secrets and certificates?
With aws-iot-device-sdk I just set it like:
`awsIot.device({
keyPath: awsConfig.broker.ke…
-
**Describe the bug**
It seems that if the define `BLE_ENABLED` is true, demos will try to use a BLE connection as an MQTT proxy regardless of whether `IOT_BLE_ENABLE_MQTT` is enabled.
In other words…
-
There's a lot of cross-promotion between Arduino and Amazon, specifically, the MKR1000 is aimed at IoT and Amazon offer AWS IoT. I see the two frequently advertised together, although Amazon only offe…
Tmp2k updated
5 years ago
-
Connection failure with certificate in bundle
- SDK Version:
pod 'AWSMobileClient', '~> 2.11.1'
pod 'AWSIoT', '~> 2.11.1'
- Dependency Manager: Cocoapods
-Swift…
-
I have a mosquitto instance running on an ec2 host. We have bridged this
to AWS IoT. Everything works fine except that the bridge looses connection
to IoT endpoint every now and then. Our restart_ti…