SlideShare ist ein Scribd-Unternehmen logo
1 von 10
SMART CHICKEN
COOP
- Mila Nurlaela (181611048)
- Rafa Naufal Zafran (181611052)
- Winda Agustina (181611064)
PURPOSE
The purpose of this tool is made for the growth of boiler
chicken by maintaining the room temperature between 27 -
37˚C so that chicken growth is maintained properly.
Formulation of the problem
a.How does the SMART CHICKEN COOP Project work?
b.What is the circuit used for the SMART CHICKEN COOP
project?
c.How is the Arduino Coding used in the SMART CHICKEN
COOP project?
d.How is Labview from the SMART CHICKEN COOP
project?
• Incandescent Bulbs (Chiyoda)
• Fan
• Jumper Cable Male Male, Male Female,
Female Female
• Arduino Uno
• LM35 Temperature Sensor
• 2 Channel Relay
• Adapters
• Terminal
• Cable
• Lamp holder
• 4 220 Watt Plugs
• Daulang paper
• Scissor
• Pliers
• Screwdriver
• Jack cable
• Ram wire
Tools and Materials
Procedure
The way this instrument works is:
– When the temperature is> 40˚C the fan will turn on and
the red light will turn on.
– When the temperature is <30 ° C the incandescent light is
on and the curtain will function and the green light is on.
This is done so that the condition of the chicken coop is not
too high or low so that the growth of chickens continues
well.
Miniature project
HERE
CODING ARDUINO
float suhu;
int sensor = A0;
int LED = 2;
int fan = 3;
void setup(){
Serial.begin(9600);
pinMode(LED,OUTPUT);
pinMode(fan,OUTPUT);}
void loop(){
int nilaiDigital =
analogRead(sensor);
suhu = (5.0 * nilaiDigital *
100.0)/1024.0;
Serial.print ("Temperatur:
");
Serial.print (suhu);
Serial.println (" Celcius");
if((suhu >= 37)){
digitalWrite(fan,HIGH);
digitalWrite(LED,LOW); }
else {
digitalWrite(fan,LOW);
}
if((suhu <= 27)){
digitalWrite(fan,LOW);
digitalWrite(LED,HIGH);
}
else {
digitalWrite(LED,LOW);
}
delay(300);
}
Labview
Draw Series
Conclusion
In this project it can be concluded that the power obtained by the
lights and fans is from home electricity, then connecting the Arduino
with the laptop to be detected by the Arduino labview and temperature,
then the relay is used to turn on and turn off the lights and fans.
The power from the house's electricity can be changed with
batteries, but for the same voltage, and the tools may be different.
In this project, for example, chickens will be comfortable at a
temperature of 27-37 OC, due to the influence of age and type of chicken
to determine the comfort level of chickens.

Weitere ähnliche Inhalte

Ähnlich wie Project Instrumentasi - SMART CHICKEN COOP

IRJET- Arduino Based Baby Incubator using GSM Technology
IRJET- Arduino Based Baby Incubator using GSM TechnologyIRJET- Arduino Based Baby Incubator using GSM Technology
IRJET- Arduino Based Baby Incubator using GSM TechnologyIRJET Journal
 
Udayan_219209024_DA1001_FTP.pptx
Udayan_219209024_DA1001_FTP.pptxUdayan_219209024_DA1001_FTP.pptx
Udayan_219209024_DA1001_FTP.pptxSyncrotrone
 
Infrared Temperature Pen
Infrared Temperature PenInfrared Temperature Pen
Infrared Temperature PenCharlie Aylward
 
Arduino based digital smart thermometer.pptx
Arduino based digital smart thermometer.pptxArduino based digital smart thermometer.pptx
Arduino based digital smart thermometer.pptxProttoy5
 
Electronz_Chapter_8.pptx
Electronz_Chapter_8.pptxElectronz_Chapter_8.pptx
Electronz_Chapter_8.pptxMokete5
 
Electronz_Chapter_3.pptx
Electronz_Chapter_3.pptxElectronz_Chapter_3.pptx
Electronz_Chapter_3.pptxMokete5
 
PID-based temperature control device for electric kettle
PID-based temperature control device for electric kettlePID-based temperature control device for electric kettle
PID-based temperature control device for electric kettleIJECEIAES
 
4 IOT 18ISDE712 MODULE 4 IoT Physical Devices and End Point-Aurdino Uno.pdf
4 IOT 18ISDE712  MODULE 4 IoT Physical Devices and End Point-Aurdino  Uno.pdf4 IOT 18ISDE712  MODULE 4 IoT Physical Devices and End Point-Aurdino  Uno.pdf
4 IOT 18ISDE712 MODULE 4 IoT Physical Devices and End Point-Aurdino Uno.pdfJayanthi Kannan MK
 
Humidity and Temperature Measurement Using Arduino
Humidity and Temperature Measurement Using ArduinoHumidity and Temperature Measurement Using Arduino
Humidity and Temperature Measurement Using Arduinodollonhaider
 
Arduino Workshop (3).pptx
Arduino Workshop (3).pptxArduino Workshop (3).pptx
Arduino Workshop (3).pptxHebaEng
 
Syed IoT - module 5
Syed  IoT - module 5Syed  IoT - module 5
Syed IoT - module 5Syed Mustafa
 
Mini ee 13 battery powered heating and cooling suit Electrical engineering Mi...
Mini ee 13 battery powered heating and cooling suit Electrical engineering Mi...Mini ee 13 battery powered heating and cooling suit Electrical engineering Mi...
Mini ee 13 battery powered heating and cooling suit Electrical engineering Mi...1000kv technologies
 
Temperature detection and control
Temperature detection and controlTemperature detection and control
Temperature detection and controlMALLIKARJUNAN M
 
Series 16G, 8G, 4G Temperature/Process Loop Controllers
Series 16G, 8G, 4G Temperature/Process Loop ControllersSeries 16G, 8G, 4G Temperature/Process Loop Controllers
Series 16G, 8G, 4G Temperature/Process Loop ControllersDwyer Instruments
 

Ähnlich wie Project Instrumentasi - SMART CHICKEN COOP (20)

IRJET- Arduino Based Baby Incubator using GSM Technology
IRJET- Arduino Based Baby Incubator using GSM TechnologyIRJET- Arduino Based Baby Incubator using GSM Technology
IRJET- Arduino Based Baby Incubator using GSM Technology
 
Udayan_219209024_DA1001_FTP.pptx
Udayan_219209024_DA1001_FTP.pptxUdayan_219209024_DA1001_FTP.pptx
Udayan_219209024_DA1001_FTP.pptx
 
Infrared Temperature Pen
Infrared Temperature PenInfrared Temperature Pen
Infrared Temperature Pen
 
Arduino based digital smart thermometer.pptx
Arduino based digital smart thermometer.pptxArduino based digital smart thermometer.pptx
Arduino based digital smart thermometer.pptx
 
Electronz_Chapter_8.pptx
Electronz_Chapter_8.pptxElectronz_Chapter_8.pptx
Electronz_Chapter_8.pptx
 
Electronz_Chapter_3.pptx
Electronz_Chapter_3.pptxElectronz_Chapter_3.pptx
Electronz_Chapter_3.pptx
 
PID-based temperature control device for electric kettle
PID-based temperature control device for electric kettlePID-based temperature control device for electric kettle
PID-based temperature control device for electric kettle
 
publish manual
publish manualpublish manual
publish manual
 
Presentation
PresentationPresentation
Presentation
 
4 IOT 18ISDE712 MODULE 4 IoT Physical Devices and End Point-Aurdino Uno.pdf
4 IOT 18ISDE712  MODULE 4 IoT Physical Devices and End Point-Aurdino  Uno.pdf4 IOT 18ISDE712  MODULE 4 IoT Physical Devices and End Point-Aurdino  Uno.pdf
4 IOT 18ISDE712 MODULE 4 IoT Physical Devices and End Point-Aurdino Uno.pdf
 
Capston project ITT
Capston project ITTCapston project ITT
Capston project ITT
 
Humidity and Temperature Measurement Using Arduino
Humidity and Temperature Measurement Using ArduinoHumidity and Temperature Measurement Using Arduino
Humidity and Temperature Measurement Using Arduino
 
Arduino Workshop (3).pptx
Arduino Workshop (3).pptxArduino Workshop (3).pptx
Arduino Workshop (3).pptx
 
L(1)
L(1)L(1)
L(1)
 
Syed IoT - module 5
Syed  IoT - module 5Syed  IoT - module 5
Syed IoT - module 5
 
Arduino Programming
Arduino ProgrammingArduino Programming
Arduino Programming
 
Mini ee 13 battery powered heating and cooling suit Electrical engineering Mi...
Mini ee 13 battery powered heating and cooling suit Electrical engineering Mi...Mini ee 13 battery powered heating and cooling suit Electrical engineering Mi...
Mini ee 13 battery powered heating and cooling suit Electrical engineering Mi...
 
Anup2
Anup2Anup2
Anup2
 
Temperature detection and control
Temperature detection and controlTemperature detection and control
Temperature detection and control
 
Series 16G, 8G, 4G Temperature/Process Loop Controllers
Series 16G, 8G, 4G Temperature/Process Loop ControllersSeries 16G, 8G, 4G Temperature/Process Loop Controllers
Series 16G, 8G, 4G Temperature/Process Loop Controllers
 

Kürzlich hochgeladen

Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesBoston Institute of Analytics
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 

Kürzlich hochgeladen (20)

Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 

Project Instrumentasi - SMART CHICKEN COOP

  • 1. SMART CHICKEN COOP - Mila Nurlaela (181611048) - Rafa Naufal Zafran (181611052) - Winda Agustina (181611064)
  • 2. PURPOSE The purpose of this tool is made for the growth of boiler chicken by maintaining the room temperature between 27 - 37˚C so that chicken growth is maintained properly.
  • 3. Formulation of the problem a.How does the SMART CHICKEN COOP Project work? b.What is the circuit used for the SMART CHICKEN COOP project? c.How is the Arduino Coding used in the SMART CHICKEN COOP project? d.How is Labview from the SMART CHICKEN COOP project?
  • 4. • Incandescent Bulbs (Chiyoda) • Fan • Jumper Cable Male Male, Male Female, Female Female • Arduino Uno • LM35 Temperature Sensor • 2 Channel Relay • Adapters • Terminal • Cable • Lamp holder • 4 220 Watt Plugs • Daulang paper • Scissor • Pliers • Screwdriver • Jack cable • Ram wire Tools and Materials
  • 5. Procedure The way this instrument works is: – When the temperature is> 40˚C the fan will turn on and the red light will turn on. – When the temperature is <30 ° C the incandescent light is on and the curtain will function and the green light is on. This is done so that the condition of the chicken coop is not too high or low so that the growth of chickens continues well.
  • 7. CODING ARDUINO float suhu; int sensor = A0; int LED = 2; int fan = 3; void setup(){ Serial.begin(9600); pinMode(LED,OUTPUT); pinMode(fan,OUTPUT);} void loop(){ int nilaiDigital = analogRead(sensor); suhu = (5.0 * nilaiDigital * 100.0)/1024.0; Serial.print ("Temperatur: "); Serial.print (suhu); Serial.println (" Celcius"); if((suhu >= 37)){ digitalWrite(fan,HIGH); digitalWrite(LED,LOW); } else { digitalWrite(fan,LOW); } if((suhu <= 27)){ digitalWrite(fan,LOW); digitalWrite(LED,HIGH); } else { digitalWrite(LED,LOW); } delay(300); }
  • 10. Conclusion In this project it can be concluded that the power obtained by the lights and fans is from home electricity, then connecting the Arduino with the laptop to be detected by the Arduino labview and temperature, then the relay is used to turn on and turn off the lights and fans. The power from the house's electricity can be changed with batteries, but for the same voltage, and the tools may be different. In this project, for example, chickens will be comfortable at a temperature of 27-37 OC, due to the influence of age and type of chicken to determine the comfort level of chickens.