-->
Page 2 of 3

Re: MqTT server instance running into ESP8266

PostPosted: Mon Sep 04, 2017 10:59 am
by picstart
Many Undisclosed dependencies
FB_IoT-MqttServer File is actually the ESPMqTT module
ESP8266true_random
RTC
rbase64

I resolved the dependencies above ..it now compiles.....I do a bit of testing

Re: MqTT server instance running into ESP8266

PostPosted: Mon Sep 04, 2017 12:34 pm
by picstart
The password for the AP mefrancesco in the documentation is incorrect the code is below
//BASE
String ssid = "ESPBLANK";
String password = "alfafrancesco";

Next when finally signing on to 192.168.4.1
URI: /
Method GET
Arguments: 0

resolved by uploading spiffs folders etc www via Arduino sketch data upload tool

Re: MqTT server instance running into ESP8266

PostPosted: Mon Sep 04, 2017 2:30 pm
by picstart
Instructions say
About note 1: I make a change to MqTT client library to support persistent messages :

I inserted line 148 with ” v = v & 0xFD ”

Issue
I am having trouble locating this file MqTT client ......being explicit with name plus extension never hurts

Re: MqTT server instance running into ESP8266

PostPosted: Mon Sep 04, 2017 3:00 pm
by rudy
picstart wrote:Instructions say
About note 1: I make a change to MqTT client library to support persistent messages :

I inserted line 148 with ” v = v & 0xFD ”

Issue
I am having trouble locating this file MqTT client ......being explicit with name plus extension never hurts


PubSubClient.cpp About 1/4 down the file.

I would like to try this but I don't have the time yet. When I do I hope you will have resolved all the issues. :)