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

WD wont recieve
#3

(04-03-2019, 01:58)Werk_AG Wrote:  Hello Andy,

I don't see anything wrong on your config.
On the WiFi Wireless Display you may try activate the PRINT_DEBUG_RX_MESSAGES on the Config_Options. Uncomment this line as show bellow.

Code:
#define PRINT_DEBUG_RX_MESSAGES

This will print some info every time the WD will receive an RF message.

When compiling WeatherDuino code for AVR boards (Nano, etc) please use AVR board v1.6.21, newer versions are know to cause problems with WeatherDuino Code (at least with the Pro2 PLUS).

Regards
Werk_AG

I am continuing to gradually get me Weatherduino system up and running, the TX (V2.50) is working, and both of my RX units seem to work ok, I have a Pro2 RX V4.03 and also a Pro2 plus RX V2.00.

I am having difficulty getting my WD 4 Pro V1.30 to receive any data from either of the RX units though.

The software compiles & uploads fine, it connects to the internet ok, and displays the time correctly, I have hacked the code a bit to try to debug what is happening and it seems that the RF data is being received ok, but not being processed for some reason.

It seems to fails at this line 

if (TX_Relay_ID != Relay_ID || PacketID < 127) return;

my debugging code tells me that I receive packets with TX_Relay_ID=161 and Relay_id=163 
PacketID is 0, 2 or 3

Any pointers gratefully received!
Reply


Messages In This Thread
WD wont recieve - by atbukc - 03-03-2019, 23:03
RE: WD wont recieve - by werk_ag - 04-03-2019, 01:58
RE: WD wont recieve - by atbukc - 11-03-2019, 17:22
RE: WD wont recieve - by werk_ag - 11-03-2019, 22:28
RE: WD wont recieve - by atbukc - 12-03-2019, 09:48
RE: WD wont recieve - by atbukc - 18-03-2019, 18:01
RE: WD wont recieve - by hornychz - 18-03-2019, 19:34



Users browsing this thread: 1 Guest(s)