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

Pro2 v2.0 b011 Upgrade
#13

(07-08-2016, 16:28)zitoune Wrote:  Thanks Werk. I moved away the RX, tried a different room as well, and also removed the RX antenna as suggested. When I reboot the board, I still see 000 for more than 2 min.
I will let it run during the night and will see.

What about the temperature sensor? Could it be it to prevent the TX to work properly?

Thanks.

The inside temperature sensor is read only after the initialization process, so for now we should focus in discover why the RX unit is not receiving data from the three main sensors.

Next things to check / try:

Check if you have defined the correct board version in the RX software

Quote:// ---- 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

I think your RX board is a v4.xx or a v5.xx

Try to run the RX unit in test mode.

Quote:// --------------------------------------------------------------------------------------
// Test Mode : Never run a live system in test mode
// --------------------------------------------------------------------------------------
#define TestMode false // false or true

Do you see any data from the outside sensors on the LCD display?

Continue running the RX unit in test mode, and on the TX software enable sending just one type of sensor at a time...

Quote:// --------------------------------------------------------------------------------------
// Define which data this unit will send. 0 = Not send this data, 1= Send this data
// --------------------------------------------------------------------------------------
#define ID0 1 // Temp/Hum Data
#define ID1 0 // Not Used
#define ID2 0 // Wind data
#define ID3 0 // Rain data
#define ID4 0 // UV / SolRad data
#define ID5 0 // Hardware Status - System Temp, Battery Voltage etc
#define ID7 0 // Send Soil & Leaf Temperature Data
#define ID9 0 // Send Soil & Leaf Moisture / Wetness Data

Repeat procedure for Wind, and Rain, one at the time. Is the TX led on the TX unit blinking for each type of sensor?
Could you please post your Config_RX.ino and Config.TX.ino files?

Another important thing. If you are using the Inspeed E-Vane, the JP2 jumper on the TX board should be keep open.

Reply


Messages In This Thread
Pro2 v2.0 b011 Upgrade - by moolight0551 - 26-03-2016, 02:34
RE: Pro2 v2.0 b011 Upgrade - by werk_ag - 26-03-2016, 07:06
RE: Pro2 v2.0 b011 Upgrade - by moolight0551 - 06-04-2016, 02:25
RE: Pro2 v2.0 b011 Upgrade - by werk_ag - 06-04-2016, 15:02
RE: Pro2 v2.0 b011 Upgrade - by moolight0551 - 07-04-2016, 00:48
RE: Pro2 v2.0 b011 Upgrade - by werk_ag - 08-04-2016, 00:15
RE: Pro2 v2.0 b011 Upgrade - by moolight0551 - 08-04-2016, 01:02
RE: Pro2 v2.0 b011 Upgrade - by moolight0551 - 08-04-2016, 06:49
RE: Pro2 v2.0 b011 Upgrade - by werk_ag - 08-04-2016, 17:44
RE: Pro2 v2.0 b011 Upgrade - by zitoune - 07-08-2016, 10:41
RE: Pro2 v2.0 b011 Upgrade - by werk_ag - 07-08-2016, 15:31
RE: Pro2 v2.0 b011 Upgrade - by zitoune - 07-08-2016, 16:28
RE: Pro2 v2.0 b011 Upgrade - by werk_ag - 08-08-2016, 01:00
RE: Pro2 v2.0 b011 Upgrade - by zitoune - 08-08-2016, 17:04
RE: Pro2 v2.0 b011 Upgrade - by werk_ag - 09-08-2016, 02:45
RE: Pro2 v2.0 b011 Upgrade - by zitoune - 09-08-2016, 10:23
RE: Pro2 v2.0 b011 Upgrade - by uncle_bob - 09-08-2016, 12:45
RE: Pro2 v2.0 b011 Upgrade - by werk_ag - 09-08-2016, 16:07
RE: Pro2 v2.0 b011 Upgrade - by zitoune - 15-08-2016, 15:48
RE: Pro2 v2.0 b011 Upgrade - by werk_ag - 16-08-2016, 04:00



Users browsing this thread: 1 Guest(s)