Giter Club home page Giter Club logo

Comments (6)

mmMicky avatar mmMicky commented on August 22, 2024 1

I don't have a GT911 touch at the moment, and I can't do emulation tests. I can only judge or modify my source code based on your results.

from touchlib.

mmMicky avatar mmMicky commented on August 22, 2024

A series of ESP32 should be ok, please check if the wiring is correct.

from touchlib.

lc2047 avatar lc2047 commented on August 22, 2024

Hi @mmMicky

Firstly, thanks for your support.
I will study it again. It can reply to correct products ID(0x39, 0x31, 0x31, 0x00 = "911"). I think the hardware(I2C) is working and the success report touch point information (with TAMC_GT911 library). However, it will stop output after a few results (~20-30).
Sure, it is happening with another library. So, I would like to change to your library. Did you have a video for the demo with your library? Please share your comments with me. For example, share ideas to troubleshoot.

Thanks!

from touchlib.

mmMicky avatar mmMicky commented on August 22, 2024

Another problem that needs to be ruled out is the address problem of I2C. The address of GT911 can be specified at build time. The default is to read GT911_SLAVE_ADDRESS2

#define GT911_SLAVE_ADDRESS1 (0X5D)
#define GT911_SLAVE_ADDRESS2 (0X14)

from touchlib.

lc2047 avatar lc2047 commented on August 22, 2024

@mmMicky Thanks & note.
The sample can work before with address 0x5D. I will be continuing to check it and let you know the result.

from touchlib.

lc2047 avatar lc2047 commented on August 22, 2024

Hi @mmMicky

Just share a little thing with you. Initially, the interrupt pin is directly connected to ESP32 and pulled high by 10kohm. The chip doesn't respond (no output for touch point information).
After 1) removing the pull-high resistor, 2) adding series 680ohm and 3) parallel 1nF(capacitor), the chip start to have corrected output.
I guess the pull high resister make the GT911 in config mode. Especially the strong pulling.
GT911_INT

from touchlib.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.