Thursday, March 31, 2011

Chicken Coop - Part 1

(Edit 1/8/14 - Wow! I just noticed a major spike in traffic to this blog post coming from a couple homesteading and prepping sites. Very cool! Welcome all!

I get a lot of questions about plans and construction details, so after you look over the pictures in this 4-part series please take a look at the following video for more build info: Chicken Coop Construction Info. One of the referring sites implies that this is an inexpensive coop, which is really funny to me. It was actually quite expensive to build...close to $2000. Hardware cloth ain't cheap. But maybe you can get some ideas for a coop that can be built for less.

If you're into beekeeping feel free to check out my other Youtube channel The Bee Vlog. - Bill)

The chicken coop has been under construction for just over a month now but work has been going very slowly due to lots and lots of rain, and my busy work schedule. But here's how it looks as of today. (The cross bracing is temporary and will come down when I install the siding.)



The inspiration for the design of this coop came from the Wichita Cabin Coop. I'm making several design changes, but the overall concept is the same.

The order of construction went:
  1. Set posts
  2. Build roof (clear Suntuf panels)
  3. Bury border pavers (to block digging predators)
  4. Install base boards
  5. Install brick patio (so sick of the rain and mud - I needed somewhere dry and firm to stand)
  6. Lay 1/2" hardware cloth around other 3 edges (also to prevent digging) and spread river rock
  7. Frame the hen house and nest box
  8. Begin siding and floor (present state)









I'll be installing a webcam in the middle hole in the wall. It pivots so we can get a view inside the hen house and outside in the chicken run.

Next -
Part 2
Part 3 - Complete
Part 4 - Update

Sunday, March 13, 2011

Balloon 2.0 Begins

I'm building a new high altitude balloon payload and doing things differently this time. In my previous "hi-ball" adventure I followed the design plans and ideas of L. Paul Verhage, an experienced ballooner. But I failed to recover the payload due to a couple flaws in the design (or implementation of the design). I don't blame Paul. His book is extremely helpful and contains a wealth of information for anyone interested in the hobby. In my next effort I will continue to use his book as a resource.

However, having learned a few things from our first attempt I'm going to make a few changes. Changes to my design approach and changes to the on-board electronics.

First, the on-board electronics. I'm going to use an Arduino for sensors and data logging. For the sake of brevity I won't go into full detail about the Arduino or even the "fuss" many have over it in the hacker/microcontroller community. Instead I'll direct you to a recent post on Make that covers this topic better than I could. "Why the Arduino Won and Why It’s Here to Stay" by Phillip Torrone.

And if you're really interested, HackADay posted a counterargument titled "How the arduino won? This is how we can kill it" by Caleb Kraft. The replies on both articles are also worth reading through. I don't disagree with Caleb. In fact I'd like to eventually move on to try other microcontrollers as well. But for this project I think the Arduino is a good choice.

I like the Arduino for it's ease of use, cheap price, and huge user support base. The sensors and datalogger I'm using integrate nicely and very easily. And with its ease of use I'm hoping to inspire my kids to also give the Arduino a try. That last part isn't going so well though. Each time I show them my progress they just look at it and say "Oh." Either they just don't care about the build process or they look at all the circuitry and think it's way over their heads and they don't want to bother even trying to understand. I think I'd like to try out the graphical programming environment and see if that gets their interest. Also, I plan to use an Arduino for some automation in our up-coming chicken coop project, which also might catch their interest.

I also have some other plans for the electronics that I'll cover in later posts.

As for the design approach, I'm going to try to be more like the engineer I learned to be instead of simply copying others hoping that I'm understanding things, cutting corners, or doing a lot of guess work. Oh, I wasn't completely un-engineer like in my previous attempt. But there were a lot of unknowns that I simply shrugged my shoulders at and hoped it wouldn't be that big of a deal.

First step: get a baseline.



The container I'm going to use is an insulated shipping container from The Cheesecake Factory. I used some of the electronics destined for the payload to build a simple temperature data logger and put the whole thing into the freezer for 2 hours to see how well it performs without any modification.



From left to right we have:
OpenLog, datalogger from SparkFun (p/n DEV-09530)
OneWire digital temperature sensor from SparkFun (p/n SEN-00245)
9V battery
Arduino Duemilanove

After 2 hours I removed the package, downloaded the data, and charted the results. (Temperature readings are in degrees Celsius.)



The temperature inside the insulated box went from (24C) to the ambient freezer temp (-13C) in just under 2 hours. That is not an acceptable result. The payload will be in flight for over 2 hours in temperatures well below the freezing temp of the batteries (-40C) with an added wind chill. I need to keep the internal temp from reaching the external temp during that time. During the build process I'll be trying various modifications to improve this performance. Hopefully a few of the principles I learned in my heat transfer classes will come back to me and help me out.