Earlier quoted context omitted.
>Don't forget the refrigeration system ... WHICH refrigeration system? I cannot find any mention of it: "Every unit comes equipped with a renewable power system, internet connectivity, basic farm tools, micro-drip irrigation system and water pump that can be adapted to fit either a groundwell or municipal water supply. Every Farm from a Box unit can be customized with optional components including sensors, water puri…
"A new thing that we’re deploying now is an internal cold storage system to make sure that we’re able to keep the crops fresher, longer, post harvest, before the crops actually get to market."
Startup Puts Everything You Need for a Two-Acre Farm in a Shipping Container
201–210 of 266 posts
Re: Startup Puts Everything You Need for a Two-Acre Farm in a Shipping Container
#202Earlier quoted context omitted.
I worked on a project to create affordable, electric vegetable graters for rural farmers in Ghana [1]. For comparison, the price point of our grater was $150USD and was still seen as too expensive by a substantial portion of our customers, some of whom opted to purchase the graters on an installment basis (3 x $50 every 6 months as our group traveled to Ghana bi-annually). The main problems our rural customers faced…
Have you guys tried indoor farming?
Re: Startup Puts Everything You Need for a Two-Acre Farm in a Shipping Container
#203$60,000 seems like a lot of amount for starving and underdeveloped areas. I went to their funding page and read more about what's inside the "box" https://republic.co/farm-from-a-box 1: micro-drip irrigation system 2: 3kW solar power 3: Pumping System 4: IOT setup 5: Energy management 6: Basic farm tools As of 2016, average cost of solar power is approximately $3.00 per watt so ~ $9K. I have installed a decent sized…
A little OT, but I'm wanting to put together a drip system in our yard. Any resources you'd recommend/found very helpful? I live in the Pacific Northwest, so am thinking about installing a cistern/rain water collection center, then putting together a drip system for planter beds that we'll be installing. Thank you!
Re: Startup Puts Everything You Need for a Two-Acre Farm in a Shipping Container
#204Earlier quoted context omitted.
I would say corn, then potato. But you're right, the startup isn't being all that forthcoming with details and it's likely their claims are (greatly) exaggerated, or perhaps, from a purely "well, technically..." point-of-view. There's an excellent article that champions the calories-per-acre metric by WP: https://www.washingtonpost.com/lifestyle/food/in-defense-of-... In the calorie department, corn is king [..] corn…
If I was designing a two-acre farm to feed my family, I wouldn't devote much space to corn. Corn is a very useful crop but mostly once it's processed and you need a lot of it. Here's what I think I'd grow: Potatoes - Incredibly easy to grow. Produces a ton of food. Can be grown in trash cans on otherwise unusable land. Very versatile and useful in so many cuisines. If I had to place my bets on one staple crop, it's p…
If you're after some flavour, I'd also add onions and celery, which I guess go in normal soil with the cabbage and potatoes, and also carrots, which will want sandy soil. There's a good reason these three veggies together form the basis of lots of French and Italian cooking.
Re: Startup Puts Everything You Need for a Two-Acre Farm in a Shipping Container
#205Earlier quoted context omitted.
I worked on a project to create affordable, electric vegetable graters for rural farmers in Ghana [1]. For comparison, the price point of our grater was $150USD and was still seen as too expensive by a substantial portion of our customers, some of whom opted to purchase the graters on an installment basis (3 x $50 every 6 months as our group traveled to Ghana bi-annually). The main problems our rural customers faced…
Have you guys tried indoor farming?
Re: Startup Puts Everything You Need for a Two-Acre Farm in a Shipping Container
#206It comes with WiFi, but not a tractor. Or even some small powered push-type tiller. Do they assume the farmer has an ox or a pair of mules? For $50K, they should at least throw in a decent garden tractor with a 3-point hitch and some basic attachments. Priorities. For comparison, see this article in Modern Farmer.[1] This guy has revenue of about $100K per acre and has books and tools on how to replicate his farming…
I assumed for the price that would be the first thing in the box. Seriously, a man can do quite a lot with a PTO and some hydraulics. Add to that the ability to move this power around the field and you can really get some work done.
Re: Startup Puts Everything You Need for a Two-Acre Farm in a Shipping Container
#207Earlier quoted context omitted.
One reason why you may want a container is because it is a movable structure. That means that you do not need a building permit. Acquiring a building permit requires at least a class 5 road. This is the case for New Hampshire. I don't know how representative it is though. Also this not uncommon when for larger lots, but I'm not really sure if there are differences from lots as small as 2 acres.
If that were indeed a hard requirement, it seems like it would prevent a farmer building any structure within his property that's not adjoining a public (i.e. Class V) road. And indeed the planning board can make an exception: A private road, but as with Class VI roads, only if the governing body, after consulting with the planning board has adopted a policy allowing building on that particular private road, or porti…
Re: Startup Puts Everything You Need for a Two-Acre Farm in a Shipping Container
#208$60,000 seems like a lot of amount for starving and underdeveloped areas. I went to their funding page and read more about what's inside the "box" https://republic.co/farm-from-a-box 1: micro-drip irrigation system 2: 3kW solar power 3: Pumping System 4: IOT setup 5: Energy management 6: Basic farm tools As of 2016, average cost of solar power is approximately $3.00 per watt so ~ $9K. I have installed a decent sized…
For fun, I was looking at cheap (compared to San Francisco) land with no infrastructure in Wyoming. 1 acre of land, $10K USD. Drilling a water well that might work, $5K to $30K.
Re: Startup Puts Everything You Need for a Two-Acre Farm in a Shipping Container
#209Earlier quoted context omitted.
In my experience, Raspberry Pis are nice hobbyist toys but tend to corrupt data on their SD cards at random and generally are unreliable. For 50k you could at least send them a somewhat rugged fanless PC with a SSD raid for added reliability.
Off-topic, but I've become something of an unintentional expert on making Pis reliable. First, consider using f2fs instead of ext4 with a nice big card (and get a good one). Next, attempt to disable all of the unnecessary logging and writes to the SD. Either send them to a server, write them to a ramdisk or even consider mounting the partition in read-only mode. This will drastically increase your duty cycle. Finally…
Just stop. There is a reason why companies like GoPro (which abusively write cards to death) bless only certain products (the top of their list being modern generations of Sandisk Extreme and Extreme Plus, Samsung Pro and Pro Plus, and Lexar Pro).
In this case, they also make industrial SDs that survive unusually high and low temperatures, which given the nature of this specific context, is worth looking into (although expensive and of low capacity).
Re: Startup Puts Everything You Need for a Two-Acre Farm in a Shipping Container
#210Earlier quoted context omitted.
In my experience, Raspberry Pis are nice hobbyist toys but tend to corrupt data on their SD cards at random and generally are unreliable. For 50k you could at least send them a somewhat rugged fanless PC with a SSD raid for added reliability.
Off-topic, but I've become something of an unintentional expert on making Pis reliable. First, consider using f2fs instead of ext4 with a nice big card (and get a good one). Next, attempt to disable all of the unnecessary logging and writes to the SD. Either send them to a server, write them to a ramdisk or even consider mounting the partition in read-only mode. This will drastically increase your duty cycle. Finally…