Jump to content

Hasn't anybody thought of a touchpad so far?


Ravager
 Share

Recommended Posts

Hey guys

 

I'm imagining a nontransparent touch-surface that works in 2D and is able to detect whether there is a finger on the pad and where that (one) finger is. No multitouch.

We could use it to send one CC for x-axis and one CC for y-axis similar to what people know from ableton vst host.

This could look like what this guy is talking about at 1:15 to 1:30

 

 

Who would be interested in getting his hands on such a module?

I don't seem to be allowed to start any sort of poll.

 

 

 

 

Yesterday I've done some research on parts and technology. I think I'm gonna design a capacitive touch sensor on a 200mm x 160mm PCB consisting of a touch area of 120mm x 120mm plus some parts.

 

The main idea of capTouch is that I need a µAmp current source and an AD-converter. I've made some good experiences using Microchips CTMU for both.

However, the touch surface is made up of several columns and rows, each of which being 5mm-8mm wide. So we're talking about 24+24=48 analog channels.

Analog multiplexing seems to be incredibly expensive (8-15 EUR per 16 channels) so I'm thinking of using PIC24FJ128 to perform all the sensor interpretation as it comes with 50 analog input pins for 9-10 EUR.

Unfortunately that thing would be a really small SMD device (TQFP100). THT is not an option anyway since I want the surface to be as close to the front panel as possible.

Analog multiplexing would, however, maybe allow for parts that one can actually solder :shifty:

 

communication could be done in any way imaginable: the standard approach would be to use SPI or parallel data output for DIN connection. But maybe the PIC is strong enough to adapt parts of TKs code in order to have it be a USB MIDI device of its own (it does support usb). We'll see about that...

 

 

cheers

rava

Edited by Ravager
Link to comment
Share on other sites

I was thinking of a non-tablet solution for a MIDIbox touchpad and came across these:

 

http://www.cyclotouch.com.au/product_info.php?products_id=2468

 

(you can also check out the other kits).

 

My thought was to design a 16x16+1 LED array PCB, then overlay a transparent panel with the touch matrix interfacing to a Core module running the BLM code. In the end, a commercial tablet already has an integrated processor, WiFi and a long-life battery for wireless connectivity.

 
Link to comment
Share on other sites

wow, that one is pretty cool as well. I'm going to use that for a different project, thanks.

 

However it's a resistive touch panel like the ones used in older devices. I haven't been really happy with their "liveness" which is why I wanted to go for a capacitive touch screen - even though it won't be transparent.

 

I'm not really sure, however, whether capacitive or resistive technologies will work better on a stage environment where a lot of electromagnetic "pollution" might be present.

Link to comment
Share on other sites

Hey,

 

They also sell capacitive TS overlays, just check through the menu on the left hand side. As far as I know these will also work with multi-touch gestures. As the interface is USB I guess all of the scanning hardware is compacted into the frame. Best of luck and let us know how you go!

 

Many Greets,

Andy

 
 
 
Ah, maybe they're infrared??
 
Edited by latigid on
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...