Page 1 of 1

Arduino IDE 1.6.5 , 1.6.6 , 1.6.7 try - no luck - F1 aka help

Posted: 22 Dec 2015, 14:37
by M4RiO32s
Hey, found that firmware mentioned in one of tech blogs i read and decided to give it a shot - the more i read about it the more i loved it but tbh cant say how my experience are because for at least a week no i am not able to make it running.

I use Arduino IDE 1.6.5 rc5 atm, but was trying also 1.6.6 and 1.6.7 version.

went thru tutorial http://www.esp8266.nu/index.php/Tutoria ... are_Upload considering change of link to esp boards to version 2.0

cant make it - always get errors

ESPEasy:169: error: no matching function for call to 'PubSubClient::PubSubClient(const char [1])'

E:\MR\Documents\Arduino\libraries\PubSubClient\src/PubSubClient.h:103:4: note: PubSubClient::PubSubClient(const char*, uint16_t, void (*)(char*, uint8_t*, unsigned int), Client&, Stream&)
PubSubClient(const char*, uint16_t, MQTT_CALLBACK_SIGNATURE,Client& client, Stream&);
^
E:\MR\Documents\Arduino\libraries\PubSubClient\src/PubSubClient.h:103:4: note: candidate expects 5 arguments, 1 provided
E:\MR\Documents\Arduino\libraries\PubSubClient\src/PubSubClient.h:102:4: note: PubSubClient::PubSubClient(const char*, uint16_t, void (*)(char*, uint8_t*, unsigned int), Client&)
PubSubClient(const char*, uint16_t, MQTT_CALLBACK_SIGNATURE,Client& client);

there are more of them I just don't want to make wall of text but cant upload file log

If there is a mercifull soul that wants to make me a xmas present please HELP

Best Regards
M.

Re: Arduino IDE 1.6.5 , 1.6.6 , 1.6.7 try - no luck - F1 aka help

Posted: 22 Dec 2015, 15:55
by Martinus
Seems some issue with this library: pubsubclient
Maybe missing, wrong path or you already have one with a different version that conflicts.

Worth a try to make your Arduino IDE a portable setup and redo the tutorial instructions so it has only the 4 extra libraries from the sourceForge zipfile. To make it portable, unzip arduino zipfile, create a subfolder named "Portable" and then add the ESP board manager package. Install the 4 libraries into the subfolder "libraries". Not in your documents or other shared folder.

I always use a dedicated portable Arduino setup for different projects to avoid interference.

Re: Arduino IDE 1.6.5 , 1.6.6 , 1.6.7 try - no luck - F1 aka help

Posted: 22 Dec 2015, 17:06
by M4RiO32s
Works like a charm, You really made my xmas !!! Santa Martinus ;)