M5Stack Core2 V1.1 Display Problem

Recurrent H/W and software problems
Post Reply
coolj
Posts: 70
Joined: Mon Nov 08, 2021 11:31 am
Has thanked: 1 time
Been thanked: 13 times

Re: M5Stack Core2 V1.1 Display Problem

Post by coolj »

o.k. now the wlog-feedback is running, but there is no change on touch only every 3 to 5 seconds
User avatar
cicciocb
Site Admin
Posts: 2080
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 445 times
Been thanked: 1369 times
Contact:

Re: M5Stack Core2 V1.1 Display Problem

Post by cicciocb »

use print and not wlog.
Wlog is not fast enough
coolj
Posts: 70
Joined: Mon Nov 08, 2021 11:31 am
Has thanked: 1 time
Been thanked: 13 times

Re: M5Stack Core2 V1.1 Display Problem

Post by coolj »

with print also only sporadic changes
User avatar
cicciocb
Site Admin
Posts: 2080
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 445 times
Been thanked: 1369 times
Contact:

Re: M5Stack Core2 V1.1 Display Problem

Post by cicciocb »

try
I2C.setup 21, 22, 100000
coolj
Posts: 70
Joined: Mon Nov 08, 2021 11:31 am
Has thanked: 1 time
Been thanked: 13 times

Re: M5Stack Core2 V1.1 Display Problem

Post by coolj »

upper right side

[Local Link Removed for Guests]

lower left side

[Local Link Removed for Guests]
You do not have the required permissions to view the files attached to this post.
User avatar
cicciocb
Site Admin
Posts: 2080
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 445 times
Been thanked: 1369 times
Contact:

Re: M5Stack Core2 V1.1 Display Problem

Post by cicciocb »

OK so it works? The Touch_Z is always 0?
Please specify the orientation that you are using
coolj
Posts: 70
Joined: Mon Nov 08, 2021 11:31 am
Has thanked: 1 time
Been thanked: 13 times

Re: M5Stack Core2 V1.1 Display Problem

Post by coolj »

i tested
I2C.setup 21, 22, 100000
without success

most of the time the z-value is zero, even wenn i touch the display
coolj
Posts: 70
Joined: Mon Nov 08, 2021 11:31 am
Has thanked: 1 time
Been thanked: 13 times

Re: M5Stack Core2 V1.1 Display Problem

Post by coolj »

[Local Link Removed for Guests]
You do not have the required permissions to view the files attached to this post.
User avatar
cicciocb
Site Admin
Posts: 2080
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 445 times
Been thanked: 1369 times
Contact:

Re: M5Stack Core2 V1.1 Display Problem

Post by cicciocb »

can you try to print the status of the pin 39 at the same time ?


something like

Code: [Local Link Removed for Guests]

'demo test code
do
  touch.read
  print "touched", touch.x, touch.y, touch.z, pin(39)
loop
coolj
Posts: 70
Joined: Mon Nov 08, 2021 11:31 am
Has thanked: 1 time
Been thanked: 13 times

Re: M5Stack Core2 V1.1 Display Problem

Post by coolj »

mostly 1
inverted to z i think
Post Reply