According to a CNRS study, the bird population is declining. This is a huge problem for biodiversity and ecosystem. That’s why it is important to help bird populations and collect data on their habits and environment.
The main goal of our project is to give birds a little help to feed themselves during cold winters. Birds spend most of the day looking for food, especially to resist the cold. And that is not so easy! Their energy needs to maintain their body temperature, increasing while food resources decrease.
Smart bird feeders can be a solution, thanks to Sigfox technology, where information is sent every hour. We can know the environment temperature, the amount of seeds left in the feeder, and have statistics about feeder usage by birds.
Smart bird feeders can be put in private garden as well as public parks or natural reserves.
Technical DetailsOur feeder provides its location, the temperature, the presence of seeds, and statistics of usage by birds.
Communication Module
For the purposes of this project, we use an Arduino MKR FOX 1200 module. This module is an Arduino electronic platform integrating a Sigfox communication module and a temperature sensor. Thanks to the Sigfox technology, it’s possible to localize feeders with a sufficient precision.
Location functionnality is important for our project to know the location of our feeders. Location offer capability to manage a set of feeders, and having alerts to fill in empty feeders. Furthermore, it can provide precious information to evaluate the birds population. Temperature will also establish the link between feeder use and climatic conditions.
Sensors
1. Ultrasonic Sensor
An ultrasonic sensor will evaluate the influence of the feeder. With this sensor we can evaluate the feeder usage by the birds. When they eat, birds are in front of the sensor. The sensor make regular measurments to detect bird presence.
2. LED and Photoresistor
The leds and photo resistor will allow us to know if the feeder is empty.
The led and the photo resistor are placed at the opposite of the feeder where the seeds flows. If the photo resistance detect the light of the leds, the feeder is empty.
3. Temperature Sensor
The temperature sensor is embbeded in the MKR FOX 1200. It provides information about the environement in which the feeder is installed.
4. Location Sensor or GPS
To reduce the cost of the feeder, we use location capabilities of the Sigfox technology. It’s also possible to have a more accurate localization by using a GPS module.
Feeder Description
The feeder modelized with Fusion 360 and printed with a 3D printer. It is composed of:
- A tank, which is a soda bottle, surrounded by rings to adapt it to the feeder structure (black parts in the figure).
- The main feeder part, with two perches for birds. Several holes allow to place thesensors and to pass the electric wires. (green in the figure)
- Boxes to enclose distance sensor, installed on front of the perches (orange in the figure)
- Boxes to enclose sensor seed system, installed on the sides of the feeder (blue in the figure)
- A box to enclose the sigfox communication module, under the feeder (yellow on the figure)
Electronics Scheme
The feeder has two sides. On the following figure, you have a breadboard with the two sides (one on the top part, one on the bottom part). Distance sensor is used to detect bird presence. The led and photo-resistor are used to detect seed presence, as describe previously : led generates light, detected by the photoresistor.
- If the feeder is full, seeds prevents light from reaching the photoresistor.
- If the feeder is empty, the light activate the photoresistor.
We use Sigfox to communicate.
We don't need to send datas all the time. To preserve battery, we only send a report each hour and the size of the data is only 4 bytes. It's sufficient to have a feedback of specific information.
We can have many feeders. Thanks to the long range capability of the Sigfox network, we can create a really large networks of feeders.
Each feeders sends data with Sigfox. At the Sigfox backend, we redirect information to our server. Our server contains a database and a website to monitor our feeders.
The interface is available at this address http://grit.esiee-amiens.fr:8069/birdfeeder/layouts/index.php
We currently have just one bird feeder, but it's possible to add many others. The interface can support and is already set to receive additional information from other feeders.
We have a map, which localizes all the bird feeders.
We can click on a pin to see the informations about the feeder. There is the level of seeds, the number of birds, the temperature, and a graph with the 24 last reports of this feeder:
We also have a list with all the feeder, and their information. It's the latest reports of each feeder:
It's possible to add many in the evolution of the project.
We can add a solar panel to make the feeder more autonomous and respectful of the environment.
We can also add other light sensors in the support of the feeder to enhance the accuracy of seed level readings.
Some birds could have an identification chip (RFID, for example). Add to the feeder a chip reader will enable us to follow the birds and follow their activities.
Bringing this project to live allowed us to see all the possibilities that gives Sigfox technology to improve our relation to nature and environement. Beyond technology, this project allows us to become aware of the fragility of our ecosystem. Let's hope it will lead to a real change.
We made some tests with our smart bird feeder. Our prototype is already useful and functional. It is very satisfying for our team. This project can be improved, and we will continue to work on it in a close future. The skills acquired during this project could be reused in many others.
AcknowledgementsWe want to particularly thank our professor and mentor Mr Nicolas DAILLY who teached us all what we know about internet of things, and helped us with the conception and to solve problems we met while realising our project.
We thank all the personnal of our engineering school ESIEE-Amiens, and the sudents of our branch - Computer Networks and Connected Devices.
Comments