I am working on a project. A DIY touch panel is needed, wich is similar as the DIY panel in the video at 1:43, - YouTube. Also, a snapshot is attached here.
I am not familiar with Arduino program. Anyone who knows the code can share with me?
Any help would be greatly appreciated.
Thank you very much.
New here, so I don't know the etiquette. Also, not sure what your project is for, but this might be cheaper and easier for you Simple Touch Sensors With The Arduino CapSense Library | Hackaday the capsense library simplifies capacitive touch sensors so it's basically usable in projects. Theoretically, if you only needed so many bits of resolution, you could tape a grid of 4 of these (maybe even a 4x4 grid) with gaps between each pad so it could read your finger transitioning between them and calculate x-y positions. After adding the library, the code in the video should be pretty close to what you'd use.