Skip to main content

ESP32 Touchpad Debugging Tool

Project description

Overview

ESP32-S2/S3 can support up to 14 capacitive touch sensor, which can be used to design touch buttons, sliders, etc. For a long time touchpad (touchsensor) debugging and driver configuration has been a difficult problem. But now we're trying to make it easier and interesting, now several touchpad debugging tools and methods for ESP chip is under developing.

We've made some progress so far, and would like to sharing a Beta version of our touchpad debugging tool (tptool) with you. This version support:

  1. Modification of all Touch parameters in real time, including thresholds, filter parameters, and more.
  2. Plot all Touch channel's data (raw, smooth, baseline, diff) in real time,
  3. Control and log hardware events in table
  4. Enter sleep mode with one button, the wakeup channel parameters can be configured
  5. Wireless debugging, using ESP-NOW protocol (A second ESP32XX module is required as a receiver)
  6. Save the original data on the local machine for further analysis
  7. More...

If you're interested, please try it. (There could be some issues in current Beta version, if you encounter any problems, feel free to add your questions to https://esp32.com/

How to run the GUI

  1. Install from pip using pip install tptool
  2. Run GUI using python -m tptool

tptool main window

Note

Currently supported SoC:

  • ESP32-S2
  • ESP32-S3

Currently only supports using the Debug Firmware for touchsensor debugging, please using any ESP download tool then following the below configuration for download.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tptool-0.0.4.tar.gz (157.7 kB view hashes)

Uploaded Source

Built Distribution

tptool-0.0.4-py3-none-any.whl (40.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page