Ideas for a remote controlled actuator with some limitations

Hi

A friend of mine is biologist and needs to capture regularly ducks to control their health.

He has made a jail which door can be released easily (guillotine door), but this jail is going to be placed on a platform in the middle of a small lake. He has asked for my help to build a device to remotely close the door.

Our first idea was a Hobby remote controller and receiver to activate a servo to close the door.

But there are some limitations which worries us:

- The platform is in the middle of the lake (very hard to access), so the batteries should last at least 24h.

- Would it be better to use some kind of clock to disconnect it during the night?

- The servo cosumes energy, even when it is not moving, and the door can be closed only once. After that it is necessary to reopen it manually. Would it be better to use a motor and a relay? What kind of receiver could we use?

- The humidity of the lake could be a problem?

- High temperatures during the day could be a problem?

- As cheap as possible

 

Thank you for your time

HiYou are not specifying any

Hi

You are not specifying any distance to the cage but if it’s not over 300 ft you might use something like this http://www.robotshop.ca/on-shine-low-cost-tx-rx-3.html to trigger a solenoid or something similar.

When it comes to humidity I would dip everything in Plasti Dip http://www.plastidip.com/ to make it waterproof. And if size or weight is of no concern, then I’d use a regular motorcycle battery. That would probably give you months of operation.

Cool - Real World Engineering Problem!

So, just closing the trap door huh? Opening is done by hand.

A very simple latch should be able to that. Gravity will make the door fall down. The latch only has to hold it up until a motor retracts the latch. Could be as simple as a pin through a hole in the door, then pull the pin.

Humidity and heat are a packaging issue.

A receiver would hardly need more than .5 Ampere continuously. The motor requires no more than a few Ampere when it operates for several seconds. So your battery would need a capacity exceeding 12 Ah. This is my most pessimistic assessment. The battery should also be able to deliver a short current of few A.

I would not worry about power consumption during the nightly hours. That receiver is propably way more economic than my estimated .5 A.

I would use a transistor, not a relay, to switch the motor.

Ordinary RC receivers give off servo signals, rather than on/off digital signals. There lies a nice electronics challenge.

An RC servo signal is basically a PWM signal with a period of 20 ms and a duty cycle varying from 5% to 10% (1ms on to 2ms on). The trick is to detect a signal change. For example a change from 5% to 10%.Perhaps the right choice of Capacitor/Resistor combo could be charged by the PWM. Chose the combination so that a 5% signal would sink through the Resistor, but a 10% signal would charge the Capacitor above the base-emitter voltage of the transistor.

Although, you might be able to just use the absence/presence change in the signal. Just switch your RF transmitter off/on.

So question for the RC gurus in this thread: What kind of signal does a receiver give to a servo when it is not receiving any RF signal from the transmitter?

I hate to say it…

Don’t get me wrong, I like a electronic solution as much as the next guy but…

… I would say that a long piece of string attached to a pin going through a hole can’t be beat.

LOL

You are the best !

A real nerd…

would provide a diagram with that idea!

Diagram:

Trap.jpg

Important: Pull the string AFTER the animal goes inside.

** For the batteries I was**

 

For the batteries I was going to suggest a lead acid or gelcel, but the GC’s appear to be more sensitive to heat so that might not be the best idea.

For night time issues, you could use an adc to detect the lighting condtions via several LDR’s.

For conserving power, Riks suggestion of using a transistor would work and would be my suggestion as well.

As GA mentioned, make your components watertight. You could also use silcone sealer for container boxes that you have electronics in.

humidity can always be a problem, maybe you can use a solar powered fan?

Initially I’d say it could be done fairly easily and quickly…coulpe of days at most.

Thinking outside the box I

Thinking outside the box I see…  :smiley:

Serious note:

You know, with setint and flags, you can wake up a picaxe from sleep with a background serial data receive. I.e. just a set of $5 Rx/Tx units to 2 picaxes --Rx and the transmitter. The reciever is basically in sleep mode all the time saving a ton of power. Yes the the RF unit has to stay on but hey, 1 outta 2 ain’t bad. You send a little wake-up bit or two and bam, the unit wakes up and sets the  trap.

Also, in my mind a solenoid from a car’s electric locks seems to be the best choice. Sure both the relay and the coil take a few amps but really, they will be on once --for what, 1 second? That power consumption does not even figure in.

Jackfruit!

Jackfruit!

If you’ve found a good high

If you’ve found a good high capacity battery, but it can’t supply the required current to quickly activate the solenoid, you can add a tank capacitor to the solenoid power lines. This will allow the solenoid driver to briefly supply more grunt than you’d get out of the battery alone.

Heat AND Humidity: eliminate one or the other

Here’s a thought about your environmental concerns. Choose one or the other:

1) make it all water tight and keep the whole unit under the platform, nice and cool;
the other) make it all heat proof and keep the unit high and dry on the roof of the trap.

I’d go with 1), cause it’s shorter to write down.

String datasheet

I’ve been looking for the datasheet ot that string component and I haven’t found it.

What pin should I connect to the trap? pin1 or pin2?

cuerda.jpg

 

Thanks...

 

Too far for the string

The string was his first idea, but it is too far (300m , 900 ft)

I really liked the Rx/Tx component proposed by Geir, but its range is too short.