Jump to content

Some help on touch sensors PLZ!


ddevile
 Share

Recommended Posts

Hello everybody

Happy new year first of all

I have finished my LC with the PANASONIC MF's

The problem: I need touch sensors. But I am no sure for the connection. The one pin of the switch will end up in the last DINX4 but the other pin sould it be ground or +5v?

Maybe I am totaly wrong

So please advise

THNX

Link to comment
Share on other sites

Since the touch function works by grounding when you touch it which gives a difference in potential, I would say, you have to connect them to ground. I don't know about you should connect it over a resistor.

Please search the archives... I think I once have seen a post, concerning this.

Greets, Roger

Link to comment
Share on other sites

the panasonic mf's dont have a touch track, u need to use buttons connected as norm to din, then just set em as mios emulated touchtracks...

From lc_io_table.inc:

      ;; 16th shift register
      ;;      button                  LED
      db      ID_FADER_TOUCH_CHN1,      ID_IGNORE            ; (no LED supported by host)
      db      ID_FADER_TOUCH_CHN2,      ID_IGNORE            ; (no LED supported by host)
      db      ID_FADER_TOUCH_CHN3,      ID_IGNORE            ; (no LED supported by host)
      db      ID_FADER_TOUCH_CHN4,      ID_IGNORE            ; (no LED supported by host)
      db      ID_FADER_TOUCH_CHN5,      ID_IGNORE            ; (no LED supported by host)
      db      ID_FADER_TOUCH_CHN6,      ID_IGNORE            ; (no LED supported by host)
      db      ID_FADER_TOUCH_CHN7,      ID_IGNORE            ; (no LED supported by host)
      db      ID_FADER_TOUCH_CHN8,      ID_IGNORE            ; (no LED supported by host)

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