New - Microchip mTouch inductiv sensing


Closed Thread
Results 1 to 14 of 14
  1. #1
    Join Date
    Jul 2006
    Posts
    60

    Default New - Microchip mTouch inductiv sensing

    Hello All

    Microchip have the new mTouch sensing inductiv detection on
    http://www.microchip.com/stellent/id...param=en538309

    that can be done with any PIC witch ADC. Unfortunaly the examples code is in C. Exists the possibility that anyone can translate that code to PBP Pro?

    Thanks
    Best regards

    Pedro

  2. #2
    Join Date
    Feb 2003
    Location
    Sydney, Australia
    Posts
    126


    Did you find this post helpful? Yes | No

    Default

    I have been looking into it for a project I am working on and it really doesn't look that hard - a bit of direct register reading and a bit of DT instant interrupt and I think it should be easy to do in PBP.

    Bill

  3. #3
    Join Date
    Jul 2006
    Posts
    60


    Did you find this post helpful? Yes | No

    Default

    Hello BCD

    Are you shure that Instant Interrupt is needed? Can you understand the
    postet code in C from Microchip and make a PBP Pro sample from that?

    Regards
    Pedro

  4. #4
    Join Date
    Nov 2005
    Location
    Perth, Australia
    Posts
    429


    Did you find this post helpful? Yes | No

    Default

    is it just me or is that page not working?
    "I think fish is nice, but then I think that rain is wet, so who am I to judge?" - Douglas Adams

  5. #5
    Join Date
    Jul 2006
    Posts
    60


    Did you find this post helpful? Yes | No

    Default

    Hello Kamikaze47

    The link works. Try to copy the url to your web browser and start from that

    Regards
    Pedro

  6. #6
    Join Date
    May 2007
    Posts
    604


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Pedro Santos View Post
    Hello All

    Microchip have the new mTouch sensing inductiv detection on
    http://www.microchip.com/stellent/id...param=en538309

    that can be done with any PIC witch ADC. Unfortunaly the examples code is in C. Exists the possibility that anyone can translate that code to PBP Pro?

    Thanks
    Best regards

    Pedro
    I have implemented mTouch with capacitive (timers instead of ADC) detection to scan the 24 buttons on this project using a PIC18F44K20 at 64MHz - not with PBP but another compiler though.

    Attached Images Attached Images  

  7. #7
    Join Date
    Nov 2005
    Location
    Perth, Australia
    Posts
    429


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by rmteo View Post
    I have implemented mTouch with capacitive (timers instead of ADC) detection
    Is there info on how to achieve that? Everything I can find deals with the inductive method.
    "I think fish is nice, but then I think that rain is wet, so who am I to judge?" - Douglas Adams

  8. #8
    Join Date
    May 2007
    Posts
    604


    Did you find this post helpful? Yes | No

    Default

    There is a whole bunch of info on capacitive sensing here:
    http://www.microchip.com/stellent/id...GE&nodeId=2695

  9. #9
    Join Date
    Jul 2006
    Posts
    60


    Did you find this post helpful? Yes | No

    Default

    Hello

    Capacitive sensing is another story, for that exists ic's from Quantum that work very well. Inductive sensing is more complex, then you must prepair
    the painel mechanical with a few layers.

    Regards
    Pedro

  10. #10
    Join Date
    May 2007
    Posts
    604


    Did you find this post helpful? Yes | No

    Default

    What advantages do you see of inductive over capacitive sensing?

  11. #11
    Join Date
    Sep 2007
    Location
    USA, CA
    Posts
    271


    Did you find this post helpful? Yes | No

  12. #12
    Join Date
    Jul 2006
    Posts
    60


    Did you find this post helpful? Yes | No

    Default

    Hello rmteo
    Not advantage, but you can't use a capacitve keyboard for blind people, in that case the capacitive sensing is not usable

    Regards
    Pedro

  13. #13
    Join Date
    May 2007
    Posts
    604


    Did you find this post helpful? Yes | No

    Default

    OK, thanks Pedro. tenaja, thanks - I saw that.

  14. #14
    Join Date
    May 2007
    Posts
    604


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Pedro Santos View Post
    Hello

    Capacitive sensing is another story, for that exists ic's from Quantum that work very well.

    Regards
    Pedro
    I am using a TS555 (CMOS version of the LM555) as a free-running oscillator at 1.1MHz. The touch buttons are routed through two 74HC4067 16-to-1 multiplexers to the TS555 as its timing capacitor (currently using only 24 inputs with 8 spare). The output of the TS55 is connected to TMR1 of the PIC which selects the inputs of the multiplexers and is also used to interface with 128x64 GLCD.
    Last edited by rmteo; - 7th December 2008 at 19:32. Reason: - wrong description.

Similar Threads

  1. 16F726 Capacitive sensing module
    By Byte_Butcher in forum General
    Replies: 39
    Last Post: - 15th May 2014, 19:40
  2. Relaxation oscillators (for capacititive touch sensing)
    By HankMcSpank in forum mel PIC BASIC Pro
    Replies: 24
    Last Post: - 6th December 2009, 22:03
  3. mTouch capacitive sensing
    By jrprogrammer in forum mel PIC BASIC Pro
    Replies: 14
    Last Post: - 1st November 2008, 22:54
  4. Microchip Code Issues
    By Destovi in forum General
    Replies: 4
    Last Post: - 20th March 2008, 13:32
  5. PBP is no longer a stranger to Microchip
    By MarioC in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 12th March 2008, 22:59

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts