element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • 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 & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • 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
Sensors
  • Technologies
  • More
Sensors
Sensor Forum Help: Solution for Detecting the No of persons sitting on a seat
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Sensors to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 57 replies
  • Answers 1 answer
  • Subscribers 347 subscribers
  • Views 6632 views
  • Users 0 members are here
Related

Help: Solution for Detecting the No of persons sitting on a seat

Former Member
Former Member over 11 years ago

Hi,

I need help on detecting the number of persons sitting on a seat of short length. The way of sitting is same like we sit on a bike.. Please share your ideas after that i will discuss the ways implemented so far. I am limited by the knowledge in sensors Help will be appreciated.

  • Sign in to reply
  • Cancel

Top Replies

  • michaelwylie
    michaelwylie over 11 years ago in reply to Former Member +2
    This sounds like an EE senior design project to me, am I correct? Edit: Maybe too advanced for a senior design, so a Master's Thesis?
  • Former Member
    Former Member over 11 years ago in reply to vsluiter +2
    First things First:: Please dont worry about you doing my homework i have came to this forum only after getting stalled. Moreover iam a Research Student, School times have passed things arent proving that…
  • vsluiter
    vsluiter over 11 years ago in reply to Former Member +1
    Can you tell a bit more about your application? Why can't you use load sensing? Please give more information on what your constraints are. If you can't use load sensing, you'll have to use a camera and…
  • michaelwylie
    0 michaelwylie over 11 years ago in reply to Former Member

    This sounds like an EE senior design project to me, am I correct?

    Edit: Maybe too advanced for a senior design, so a Master's Thesis?

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 11 years ago in reply to michaelwylie

    Iam a Masters Student though.. but its not for thesis just a project that i have to get done..

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • mcb1
    0 mcb1 over 11 years ago in reply to michaelwylie

    Good guess Michael.

    I wonder if you pass for getting the answer right.

     

    mark

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 11 years ago in reply to mcb1

    Its not about Passing its about getting things done>>

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • michaelwylie
    0 michaelwylie over 11 years ago in reply to Former Member

    In this case, we should approach it differently. Tell us some ideas you've had about detecting the extra persons, and we'll make recommendations on how you could proceed with them.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • dougw
    0 dougw over 11 years ago in reply to Former Member

    Okay that is clearer.

    I can remember as a kid being the sixth person an a motorcycle - we weren't all on the seat though.

    For you application, it will be difficult to definitively determine numbers using seat sensors because of the variability in body sizes and positions.

    You may be able to detect the number of people by the loading sequence - discrete steps in additional weight.

    Another method would be to have the system "learn" the weight of the normal driver, so the problem of whether additional weight is one or more people is reduced by eliminating one big variable.

    Another possibility is to detect when the second set of foot pegs receives a load - this indicates a second person has boarded - any additional steps in weight are either the driver sitting down or an extra passenger. This can be discriminated by which end of the seat gets loaded.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 11 years ago

    I think it can be done with a weight sensor. Start with stationary weight without people and check if it gets heavier in steps (like minimum 10 kilo). I think 1 person will be added at a time. Should look like this:

     

    Start with 250 kilo, add 50 kilo (1 person), add 30 kilo (2 persons) etc.

     

    There should be some form of timeout to calculate the results. You could draw a graph to see this working.

     

    This can be done with an inductive sensor (http://www.ti.com/tool/ldc1000evm).

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • vsluiter
    0 vsluiter over 11 years ago in reply to michaelwylie

    Michael Wylie wrote:

     

    In this case, we should approach it differently. Tell us some ideas you've had about detecting the extra persons, and we'll make recommendations on how you could proceed with them.

    I agree; we shouldn't make his homework. There are some nice technologies available that could be useful, but Eeshan, please tell us first how far you've come / what ideas you came up with by yourself.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • mcb1
    0 mcb1 over 11 years ago in reply to Former Member

    Start with 250 kilo, add 50 kilo (1 person), add 30 kilo (2 persons) etc.

    You haven't been to the Pacific Islands.

     

    I agree; we shouldn't make his homework.

    Strangely we seem to attract these queries ...image

     

     

    Mark

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 11 years ago in reply to mcb1

    250 is the initial weight of motor cycle as example.  You can start with 0.

    • 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