SYSTEM FOR COLLECTING, MONITORING AND ANALYSING ANIMAL BEHAVIOR

Abstract

The present invention refers to a system of environmental data collection, monitoring and behavioral analysis of animals on pasture, in a georeferenced environment using agrometeorological sensors, with the objective of spreading precision farming. The data generated is collected over a wireless network and stored in a database. The system is capable of analyzing the data of the various sensors to generate information on the cattle's behavior, and can also correlate them with environmental characteristics and data of the management area.

Claims

1. ANIMAL'S BEHAVIOR COLLECTION, MONITORING AND ANALYSIS SYSTEM, characterized by being composed of a structure with collar and electronic components to generate information about the animals' behavior on pasture.

2. SYSTEM, according to claim 1, characterized by the structure with collar being composed of a leather belt, a coupled box of plastic material, to store the circuit with the electronics and removable cover attached with screws and nuts.

3. SYSTEM, according to claim 1, characterized by the belt having the measurements 130 cm×4 cm×0.5 cm (length×width×thickness) and the plastic-material-attached box has dimensions 10 cm×7 cm×9 cm (width×height×depth).

4. SYSTEM, according to claim 1, characterized by electronic components comprise: a) GPS receiver module; b) inertial measuring plate, accelerometer and 9-axis gyroscope; c) atmospheric pressure sensor; d) environment sensor; e) humidity and air temperature sensor; f) Sensors and processing microcontroller.

5. SYSTEM, according to claim 2, characterized by the belt having the measurements 130 cm×4 cm×0.5 cm (length×width×thickness) and the plastic-material-attached box has dimensions 10 cm×7 cm×9 cm (width×height×depth).

Description

DEVICES AND SENSORS

[0014] A GPS receiver module was used to collect animal positioning data. The model used is the GPS Venus produced by SparkFun. This is a low-cost, low-power receiver with a minimum input voltage of 3.3 V and a consumption of 2 mA (in idle state) and 6 mA (at maximum recording rate). It is based on the Venus638FLPx chipset, which is programmed by default with a 1 Hz refresh rate (configurable up to 20 Hz) and can be easily integrated into microcontrollers such as Arduino. GPS module: SparkFun Venus GPS with SMA connector. (FIG. 1)

[0015] To capture animal motion data, an inertial measuring plate, accelerometer and 9-axis gyroscope 10 DOF MPU-9250 were used, with three sensors: accelerometer, gyroscope and magnetometer. The MPU9250 chip, encapsulated on board, is responsible for capturing acceleration movement, magnetic measurements, and rotation movements, all of which have 3 reading axes. The module also has a BMP180 atmospheric pressure sensor. The board is driven with an input voltage from 2.5 V to 3.6 V and consumption of 3.7 mA. Inertial measuring board, accelerometer and 9-axis gyroscope; (FIG. 2)

[0016] The accelerometer model supports configuration with values of +/−2, +/−4, +/−8, ou+/−16 g, the gyroscope variations of +/−250, +/−500, +/−1000, ou+/−2000 degrees/s and the magnetometer in full scale in the range of +/−4800 μT with 16-bit resolution.

[0017] To capture the environment brightness data, a LDR (Light dependent Resistor) sensor was used. Variable Resistor by Brightness (5 mm LDR). (FIG. 3).

[0018] Data logger OpenLog of SparkFun. was used to store the collected data. It allows to record incoming serial data from 2400 to 115.200 bps and supports microSD cards up to 64 GB. SparkFun OpenLog (FIG. 4).

[0019] To control the sensors and process the collections, Arduino, an open-source platform of free hardware prototyping platform based on Atmel Corporation's ATmega microcontroller, was used.

[0020] Microcontroller is a small computer (SoC) in a single integrated circuit that contains a processor core, memory and programmable input/output peripherals and can be programmed. (FIG. 5)

[0021] The DHT22 sensor was used to measure humidity and air temperature. This sensor allows temperature readings from −40 to +80 degrees Celsius with accuracy of −0.5 degrees C. and humidity from 0 to 100% with accuracy of −2%. AM2302 DHT22 Humidity and Temperature sensor. (FIG. 6)

Electrical Circuit Project

[0022] The circuit was planned and designed so that all the components would be on a single board. Fritzing1 software was used to organize the components layout on the board. FIG. 8 shows the proposed arrangement for the board, using the ATmega328p microcontroller as the central system, joining the GPS module, the motion sensor module (accelerometer, gyroscope, and magnetometer in a single component), the OpenLog module for writing data to the memory card, an LDR resistor for collecting light data and the humidity and air temperature sensor. FIG. 7 shows each of the necessary connections to interconnect the components in the proposed circuit. Circuit design developed at Fritzing. (FIG. 7).

[0023] The circuit was built on a phenolite board, which allows for the connection and welding of the components. The circuit is drawn on the board and the copper not corresponding to the circuit is corroded. This approach reduces the possibilities of connection problems. Female pins have been welded onto the top of the board, allowing the components to be fit together, allowing them to be removed quickly and easily. At the bottom the pin connections are interconnected by a copper track or with wires and weld (FIG. 9).

[0024] The built-in board facilitated the fitting of the sensors and eliminated the problems of poor contact, which usually happens in the work performed on protoboards. For the prototype this option was important because the sensors could be easily swapped. For a commercial solution, the sensors should be welded directly to the circuit board, ensuring that they do not become detached by handling the equipment. In the experiment, to prevent the sensors from becoming loose from the fittings, they were fixed to the push pins with hot-melt adhesive.

[0025] The circuit had its circuit reduced thanks to the use of only one microcontroller. In typical prototypes that use the Arduino platform, designers choose to use a full board, voltage controllers, input and output pins, oscillator crystal, and other electronic components that assist in the development phase, but are not used in more mature prototypes.

[0026] Therefore, the circuit board can only bring part of the Arduino prototyping platform, reducing the final size of the system. It can be concluded that the production of the board has a lower price than the board models sold, considering the cost of the components necessary for the construction/assembly of the board.

[0027] Another problem was programming to interconnect all the components in Arduino. The GPS receiver, motion sensors, and OpenLog module use serial communication for communication with Arduino. However, the ATmerga328p microcontroller has only one serial communication channel, causing these three components to compete for it. It was necessary to program the code so that the communication of one would not interfere with the communication of the other: what could happen is a component to start recording in the buffer while the other was still using it.

[0028] In the initial tests, with the sensors individually programmed, this problem did not appear, appearing when they were integrated. To ensure that sensor readings occur every 1 second (standard configuration of sensors used) the microcontroller reading and writing rate has been adjusted as fast as possible.

Collar Structure

[0029] For the circuit to be placed in the animal, a leather belt, with a case attached, was used to store the circuit with the electronic components. The belt (FIG. 12/A) is about 130 cm×4 cm×0.5 cm (length×width×thickness) to ensure that it did not break in case it got stuck in something like a branch or fence. (FIG. 12)

[0030] The circuit was placed in a case made of ABS plastic material, measuring 10 cm×7 cm×9 cm (width×height×depth) and a removable cover secured with screws and nuts to make the system robust and waterproof’. (FIG. 10).

Assembly of the Collar Components

[0031] The LDR sensor was not inside the case. Two holes have been drilled in front of the case (FIG. 11/A) where the sensor has been fitted and welded to two wires which have been connected to the circuit. The air temperature and humidity sensor has also been installed on the outside of the plastic casing and is protected below the leather strap (FIG. 11/B).