WeatherDuino Forum
Pro2 Compact - Printable Version

+- WeatherDuino Forum (https://www.meteocercal.info/forum)
+-- Forum: Weather Stations - WeatherDuino Pro2 Line (https://www.meteocercal.info/forum/Forum-Weather-Stations-WeatherDuino-Pro2-Line)
+--- Forum: Software Questions (https://www.meteocercal.info/forum/Forum-Software-Questions)
+--- Thread: Pro2 Compact (/Thread-Pro2-Compact)



Pro2 Compact - Xroads - 23-09-2018

Hello to all.
I have just bought the am, but trying to compile the code it gives me the following error.

WeatherDuino_P2ESP8266_RX_v1.2_b002:51:25: error: ESP8266Ping.h: No such file or directory

 #include <ESP8266Ping.h>

I am only using the libraries included, with the from Weatherduino downloaded code.
Where to get that library?

Best regards
Max


RE: Pro2 Compact - engolling - 23-09-2018

Hi Max,

did you follow the instructions from the Weatherduino Wiki
https://wiki.weatherduino.com/pro2_compact_receiver
and did you install the Arduino libs for the Wemos boards:
https://wiki.weatherduino.com/programming_weatherduino_devices#wemos_d1_r2_mini_isn_t_listed_in_my_list_of_available_boards_how_do_i_add_it

regards,
engolling


RE: Pro2 Compact - Xroads - 23-09-2018

(23-09-2018, 12:47)engolling Wrote:  Hi Max,

did you follow the instructions from the Weatherduino Wiki

Hi Engolling

Yes those parts are ok.

Regds
Max


RE: Pro2 Compact - werk_ag - 23-09-2018

(23-09-2018, 12:34)Xroads Wrote:  Hello to all.
I have just bought the am, but trying to compile the code it gives me the following error.

WeatherDuino_P2ESP8266_RX_v1.2_b002:51:25: error: ESP8266Ping.h: No such file or directory

 #include <ESP8266Ping.h>

I am only using the libraries included, with the from Weatherduino downloaded code.
Where to get that library?

Best regards
Max

Hello Max,
I've been checking, and it seems that by lapse I do not include this library in the software package. I have already updated the software package, please download it again.
Just add the missing library to the same folder where you have the other Arduino libraries. The software included in the new package did not change.

Please report back.
Thank you


RE: Pro2 Compact - Xroads - 23-09-2018

(23-09-2018, 18:58)Werk_AG Wrote:  Hello Max,
I've been checking, and it seems that by lapse I do not include this library in the software package. I have already updated the software package, please download it again.
Just add the missing library to the same folder where you have the other Arduino libraries. The software included in the new package did not change.

Please report back.
Thank you

Hello Werk_AG

Thank you.

I'm now getting this following error.

WeatherDuino_P2ESP8266_RX_v1.2_b002:323:8: error: no matching function for call to 'BME280::BME280()'

 BME280 bme;

Max


RE: Pro2 Compact - werk_ag - 23-09-2018

Hi Max,

Please check if you are using the BME280 library supplied with the software package and not any other.
There is a newer version of the BME280 library that isn't compatible with the WeatherDuino software.

Regards


RE: Pro2 Compact - Xroads - 23-09-2018

(23-09-2018, 21:38)Werk_AG Wrote:  Hi Max,

Please check if you are using the BME280 library supplied with the software package and not any other.
There is a newer version of the BME280 library that isn't compatible with the WeatherDuino software.

Regards

Thanks Werk_AG

That did it.

Regds
Max


RE: Pro2 Compact - werk_ag - 23-09-2018

Smile Thanks