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
Arduino
  • Products
  • More
Arduino
Arduino Forum What kind of sensor can I use to determine approximate distance of small animal?
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Arduino to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 19 replies
  • Answers 9 answers
  • Subscribers 396 subscribers
  • Views 1275 views
  • Users 0 members are here
Related

What kind of sensor can I use to determine approximate distance of small animal?

nosrol
nosrol over 8 years ago

I am using an Arduino Uno and it will be in an inside environment. I want to determine if the arduino is getting closer or farther from a pet. I have been playing around with the idea of either a Microwave Doppler Radar, however, that is more for movement than distance. IR sensors won't detect through walls, plus the pets are black and absorb much of the radiaiton. Ultrasonic is out of the question as it disturbs the pets. Any other ideas or maybe something I am overlooking?

  • Sign in to reply
  • Cancel

Top Replies

  • DAB
    DAB over 8 years ago +2 suggested
    Use the Grid Eye sensor. It can detect small IR signatures up to about 5 meters. DAB
  • COMPACT
    COMPACT over 8 years ago in reply to nosrol +2 suggested
    Use more cameras - on each side of the wall. Use RF to communicate to the cameras.
  • djfraz
    djfraz over 8 years ago +2 suggested
    Have you considered an iBeacon. Most mobile apps can give you a distance measurement once calibrated. It can be done using an intel edison, i think it can be done on the esp32 module as well
  • COMPACT
    0 COMPACT over 8 years ago in reply to nosrol

    Use more cameras  - on each side of the wall. Use RF to communicate to the cameras.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • koudelad
    0 koudelad over 8 years ago in reply to nosrol

    I think there are still too many variables. What are the dimensions of your area? What is the size of your pet(s)? And what is the purpose of the whole tracking system? Do you really need specific position or would you satisfy with some zones they stay in?

    I don't have experience with RF radars, but I guess in a typical home the animal's fur will provide the worst reflection than everything else in the room. Just speculating here...

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • koudelad
    0 koudelad over 8 years ago in reply to nosrol

    Most RF, Bluetooth etc. modules provide signal strength information, maybe this could be suitable for you. However, stronger signal doesn't always mean you are closer, it also depends on reflections, antennas orientations, etc. I think you should state some parameters of what is acceptable in your application and what is not.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • djfraz
    0 djfraz over 8 years ago

    Have you considered an iBeacon. Most mobile apps can give you a distance measurement once calibrated. It can be done using an intel edison, i think it can be done on the esp32 module as well

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • wmbell65
    0 wmbell65 over 8 years ago

    i think the technology will depend on additional parameters.. is this strictly indoors or outside as well? What distances are you looking to detect at? Are you looking to track the animal or react when it gets close?

    you could look at a variation of geo fencing using rfid tags and antennae in various rooms.. if you are looking at a reactive system, motion sensors and proximity sensors might do the trick

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

    Theoretically, you could use time of arrival.  The idea is that you have three or more beacons in the area and as long as the target is between them you can compare the time of arrival of each beacon to triangulate the approximate position of the pet.  Of course, with RF you have to have a way to keep the timing accurate to less than a nanosecond to get even 1 meter accuracy.  If you used sound, you could do the same thing with less timing accuracy but you'd have to be able to tell the difference between the beacon and other sounds.

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

    You can use BLE 4.2 sensors with a mobile app. Have one proximity tag in the dog's belt and then place BLE beacons in each room. The beacons needs to be under mesh protocol, so all will be connected. Then, simply tie it up with your mobile app to check the pet's position.

     

    PS: I recently worked in one of the Smart Pet Belt app where in if pet goes outside the proximity of 30 meters from the phone, it shoots static current (its cruel) but good to train pets.

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

    DecaWave could probably work - for a price...

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • COMPACT
    0 COMPACT over 8 years ago

    A stick.

    • Cancel
    • Vote Up +2 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