22-10-2017, 03:02
(21-10-2017, 15:55)Werk_AG Wrote:(21-10-2017, 13:43)chrisww Wrote: Dosn't seem to detect anything at address 0x50.Chris.
Hi,
This is the cause of the permanent boot loops.
It seems the system cannot find the on-board eeprom, which is vital for the system to work.
All WeatherDuino Pro2 PLUS software versions, since first one, depend on data stored at boot time on the on-board eeprom, but the v3.x and v4.x depends even more.
Even v2.1 will not work satisfactorily, if can't write data to the on-board eeprom. v4.x will not work at all.
Please try to discover why the on-board eeprom isn't being detected.
Regarding your config file, check the Latitude and Longitude data
Code:// --------------------------------------------------------------------------------------
// Define your Weather Station location. Use decimal format for Latitude and Longitude
// --------------------------------------------------------------------------------------
#define LATITUDE -315.000 // Put here your Station latitude in degrees North (always use 3 decimal places)
#define LONGITUDE 1161.000 // Put here your Station longitude in degrees - minus for West (always use 3 decimal places)
Latitude is from -90.000 to 90.000
Longitude is from -180.000 to 180.000
I found an open circuit on the SCL line from the eeprom. You might recall my RX board had a few gaps in the PCB tracks that I had to repair, well my repair failed on the SCL line.
It's seems to be working fine now, thanks for your help.
Chris.

