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 I need help with a project.
  • 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 10 replies
  • Answers 9 answers
  • Subscribers 392 subscribers
  • Views 963 views
  • Users 0 members are here
  • help
  • project
Related

I need help with a project.

ccarson4144
ccarson4144 over 6 years ago

Hello, I am new to programing and miniature computers. My idea is to have either one or two sensors places on posts across from each other. These would be about 6 feet apart. I would want them to activate a speaker when they are interrupted. I do not know if I am in the right place or not, but I would be very grateful if I had some guidance. I do not know which components or computer would work best for this. I also don't know how to program it, maybe there is a tutorial similar to this idea I can follow? I have a small sketch attached. Thank You.

Attachments:
image
  • Sign in to reply
  • Cancel

Top Replies

  • beacon_dave
    beacon_dave over 6 years ago +6 suggested
    Perhaps take a look at this tutorial series: Jeremy Blum Arduino Tutorials Also perhaps take a look at the videos from his book which follow along closely with the above tutorials: https://www.exploringarduino…
  • colporteur
    colporteur over 6 years ago +5 suggested
    G'Day, Dave has provided some great resources if........ The "if" works for me because I have the level of knowledge to understand what Dave is offering. I find your approach inefficient. Without some…
  • beacon_dave
    beacon_dave over 6 years ago in reply to ccarson4144 +4 suggested
    You may find false triggering is a problem with the IR beam approach. A human is likely to set the alarm off as well as the dog which could become annoying. You may find that you require additional higher…
Parents
  • colporteur
    0 colporteur over 6 years ago

    G'Day,

    Dave has provided some great resources if........  The "if" works for me because I have the level of knowledge to understand what Dave is offering. I find your approach inefficient. Without some background my responses may be of little value. Help me help you. Can you share some details that will help improve responses.

     

    What is your educational back ground?

    What is your computer/electronics/programming experience?

    What purpose is behind your build?

    What access do you have to resources (i.e. knowledge sources)?

    What access do you have to materials?

    What is you budget?

    Is your project limited to Ardunio technology?

         If yes what Ardunio?

     

    Sean

    • Cancel
    • Vote Up +5 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • ccarson4144
    0 ccarson4144 over 6 years ago in reply to colporteur

    Hello, I am open to any help I can get.

     

    I am a senior in high school.

    I can make my way around a computer okay. I have not programmed or used electronics, I am very new.

    The purpose is to know when my dog has entered into my kitchen through the archway, which is about 6 feet apart. If the dog does enter I would like an alarm to go off or a beep.

    My resources are the internet, there are no teachers at school who can help me, and I do not have any friends who can help me either.

    I guess I just have my laptop, I do not know which board/computer would be the best, or what sensors could work.

    My budget does not really have a cap, but I would like to stay simple, no overkill.

    It is not limited to arduino, if is was I wouldn't know what arduino.

    I am open to all suggestions. Thank You for your help.

     

    Chad

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • beacon_dave
    0 beacon_dave over 6 years ago in reply to ccarson4144

    You may find false triggering is a problem with the IR beam approach. A human is likely to set the alarm off as well as the dog which could become annoying. You may find that you require additional higher level sensors to be able to differentiate between human and dog movement:

    low level only = dog, sound alarm

    low-level + high level = human, silence alarm

     

    Another sensor which may worth be looking at is the thermopile array Grid-EYE as reviewed by shabaz here:

    Building a Thermal Imaging System with the Raspberry Pi 3, Sense HAT and Panasonic Grid-EYE

    Panasonic Grid-EYE RoadTest - Review

    • Cancel
    • Vote Up +4 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • ccarson4144
    0 ccarson4144 over 6 years ago in reply to beacon_dave

    Thank you, that is a great idea, but I would like to keep it as simple as I can. I also failed to mention this would only be active while I or my family is working outside, so I am not worried about false triggers caused by a human. I want a system like this so I can know whether she needs to go outside. (The door is right pass the archway) The grid eye looks cool!

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Reply
  • ccarson4144
    0 ccarson4144 over 6 years ago in reply to beacon_dave

    Thank you, that is a great idea, but I would like to keep it as simple as I can. I also failed to mention this would only be active while I or my family is working outside, so I am not worried about false triggers caused by a human. I want a system like this so I can know whether she needs to go outside. (The door is right pass the archway) The grid eye looks cool!

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Children
  • beacon_dave
    0 beacon_dave over 6 years ago in reply to ccarson4144

    You can get break-beam sensors which use a passive retro-reflective reflector on the far wall to bounce an IR beam back to the emitter/sensor.

     

    They are used in fire safety systems / garage doors to prevent shutters being dropped onto people or to alert if there are obstacles in the way. They should be easy to mount, available to work with the distances you are looking at and the retro-reflective reflector should simplify alignment.

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • ralphjy
    0 ralphjy over 6 years ago in reply to ccarson4144

    Hi Chad,

     

    Not sure if you are looking for the simplest solution or wanted to implement something with a microcontroller.  Your requirements are pretty straightforward and you could implement a solution with just a PIR (passive infrared sensor), a transistor and a buzzer.  You'd also need a 5V supply.

     

    Here is a link to a PIR: https://www.amazon.com/dp/B012ZZ4LPM/ref=psdc_7459508011_t1_B0177V3A6U.  The schematic for the DC load shows how to add the transistor to drive the buzzer.  Just point the PIR into the room past the archway to detect that the dog was present.

     

    Probably want to add a switch if it is not convenient to unplug the 5V.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • ccarson4144
    0 ccarson4144 over 6 years ago in reply to ralphjy

    Thank You, the simplest would be nice. I will definitely look farther into a PIR. If I don't need a microcontroller, I don't need one. I did not know you could do this without one.

    • 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