The two work similarly, it's in the software if you want to flick swipe your cursor to move left snd right - the track pad is just calculating how much movement your finger made from a given point vs the position 0.1 seconds previous. The pad can sense exactly where on the pad your finger is located. The mouse control panel is simply trying to make the trackpad act as a mouse with relative positioning since the pad is so small vs the size of the screen.@MrSalts,
You are talking about a touch screen, not a trackpad. A trackpad is the little rectangle below the screen on many laptops that acts like a mouse.
Edited to add: In case you missed it, TS mentioned ordering a trackpad for his prototype.
Bob
You will either have to use an appropriate “wall wart” or “desktop supply” that provides the expected voltage(s) at sufficient current or include some sort of SMPS supply on your PCB. I would strongly suggest the former rather than the latter.Hi everyone,
Thank you for your answers. I see you are trying to figure whether or not a trackpad is suitable for my project. As I saw in their datasheets it seems like the technology used in their trackpad is the same (PCP) as in touch screens so I think that there shouldn't be any problems there. And even if it was working like a mouse, I think that wouldn't be a problem I could find a software based solution. In fact, all the system will be embded, not connected to a computer whatsoever so I should just find out a code to translate "mouse movement" into something I can use.
Anyway, I sent them all the information I gave you so they will be able to tell me if it is suitable or not. In the same time I ordered everything I need ( I think) and I'll receive it on Tuesday.
I have a question tho, I thought about it this morning, for the prototype I'm using a dev kit for the ESP32. That means I have power delivered by the USB then "translated" to the power need of the ESP by the dev kit board. but in the final product I'll have a custom PCB and the system will be powered by the classic 220V 1Amp of the house. I don't think the system will like this, How do I transform this current into the one I need for the system (much lower). Thank you!