(05-05-2019, 22:26)Werk_AG Wrote:(05-05-2019, 21:26)edr1924 Wrote: I need to do more checking before asking...
I had read the post before you delete it... maybe I can help.
Things to check
- Does the system stops when the TFT is removed?
- Leave display MISO unconnected
- Start just with the BME280 (config software accordingly)
- Touch the 3.3V regulator. Is it running very hot?
Rgs.
Thank you very much!,
I will check your suggestions...
But first I wanted to replace the TFT with a LCD screen to see if the system would work but now I get a compilation error ONLY WHEN I change the display type from TFT (3) to LCD (1) ... I'm getting a bit frustrated after 10 hours debugging until very late yesterday...

But... it will be solved one way or another some day, some time
- I use Arduino 1.8.8 on a linux system with AVR manager 1.6.21.
- Deleted ALL libraries leaving only the libraries provided with the WD8.2_b001 download.
ERROR WHILE COMPILING:
Code:
/home/erik/Arduino/WeatherDuino_P2AT2560_RX_v8.2_b001/RX_TX.ino: In function 'void ReceiveDataRF()':
RX_TX:47:61: error: 'RXled_TFT' was not declared in this scope
if (activeWindow == TXinfo_Data) RXled_TFT(TX_UnitID, true);
^
RX_TX:447:62: error: 'RXled_TFT' was not declared in this scope
if (activeWindow == TXinfo_Data) RXled_TFT(TX_UnitID, false);
^
/home/erik/Arduino/WeatherDuino_P2AT2560_RX_v8.2_b001/Routines.ino: In function 'void RunEvery_1_Minute()':
Routines:374:42: error: 'update_BigClock' was not declared in this scope
if (activeWindow == 8) update_BigClock();
^
exit status 1
'RXled_TFT' was not declared in this scope
