Posts: 122
Threads: 11
Joined: Dec 2016
Country:
Hi Werk_AG
I loaded all the libraries and and using V1.8.0 but when I try to compile the code it comes up with this error
Arduino: 1.8.0 (Mac OS X), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"
/Users/Mark/Downloads/WeatherDuino_Pro2_PLUS/v1.0/software/RX software/WeatherDuinoPro2Plus_RX_v100_b016/Routines.ino: In function 'void RunEvery_1_Minute()':
Routines:177: error: 'WU_upload' was not declared in this scope
WU_upload();
^
Multiple libraries were found for "EEPROM.h"
Used: /Applications/Arduino 2.app/Contents/Java/hardware/arduino/avr/libraries/EEPROM
Not used: /Users/Mark/Documents/Arduino/libraries/EEPROM
exit status 1
'WU_upload' was not declared in this scope
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
Posts: 122
Threads: 11
Joined: Dec 2016
Country:
arduino is now V1.8.1 didnt take long...will try to compile it with this version and your code mods
Posts: 122
Threads: 11
Joined: Dec 2016
Country:
Werk I see you have changed the code in the download file. I just dloaded the version from the forum and compiled it on V1.8.1 with those changes in it and it compiles fine..thanks for your help Roddyp
Posts: 122
Threads: 11
Joined: Dec 2016
Country:
12-01-2017, 05:52
(This post was last modified: 12-01-2017, 05:54 by
markkkk42.)
For the Nano V3 I used the nano in the selection list for the TX and it has compiling errors the WD using the nano selection compiles fine though so the TX board has errors
Arduino: 1.8.1 (Mac OS X), Board: "Arduino Nano, ATmega328"
WeatherDuino_Pro2_TX_v2.0_b013:193: error: no matching function for call to 'OneWire::OneWire()'
OneWire oneWire; // When instantiated with no parameters, uses I2C address 18
^
/Users/Work/Downloads/WeatherDuino_Pro2_PLUS/v1.0/software/TX software/WeatherDuino_Pro2_TX_v2.0_b013/WeatherDuino_Pro2_TX_v2.0_b013.ino:193:9: note: candidates are:
In file included from /Users/Work/Downloads/WeatherDuino_Pro2_PLUS/v1.0/software/TX software/WeatherDuino_Pro2_TX_v2.0_b013/WeatherDuino_Pro2_TX_v2.0_b013.ino:18:0:
/Users/Work/Documents/Arduino/libraries/OneWire/OneWire.h:127:5: note: OneWire::OneWire(uint8_t)
OneWire( uint8_t pin);
^
/Users/Work/Documents/Arduino/libraries/OneWire/OneWire.h:127:5: note: candidate expects 1 argument, 0 provided
/Users/Work/Documents/Arduino/libraries/OneWire/OneWire.h:112:7: note: constexpr OneWire::OneWire(const OneWire&)
class OneWire
^
/Users/Work/Documents/Arduino/libraries/OneWire/OneWire.h:112:7: note: candidate expects 1 argument, 0 provided
/Users/Work/Documents/Arduino/libraries/OneWire/OneWire.h:112:7: note: constexpr OneWire::OneWire(OneWire&&)
/Users/Work/Documents/Arduino/libraries/OneWire/OneWire.h:112:7: note: candidate expects 1 argument, 0 provided
Multiple libraries were found for "EEPROM.h"
Used: /Applications/Arduino.app/Contents/Java/hardware/arduino/avr/libraries/EEPROM
Not used: /Users/Work/Documents/Arduino/libraries/EEPROM
Multiple libraries were found for "OneWire.h"
Used: /Users/Work/Documents/Arduino/libraries/OneWire
Not used: /Users/Work/Documents/Arduino/libraries/DS2482OneWire
Multiple libraries were found for "DallasTemperature.h"
Used: /Users/Work/Documents/Arduino/libraries/DallasTemperature
Not used: /Users/Work/Documents/Arduino/libraries/Arduino-Temperature-Control-Library-master
Using library VirtualWire in folder: /Users/Work/Documents/Arduino/libraries/VirtualWire (legacy)
Using library Wire at version 1.0 in folder: /Applications/Arduino.app/Contents/Java/hardware/arduino/avr/libraries/Wire
Using library OneWire in folder: /Users/Work/Documents/Arduino/libraries/OneWire (legacy)
Using library DallasTemperature at version 3.7.5 in folder: /Users/Work/Documents/Arduino/libraries/DallasTemperature
Using library Adafruit_ADS1X15 at version 1.0.0 in folder: /Users/Work/Documents/Arduino/libraries/Adafruit_ADS1X15
Using library Adafruit_SHT31 at version 1.0.0 in folder: /Users/Work/Documents/Arduino/libraries/Adafruit_SHT31
Using library SHT1x in folder: /Users/Work/Documents/Arduino/libraries/SHT1x (legacy)
Using library SHT21 in folder: /Users/Work/Documents/Arduino/libraries/SHT21 (legacy)
Using library HTU21D in folder: /Users/Work/Documents/Arduino/libraries/HTU21D (legacy)
Using library DHTxx in folder: /Users/Work/Documents/Arduino/libraries/DHTxx (legacy)
Using library Timer in folder: /Users/Work/Documents/Arduino/libraries/Timer (legacy)
Using library RunningAverage in folder: /Users/Work/Documents/Arduino/libraries/RunningAverage (legacy)
Using library EEPROM at version 2.0 in folder: /Applications/Arduino.app/Contents/Java/hardware/arduino/avr/libraries/EEPROM
Using library LiquidCrystal-I2C in folder: /Users/Work/Documents/Arduino/libraries/LiquidCrystal-I2C (legacy)
exit status 1
no matching function for call to 'OneWire::OneWire()'