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 Sensor that can pick up insect activity
  • 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 16 replies
  • Answers 6 answers
  • Subscribers 396 subscribers
  • Views 4119 views
  • Users 0 members are here
  • insect
  • arduino
  • sensor
Related

Sensor that can pick up insect activity

johaboo
johaboo over 10 years ago

Hi Everyone,

 

This is my first post so I wasn't to sure where to put this, this looked like the best place.

 

Anyway, I have a project I want to do where I use an Arduino to detect insects, specifically whiteflies.

 

My problem is I'm not sure what type of sensor would be best suited for this application, since whiteflies are extremely small, I wanted to make use of a sonar setup to detect them when they swarm, but I am unsure if the resolution on a sonar module would be enough to detect them.  This will happen in a closed greenhouse area so I'm not concerned about picking up unknowns and things. 

 

I would like to be able to detect them at a range of about 100mm min and 500mm max, and they measure around 1-2mm each, at the bear minimum I would like to know that there are a couple flying around the location of the sensor,  I do not need to know how many, and I would be happy if the sensor would be able to pick up only if there is a reasonable number.

 

So if anyone has any suggestions please speak up.

 

Thank you

  • Sign in to reply
  • Cancel

Top Replies

  • jw0752
    jw0752 over 10 years ago +4 suggested
    Hi Josephus, I had some time tonight so I bead boarded a simple circuit using an LED, a phototransistor,and an OP Amp. I hooked an oscilloscope up to the output of the Op Amp so I could monitor any signal…
  • jw0752
    jw0752 over 10 years ago +1 suggested
    Hi Josephus, Chances are that these insects have a wing beat frequency. If you can determine what that frequency is and select for it, then perhaps you could hear them with a sensitive microphone at a…
  • D_Hersey
    D_Hersey over 10 years ago +1 suggested
    A bug zapper and a current sensor or microphone? [non-non-destructive testing]
Parents
  • jw0752
    0 jw0752 over 10 years ago

    Hi Josephus,

    I had some time tonight so I bead boarded a simple circuit using an LED, a phototransistor,and an OP Amp. I hooked an oscilloscope up to the output of the Op Amp so I could monitor any signal that might be generated. I put a dark cover over the phototransistor with a darkened f-stop in front of it to give it tunnel vision. Opposite it on the circuit board I had a yellow LED also inside  a cover with its output shining directly at the f-stop in front of the photo transistor. I used a piece of thread as the simulation of one of your insects. The thread was 0.26 mm wide. When I put the thread quickly through the space between the LED and the phototransistor it triggered the oscilloscope and recorded the signal.

     

    Here is a picture of the circuit I used and the piece of string.

     

    image

     

    Here are pictures of the bread board and sensor setup. If you click on the pictures they will get bigger.

     

             imageimageimage

     

     

         imageimage

     

    The last picture is a bitmap of what the oscilloscope saw when the thread was dragged past the gap between the LED and the Phototransistor.  While this may or may not be the way you want to go it at least shows you a proof of concept.

    John

    • Cancel
    • Vote Up +4 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • gadget.iom
    0 gadget.iom over 10 years ago in reply to jw0752

    Apologies for breaking the subject, but what is the board that you were using for the power supply? It looks really interesting!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • jw0752
    0 jw0752 over 10 years ago in reply to gadget.iom

    Hi Paul,

    It came with a breadboard that I got from one of the Chinese Suppliers. It clips to the end of the bread board and has jumpers so you can select 5 volts or 3.3 volts for each of the upper and lower rails. I really like the way it works as I can pull power or ground from either side of the breadboard. It also has a push button power switch on the board. I power it with a 9 volt AC adapter that is designed for use on an Arduino. If you search E-Bay for Bread Boards it will probably pop up. I think the board and the power supply cost like $5.

    John

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Reply
  • jw0752
    0 jw0752 over 10 years ago in reply to gadget.iom

    Hi Paul,

    It came with a breadboard that I got from one of the Chinese Suppliers. It clips to the end of the bread board and has jumpers so you can select 5 volts or 3.3 volts for each of the upper and lower rails. I really like the way it works as I can pull power or ground from either side of the breadboard. It also has a push button power switch on the board. I power it with a 9 volt AC adapter that is designed for use on an Arduino. If you search E-Bay for Bread Boards it will probably pop up. I think the board and the power supply cost like $5.

    John

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Children
  • gadget.iom
    0 gadget.iom over 10 years ago in reply to jw0752

    Thanks John

     

    Just ordered one.

    For anybody else who's interested, this is the one I've just purchased: http://www.ebay.co.uk/itm/MB102-Breadboard-Power-Supply-Module-Board-3-3-5V-For-Solderless-Bread-Board-/130907915844

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject 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