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

3 piezo, hit Position sensing #43

Open
SunboX opened this issue Apr 23, 2022 · 3 comments
Open

3 piezo, hit Position sensing #43

SunboX opened this issue Apr 23, 2022 · 3 comments

Comments

@SunboX
Copy link

SunboX commented Apr 23, 2022

Is it possible to have three piezo per drum and calculate the hit position using triangulation?

@corrados
Copy link

What do you want to measure? A time difference between the detected peaks of the three piezos? Let's assume sound travels at about 30000 cm/s. Then the time difference between peaks if the distance is 10 cm would be about 3 us. This would mean you have to sample at least with 300 kHz.

I think it only would be feasible to use the peak amplitude of the three piezos and maybe also the shape of the mean peak to detect the correct position on the mesh head.

@SunboX
Copy link
Author

SunboX commented Apr 24, 2022

My idea was to measure the amplitude of all three piezo. My guess is, that it is different depending where you hit the mesh. If so, you could use this information to calculate how far it was hit from the center.

Seems I have to make a test.

@ojungleboy
Copy link

Totally support this idea!

@SunboX SunboX changed the title 3 piezo, hit Position sending 3 piezo, hit Position sensing Jun 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants