DIY Arduino trackpad

  Рет қаралды 88,087

Build It

Build It

Күн бұрын

Пікірлер: 92
@sadfatty3371
@sadfatty3371 4 жыл бұрын
Could you possibly make updated code? People are reporting that this is just acting as a directional scroller, rather than an actual trackpad. Could you please try to make new code?
@sarthakmehrishi3375
@sarthakmehrishi3375 2 жыл бұрын
I wanna build a laptop for kali linux using raspberry pi. I really appreciate your idea and hope it helps other in need of advice like me who are new to hardware stuff.
@SSnoWHand
@SSnoWHand 7 жыл бұрын
Neat! A fellow South African published on Hackaday!
@BuildItnow
@BuildItnow 7 жыл бұрын
Hello from Cape Town!
@pompshuffle562
@pompshuffle562 2 жыл бұрын
You can buy a ps2 to usb adapter for pretty cheap even as low as 2 bucks if you're willing to have it come straight from china. Just make sure you get the kind with both a purple and green end going into usb. The ones that only have one green end are passive adapters for things that support both ps2 and usb internally.
@charliebrownau
@charliebrownau 6 жыл бұрын
I was thinking the same, some great cheap raspi hdmi lcds around and some great alt offerings for raspis eg LibreBoard and Orange pi
@jimbobbyrnes
@jimbobbyrnes 3 жыл бұрын
you can use a touchscreen touch panel instead and the pinout will be easy. so you can use a old phone instead of a old laptop then use existing touchscreen libraries to run it. although finding one that you can easily solder might be a issue.
@GingerNingerGames
@GingerNingerGames 6 жыл бұрын
I've been looking to do this for a few years and didn't even think of this, had a track pad on standby for quite some time, but I think I should grab a better one, I have plenty laying around. Going to use a Teensy though because they're cheaper. I think.
@CirqueCorp
@CirqueCorp 6 жыл бұрын
We sell trackpads so you wouldn't have to salvage one. Usually we sell in large quantities but I'm sure you could buy a sample unit if you call our sales department. We offer both USB and PS2. We also have an Arduino based development kit with 2 circle trackpads. You can get them at www.cirque.com/circle-trackpad-dev-kit.
@KangJangkrik
@KangJangkrik 2 жыл бұрын
Today, you can use STM32 instead, it has HID support out of the box
@MrBullet2
@MrBullet2 6 жыл бұрын
i have found newer laptop trackpad its LAN 20111B-041108 Rev. A can anyone help me to find the right pins?
@zklinski
@zklinski 5 жыл бұрын
Thank you so much for the great tutorial!! hope this works XD I just ordered all the parts!
@chinmayshalawadi1
@chinmayshalawadi1 7 жыл бұрын
Neat!! I was thinking of doing something similar :D
@BuildItnow
@BuildItnow 7 жыл бұрын
What were you thinking of doing?
@chinmayshalawadi1
@chinmayshalawadi1 7 жыл бұрын
Build It Umm , an HID device using arduino . A small panel for music and volume control on a PC . Usually Keyboards have those built in but mine doesn't. Also I can Make it wireless and add more functionalities . So yea , it's on my to do list for videos 😁
@sohamcpatel
@sohamcpatel 6 жыл бұрын
Great DIY Project. I have a savaged trackpad and would like to make use of it. But have trouble finding pinout. Could you help me with this. I have a ALPS 56AAA1963B.
@Twometer
@Twometer 5 жыл бұрын
I don't know if you still need this but pinoutguide.com/Inputs/alps_touchpad_pinout.shtml here is the pinout
@GreenwooddPop
@GreenwooddPop Жыл бұрын
Don't know if I'll use this in project, but great video nonetheless! 👋
@BuildItnow
@BuildItnow Жыл бұрын
Thanks for watching!
@miniclipet4
@miniclipet4 6 жыл бұрын
Cool idea but if you flash the rom on the arduino uno you can make is show up as any device you like. I have mine used as a keyboard.
@BuildItnow
@BuildItnow 6 жыл бұрын
You were able to get an Arduino Uno to show up as an HID device by flashing the Rom, I didn't this was possible. Id love to know how you did it.
@rayedfarhad8431
@rayedfarhad8431 6 жыл бұрын
the link you provided in the instructables for ps/2 library does not exist. Can u link the library files? And I downloaded a ps2 library but it shows an error while compiling and i selected the correct board "fatal error: WProgram.h: No such file or directory"
@blabby102
@blabby102 5 жыл бұрын
Same problem
@blabby102
@blabby102 5 жыл бұрын
Fixed the problem! You just need to rename "WProgram.h" to "Arduino.h" in ps2.h.
@christophwieser3347
@christophwieser3347 6 жыл бұрын
Hello, nice work! Can you show the code for left and right click? Thanks!
@TheErraticTheory
@TheErraticTheory 3 жыл бұрын
two finger is right click
@lyesgherbi5862
@lyesgherbi5862 4 жыл бұрын
Hello , Can we apply this project to Phone ? Thanks for sharing
@SilentscufflE
@SilentscufflE 2 жыл бұрын
Do you think it'd be possible to make a macro pad that has a trackpad and key/knob inputs going through the same USB?
@mari2.
@mari2. 2 жыл бұрын
Maybe with a USB hub.
@DaMu24
@DaMu24 Жыл бұрын
You're lucky that you found the documentation for the specific trackpad that you found, but this may not apply to every single trackpad in the salvageable wild. It's more helpful to demonstrate how you came to the conclusion that these specific pin numbers are what we want.. And above all, Raspberry PI has GPIO pins specifically for interfacing with any generic devices, including the 2-wire or PS/2 interfaces, so requiring a specific Arduino just to have additional processing required is too unnecessarily complicated.
@delgola9157
@delgola9157 6 жыл бұрын
I was wondering with a track pad is it possible to make it Bluetooth and something written on the track pad and it transfer to a smart phone
@BuildItnow
@BuildItnow 6 жыл бұрын
+Dilip Gola yes that's possible using the HC06 module
@delgola9157
@delgola9157 6 жыл бұрын
Build It Build It wow u be able to give a explanation on how the set up be, and where would I get the coding for such a project Hc06 Trackpad Andruno?
@richardlighthouse5328
@richardlighthouse5328 3 жыл бұрын
How did you get your touchpad to right click and 2 finger scroll?
@u-lo-l
@u-lo-l 6 ай бұрын
I want to know this part, too
@oguzhanyarmkas336
@oguzhanyarmkas336 6 жыл бұрын
do I have a chance to make it wireless? if yes would you please tell me how?
@Glycheer
@Glycheer 4 жыл бұрын
Nowadays it's easy to make it wireless using an esp32 with a Bluetooth HID mouse library or a rn42 Bluetooth HID, back when you asked, only the rn42 option was available
@anasqai
@anasqai 2 жыл бұрын
If the cursor controller buttons to both be this, then actually no worry of broken button right?, Then this is flat, if it is upside down? U know i imagine smthg like "just a flat piece but usable of same standard". Then no worry of spoilt items.
@u-lo-l
@u-lo-l 6 ай бұрын
How do you detect two or more fingers? I can just detect one finger. just drag and click
@odriew5014
@odriew5014 6 жыл бұрын
Can something similar be done with laptop keyboards?
@phillaboody260
@phillaboody260 6 жыл бұрын
As I was watching you build this I was thinking how interesting it would be if this could be made into a wireless track pad. It could have a switch on it where it switched from USB charging and wireless to a wired track pad
@최은석-f3o
@최은석-f3o 6 жыл бұрын
I can’t find my trackpad’s pin out... (synaptics 920-002034-02 RevA)
@prabakaran-gk6gf
@prabakaran-gk6gf 5 жыл бұрын
i have some problems "ps2.h:11:22: fatal error: WProgram.h: No such file or directory" how to solve this..?
@blabby102
@blabby102 5 жыл бұрын
You can fix this problem by going renaming "WProgram.h" to "Arduino.h" in ps2.h.
@unamed_666
@unamed_666 6 ай бұрын
Is it possible to use trackpad from DS4 controller?
@YakupBilgin
@YakupBilgin 2 жыл бұрын
The library is not working now. Can you help me ?
@khanhphaminh1175
@khanhphaminh1175 2 жыл бұрын
Brilliant!
@noellathemodestmode9579
@noellathemodestmode9579 6 жыл бұрын
what type of laptop did you salvage that from
@infinitely5812
@infinitely5812 3 жыл бұрын
U can buy them
@490o
@490o 5 жыл бұрын
How would I find out what pins are what, if I can't find the documentation for my touchpad?
@x_emraah
@x_emraah 7 жыл бұрын
hello sir, where did you buy that box with boxes and green base? (links)
@BuildItnow
@BuildItnow 7 жыл бұрын
what box?
@x_emraah
@x_emraah 7 жыл бұрын
Build It ibb.co/iYpUS5
@Didilebarbu
@Didilebarbu 4 жыл бұрын
Hey OP, I am stuck with the Arduino IDE part: I can't download the libraries. Could you make us an update video for this part?
@asiordanov
@asiordanov 3 жыл бұрын
Amazing! Thank you for the video! Coul you advice me what model of Andruino is it better to use if I have a wireless keyboard with a touchpad and want to make it wired? (for exaple Logitech Wireless Touch Keyboard K400 Plus Black USB)
@ziome3eg
@ziome3eg 6 жыл бұрын
I have noname trackpad from toshiba satellite a200 and i can't find pinout :/
@kanaefukuda1864
@kanaefukuda1864 5 жыл бұрын
start guessing.
5 жыл бұрын
Hey bro i want to have this product.. but like how a skin what i can put it on my track ... how glue ... with wireless bluetooth stick.. can you make it 😅 i buy
@johansmitphotography
@johansmitphotography 5 жыл бұрын
My laptop still works. Acer extensa 5220. Windows xp
@espero_dev
@espero_dev 2 жыл бұрын
Can I use it with my raspberry Pi 4 or 5 ?
@loganbyrne3054
@loganbyrne3054 7 жыл бұрын
Can this be done with Aurduino Nano? And could it be controlled BT?
@BuildItnow
@BuildItnow 7 жыл бұрын
It can be controlled through Bluetooth however like i said in the video it will only work with the Arduino Micro and Leanardo
@monti64
@monti64 4 жыл бұрын
I know that many people already wrote about a link missing, or that they aren't able to find the ps2 or mouse library. But I wanted to ask you, if you could maybe upload these 2 libraries, so that this is still possible to do. I would really like to also make a RPi Laptop and making a trackpad is step one and is just awesome by itself because of the theoretical portability ^^ (I couldn't find a link with the wayback machine :/)
@milexfreak336
@milexfreak336 5 жыл бұрын
can you make it witeless pls?
@Cricket66435
@Cricket66435 5 жыл бұрын
whats dota? I thought it was data?
@rika860
@rika860 6 ай бұрын
cant i use esp8266??
@pardeepsaini_24
@pardeepsaini_24 4 жыл бұрын
Can i use arduino uno
@hyperrunner4589
@hyperrunner4589 4 жыл бұрын
Using trackpad to control the Arduino functions
@espero_dev
@espero_dev 2 жыл бұрын
Hey where is the cod
@JJ123XD
@JJ123XD 3 жыл бұрын
pls aplication of mouse
@krishnajith
@krishnajith 6 жыл бұрын
Bro can you help me out with the programing adreano pro micro
@BuildItnow
@BuildItnow 6 жыл бұрын
sure, what do you need help with?
@krishnajith
@krishnajith 6 жыл бұрын
Bro 8891884548 this is my whats app no please msg me please
@krishnajith
@krishnajith 6 жыл бұрын
Or KRISHNAJITH46@gmail.com
@Daniel-cnc
@Daniel-cnc 6 жыл бұрын
ayuda no puedo descargar Biblioteca de mouse
@varunmajji6514
@varunmajji6514 3 жыл бұрын
why not try a mouse
@ihnrehkhu778
@ihnrehkhu778 6 жыл бұрын
Could this be used and connected to an Android phone?
@BuildItnow
@BuildItnow 6 жыл бұрын
Yes
@ihnrehkhu778
@ihnrehkhu778 6 жыл бұрын
Noice.
@ismailmd4235
@ismailmd4235 5 жыл бұрын
Hi i am not able to download ps2 library pls help me.....
@BuildItnow
@BuildItnow 5 жыл бұрын
I think the author has removed it. Im not sure why.
@ismailmd4235
@ismailmd4235 5 жыл бұрын
@@BuildItnow do u have any link....if u then plz share me plz....thank you....
@IronicDeGawd
@IronicDeGawd 5 жыл бұрын
U really don't know the difference b/w Arduino and raspberry pi ....
@BuildItnow
@BuildItnow 5 жыл бұрын
Excuse me?
@IronicDeGawd
@IronicDeGawd 5 жыл бұрын
@@BuildItnow in the title u use the word Arduino but in the video u use raspberry pi? How does that make sense?
@BuildItnow
@BuildItnow 5 жыл бұрын
Did you even watch the video?
@denishmxhmx4286
@denishmxhmx4286 6 жыл бұрын
wont upload to arduino uno,not at all!
@BuildItnow
@BuildItnow 6 жыл бұрын
I did say in the video that this won't work with the Arduino UNO
@denishmxhmx4286
@denishmxhmx4286 6 жыл бұрын
yes too bad,ok thanks
@denishmxhmx4286
@denishmxhmx4286 6 жыл бұрын
I get the pro micro! I have some trouble with libraries,where to find thes two folder mouse end ps2 in one place thanks!
@LeeroyLeBG
@LeeroyLeBG 6 жыл бұрын
lol make trackpad with trackpad
Things you can make from old, dead laptops
19:03
DIY Perks
Рет қаралды 12 МЛН
The touchpad from the laptop. Connect to Arduino!
6:18
Home Made
Рет қаралды 31 М.
Крутой фокус + секрет! #shorts
00:10
Роман Magic
Рет қаралды 28 МЛН
How To Get Married:   #short
00:22
Jin and Hattie
Рет қаралды 27 МЛН
Don't look down on anyone#devil  #lilith  #funny  #shorts
00:12
Devil Lilith
Рет қаралды 17 МЛН
Arduino USB Touchpad - ZenDeck - Episode 2
6:49
CNCDan
Рет қаралды 15 М.
DIY USB Тачпад
11:33
Only Team
Рет қаралды 7 М.
Things To Do With A Broken Laptop: Touchpad Hacking (part 1)
6:01
DIY Capacitive Touch PCBs
24:57
sjm4306
Рет қаралды 26 М.
Try these 16 Brilliant ESP32 projects!!!
11:18
ToP Projects Compilation
Рет қаралды 586 М.
I Made My Own Computer | Let's See How It Works
7:51
3DSage
Рет қаралды 790 М.
DIY Simplified Arduino That Anyone Can Build
10:59
Nikodem Bartnik
Рет қаралды 108 М.
Laptop Keyboard Conversion Problem Solved!!
9:50
Electro-Anarchy
Рет қаралды 103 М.