12-01-2017, 18:39
(12-01-2017, 05:52)markkkk42 Wrote: 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
^
Hi Mark
A simple search on the forum by OneWire, could have given you the answer:
http://www.meteocercal.info/forum/Thread...93#pid3593
Quote:You haven't done anything wrong. The cause of the problem is:
- Multiple libraries were found for "OneWire.h"
The OneWire library required is the one in the DS2482OneWire folder, which is an modified and enhanced version to allow communication to 1-wire devices, through I²C protocol using a DS2482 chip - Single-Channel 1-Wire Master*
The DS2482 chip is used in the soil / leaf interface.
Please do a backup of your original OneWire folder, and delete it.
I'm absolutely sure that this problem will gonna happen to others. First post updated with a note about this matter.
Thank you.
Kind Regards
Werk_AG

