Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Software Question
#7

Hi water01

In your setup, you plan to use one RX unit and two TX units (just like mine Smile)

Set the same Station ID for all the units.
Set one of yours TX unit as Unit ID = 0 and the other as Unit ID =1

Now, supposing you have your wind instruments on TX unit 0 and Temp/Hum plus Rain Gauge on TX unit 1, just configure your RX software like exemple below.

Code:
#define TH_OutUnit       1    // 0 for Temp/Hum from TX_Unit0, 1 for TX_Unit1
#define TH_OutSensor     1    // 0 for SHT21, 1 for DHT22 or SHT1X
#define WIND_OutUnit     0    // 0 for Wind from TX_Unit0, 1 for TX_Unit1, 2 for Auriol RF Odometer
#define RAIN_OutUnit     1    // 0 for Rain from TX_Unit0, 1 for TX_Unit1, 2 for Auriol RF Rain Gauge
//#define SRUV_OutUnit     0    // 0 for Solar Rad / UV from TX_Unit0, 1 for TX_Unit1
                              // Keep commented unless you have Solar Radiation and UV sensors.

Reply


Messages In This Thread
Software Question - by water01 - 26-08-2014, 10:50
RE: Software Question - by uncle_bob - 26-08-2014, 11:08
RE: Software Question - by werk_ag - 26-08-2014, 11:17
RE: Software Question - by uncle_bob - 26-08-2014, 11:28
RE: Software Question - by water01 - 26-08-2014, 11:32
RE: Software Question - by uncle_bob - 26-08-2014, 11:34
RE: Software Question - by werk_ag - 26-08-2014, 11:54
RE: Software Question - by water01 - 26-08-2014, 11:58
RE: Software Question - by werk_ag - 26-08-2014, 12:19
RE: Software Question - by water01 - 26-08-2014, 12:48
RE: Software Question - by werk_ag - 26-08-2014, 17:08
RE: Software Question - by water01 - 26-08-2014, 17:14



Users browsing this thread: 1 Guest(s)