Posts: 5.411
Threads: 336
Joined: Apr 2014
Weather Station: WeatherDuino 4Pro
Country:
We are getting close! This is why WeewX never starts, it always read zeros from the eeprom. I suspect of that, when I saw the Weewx logs.
For some reason, your system is not able to write to the eeprom on the RTC module. I can't see why.
Or the eeprom on the RTC is faulty, or it are using a not common address.
At least, now we know what is the problem!
Give me some time, to try to find a procedure for testing the access to the RTC eeprom.
Posts: 222
Threads: 32
Joined: Jan 2015
Weather Station: Mata dos Medos Weather
Country:
22-05-2015, 13:10
(This post was last modified: 02-06-2015, 19:10 by
hvalentim.)
Updating the answer to the question which made me start this post: Is WeatherDuino WeeWX compatible?
The answer is YES. WeatherDuino is WeeWX compatible. I have it running successfully right now.
Things we found in the process:
-> In ebay you may find for sale Real Times Clock modules which do not seem to comply with default values expected by Arduino libraries and once plugged show an address which is slightly different.
The problematic ones seem to differ in that they do not exhibit the inscription "ZS-042". So, try to make sure the RTC module you purchase has "ZS-042" inscribed.
Werk_AG found a way to get around this and make the software work with modules with an 0x56 address but better try to avoid it. These chips are likely fake and a source of trouble.
-> FTDI usbserial chips/adapters have better support in Linux. The driver seems to be more robust. To play on the safe side if you are planning to connect your RX unit to a Linux box try to get at least one Nano with an original FTDI chip (they cost just a bit more).
Posts: 5.411
Threads: 336
Joined: Apr 2014
Weather Station: WeatherDuino 4Pro
Country:
Thank you hvalentim
This info could be important for everyone that wish to use WeewX with the WeatherDuino pro2 system.