Comments on: ESP8266 as MQTT Client – Arduino IoT https://electrosome.com/esp8266-mqtt-client-arduino-iot/ You Inspire.....We Create..... Thu, 30 Jan 2020 20:37:20 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: Mazen Ahmed https://electrosome.com/esp8266-mqtt-client-arduino-iot/#comments/9286 Thu, 30 Jan 2020 20:37:20 +0000 https://electrosome.com/?p=15059#comment-9286 there’s an error with the code the line ( message_buff[i] = ‘\0’; ) should be inside the for loop because it sets the message sent to always be null

]]>
By: Yogesh Mhatre https://electrosome.com/esp8266-mqtt-client-arduino-iot/#comments/7458 Fri, 12 Jul 2019 10:40:49 +0000 https://electrosome.com/?p=15059#comment-7458 message_buff remains nil

]]>
By: atuline https://electrosome.com/esp8266-mqtt-client-arduino-iot/#comments/7449 Tue, 04 Jun 2019 00:41:41 +0000 https://electrosome.com/?p=15059#comment-7449 Wondering why there’s no WiFi.begin and related connecting message in your code.. . Added that myself.

]]>
By: Diego Moral Esteban https://electrosome.com/esp8266-mqtt-client-arduino-iot/#comments/7380 Mon, 01 Apr 2019 12:06:43 +0000 https://electrosome.com/?p=15059#comment-7380 In reply to Smit pambhar.

I had the same problem and I created a new instance and it worked. I don’t know why it couldn’t stablish communication with the first one because everything was correct but maybe it helps you too.

]]>
By: Smit pambhar https://electrosome.com/esp8266-mqtt-client-arduino-iot/#comments/7315 Fri, 22 Mar 2019 21:31:56 +0000 https://electrosome.com/?p=15059#comment-7315 can’t connect to cloud

]]>
By: Ligo George https://electrosome.com/esp8266-mqtt-client-arduino-iot/#comments/7202 Mon, 19 Nov 2018 21:57:42 +0000 https://electrosome.com/?p=15059#comment-7202 In reply to Gery Akbar Fauzi.

The code is corrected now.

]]>
By: Ligo George https://electrosome.com/esp8266-mqtt-client-arduino-iot/#comments/7201 Mon, 19 Nov 2018 21:57:08 +0000 https://electrosome.com/?p=15059#comment-7201 In reply to Lalo Calles.

It is corrected now.

]]>
By: Basamma B https://electrosome.com/esp8266-mqtt-client-arduino-iot/#comments/7200 Mon, 19 Nov 2018 05:07:56 +0000 https://electrosome.com/?p=15059#comment-7200 In reply to Lalo Calles.

Hi,
The code is updated. Kindly check it in the above article.

]]>
By: Lalo Calles https://electrosome.com/esp8266-mqtt-client-arduino-iot/#comments/7198 Sat, 17 Nov 2018 00:15:11 +0000 https://electrosome.com/?p=15059#comment-7198 In reply to Gery Akbar Fauzi.

Yeah, I got the same thing.

]]>
By: Gery Akbar Fauzi https://electrosome.com/esp8266-mqtt-client-arduino-iot/#comments/7197 Fri, 16 Nov 2018 23:32:38 +0000 https://electrosome.com/?p=15059#comment-7197 lt ?
led_control ?

was not declared in this scope

]]>