Beekeeping (or apiculture, from Latin: apis "bee") is the maintenance of honey bee colonies, commonly in hives, by humans. A beekeeper (or apiarist) keeps bees in order to collect their honey and other products that the hive produces (including beeswax, propolis, pollen, and royal jelly), to pollinate crops, or to produce bees for sale to other beekeepers. A location where bees are kept is called an apiary or "bee yard".
Depictions of humans collecting honey from wild bees date to 15,000 years ago. Beekeeping in pottery vessels began about 9,000 years ago in North Africa.[2] Domestication is shown in Egyptian art from around 4,500 years ago. Simple hives and smoke were used and honey was stored in jars, some of which were found in the tombs of pharaohs such as Tutankhamun. It wasn't until the 18th century that European understanding of the colonies and biology of bees allowed the construction of the movable comb hive so that honey could be harvested without destroying the entire colony.
This is one of my hobbies. My job is electronic engineer so, I decided to automate the beekeeping process, sort of.
It very important when harvesting to have the right information like temperature, humidity, honey quality and weight chart, to make the decision to stay or move on to a different zone.
My system is based on Arduino. Arduino board is connected to DHT humidity and temperature sensor, LCD display and HX711 amplifier with scale, reads the values and print it to the LCD display and to Serial port. Next step is to store the files in the cloud.
DHT sensor is used for outdoors and will be mounted outside the projects case. The load scale sensor is from a a weight scale, already has a frame, and will be mounted at the bottom of a beehive.
Next step is to setup the Arduino environment: https://www.arduino.cc/en/Main/Software
Install Arduino IDE and then install the libraries from the links below.
Connect your Arduino board and upload the sketch: ArduinoHive.ino located in the Git repository.
Connect DHT sensor to digital pin 10, LCD display to SCL and SDA, HX711 board to A1 and A0, button for reset scale to pin 11 and button for backlight on to digital pin 12.
All the extensions and sensors work on 3.3v, which is native Vin for MKR1000.
Solder wires to the push buttons and 10k resistors as in the schematic attached.
Drill holes to the enclosure box and add the buttons, DHT sensor, Load scale cable and LCD Display.
Link to resources:
http://arduino-info.wikispaces.com/LCD-Blue-I2C
http://playground.arduino.cc/Main/DHT11Lib
I also glue the DHT sensor to the box and added an On/Off switch.
One of the push buttons is for lighting up the LCD backlight.
The other one is for setting the scale to 0 Kg.
The whole system will be located under this hive, once the season starts.
Check out this:
Update 1:
New enclosure: wired everything to a piece of wood for better wire management:
To do: Azure integration
to be continued...
Comments