-
I was trying to connect PZEM004 to Arduino nano 33 IoT board, and this library is using SofwareSerial.h,
I tried to dig deeper, and Nano 33 IoT does not use SoftwareSerial anymore, so I'm not sure ho…
-
A user reported that:
```
const auto rr = rerun::RecordingStream("...");
rr.connect().exit_on_failure();
```
on Pop OS (Ubuntu) results in:
```
thread '' panicked at library/std/src/t…
emilk updated
2 months ago
-
I believe the `RetryClient` may be violating the QoS guarantees of MQTT. When we send a message with QoS 1 (at **least once** delivery) via the `RetryClient`'s `Publish()` method we usually get a `nil…
-
### Describe the feature
This is #130 as a feature request.
This client library automatically PUBACKs received messages, not allowing consumers (handlers, implementers of `on_publish_received `) t…
-
We have a rule for unplanned disconnections for our IoT devices
And its picking up our automation which uses this Lib
We use the .end to disconnect the client after it finished its job (under each …
-
Hi all, I am new to this and are haveing som issues sending my sensor data to the IoT Azure Hub. I have cheked my setup several times, this is last resort.
In the serial logger I get this statuses:…
-
My Particle Boron with Particle OS 4.2/5.1/5.2 fails to connect to the broker, Debug shows that there is no Cipher Suites sent in the Client hello. Here is the debug print out. Thank you for your supp…
-
Hi,
I managed to get the example working in this fairly quickly to connect a device to Azure Hub using "Microsoft Azure IoT Device Client" version 1.2.4. Now I would like to trial adding a device to…
-
Hi
I'll get next exeption when trying to connect Azure IoT hub.
Is that RAM related error or some else ?
Br Kari
Wemos mini d1
Arduino IDE 1.8.8
Azure libraries 1.0.45
Example code from…
-
**Below is the code used to C2D (Service client Sender)**
`package iothub
import (
"context"
"fmt"
"log"
"github.com/amenzhinsky/iothub/iotservice"
)
// SendMessage sends a message…