Mostly Working Buckaroo Garden Bed

For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
mnopneal
 
Posts: 13
Joined: Tue Apr 13, 2021 11:53 am

Mostly Working Buckaroo Garden Bed

Post by mnopneal »

The microbit controlled watering system seems to be somewhat working. Pictures include the first 7 versions of the watering manifold. None of which really worked right. Turns out the eighth time really is the charm. Custom Design is available on request.

The important part was making the input pipe an Out-ey instead of an In-ey to reduce constriction.

Hook up some solar panels and batteries and it's ready for regular use.

Had to use 950 as the threshold.
Attachments
20210418_141131.jpg
20210418_141131.jpg (382.38 KiB) Viewed 720 times
20210418_141146.jpg
20210418_141146.jpg (439.67 KiB) Viewed 720 times
20210418_141155.jpg
20210418_141155.jpg (473.73 KiB) Viewed 720 times

User avatar
mikeysklar
 
Posts: 13936
Joined: Mon Aug 01, 2016 8:10 pm

Re: Mostly Working Buckaroo Garden Bed

Post by mikeysklar »

Cool project. Look great. I too find that the 8th time is charm for anything involving water.

If you are so inclined post the STLs here for those sweet little manifolds or a link to any STL share site (thingiverse/stlfinder/etc.).

User avatar
mnopneal
 
Posts: 13
Joined: Tue Apr 13, 2021 11:53 am

Re: Mostly Working Buckaroo Garden Bed

Post by mnopneal »

Hmmm. The manifold was done in TinkerCad. This AdaFruit forum site says "The extension stl is not allowed." I can email that on request.

We are also starting to work on hacking the guts of a Solar light fixture to power it indefinitely. This may involve a small relay or MosFet transistor to support more pump.

User avatar
mikeysklar
 
Posts: 13936
Joined: Mon Aug 01, 2016 8:10 pm

Re: Mostly Working Buckaroo Garden Bed

Post by mikeysklar »

@mnopneal,

I use tinkercad too. I love their iPad app. Probably the best way to post these things would be through thingiverse or yeggi and just links to the STL website from this forum.

If you have not already tried our relays and pumps they might work well with your setup as we do sell latching which is important for low power applications like this running off small PV.

https://www.adafruit.com/product/2923
https://www.adafruit.com/?q=pump&sort=BestMatch

Good luck with this project. It looks like a lot of fun.

User avatar
mnopneal
 
Posts: 13
Joined: Tue Apr 13, 2021 11:53 am

Re: Mostly Working Buckaroo Garden Bed

Post by mnopneal »

We now have cleaned up the cabling and have interfaced a hacked up Gama Sonic solar panel and Battery assembly.

Using a 4 pin connector we can leave the sensors in the soil; each time we moved them we had to figure out a different threshold.

I think the pump actually runs a bit better on the 3.3 volts it's getting off the solar panel batteries. We may look to see if we can run 6 pipes instead of 4 at the manifold.

I revised the original code a bit:
https://makecode.microbit.org/_0xpPFFUh9aA1

Pressing A reduces the threshold by 10; Pressing B increases it.
Each time through the loop it shows the count of the number of times it has cycled the pump since startup.
After sampling, it shows the numeric value; in my case the graph wasn't useful.

If below threshold it shows a frown, and plays a Dm chord, cycles the pump, and then turns off the display.

If above threshold it shows a smile, then blanks the display.
Attachments
20210422_141105.jpg
20210422_141105.jpg (603.69 KiB) Viewed 676 times
20210422_140807.jpg
20210422_140807.jpg (204.12 KiB) Viewed 676 times
20210422_140757.jpg
20210422_140757.jpg (299.73 KiB) Viewed 676 times

Locked
Please be positive and constructive with your questions and comments.

Return to “CLUE Board”