Difference between revisions of "Bee Counter: Optical v 0.1"

From HiveTool
Jump to: navigation, search
(Created page with "sudo apt-get install libncurses5-dev gcc -o bc1 bc1.c -lwiringPi -lncurses �")
 
(Prototype Optical Bee Counter)
Line 1: Line 1:
sudo apt-get install libncurses5-dev
+
== Prototype Optical Bee Counter ==
 +
This is a single gate optical bee counter using an integrated infrared LED and photo-diode optical detector.<br>
 +
Two sensors are mounted face to face in front of the hive to be able to detect and count incoming versus outgoing bees.<br>
 +
The sensors are available in lots of 10 for about $10.<br>
 +
The datasheet is available here.[http://www.hyzt.com/en_listone_product.asp?products_id=23]
 +
Experimental code to count bees is available from hivetool
 +
[[File:Web_Bee_in_optical_counter.jpg|right|600px]]
 +
[[File:Optical_Bee_Counter_Schmatic.jpg]][[File:HY810H_Optical_Sensor_Circuit.jpg]]<br>
  
gcc -o bc1 bc1.c -lwiringPi -lncurses
+
Now what's needed is a 32 gate (16 slot) custom circuit board with a serial multiplexer and glue electronics.<br>
+
Similar work has been done using discrete components sensing reflection instead of beam break.[http://www.instructables.com/id/Honey-Bee-Counter-II/]
 +
 
 +
Copied from Adrian's Pages http://hivetool.org/w/index.php?title=User:Adrian

Revision as of 17:02, 13 March 2016

Prototype Optical Bee Counter

This is a single gate optical bee counter using an integrated infrared LED and photo-diode optical detector.
Two sensors are mounted face to face in front of the hive to be able to detect and count incoming versus outgoing bees.
The sensors are available in lots of 10 for about $10.
The datasheet is available here.[1] Experimental code to count bees is available from hivetool

Web Bee in optical counter.jpg

Optical Bee Counter Schmatic.jpgHY810H Optical Sensor Circuit.jpg

Now what's needed is a 32 gate (16 slot) custom circuit board with a serial multiplexer and glue electronics.
Similar work has been done using discrete components sensing reflection instead of beam break.[2]

Copied from Adrian's Pages http://hivetool.org/w/index.php?title=User:Adrian