|
Say Hi |
R.J. Steinert |
Wednesday, May 23, 2012 - 7:49pm |
|
Hardware Licensing |
R.J. Steinert |
Friday, March 2, 2012 - 2:17pm |
|
Do we want a Tool approval process? |
R.J. Steinert |
Tuesday, March 6, 2012 - 11:04am |
|
Sending WiFi to the other side of the farm for under $200, Part 1 |
R.J. Steinert |
Sunday, June 29, 2014 - 3:03pm |
|
Use pound signs instead of font tags for section dividing |
R.J. Steinert |
Tuesday, April 17, 2012 - 6:26pm |
|
Program your Fido by sending it text messages |
R.J. Steinert |
Wednesday, March 28, 2012 - 7:27pm |
|
Ideas on how to improve the layout of the Tool pages |
R.J. Steinert |
Wednesday, February 29, 2012 - 12:49pm |
|
Fido Build Session at Hearty Roots Farm |
R.J. Steinert |
Tuesday, April 17, 2012 - 4:47pm |
|
Ideas on how to monitor multiple locations |
R.J. Steinert |
Sunday, March 25, 2012 - 1:16pm |
|
Ideas for School Garden Curriculum in Ghana? |
R.J. Steinert |
Wednesday, January 2, 2013 - 1:30pm |
Hi case495maine -
The Open Pipe Kit website lives at https://openpipekit.github.io
The .org address was just a shortcut to the website that we decided not to bother paying for. Sorry about the confusion.
@sam_uk - I help out with maintaining Fido http://farmhack.org/tools/fido-temperature-alarm-sends-text-messages
I cross-posted to this forum post in a comment on that article.
Hi Sarah,
I've worked on the Fido, the greenhouse alert system that sits in a greenhouse and sends a text message or email when the temperature is out of bounds. I've considered Thermodo for the Fido design but didn't go with it because interfacing Thermodo with a Raspberry Pi took an extra board that blew up the cost higher than going with a USB thermometer. With Android phones falling in price I think there is potential there that an Android phone could end up replacing the Raspberry Pi, in which case a Thermistor with a 3.5mm Audio connector would be a good fit for the design.
- RJ
Some more inspiration over at Grove Labs -> https://grovelabs.io/
Hi acko,
I've been evaluating the designs for hydroponics on the http://www.spacebuckets.com/ site. "Space Buckets" sounds kind of crazy but there is a lot of very modular/portable/efficient/space-effective designs being iterated there. On the topic of controlling water flow, "solenoid valve" is the keyword. Different valves run on different voltages which would require different "relays" that run a matching voltage. Lots of wiring required there. But I must say, I crave a plug and play solenoid valve. Ever heard of Universal Serial Bus (USB)? Solenoid manufacturers haven't ;-). There might be a market there.
- RJ
Hi possumhillfarm, If you didn't hear back from wisonsingarlicfarm, you can try contacting them directly on their contact form here -> http://farmhack.org/users/wisconsingarlicfarm
Cheers,
\ RJ
Hi ormr, Thanks for the catch on the link. I fixed that in the code and it will be going live with our code release this week.
\ RJ
Hi Joel, I have a link ready to go on the front page for the movie. Currently having some DNS issues so I'll have to push it later. Where to put the activity stream is a big question for us right now.
We currently have the old home page here -> http://farmhack.org/home/
And an early version of the activity stream here -> http://farmhack.org/activity/
It might make sense to have it as it's own page but maybe somewhere else as well. The trick is if it has its own page, where to put the link.
\ RJ
If you happen to have a printer already it will run you probably about $1 in material. These kinds of things make most sense when there is a critical mass of useful things to print so much that it makes sense for a farmer to buy a 3D printer. At the moment there is not terribly a whole lot on thingiverse tagged for farmers. I'm hoping this continues to evolve swiftly!
Things tagged for farming on thingiverse -> http://www.thingiverse.com/tag:farming
\ RJ
Aha! Alasdair Allan to the rescue! I had heard rumbling about this "cheap WiFi chip" for some time but brushed it off because people were not explaining it for what it really is. It's an Arduino IDE programmable micro-controller with built-in WiFi! Alasdair points out a quote from Brian Jepson...
If it was just a WiFi chip for $7, that's no terrific feat, there are plenty of those out there, and their range and reliability suck big time. On a side note, if you are looking for affordable WiFi capabilities but high reliability and good range, check out TL-WN722N. We use them for Fido and they beat out over a dozen other products we tested.
Thanks for posting that TheHeadlessSourceMan!
\ RJ
Hi all - As a start, I changed the naming of the document from the
GNU Farm Manifesto
to theFree Farm Manifesto
. WhileGNU Farm Manifesto
is nice because it in a way gives attribution in the title, the "Not Unix" thing doesn't necessarily mean much to farms. The important part here is freedom. Thoughts?I also rewrote most of the document to focus on four freedoms I've layed out that are based on, but not exactly, the Four Freedoms as defined by the Free Software Foundation. I rant on the right to know how a tool works in the context of software, we could use many other examples there for both software and hardware. I'm also thinking about a third section that might include some clarifications of things like the difference between Open Source and Free Software and how this Manifesto fits in. I do mention in the explanation of the four freedoms both the importance of freedom (free software) and competitive advantage (open source) but there is still much more to write!
\ R.J. Steinert
Hi Devin, I address this issue in my topic here, but have yet to come to a conclusion -> http://farmhack.org/forums/brainstorming-gnu-farm-manifesto
Looking forward to talking about this more. Are you going to be at the Libre Planet conference this weekend?
\ RJ
Hi packplantpath, We also found the supply of the Temper1 USB sensor to be lacking. We started developing the software to support the DHT11 sensor that attaches to the GrovePi. It's all pretty experimental at this point but we could get you a download of the Raspberry Pi software to make it work if you are interested. The Android version was just an idea but not one we've had time to implement. There is the Thermodo sensor, which given the right app, could serve your use case pretty well. Here's a list of some apps that work with Thermodo. Hub could be a candidate but I think it's only for iOS. There is an SDK, so, given enough pizza and soda a developer like me could make an app that does notifications from Android.
Hi all - Sorry I missed the organizers call. I was sick in bed. I hope y'all had a great holiday and I'm looking forward to catching up next Thursday!
\ RJ
I agree with this. @adolfo Can you point out where you found these links that required payment?
A cool project for Farm Hack would be to do nightly migrations from the Wiki to a Git repository on GitHub so that anyone could download the total sum knowledge of the community for free. The key being that the migration would transform the Wiki into a usable offline format like plain HTML or Markdown documents.
Hi Trenton, The comments seem to be tripping up the Markdown parser in Drupal. I'll look into that. In the meantime you could post the code as "Gist" on Github and link to that Gist. Are you familiar with Gist? I'd be happy to show you around it on a screenshare.
RJ
Hi Broadturn - That's a great question, we're not exactly sure how cold it can get before Fido starts having troubles. Would you like to help test that this winter?
RJ
Thanks for posting this Dan!
Hi Joel, I noticed that as well. I just deleted some spam that may have been causing the issue. I'll keep an eye out for this popping up again.
\ RJ
Hi all - check out the insert button when you upload an image to a Conversation or Wiki. It will insert into the body of the post the HTML markup for the image. Doesn't work on comments yet...
\ RJ
*Disclaimer: I work on Open Source projects similar to Edyn.
Edyn topic link
Edyn looks like an impressive product. I would love to see the knowledge being gained from farms around the world being shared with the open source commons. It's scary to think what would happen if we all depended on Edyn and then they disappeared.
Edyn looks like an impressive product. I would love to see the knowledge being gained from farms around the world being shared with the open source commons. It's scary to think what would happen if we all depended on Edyn and then they disappeared.
Hi Matthew, Here's a couple of questions to help narrow it down.
\ R.J. Steinert
Hi John - I've been working on the Fido project that focuses on sensing temperature and sending text messages when a temperature is detected that is outside the bounds a farmer sets. I'm interested in the need to have more than one temperature sensor and also data logging. We're thinking about adding that to the Fido design but I'm wondering more what certain people use the historic data of multiple temperature sensors for. It may sound like a stupid question and I can guess what you folks might want that data for but I'm interested in hearing it from the folks who need it. Would you mind describing for me what you plan on doing with that data? Your help is much appreciated. Thanks!
\ R.J. Steinert