Hello everybody.
Today i start to build esp touch termostat.
Imported all library and it compile.
Just need to know :
1) If i connect only tft touch panel with his shield, software must run on tft? first screen appear (with "fake" data i suppose, but no touch working if i try to tap to "sett" for example. (Obviouslyt i've tried touch screen with "paint" sample and it works)
2) Can you confirm that circuit connection needed is :
8 dht data pin
9 ds clk
10 ds data
11 ds rst
12 esp rst
13 relay pin
18 esp rx
19 esp tx
20 bmp sda
21 bmp scl
is it correct ?
because wifi doesn't initialize (always reset module, dunno why). What firmware are you using ? always 0.9.2 ?
cdj wrote: Hello everybody.
Today i start to build esp touch termostat.
Imported all library and it compile.
Just need to know :
1) If i connect only tft touch panel with his shield, software must run on tft? first screen appear (with "fake" data i suppose, but no touch working if i try to tap to "sett" for example. (Obviouslyt i've tried touch screen with "paint" sample and it works)
2) Can you confirm that circuit connection needed is :
8 dht data pin
9 ds clk
10 ds data
11 ds rst
12 esp rst
13 relay pin
18 esp rx
19 esp tx
20 bmp sda
21 bmp scl
is it correct ?
because wifi doesn't initialize (always reset module, dunno why). What firmware are you using ? always 0.9.2 ?
thanks a lot !
Dario
I recommend you to first test TFT with example programs which are included in UTF library. You may change thermostat program if you are using different TFT than me. I also recommend you to test each sensor with example program which is included in library for sensor before loading thermostat sketch.
Dear EasyIOT, today i've updated Arduino IDE to 1.6.1. and now thermostat sketch doesn't compile anymore. Tried to remove UTFT library and added again without success.