Hi, I bought practical Arduino recently and its great!! I really want to try this particular project, but with an infrared ir touchscreen. Could you please tell me if it will work with an infrared ir touchscreen? Any help would be much appreciated.
i have just bought the book, Practical Arduino, as well as a touchscreen for nintendo.
I am having trouble 'installing' the various files from the github for the touchscreen pde. Is it possible to let me know which files need to go where, as i am getting errors when i verify the file.
Timing. Analog reads take over 100microseconds, and the USB client library is incredibly timing dependent. If there are any delays elsewhere in the program the device is de-enumerated by the host. I probably could have done it all with 1 Arduino by tweaking the ADC prescaler and being careful with the loop, but I had a few Arduinos on the bench at the time and it was faster to just connect a couple together.
It could. I used the PS2Keyboard library to emulate keypresses but I could just as easily have used the PS2-Mouse library to emulate mouse movement and button presses. Go to github (dot com) and search for "PS2-Mouse-Arduino" to get Kristopher's mouse library, then feed it with values from my touchscreen library. Easy.
I also want to hook up my NDS-touchscreen to the computer. Can you post some kind of tutorial or at least more information on what I need and how it's done? Software and Hardware of course :)
but too bad, i was hoping for some internet tutorial. i just had the idea to use a nds-touchscreen as a very cheap touchpad for the computer and was wondering how to hook it up to the computer (probably via usb). I never worked with something like arduino and there is also the problem of programing the drivers/software. i just thought there could be an easy way to do it
No, it's not that simple. The 4 pins connect to bars on the 4 edges of the screen, none are explicitly X out or Y out despite what some people claim. You can do that and it *looks* like it works but the scaling is wrong. Instead, set the left to gnd, right to vcc, and analogRead on the bottom to get X. Then do the same with top, bottom, and left respectively to get the Y value by switching pin modes. All the details for this will be included in Practical Arduino.
hey, could u plz explain to me what the arduino duemilanove actually does. thanks. im kinda new to this
2cooliobeans 3 weeks ago
hey can u plz tell me what to get to hook a ds screen to pc and where to get a proram to use it?? thanks
2cooliobeans 3 weeks ago
Awesome trying to do the same thing. one question? how did get the cabels attached? that connector is so small. any tips?
lucasduroj 1 month ago
Can you use the original Ds screen with the Arduino also?
AKSoapy29 6 months ago
Hi, I bought practical Arduino recently and its great!! I really want to try this particular project, but with an infrared ir touchscreen. Could you please tell me if it will work with an infrared ir touchscreen? Any help would be much appreciated.
ethane433 9 months ago
i have just bought the book, Practical Arduino, as well as a touchscreen for nintendo.
I am having trouble 'installing' the various files from the github for the touchscreen pde. Is it possible to let me know which files need to go where, as i am getting errors when i verify the file.
Thankyou for your help
roboteernat 1 year ago
Hi PracticalArduino!
I've a question for you...why i can't have a keybord only with the arduino with touch screen panel?
What's the problem?
giangiangio 2 years ago
Timing. Analog reads take over 100microseconds, and the USB client library is incredibly timing dependent. If there are any delays elsewhere in the program the device is de-enumerated by the host. I probably could have done it all with 1 Arduino by tweaking the ADC prescaler and being careful with the loop, but I had a few Arduinos on the bench at the time and it was faster to just connect a couple together.
PracticalArduino 2 years ago
It be nice if the touch screen could act as a mouse XD
animielover2010 2 years ago
It could. I used the PS2Keyboard library to emulate keypresses but I could just as easily have used the PS2-Mouse library to emulate mouse movement and button presses. Go to github (dot com) and search for "PS2-Mouse-Arduino" to get Kristopher's mouse library, then feed it with values from my touchscreen library. Easy.
PracticalArduino 2 years ago
I also want to hook up my NDS-touchscreen to the computer. Can you post some kind of tutorial or at least more information on what I need and how it's done? Software and Hardware of course :)
Thanks in advance!
Rine4968 2 years ago
It's all covered in great detail in the book, which will be out soon (there's a link in the video info)
PracticalArduino 2 years ago
Thanks for the reply!
but too bad, i was hoping for some internet tutorial. i just had the idea to use a nds-touchscreen as a very cheap touchpad for the computer and was wondering how to hook it up to the computer (probably via usb). I never worked with something like arduino and there is also the problem of programing the drivers/software. i just thought there could be an easy way to do it
Rine4968 2 years ago
what happend to the DS ?
S1337ghost 2 years ago
I bought the touch screen assembly brand new on its own for $10 from SparkFun, I didn't have to gut a DS to get it!
PracticalArduino 2 years ago
could you tell me how to connect the screen to get the right x and y values?
is it 1st pin PWM - 2nd pin x out - 3 pin y out - 4th pin gnd ?
grosso1000 2 years ago
No, it's not that simple. The 4 pins connect to bars on the 4 edges of the screen, none are explicitly X out or Y out despite what some people claim. You can do that and it *looks* like it works but the scaling is wrong. Instead, set the left to gnd, right to vcc, and analogRead on the bottom to get X. Then do the same with top, bottom, and left respectively to get the Y value by switching pin modes. All the details for this will be included in Practical Arduino.
SuperHouseTV 2 years ago