Author Topic: How to electronicly detect a pest trap has been triggered.  (Read 6763 times)

0 Members and 1 Guest are viewing this topic.

Offline mrpacketheadTopic starter

  • Super Contributor
  • ***
  • Posts: 2845
  • Country: nz
  • D Size Cell
How to electronicly detect a pest trap has been triggered.
« on: September 20, 2017, 01:46:33 am »
I am wanting to electronically detect if a pest trap has been triggered.   It does'tn have to be detected in real time, it can be done periodically. ( ie, check once every x hours )..   I'm wondering what kind of sensor system might be useful for this.

Its got to be low powered as well.. ( needs to run off batterys.. ).  I'll have a low power microprocessor and radio to process the message..

Anyone got some great ideas.
On a quest to find increasingly complicated ways to blink things
 

Offline vk6zgo

  • Super Contributor
  • ***
  • Posts: 7563
  • Country: au
Re: How to electronicly detect a pest trap has been triggered.
« Reply #1 on: September 20, 2017, 02:05:38 am »
That thing is going to make a seriously loud noise when it trips, so how about a microphone?
Dedicated "mute" ICs used to be available which were used in radios, so if you can get one which just presents a logic level change at its output, you are halfway there.

If you have to fart around setting levels & stuff with a PIC or whatever, it is a bit more messy, but still do-able.
« Last Edit: September 20, 2017, 03:15:56 am by vk6zgo »
 
The following users thanked this post: mrpackethead

Tac Eht Xilef

  • Guest
Re: How to electronicly detect a pest trap has been triggered.
« Reply #2 on: September 20, 2017, 03:09:25 am »
Those are usually fixed in a box/tunnel - why not just use a waterproof microswitch or a car interior light door switch (with rubber boot), mounted on the side of the box & held operated by the hammer when set, as the sensor?
 

Offline ez24

  • Super Contributor
  • ***
  • Posts: 3082
  • Country: us
  • L.D.A.
Re: How to electronicly detect a pest trap has been triggered.
« Reply #3 on: September 20, 2017, 03:17:18 am »
Is the trap for kangaroos ?  Never seen it before.

Seems a micro switch would work.
YouTube and Website Electronic Resources ------>  https://www.eevblog.com/forum/other-blog-specific/a/msg1341166/#msg1341166
 

Offline GigaJoe

  • Frequent Contributor
  • **
  • Posts: 484
  • Country: ca
Re: How to electronicly detect a pest trap has been triggered.
« Reply #4 on: September 20, 2017, 03:34:42 am »
simple pulse light sensor working on reflection from the part when it off. of course this parts shouldn't be there when armed.
Option 2, a hair like coil wire torn when it moving.
 

Offline Teledog

  • Regular Contributor
  • *
  • Posts: 194
  • Country: ca
Re: How to electronicly detect a pest trap has been triggered.
« Reply #5 on: September 20, 2017, 03:40:28 am »
Radio? VHF/UHF/WIFI?

Lots of information out there for go/no-go signalling with the ESP8266 (WIFI)..they're pretty cool!
Just got a pile of RCWL0516 sensors in.. THEY are some nifty  & cheap units!!! Use a logic level latch for trigger indication, as the reset is just a few seconds.
Might want to check the RF/Ham radio forum/section (or ARRL handbook ) for more VHF/UHF signalling questions?

..perhaps "strike anywhere" matches attached to the trip/bail....when you see smoke in the woods!!!.. (joking!) >:D

Edit: More interesting stuff here;
http://andicelabs.com/2013/07/the-tale-of-a-rat-zapper-part-2/
« Last Edit: September 20, 2017, 05:52:34 am by Teledog »
 
The following users thanked this post: mrpackethead

Offline tpowell1830

  • Frequent Contributor
  • **
  • Posts: 863
  • Country: us
  • Peacefully retired from industry, active in life
Re: How to electronicly detect a pest trap has been triggered.
« Reply #6 on: September 20, 2017, 04:52:39 am »
As EZ said, use a simple micro switch. When the trap is set, the switch interrupts the power to the micro, then when the trap is triggered the power comes on and your software controls the time on and off as you wish to broadcast. Use the frame to mount the switch.
PEACE===>T
 

Offline DTJ

  • Frequent Contributor
  • **
  • Posts: 997
  • Country: au
Re: How to electronicly detect a pest trap has been triggered.
« Reply #7 on: September 20, 2017, 07:59:45 am »
Huge trap!

What are you catching? Possums  or stoats?
 

Offline oldway

  • Super Contributor
  • ***
  • !
  • Posts: 2172
Re: How to electronicly detect a pest trap has been triggered.
« Reply #8 on: September 20, 2017, 11:32:31 am »
Place a microphone to catch the cries of the animal when it has the paw broken by the trap ... :--
It's cruelty to animals ... Permitted in Australia?  :scared:
 

Offline mrpacketheadTopic starter

  • Super Contributor
  • ***
  • Posts: 2845
  • Country: nz
  • D Size Cell
Re: How to electronicly detect a pest trap has been triggered.
« Reply #9 on: September 20, 2017, 11:38:30 am »
Huge trap!

What are you catching? Possums  or stoats?

Stoats, Rats.. mostly..    Yes, these are normally set up in a 'tunnel' so that non target species ( domestic cats mostly ) or birdlife ( which is why we are trapping ) can't get in.
For possums we use somethign similar in operation, called a tims trap.    Quite a bit bigger set up though.

On a quest to find increasingly complicated ways to blink things
 

Offline DTJ

  • Frequent Contributor
  • **
  • Posts: 997
  • Country: au
Re: How to electronicly detect a pest trap has been triggered.
« Reply #10 on: September 20, 2017, 11:42:10 am »
Place a microphone to catch the cries of the animal when it has the paw broken by the trap ... :--
It's cruelty to animals ... Permitted in Australia?  :scared:

Pretty sure the OP is Kiwi.

Similar flags but different tastes in livestock to us Aussies.
 

Offline mrpacketheadTopic starter

  • Super Contributor
  • ***
  • Posts: 2845
  • Country: nz
  • D Size Cell
Re: How to electronicly detect a pest trap has been triggered.
« Reply #11 on: September 20, 2017, 11:56:46 am »
The traps have been tested and approved to be humane.  A stoat is dead before it knows what has happend. Its instant.
On a quest to find increasingly complicated ways to blink things
 

Offline DaJMasta

  • Super Contributor
  • ***
  • Posts: 2289
  • Country: us
    • medpants.com
Re: How to electronicly detect a pest trap has been triggered.
« Reply #12 on: September 20, 2017, 04:33:49 pm »
It's sort of too bad the trap is all metal, if you got the right mix of materials used in the base and support structure, you could just wire a sense line on the trigger and the arm and when the sense line goes open, your trap is sprung.
 

Offline ez24

  • Super Contributor
  • ***
  • Posts: 3082
  • Country: us
  • L.D.A.
Re: How to electronicly detect a pest trap has been triggered.
« Reply #13 on: September 20, 2017, 04:45:27 pm »
The traps have been tested and approved to be humane.  A stoat is dead before it knows what has happend. Its instant.

Sounds like stoat is something you order when you go to a bar, "hey bartender, give me a tall cold stoat".

https://en.wikipedia.org/wiki/Stoat

Question - do birds eat sand flies (the most evil thing in the world)?

Example of a micro switch

https://www.amazon.com/URBESTAC-Momentary-Hinge-Roller-Switches/dp/B00MFRMFS6/ref=sr_1_3?ie=UTF8&qid=1505925717&sr=8-3&keywords=micro+switch
YouTube and Website Electronic Resources ------>  https://www.eevblog.com/forum/other-blog-specific/a/msg1341166/#msg1341166
 

Offline mrpacketheadTopic starter

  • Super Contributor
  • ***
  • Posts: 2845
  • Country: nz
  • D Size Cell
Re: How to electronicly detect a pest trap has been triggered.
« Reply #14 on: September 20, 2017, 08:30:48 pm »
That thing is going to make a seriously loud noise when it trips, so how about a microphone?
Dedicated "mute" ICs used to be available which were used in radios, so if you can get one which just presents a logic level change at its output, you are halfway there.

If you have to fart around setting levels & stuff with a PIC or whatever, it is a bit more messy, but still do-able.

This is very true.   And this gives me an idea.     When they go off, they really do go off. Its a very strong spring and it really accelerates very fast. When it hits the base, it really hits.  At least for the said 'victim' the end is quick.
A peizeo electric transducer would certainly pick up the hit.

The problem i have with microswitches ( which would be the easiest way by a long time ) is that these traps are in ugly places, with mud, and rain.  A peizo could be sealed up and attached to the side of the box. 
On a quest to find increasingly complicated ways to blink things
 

Offline vk6zgo

  • Super Contributor
  • ***
  • Posts: 7563
  • Country: au
Re: How to electronicly detect a pest trap has been triggered.
« Reply #15 on: September 21, 2017, 12:21:09 am »
The traps have been tested and approved to be humane.  A stoat is dead before it knows what has happend. Its instant.

Sounds like stoat is something you order when you go to a bar, "hey bartender, give me a tall cold stoat".

https://en.wikipedia.org/wiki/Stoat


"What is the difference between a Stoat & a Weasel?"

"A Weasel is weasely distinguished, as a Stoat is stoatally different!" ;D
 
The following users thanked this post: tooki

Tac Eht Xilef

  • Guest
Re: How to electronicly detect a pest trap has been triggered.
« Reply #16 on: September 21, 2017, 01:58:19 am »
Place a microphone to catch the cries of the animal when it has the paw broken by the trap ... :--
It's cruelty to animals ... Permitted in Australia?  :scared:

When set up properly, in the box with baffles & all, they're (a) pretty impervious to larger animals sticking a random paw in & getting it smooshed, and (b) fairly humane in that they're designed to kill animals of the target size instantly.

Here's a NZ DoC brochure showing the usual setup. (pdf)

The problem i have with microswitches ( which would be the easiest way by a long time ) is that these traps are in ugly places, with mud, and rain.  A peizo could be sealed up and attached to the side of the box.

FWIW I've seen car interior light switches used on live cage traps to trigger a transmitter in cases where you don't want the animal to be trapped & vulnerable for too long (e.g. where there lots of predators, like dingoes, that can trash a small trap). They're pretty well sealed to start with, and a bit of silicone sealant or 'blackshit' (self amalgamating tape) works well enough on the terminals / connectors / entry holes. No problems in coastal Australian bush/forests/swamps, though admittedly it's probably drier than most NZ bushland.
« Last Edit: September 21, 2017, 02:10:18 am by Tac Eht Xilef »
 

Offline zeqing

  • Regular Contributor
  • *
  • !
  • Posts: 84
  • Country: de
Re: How to electronicly detect a pest trap has been triggered.
« Reply #17 on: September 21, 2017, 03:02:40 am »
firstly thought about a button used on the 3D printer... or IR detector  to detect the trap location(trapped or not):
 

Offline mrpacketheadTopic starter

  • Super Contributor
  • ***
  • Posts: 2845
  • Country: nz
  • D Size Cell
Re: How to electronicly detect a pest trap has been triggered.
« Reply #18 on: September 21, 2017, 03:56:01 am »
FWIW I've seen car interior light switches used on live cage traps to trigger a transmitter in cases where you don't want the animal to be trapped & vulnerable for too lon

The animal is well dead almost instantly.  the reason for the notification is so you can go and reset the trap, to catch the next one.
On a quest to find increasingly complicated ways to blink things
 

Offline hendorog

  • Super Contributor
  • ***
  • Posts: 1617
  • Country: nz
Re: How to electronicly detect a pest trap has been triggered.
« Reply #19 on: September 21, 2017, 04:21:19 am »
Place a microphone to catch the cries of the animal when it has the paw broken by the trap ... :--
 ... Permitted in Australia? 

And that right there is an example of why we shoulda changed the flag....
 
The following users thanked this post: mrpackethead

Offline Someone

  • Super Contributor
  • ***
  • Posts: 4510
  • Country: au
    • send complaints here
Re: How to electronicly detect a pest trap has been triggered.
« Reply #20 on: September 21, 2017, 04:37:34 am »
That thing is going to make a seriously loud noise when it trips, so how about a microphone?
Dedicated "mute" ICs used to be available which were used in radios, so if you can get one which just presents a logic level change at its output, you are halfway there.

If you have to fart around setting levels & stuff with a PIC or whatever, it is a bit more messy, but still do-able.

This is very true.   And this gives me an idea.     When they go off, they really do go off. Its a very strong spring and it really accelerates very fast. When it hits the base, it really hits.  At least for the said 'victim' the end is quick.
A peizeo electric transducer would certainly pick up the hit.

The problem i have with microswitches ( which would be the easiest way by a long time ) is that these traps are in ugly places, with mud, and rain.  A peizo could be sealed up and attached to the side of the box.
Why not stick with the agricultural mindset and have a small transmitter that is enabled when its switched on, the trick being that switch is one that is turned on by pulling a pin (pin flag switch style) out of it with a string attached to the closing jaw. There are ways to get enough travel/leverage on the trap its self and make a solution which doesnt require any constraints on the placement within a box/tree trunk/etc. Or if you're concerned about the weatherproofness of typical limit switches there are Automotive switches for checking if doors/bonnets/hatches are open that are available and some of those might fit the required shape already, held open by the jaw until it closes then enabling the transmitter.
 

Offline Habropoda

  • Regular Contributor
  • *
  • Posts: 67
  • Country: us
Re: How to electronicly detect a pest trap has been triggered.
« Reply #21 on: September 21, 2017, 05:36:32 am »
Probably the simplest and most robust solution is a vibration sensor switch like this:
https://www.adafruit.com/product/2384

There are a few variations on this;  a spring around a rod, a ball or rod rolling amongst multiple contacts.  Set up a pin change interrupt to wake up a sleeping microcontroller or trigger a comparator, super low standby current.   Plenty of examples once you get the right search phrase.

They are very cheap on ebay and you can encapsulate them as needed for conditions.   If you epoxied one to the base of that trap it would trigger for sure, it would not need to go on the killer arm.

I use one with a Moteino to protect a wildlife camera.  Works great.
 
The following users thanked this post: mrpackethead

Offline ez24

  • Super Contributor
  • ***
  • Posts: 3082
  • Country: us
  • L.D.A.
Re: How to electronicly detect a pest trap has been triggered.
« Reply #22 on: September 21, 2017, 05:48:32 am »
After reading the docs on the trap, my guess is a sound solution is best.  I think you could come up with a small box that could be placed near the trap therefore no work would have to be done on the trap.
YouTube and Website Electronic Resources ------>  https://www.eevblog.com/forum/other-blog-specific/a/msg1341166/#msg1341166
 

Offline mrpacketheadTopic starter

  • Super Contributor
  • ***
  • Posts: 2845
  • Country: nz
  • D Size Cell
Re: How to electronicly detect a pest trap has been triggered.
« Reply #23 on: September 21, 2017, 07:20:26 am »
Probably the simplest and most robust solution is a vibration sensor switch like this:
https://www.adafruit.com/product/2384

There are a few variations on this;  a spring around a rod, a ball or rod rolling amongst multiple contacts.  Set up a pin change interrupt to wake up a sleeping microcontroller or trigger a comparator, super low standby current.   Plenty of examples once you get the right search phrase.

They are very cheap on ebay and you can encapsulate them as needed for conditions.   If you epoxied one to the base of that trap it would trigger for sure, it would not need to go on the killer arm.

I use one with a Moteino to protect a wildlife camera.  Works great.

Thats a great idea. I'm goign to give this one a try. thats really simple. and i suspect it will work nicely.   

On a quest to find increasingly complicated ways to blink things
 

Offline mrpacketheadTopic starter

  • Super Contributor
  • ***
  • Posts: 2845
  • Country: nz
  • D Size Cell
Re: How to electronicly detect a pest trap has been triggered.
« Reply #24 on: September 21, 2017, 09:01:29 am »
Found those sensors on aliexpress for just 0.05c each! ( including postage ) so orederd some of the various grades.. Just search on that part number.
https://www.aliexpress.com/item/50PCS-SW-18020P-Electronic-Shaking-Vibration-Sensor-Switch-Black-hot/32788166427.html?spm=a2g0s.9042311.0.0.IgBpxt
« Last Edit: September 21, 2017, 07:41:23 pm by mrpackethead »
On a quest to find increasingly complicated ways to blink things
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf