I led a team of seven students to develop a power-efficient wireless sensor node (WSN) designed to monitor cattle health and activity. The system utilizes a low-power MCU, 3-axis accelerometer to collect motion data, and a LoRa radio transmitter.
Figure 1: a) Block diagram of the WSN b) prototype
A primary challenge in livestock monitoring is the high power consumption of LoRa radios during long-range data transmission. In this work, I applied edge intelligence, implementing a decision tree classifier in situ to process raw accelerometer data directly on the WSN. By performing feature extraction and classification locally, we significantly reduced the amount of wirelessly transmitted data. Our measurements demonstrate that this approach:
Because no pre-existing infrastructure existed for this research, I developed a novel data collection method that synchronized accelerometer readings with video data for accurate behavioral labeling. Using our dataset, we trained a decision tree model to classify five distinct cattle behaviors: grazing, ruminating, lying, standing, and walking.
Key performance metrics for the model include:
Figure 2: Cow with Prototype WSN