13-07-2018, 03:32
Hi,
Just to try to discard possibilities, there is some things you can try.
Does your transmitter unit is already working and sending data? If not, try to start the receiver is test mode.
You can also enable some of the debug options just to check if the unit initializes. Try first
What type of sensor are you using for ATM and inside T/H?
From your Config_Options.h it should be an BME280, is that right?
Just to try to discard possibilities, there is some things you can try.
Does your transmitter unit is already working and sending data? If not, try to start the receiver is test mode.
Code:
// --------------------------------------------------------------------------------------
// Test Mode : Never run a live system in test mode
// --------------------------------------------------------------------------------------
bool Test_Mode = true; // false= Normal working mode, true= Test mode only (no logger, no usb connection)You can also enable some of the debug options just to check if the unit initializes. Try first
Code:
// --------------------------------------------------------------------------------------
// Debug helper
// --------------------------------------------------------------------------------------
#define PRINT_DEBUG_WIFI
#define PRINT_DEBUG_NTP_UPDATE // Prints to serial monitor messages related to sync time with NTP server What type of sensor are you using for ATM and inside T/H?
From your Config_Options.h it should be an BME280, is that right?

