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

Weatherduino troubleshooting
#17

(11-01-2023, 23:29)coupe pete Wrote:  Correct debug: 
 
Code:
// --------------------------------------------------------------------------------------
//   Debug
// --------------------------------------------------------------------------------------
#define ENABLE_DEBUG
#define DEBUG_ID0  
#define DEBUG_ID2  
#define DEBUG_ID3  
#define DEBUG_ID4  
#define DEBUG_ID5  
//#define DEBUG_SLINTERFACE
//#define EASYWEATHER_TEST

If you didn't know what the identifiers 0 to 5 mean, their description is in the Config_Options.h file just a little higher:
 
Code:
// --------------------------------------------------------------------------------------
//   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  1   // Wind data
#define ID3  1   // Rain data
#define ID4  0   // SolRad / UV data
#define ID5  1   // Hardware Status - System Temp, Battery Voltage etc

Not correct:
Code:
#define ENABLE_DEBUG      true
#define DEBUG_ID0         true
#define DEBUG_ID2         true
#define DEBUG_ID3         true
#define DEBUG_ID4         false
#define DEBUG_ID5         true
#define DEBUG_SLINTERFACE true
#define EASYWEATHER_TEST  true

You don't need to write "true" for debug definitions... You only need remove "//" at the beginning of the lines. But I think the output will be the same.
In my opinion, you have almost the whole board in order, it receives, processes and sends data correctly. It is possible that the transmitter module
is not working, I would recommend replacing it.

I didn't notice which TX unit you are using, what version it is. Tell us, please. And can you post a photo of the transmitter module?
(The transmitter module should probably always have the transmitter antenna connected, it should not be running "idle".)

Best Regards
Zdenek

Brandys/L Weather
Reply


Messages In This Thread
Weatherduino troubleshooting - by coupe pete - 27-12-2022, 03:03
RE: Weatherduino troubleshooting - by hornychz - 27-12-2022, 15:40
RE: Weatherduino troubleshooting - by coupe pete - 29-12-2022, 12:02
RE: Weatherduino troubleshooting - by hornychz - 29-12-2022, 19:04
RE: Weatherduino troubleshooting - by coupe pete - 30-12-2022, 23:54
RE: Weatherduino troubleshooting - by werk_ag - 31-12-2022, 00:12
RE: Weatherduino troubleshooting - by coupe pete - 31-12-2022, 00:19
RE: Weatherduino troubleshooting - by werk_ag - 31-12-2022, 01:35
RE: Weatherduino troubleshooting - by coupe pete - 02-01-2023, 06:56
RE: Weatherduino troubleshooting - by hornychz - 02-01-2023, 19:55
RE: Weatherduino troubleshooting - by coupe pete - 11-01-2023, 11:41
RE: Weatherduino troubleshooting - by coupe pete - 11-01-2023, 23:22
RE: Weatherduino troubleshooting - by coupe pete - 11-01-2023, 23:29
RE: Weatherduino troubleshooting - by hornychz - 12-01-2023, 00:28
RE: Weatherduino troubleshooting - by coupe pete - 12-01-2023, 02:05
RE: Weatherduino troubleshooting - by coupe pete - 12-01-2023, 02:36
RE: Weatherduino troubleshooting - by hornychz - 13-01-2023, 00:13
RE: Weatherduino troubleshooting - by werk_ag - 13-01-2023, 03:24
RE: Weatherduino troubleshooting - by coupe pete - 13-01-2023, 04:30
RE: Weatherduino troubleshooting - by hornychz - 13-01-2023, 11:54
RE: Weatherduino troubleshooting - by uncle_bob - 05-01-2023, 08:22
RE: Weatherduino troubleshooting - by coupe pete - 05-01-2023, 21:52
RE: Weatherduino troubleshooting - by hornychz - 11-01-2023, 22:58
RE: Weatherduino troubleshooting - by hornychz - 12-01-2023, 00:33
RE: Weatherduino troubleshooting - by coupe pete - 14-01-2023, 08:22
RE: Weatherduino troubleshooting - by werk_ag - 15-01-2023, 01:26
RE: Weatherduino troubleshooting - by coupe pete - 19-01-2023, 01:33
RE: Weatherduino troubleshooting - by werk_ag - 19-01-2023, 01:59
RE: Weatherduino troubleshooting - by coupe pete - 19-01-2023, 05:59
RE: Weatherduino troubleshooting - by hornychz - 19-01-2023, 15:53
RE: Weatherduino troubleshooting - by coupe pete - 26-03-2023, 22:35
RE: Weatherduino troubleshooting - by werk_ag - 31-03-2023, 02:21
RE: Weatherduino troubleshooting - by hornychz - 29-03-2023, 22:08



Users browsing this thread: 1 Guest(s)