SABorn wrote:
Looking at your fish feeded on your site, i would do it a little different and have the bit run through a full section of round PVC pipe, and in the top of the pipe drill a hole so the neck of a 2 ltr coke bottle fitted into the hole, cut the bottom off the bottle and use it for a hopper.
As the bit moved the feed down the pipe more feed would trickle down to replace the feed moved.
This would work in much the same way a grain auger works for filling silos, it would also allow the feed to be covered from moisture and the goat.
I would also use the pulsing method for driving the motor, something like......
for Y = 0 to ADC_count
high motor_pin
pause 10
low motor_pin
pause 10
Next Y
This way you drive the motor with 10Ms bursts and would allow a more consistant form of control
Pete.
Yeah I'm with you on the PVC. The original design only allowed a days worth of feed, so I never built a hopper. I couldnt trust the fish to not overfeed (see Dr. Seuss) so I would only put a day's feed in the system.
PICAXE and electronics changes all that.
We found a new home for the goat

(and no, he didn't go to a restaurant/farm, he really did go to a nice family home) so he's not a problem any more

this ...
for Y = 0 to ADC_count
high motor_pin
pause 10
low motor_pin
pause 10
Next Y
I'm not at all familiar with, so I'll have to do yet more study.
I figured I'd be going with PWMout getting input from ReadADC and a pot, but that code looks like some kind of hybrid.
Do I get to save a pin?
That seems to be the driving force in my life. "Do I get to use one less pin?"
Only 4 weeks ago, that was not even on the horizon of concerns in my foreseeable future

See what your help and generosity has done?!

I'm no more crazy than I was before, but it's just a lot more focused now
