franx74it
franx74it
Hello, i have the same error with my MKR1000 board with example sketch. if i comment line 68 in CayenneArduinoMQTTClient.h, millis() works fine otherwise hangs. from library version 1.0.0 to...
sorry library crashes in line 72 **CayenneMQTTSubscribe(&_mqttClient, NULL, COMMAND_TOPIC, CAYENNE_ALL_CHANNELS, NULL);** if i comment this line millis() works fine. Problem are ingoing commands. now i'm checking firewall rules. thanks
Hi, i have tested with library **ArduinoMqttClient** and everything is ok, i suppose: Attempting to connect to WPA SSID: ********** You're connected to the network Attempting to connect to the...
Hi, library **MQTTSubscribeClient.c** hangs into for() loops, line 74, on function **writeChar(&ptr, requestedQoSs[i]);**, i suppose, because requestedQoSs is NULL. following function debug [5508] Connecting to ****************** [7031] Connected to WiFi...
Hi, with AWS IoT Core and PubNub works fine.
Hi, it hangs on function **writeChar(&ptr, requestedQoSs[i]);** not print out. if i replace writeChar(&ptr, requestedQoSs[i]); with writeChar(&ptr, 0); everything works fine. ArduinoMqttClient works both WiFisimplereceive and WiFisimplesender.