Raspberry Pi

with sensor gadgetry...


What kind of hardware is suitable to monitor eating habits of squirrels?

 

That's a tough question, a lot of practicable solutions are coming into my mind. Nowadays a wide range of sensors and micro-computer platforms are available to choose from.

 

I've opted for a 1st generation Raspberry Pi which I've bought many moons ago. The credit-card sized Raspberry Pi is a great environment to easily try out some "IoT" gadgetry.

 

Currently a reed switch and a 7-Segment LED display are attached to the Raspberry Pi's GPIOs to monitor the squirrels.

 

The reed switch's magnet is mounted on the feeder's lid. To give visual feedback how often the lid has been opened the 7-Segment LED display shows the number of openings of a meal break. The IoT Squirrel Feeder starts tweeting after having a mealtime.


The Squirrel Café
The Squirrel Café
Wiring of reed switch and 7-Segment LED display
Wiring of reed switch and 7-Segment LED display

I've added a 5$ stand alone ESP8266 based Witty Cloud board to read and publish weather data to ThingSpeak in case the Raspberry Pi based feeder needs some maintenance. A DHT22 sensor is used to read temperatures and humidity.

 

ESP8266 Witty Cloud with DHT 22
ESP8266 Witty Cloud with DHT 22

If the implementation is hard to explain, it's a bad idea (PEP20). The source code ist hosted on GitHub, you can download it from my repository:

 

git clone https://github.com/sensorius/TheSquirrelCafe