Track Honeybees With Temperature

Data analysis coming soon!

My school is kind of strange. We don’t have a cafeteria, but we do have a four week course on “The Simpsons.” We don’t have a jungle-gym on the elementary playground, but we do have a half-buried firetruck. We don’t have a football team, but we do have a bee-keeping club. It’s pretty awesome.

This year I decided to do some cool experiments with honey bees. This project uses 12 temperature probes placed throughout a beehive to track the movement of honey bees over the course of several weeks. The project is completely solar powered, weatherproof, and can log months of data onto a 1GB memory card. I wouldn’t have been able to build this without the parts supplied by the bee keeping club.

Parts you’ll need (in no particular order):

TOTAL: $328.65 + Shipping (if you’re getting everything new)

Here’s the code I wrote for this project. Much of it was modified from existing Arduino SD card examples.

The parts for the SD card may have to change a little depending on what shield and Arduino you use. Because I used a Mega here, I had to do a bit of a work around to get the SD shield to work without modifying it, so it could probably be simplified a bit further.

Track Honeybees With Temperature

Step 1: Mount the Cable Glands

IMG_0435.jpeg
IMG_0448.jpeg
IMG_0457.jpeg
First, I measured and drilled holes for the 13 cable glands. Cable glands allow for a cable to pass through an enclosure while remaining waterproof. I put 5 glands on each side with two on the front for the temperature probes, and one on the back for power.

The outermost cable glands had a nut on the inside that ran into one of the box’s support posts. I just cut off part of the outside of the nut to make it fit – it shouldn’t compromise the seal too badly, and the box should survive splashes from the rain just fine (hopefully this thing won’t end up entirely underwater!).

Step 2: Wire the Temperature Probes

Next I began wiring up the buses that will power all the temperature probes. I had some extra screw-terminal blocks around, so I put them all in a row and soldered the leads together to make two buses: one for 5v, one for ground.

There should only be white (signal) wires left from the temperature probes. I insulated the bottom of the terminal blocks with electrical tape so they don’t short out with each other.

Next I wired each signal wire to the SD card shield. Pictured is a Sparkfun SD card shield. In the parts list I linked to an Adafruit shield, as that’s what I recommend buying (and what I ended up actually using). The Sparkfun shield was a huge pain. Don’t use it. The Adafruit shield also has a RTC (real time clock) module built in, so we can timestamp our data points more accurately, even after power gets cut out. I highly recommend it.

Because these temperature probes work on the digital, one-wire bus system (where each probe has a unique address), all of the signal wires get tied together and brought to a single digital pin on the Arduino. I chose to use pin 3.

Then I used a 4.7K pull up resistor on the signal wires, tying them to the 5v supply on the Arduino. I also connected the power busses to 5v and ground at this time. Now you can slap your Arduino on there!

Step 3: Figuring Out Power

IMG_0486.jpegTrack Honeybees With Temperature circuit

Next I began the wiring for the power supply. This was really simple. After soldering the large capacitor onto the charging circuit (leaving lots of extra lead so that it could save space by bending the capacitor over), I connected the charger’s load output to the boost converter, and the 6V charger input to the solar panel. I also extended the solar panel’s wires; this ensures that when we bring the box out to the hive we can place the solar panel somewhere with as much sunlight as possible.

Next, I connected the power out from the USB connection on the boost converter to the DC in jack on the Arduino. Make sure to add a power switch so you don’t have to disconnect the solar panel whenever you want to program the Arduino.

I placed all of the power circuitry in an anti-static bag to avoid any short circuits.

 

For more detail: Track Honeybees With Temperature


About The Author

Ibrar Ayyub

I am an experienced technical writer with a Master's degree in computer science from BZU Multan University. I have written for various industries, mainly home automation and engineering. My writing style is clear and simple, and I am skilled in using infographics and diagrams. I am a great researcher and am able to present information in a well-organized and logical manner.

Follow Us:
LinkedinTwitter
Scroll to Top