-
In file included from /Users/mymac/Documents/Arduino/libraries/AIS_4G_board/src/AzureIoTHub.h:5,
from /Users/mymac/Documents/Arduino/libraries/AIS_4G_board/src/AzureIoTHub.cpp:1:
/U…
-
Hello Lorenzo,
I'm using the "Issues" section of your repository because the "Discussion" option is not available, but there is no issue as such...
I've be using your MQTT sample to implement th…
-
I have setup the rpi tool flow on windows 11 based on this article https://len42.github.io/rp2040-dev-setup.html which comes from the rpi_pico handbook. Running from a developer power shell I run into…
-
Recently I updated the libraries:
AzureIoTHub - 1.0.45
AzureIoTProtocol_MQTT - 1.0.45
Azure_IoTUtility - 1.0.45
With these version, on compilation of the application I get:
> Archiving built …
-
Arduino: 1.8.4 (Linux), Board: "Adafruit HUZZAH ESP8266, 80 MHz, 115200, 4M (3M SPIFFS)"
mqtt_test.ino:21: error: no matching function for call to 'PubSubClient::PubSubClient(WiFiClient&, const cha…
-
I'm trying to find the "MQTT" library on the Library Manager list.
**But I have 109 libraries matching.**
With the list being unsorted it makes it really hard to locate the one with exact name "…
2bam updated
7 months ago
-
This happens with **CircuitPython 7.3.3** and **8 beta-6** using the **mpy-20221230** libraries for both 7 and 8 releases.
The `loop()` works flawlessly when run used with the AIO client. However, …
-
Hi, thank you for build this library.
Currently, don't have any library good enough to use MQTT in ReactNative. Some libraries are using native libraries (Object-C/Java) to implement then wrap APIs…
-
`/WisLTE_Arduino/examples/MQTTS_Client/MQTTS_Client.ino:``` In function 'void setup()':
MQTTS_Client:115: error: invalid conversion from 'const char*' to 'char*' [-fpermissive]
while (!WisLTE…
-
Hi Dan,
I wonder if it's possible to get the sample code running on ESP32s
Swapping out the ESP8266WiFi.h for the regular WiFi.h library is the one obvious change.
But I can't work out how to get…