12-12-2016, 02:16
Jim,
I don't know how to try to help you more trying to find what is happen. I just can assure you that regarding this matter there isn't any problem with the code. I have the TX b013 working perfectly, and I think it is working for many others too.
Try to revert back to TX b010 and check again if it is working, it can be an problem with the sensor.
To use the Debug Mode for check what is read from the case temp sensor, just turn these options to true, upload the code and open the serial monitor. After some time you should see some info on the serial monitor window.
I don't know how to try to help you more trying to find what is happen. I just can assure you that regarding this matter there isn't any problem with the code. I have the TX b013 working perfectly, and I think it is working for many others too.
Try to revert back to TX b010 and check again if it is working, it can be an problem with the sensor.
To use the Debug Mode for check what is read from the case temp sensor, just turn these options to true, upload the code and open the serial monitor. After some time you should see some info on the serial monitor window.
Code:
// --------------------------------------------------------------------------------------
// Debug
// --------------------------------------------------------------------------------------
#define Debug_Enable true
#define DebugID0 false
#define DebugID2 false
#define DebugID3 false
#define DebugID4 false
#define DebugID5 true
#define Easyweather_Test false
#define Debug_SLinterface false


