03-03-2017, 08:49
Quote:I built my Weatherduino back in 2015 and it has been running without a glitch...
Is good to know that! Thanks
Quote:Today i had some spare time so i decided to update to the latest software on all 3 boards Tx, Rx and WD. The problem im now having is that whilst ever Cumulus is open the Rx unit stops receiving data from the Tx unit and also stops transmitting to the WD unit. As soon as i close Cumulus the Tx_Led on the Rx board starts blinking again and it functions as normal.
Could you please post what is your RX board version?
Also please check if you have defined it correctly in Config_RX.h. The default value is not suitable for your board.
Code:
// --------------------------------------------------------------------------------------
// Hardware settings
// --------------------------------------------------------------------------------------
// ---- Define your RX board, main version number
#define Board_Version 6 // 6 for all RX boards v6.xx, 5 for all RX boards v5.xx, 4 for all RX boards v4.xx
