Showing posts with label external. Show all posts
Showing posts with label external. Show all posts

Electronics Motor repair success

I fixed my broken motor that is meant to power the auger via the tiny gearbox that will deliver the fish food in my demand fish feeder.

Normally I prefer less complicated sentences.

But Im all excited.

It turns out, the problem was there were simply too many parts.

Or more accurately one too many parts, and one that was simply in the way.

The silver bit was the one too many. I think that broke off the bit where the wires connect, and fell into the motor, generally clagging things up.





The little nylon washer creates part of the front bearing, but it made getting the brushes back on impossible, because it had to be put on after the brushes. Thats an impossible path through the plastic front. I dont have the kinds of quantum tools that walking through walls requires. And if I did, I wouldnt waste my time with motor repairs. Id do much more interesting stuff, like poking my head through the fridge to see if the light really does go off when the door is closed.

So be leaving out those two small parts, I managed to make my motor work.

Only two parts.

And they were tiny.

Those that know me will realise thats a pretty low number of excess bits after a repair. I think I did quite well.

So well in fact, that it looks like this when its running.

That should do nicely.

What this all means, is that there is really no reason why I cant put this thing together today, and actually finish something.

Maybe.








120 Things in 20 years - If I keep repairing them, one day an electronic motor repair might leave me with enough parts to eventually build another motor. I should fix cars.
Read More..

Aquaponics External Tomato growing in fishtank

Ive been away for a few days.

It was nice.

One of the best things about aquaponics, is the fact that it takes care of itself. I came home to a system overflowing with produce, and with lettuce that was ready to eat, where when I left, it was nowhere near ready. Its amazing what a few days can do.

Also, not seeing my system for a few days made me realise just how big my tomatoes were getting.

Thats them hanging off the side of the little grow house.

Im calling this experiment a complete success. I had to tie the foliage to the growhouse to support it, because it was starting to pull the roots out of the water.



Theres fruit forming everywhere, and in spite of the late start due to pruning it all back to only a few leaves, I think it will be a good season. Once the capsicum season is over, I think I might just pick up the tomato, and move it back inside for winter.

The tomato grows through a PVC pipe to stop it growing inside the growhouse, and the roots are all just hanging inside the fish tank. There is no media involved, and it relies on the water being oxygenated by the water movement, and the nutrient it gains from the fish.

This has been a lack luster post.

Im sleepy from too much driving.


Read More..

Electronics Aquaponics Demand fish feeder software


As far as I know, the software is all working on my demand fish feeder.

Its a bit of a mess, with a few goto statements and a few unused variables. Ill fix it in time, but for now Im going to move onto getting a finished product up and running. As far as I can tell with the software simulator everything works, but the real world might be a completely different story. (the breadboard version also works)








A switch lever extends down into the water. If a light near the lever is lit, the fish can press the lever and feed is delivered. Feed can also be offered with an override button that sets the light on and the feed on if the fish hit the lever (so you can show people how it works)

Dawn detection seems to work. In the end I went with two startup options.

1. A human who holds down the FeedNow override button during startup, then taps out the approximate number of hours since dawn. This skips the code that searches for a new dawn.

2. An abnormal restart with no human. This stops all feeding (there might have been a blackout, and subsequent ammonia buildup) (note to self - add code that flashes some lights to indicate the device is in abnormal start mode so a human can reboot it if they desire). Feeding resumes after night time is detected, and a dawn is detected.

The user can select (via a screwdriver to resist little finger making their own adjustments) ...

 - the feed amount per day in tenths of a second of motor on - from 0 to 65 (Im guessing Ill use 1/2 a second per feed event) The motor turns an auger under a hopper full of feed. So there is another adjustment available

- The number of feeds in a day that are offered (0 - 255 per day)

- The level of light at which dawn is detected. This allows for a system built in the glow of a streetlight or whatever. At dawn each day, all the numbers reset. This is a bit of a problem as far as reading how many feeds were delivered in a day, but for now Ill leave it as it is. My fish feed like crazy at dawn, so I want to give them the greatest opportunity to feed. Eventually Ill add a data logger, so it wont matter when it resets.


The system reports...

- the number of hours since dawn

- the number of feeds since dawn

- The number of false hits to the feed lever when the FeedIsAvailableLED is NOT lit (these will go down to near zero once the fish learn they can only get food when the light is on)


I ran out of feed a while back, and have been feeding my two big silvers on duckweed, lettuce, and worms, so I will need some pellet food before I can test it in the real world. (I still have the PVC device from the first version).

Ill also need a motor as my original one is no longer with us.

The feeding regimen isnt very intelligent at the moment, but Ill do a bit of research, and add some code that tries to deliver the maximum amount of feed in a day that the system can handle. This will probably involve allowing 3/4 of the feed to be dumped at will, with the rest being spaced out over the day ... or something. I havent given it enough thought because I dont really know what the fish need. My experience in fishing for wild fish indicates that the feeding pattern is far from a constant grazing all day long. Ill work it out.

But...

Its going to work. In fact, it already does.


120 Things in 20 years Thats all. Just 120 Things in 20 years.


Read More..