Skip to main content

Final Project - System Design(Electronics)

Essential function of the cat shelter

Some essential functions are listed of my final project - cat shelter as below:

  • Getting the position data of cat shelter
  • Detect whether a cat get in the shelter
  • Detect the remain food and water by weight or level

There's a list about the sensors to satisfy the function which listed

Sensor/MicrocontrollerFunctionPriceCountLink
XIAO ESP32C3Controllers for getting sensor data9.992link
RYS352A GNSS AntenniaGetting position data10.001link
HX711 load cell sensorSensing remain cat food6.791link
WWZMDiB 12 Water level sensorSensing remain water6.991link
HC-SR501 PIR sensorDetect the cat inside the shelter8.492link

Here's the designed system in block diagram.

In cat shelter side, many sensors are connected to the microcontroller and send the sensing data to the user side through ESP-NOW protocol. It simulate there's a central control station of the cat shelters.

A website-based web server will be built in user side, which is used for showing the sensing data or status of the cat shelter. I can refer week 11 assignment to build up a web-server for showing the sensing data in a user interface.

It's a sample that showing the position data in a website which's web server is uploaded in a Microcontroller.