Rodent problem!
Posted: Tue Nov 10, 2020 6:17 pm
I need to dispatch a rat that's turned up in our garden to take advantage of my wife's bird feeders but my wife tells me I need to do this without also killing the birds!
I'm thinking of making a box to contain the trap but with a small door which is closed except when it's dark when then are no brds about. I don't have an acessible power source so it needs to be battery-operated, so very lower power consumption.
I have a small geared 12v motor (which works at 9v) and some microswitches so I can construct the opening/closing mechanism. I'd like to run an esp8266 at a very lower power state, waking every 15mins to check the light, open/close the door if necessary, connect to wifi and publish the state of the trap if it's changed, then go to sleep again. I'm thinking of powering the esp nodemcu and motor with a 9v PP3 battery, which I think should last a while if it's doing nothing most of the time. My problem is finding a way to power the motor in forward/reverse that doesn't use significant power while the motor is not actually in operation. I can handle the code but my electronics knowledge is minimal and I'm struggling to find help online. Can anyone provide a little guidance please?
I'm also open to any ideas on how I could do this differently, provided they are also over-engineered, of course!
I'm thinking of making a box to contain the trap but with a small door which is closed except when it's dark when then are no brds about. I don't have an acessible power source so it needs to be battery-operated, so very lower power consumption.
I have a small geared 12v motor (which works at 9v) and some microswitches so I can construct the opening/closing mechanism. I'd like to run an esp8266 at a very lower power state, waking every 15mins to check the light, open/close the door if necessary, connect to wifi and publish the state of the trap if it's changed, then go to sleep again. I'm thinking of powering the esp nodemcu and motor with a 9v PP3 battery, which I think should last a while if it's doing nothing most of the time. My problem is finding a way to power the motor in forward/reverse that doesn't use significant power while the motor is not actually in operation. I can handle the code but my electronics knowledge is minimal and I'm struggling to find help online. Can anyone provide a little guidance please?
I'm also open to any ideas on how I could do this differently, provided they are also over-engineered, of course!