Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support of the capacitive touch in iot_button (AEGHB-230) #273

Open
espzav opened this issue Jun 5, 2023 · 2 comments
Open

Support of the capacitive touch in iot_button (AEGHB-230) #273

espzav opened this issue Jun 5, 2023 · 2 comments

Comments

@espzav
Copy link
Contributor

espzav commented Jun 5, 2023

Hi,
please, do you plan to add support for capacitive touch buttons into the iot_button component? We are using this component in ESP-BSP and we would like to unify code for GPIO/ADC/Touch buttons.

Thank you.

@github-actions github-actions bot changed the title Support of the capacitive touch in iot_button Support of the capacitive touch in iot_button (AEGHB-230) Jun 5, 2023
@leeebo
Copy link
Collaborator

leeebo commented Jun 5, 2023

Hi @espzav yes I think officially support Touch sensor in button compoment can be good, However, compared with GPIO/ADC, Touch sensor is much more complicated. Users must adjust multiple parameters according to their own hardware, which may greatly increase the complexity of iot_button component. We'll think about it, but it might take some time

@lijunru-hub
Copy link
Contributor

If integrating touch buttons temporarily within regular buttons is not feasible, you can use the custom_button type within buttons. Users will handle a series of touch button detections.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants