WeatherDuino Forum

Full Version: Whats this message
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I have just built my Pro2 RX and all i get when loaded with the latest software is the synced time date with a message "

"Dont Start weather software yet ! 
0 0 0 "

Any ides what is wrong as I have checked everything and all looks okay 

Steve D
(11-09-2017, 21:45)Steve1506 Wrote: [ -> ]I have just built my Pro2 RX and all i get when loaded with the latest software is the synced time date with a message "

"Dont Start weather software yet ! 
0 0 0 "

Any ides what is wrong as I have checked everything and all looks okay 

Steve D

Smile A very good sign that possibly everything is working well.
Unless you already have a TX unit transmitting data, or you put the receiver to work in test mode, it will never leave that state.
If you want to run the receiver in test mode, look in the user configurable settings

Code:
// --------------------------------------------------------------------------------------
//   Test Mode : Never run a live system in test mode
// --------------------------------------------------------------------------------------
#define TestMode    true    // false= Normal working mode, true= Test mode only (no logger, no usb connection)
(11-09-2017, 21:58)Werk_AG Wrote: [ -> ]
(11-09-2017, 21:45)Steve1506 Wrote: [ -> ]I have just built my Pro2 RX and all i get when loaded with the latest software is the synced time date with a message "

"Dont Start weather software yet ! 
0 0 0 "

Any ides what is wrong as I have checked everything and all looks okay 

Steve D

Smile  A very good sign that possibly everything is working well.
Unless you already have a TX unit transmitting data, or you put the receiver to work in test mode, it will never leave that state.
If you want to run the receiver in test mode, look in the user configurable settings

Code:
// --------------------------------------------------------------------------------------
//   Test Mode : Never run a live system in test mode
// --------------------------------------------------------------------------------------
#define TestMode    true    // false= Normal working mode, true= Test mode only (no logger, no usb connection)

Thanks i will go and try test mode and see what I get. As for the TX I have not built this yet as i am waiting for the correct 433Mhz TX module to arrive
Ok.

Regarding the meaning of those three digits code, please search the forum, there is plenty of info about it.
You will need a fully working TX unit is required to completely test the system.
(11-09-2017, 22:11)Werk_AG Wrote: [ -> ]Ok.

Regarding the meaning of those three digits code, please search the forum, there is plenty of info about it.
You will need a fully working TX unit is required to completely test the system.

As suggested I have the RX running in test mode and all looks good I am getting a normal display on my lcd and internal temp, humidity and ATM being displayed. Thanks for the help now i will build the TX

Steve D
Congratulations!  Smile
(11-09-2017, 22:16)Steve1506 Wrote: [ -> ]As suggested I have the RX running in test mode and all looks good I am getting a normal display on my lcd and internal temp, humidity and ATM being displayed. Thanks for the help now i will build the TX

Hope to hear from you again soon.
Well done Steve.
Where are you located?
(12-09-2017, 00:13)uncle_bob Wrote: [ -> ]Well done Steve.
Where are you located?

South Somerset in the UK
Ah, the home of Enid Blyton Smile
Pages: 1 2