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

sorry, this post can be deleted!
#3

(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... Confused

But... it will be solved one way or another some day, some time Big Grin


  • 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.

ReadManual 

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
Reply


Messages In This Thread
sorry, this post can be deleted! - by edr1924 - 05-05-2019, 21:26
RE: sorry, this post can be deleted! - by werk_ag - 05-05-2019, 22:26
RE: sorry, this post can be deleted! - by edr1924 - 06-05-2019, 13:51
RE: sorry, this post can be deleted! - by edr1924 - 06-05-2019, 15:45
RE: sorry, this post can be deleted! - by edr1924 - 06-05-2019, 17:49
RE: sorry, this post can be deleted! - by werk_ag - 07-05-2019, 02:18
RE: sorry, this post can be deleted! - by edr1924 - 07-05-2019, 10:09
RE: sorry, this post can be deleted! - by edr1924 - 08-05-2019, 12:56
RE: sorry, this post can be deleted! - by edr1924 - 08-05-2019, 17:20
RE: sorry, this post can be deleted! - by edr1924 - 08-05-2019, 18:45
RE: sorry, this post can be deleted! - by werk_ag - 08-05-2019, 19:44



Users browsing this thread: 1 Guest(s)