Little Side Project - Re-using A Laptop Touchpad
01/03/20(Sun)15:47


I was given and old laptop for parts and decided to use the reuse touchpad to make a separate touchpad to use like a mouse.

It uses and Arduino Pro Micro to get data from the touchpad via it's PS2 (old keyboard and mouse) interface. The Arduino is then able to act as a standard PC mouse (HID device) so it can used just like any other mouse on a PC. Mac or any device that can use a mouse.

I've included the a picture of the 3D design below so you can see what it's like inside.

The hardest part was designing buttons that worked reliably over the entire length of the button. There is a tiny button glued in the centre of the button pointing down and the 2 its coming off the button act as a hinge and also hold the button in place. I first tried a prototype button with a metal bar across it like a space bar has on a keyboard but I couldn't make it work reliably and it was very difficult to put together.

It took me a while to come up with a good way to fix the touchpad to the base and still be able to take it apart in the future so in the end I glued 4 little round mounts to the base of the touchpad and inserted M3 threaded brass inserts in to those. Then to fix it all together I just need 4 short M3 counter sunk bolts through the base.

It works great and I'm really pleased with the simple design.

  • Supported file types are: GIF, JPG, PNG
  • Maximum file size allowed is 8000 KB.
  • Images greater than 200x200 pixels will be thumbnailed.
Subject (Optional)
Comment
File (Optional)
Submit

03/03/20(Tue)22:42

No, a RsaPi has an arm processor similar to a mobile phone but and Arduino is just a micro-controller with a similar processing power to something like a ZX Spectrum from 1982. It's not intended to run an operating system or anything like that but they can do a remarkable amount of stuff with a few add ons. LED lighting, Temperature controls or weather stations, Wifi or Ethernet devices like IoT or a simple web servers, LCDs with touchscreens and a ton of other stuff too :D

03/03/20(Tue)22:05

That is a small thingy, the Arduino. Can it do the same stuff as a Raspberry Pi?

02/03/20(Mon)13:35

The newer types of Arduinos can act as mice, keyboards and game controllers without the need for special drivers. Of course if you wanted you could create some special input device but you'd need to make a driver/software of some kind for it to work.

02/03/20(Mon)10:35

Suweet, so technically you could program to do other functions than just mouse and/or keyboard?

It reminds me a bit of the first mouse.

01/03/20(Sun)15:49
369.0
(369.0 Kb, 1200x675)

This the type of touchpad I used. A Synaptic TM1397. You can see the connections for the PS2 interface

01/03/20(Sun)15:47
207.3
(207.3 Kb, 637x807)