Added: 2 years ago
From: PracticalArduino
Views: 8,899
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (14)

Sign In or Sign Up now to post a comment!
  • hey, could u plz explain to me what the arduino duemilanove actually does. thanks. im kinda new to this

  • 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

  • Awesome trying to do the same thing. one question? how did get the cabels attached? that connector is so small. any tips?

  • Can you use the original Ds screen with the Arduino also?

  • 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.

    Thankyou for your help

  • 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?

  • 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 be nice if the touch screen could act as a mouse XD

  • 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 :)

    Thanks in advance!

  • It's all covered in great detail in the book, which will be out soon (there's a link in the video info)

  • 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

  • what happend to the DS ?

  • 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!

  • 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 ?

  • 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.

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more