Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darwincamahalan/automated-poultry-pen
A Poultry Monitoring System for Controlling Temperature of an Poultry Pen
https://github.com/darwincamahalan/automated-poultry-pen
embedded-systems engineering iot javascript mlx90640 monitoring-tool nextjs opencv raspberry-pi-3 temperature-controller thermal-camera
Last synced: about 2 months ago
JSON representation
A Poultry Monitoring System for Controlling Temperature of an Poultry Pen
- Host: GitHub
- URL: https://github.com/darwincamahalan/automated-poultry-pen
- Owner: DarwinCamahalan
- License: apache-2.0
- Created: 2023-04-18T02:01:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-13T12:30:13.000Z (8 months ago)
- Last Synced: 2024-10-18T04:46:03.199Z (2 months ago)
- Topics: embedded-systems, engineering, iot, javascript, mlx90640, monitoring-tool, nextjs, opencv, raspberry-pi-3, temperature-controller, thermal-camera
- Language: JavaScript
- Homepage: https://automated-poultry-pen.vercel.app
- Size: 8.25 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Automated Poultry Pen Temperature Control
---
## Project Website Monitoring System![image](https://github.com/DarwinCamahalan/automated-poultry-pen/assets/120079195/e26e675d-9b01-49d7-9039-81c56c793a22)
![image](https://github.com/DarwinCamahalan/automated-poultry-pen/assets/120079195/05950554-91b0-4092-96b9-2cd830b1b67c)
![image](https://github.com/DarwinCamahalan/automated-poultry-pen/assets/120079195/4a981232-a154-4368-bb7a-e1490c4d9386)
![image](https://github.com/DarwinCamahalan/automated-poultry-pen/assets/120079195/142caa53-66e3-4f58-8842-b657e4ea47f5)
---> COMPONENTS:
* RASPBERRY PI 3 MOBEL B V1.2
* DHT11 TEMP SENSOR
* 28BYJ-48 STEPPER MOTOR
* ULN2003 DRIVER BOARD
* MLX90640BAA INFRARED CAMERA---
## HARDWARE CONFIGURATION:
> MLX90640 PINS TO RASPBERRY PI
| PIN NO. | LABEL |
| ----------- | ----------- |
| GND | GND |
| 5V | VIN |
| 2 | SDA |
| 3 | SCL |> DHT11 PINS TO RASPBERRY PI
| PIN NO. | LABEL |
| ----------- | ----------- |
| GND | GND |
| 5V | VIN |
| 4 | GPIO 4 |> STEPPER MOTOR [A] PINS TO RASPBERRY PI
| PIN NO. | LABEL |
| ----------- | ----------- |
| GND | GND |
| 5V | VIN |
| 17 | IN1 |
| 18 | IN2 |
| 27 | IN3 |
| 22 | IN4 |> STEPPER MOTOR [B] PINS TO RASPBERRY PI
| PIN NO. | LABEL |
| ----------- | ----------- |
| GND | GND |
| 5V | VIN |
| 12 | IN1 |
| 13 | IN2 |
| 6 | IN3 |
| 5 | IN4 |> 2 CHANNEL RELAY TO RASPBERRY PI
| PIN NO. | LABEL |
| ----------- | ----------- |
| 23 | GPI0 23 |
| 24 | GPIO 24 |## RASPBERRY PI 3 MODEL B V1.2 PINS
![329800870_769578984791846_5458783927692876063_n](https://user-images.githubusercontent.com/120079195/233627070-a2ad264f-b04e-40ef-8d2b-aadf2713a473.jpg)