element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Project14
  • Challenges & Projects
  • More
Project14
Forum Sensors for Finger Motion Detection
  • Blog
  • Forum
  • Documents
  • Theme Suggestions
  • Polls
  • Members
  • More
  • Cancel
  • New
Join Project14 to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 12 replies
  • Answers 6 answers
  • Subscribers 177 subscribers
  • Views 1975 views
  • Users 0 members are here
  • finger-motion-detection
  • sensors
  • motion-detection
Related

Sensors for Finger Motion Detection

thinktoday
thinktoday over 5 years ago

Hii, I have been researching about sensors that could detect the motion of fingers,

For Eg: If my finger is at(0,0) and if I move my finger slightly down I need to detect the y-axis movement

As far as I searched, they prefer to use Accelerometer and Gyroscope Sensors, but I could not achieve this... If we could do with these sensors. Kindly suggest some ways to achieve the result...  If not Kindly suggest is any other sensor can help here...

Thanks in advance image

  • Sign in to reply
  • Cancel

Top Replies

  • hugohu
    hugohu over 5 years ago +3 suggested
    I remember the Pimoroni Skywriter hat for the Raspberry PI- Using Pimoroni's Python API you can read off the positional data (x, y, z) and common gestures like flick left, tap, and double tap. Electrical…
  • dougw
    dougw over 5 years ago in reply to thinktoday +2 suggested
    https://people.ece.cornell.edu/land/courses/ece4760/FinalProjects/s2010/ssc88_egl27/index.html https://www.youtube.com/watch?v=pHyNrYRhvSg Flicktek - Gesture Control https://tenzr.me/ https://www.youtube…
  • dougw
    dougw over 5 years ago +1 suggested
    There are dozens of ways to detect small motion of a finger. A small sample list of technologies would include: a switch, capacitance, inductance, resistance, radar, sonar, a camera, heat, magnetic And…
  • hugohu
    0 hugohu over 5 years ago

    I remember the Pimoroni Skywriter hat for the Raspberry PI-

     

    Using Pimoroni's Python API you can read off the positional data (x, y, z) and common gestures like flick left, tap, and double tap.

    • Electrical near-field 3D/gesture sensing
    • 4-layer PCB for best sensing performance
    • Senses from up to 5cm away
    • Full 3D position data and gesture information (swipes, taps)
    • Comes fully assembled
    • Full Python API

    This is compatible with the Raspberry Pi Models 3, 2, A+, B+, and Zero!

     

    This is from ^^^ adafruit

     

    Perhaps Electrical near-field 3D gesture sensing>

     

    or this is a touch solution but just get a touchscreen overlay maybe

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • dougw
    0 dougw over 5 years ago

    There are dozens of ways to detect small motion of a finger.

    A small sample list of technologies would include:

    a switch, capacitance, inductance, resistance, radar, sonar, a camera, heat, magnetic

    And each technology has many solutions.

    It would be helpful to know more about what constraints and scenarios need to be accommodated so an appropriate method can be suggested.

    How big can it be?

    How accurate does it need to be?

    How many positions need to be sensed?

    Does it need to be remote or non-contact?

    Does it need to be transparent?

    How long does it need to last?

    Does it need to be waterproof?

    What does it need to ignore?

    What is the price limit?

    etc.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • Fred27
    0 Fred27 over 5 years ago

    Another completely different approach would to use a Leap Motion controller. They work really well for full hand tracking in 3D. I'm guessing it's not exactly what you're after but I thought I'd mention it.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • hugohu
    0 hugohu over 5 years ago in reply to dougw

    I’m stupid.

    I guess you could also have a thermal camera, those Grideye 8x8 ones.

    camera would probably require a bit of ML.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • aswinvenu
    0 aswinvenu over 5 years ago

    Long back google had a project called soli. This technology is now available in their phones I think.

    Check out Peoject soli https://atap.google.com/soli/

     

    This is a high precision radar based technology.

     

    Regards,

    Aswin

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • hugohu
    0 hugohu over 5 years ago in reply to aswinvenu

    That is true but is Google going to give us the technology...

    Soli does seem very promising.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • aswinvenu
    0 aswinvenu over 5 years ago in reply to hugohu

    Soli is available in pixel 4. Let's hope one day the chip will be available for other as well!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • thinktoday
    0 thinktoday over 5 years ago in reply to hugohu

    Thanks for the reply, Pimoroni Skywriter you have suggested was nice but, We should always have our gestures above this board for detection, Is there any suggestions that could fit in hands so that we don't need to place our hands in a certain region for recognition of gestures...

     

     

    Please Take a look at this video I was searching for sensors like this...https://www.youtube.com/watch?v=M9vWdkforwk&feature=youtu.be

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • thinktoday
    0 thinktoday over 5 years ago in reply to dougw

    Thanks for the reply, @dougw, I am just trying to convert finger gestures into actions in the computer... I was looking for sensors on Hand where I could also embed some feedbacks in future...

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • thinktoday
    0 thinktoday over 5 years ago in reply to Fred27

    Thanks for suggesting this Fred27 , I have already seen this while researching on this, It is really nice tech... Many 3D animation companies use this as for sensing hand motions alone, Have also seen SDK's where we can make our code on it... But Is there any sensor that can fit in hands... I was designing gloves as a prototype...

     

    Please take a look at this video ,I saw when I searching for sensors like this...https://www.youtube.com/watch?v=M9vWdkforwk&feature=youtu.be

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
>
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube