SlideShare a Scribd company logo
1 of 13
Download to read offline
Let’s
interact
  with
  Daily
  Dump
PREFACE                            CONTENTS

 This book is about interaction- Interaction with
compost, with the help of different Tools of tech-
  nology. It is intended as an aid to teaching for
                                                     Know
                                                            1 ur daily
                                                            dump          1-2

 beginners. Simple steps are shown along with


                                                            2
                    photographs.
                                                     What     do    you
                                                            need?         3-4




                                                     Getting
                                                            3  started
                                                       with arduino       5-6




                                                            4
                                                     Connecting temp
                                                         sensor.          7-8



                                                                                2
5
Effect of temperature
and moisture on com-
     post activity
                        1-2




      6
Connecting tempera-
    ture sensor         3-4




      7
Working with both-
temperature    sensor
 and humidity sensor.   5-6




      8
Connecting Compost
     to your            7-8
Know your daily Dump   hello friends,                                       Many things happens
                       I am daily dump                                      inside me
                       I am used to manage                                  while composting.
                       your medium vol-                                     While composting my
                       umes of kitchen and                                  Temp, moisture, Ph
                       garden waste without                                 value changes. This has
                       taking much space                                    an effect on compost
                       in your home. This                                   activity but you cannot
                       happens because of a                                 observe these changes.
                       process called                                        do you want to know
                       composting. I con-                                   these changes and man-
                       vert organic home                                    age your home waste
                       waste into compost                                   Quickly and effec-
                       easily.                                              tively? I will show you
                                                                            how to do this. you can
                                                                            build your own digi-
                       How compost is                                       compost which can talk
                                                                            to you and speak what
                       made?                                                is happening inside. this
                        Compost is made by billions of microbes (fungi,     involves simple steps
                       bacteria, etc.) that digest garden and kitchen       to do and you need
                       wastes that you provide them. If the pile is cool    some things for this.
                       enough, worms, insects and their relatives will      in next chapter we will
                       help out the microbes. However, like people,         discuss what things are
                       these living things need air, water and food. If     required.
                       you maintain your pile to provide for their needs,
                       they’ll happily turn your garden and kitchen
                       wastes into compost much more quickly.
What do you need?                                                         Getting started with
                                                                                Arduino
                    ARDUINO BOARD           BREADBOARD
                                                                     Arduino is
                                                                     a microcontroller
                                                                     a device which
                                                                     connects your computer
                                                                     to the outer world. we
                                                                     can create a programme
                                                                     on computer using the
                                                                     arduino programming
                                                                     language.
                       USB CORD                 COMPUTER




                                                                                        get ar-
                                                                           whe re can I
                                                                                         nd how
                                                                          duino board a
                                                                                         ino pro-
                                                                          can i u se ardu age?
                      Moisture Sensor           TEMPERATURE SENSOR                     langu
                                                      LM-35                gra mming




                                        WIRES
Following are the steps to connect ar-
Connecting Arduino to
                        duino board to computer:-
                         1. Get an Arduino board and cable          Arduino work space look like this :-
                         2. Download the Arduino environment
   your computer
                         3. Install the USB drivers
                         4. Connect the board

                        After you have connected the board go to
                        the arduino folders and double click ar-
                        duino.                                         //Write your code here




                                                         USB plug




              Arduino board
Connecting temperature
                                                         Assembling:
                                                         This is a quick and simple step. Just connect the 5V out-
                                     Temperature
                                                         put from arduino to the 1st pin of the sensor, ground the
                                     sensor LM35
                                                         3rd pin and the 2nd one, you connect to the 0 Analog
        sensor

                                                         Input.

                                                                      5V (+Vs )

                                                                0 Anal input(Vout)

                                                                  Ground(Gnd)

                                 In this chapter we
                         will see how to connect
                         temperature sensor to your
                         computer using arduino
                         board.
                         This circuit will send serial
                         information about the tem-
                         perature so you can use on
                         your computer, change the
                         code as you will.
Working with both temper-
ature sensor and humidity
          sensor.
                       Moisture is an important
Moisture               factor in the process of
sensor                 composting. Ideally, your        Moisture sensor and temperature sensor are connected
                       pile should be as moist as a     to bread board. A series of wires are used to connect
                       wrung-out sponge to fit the      them to arduino.
                       needs of compost microbes.
                       This means that there is a
                       thin film of water coating ev-
                       ery particle in the pile, mak-
                       ing it very easy for microbes
                       to disperse themselves

                       To detect moisture content in
                       daily dump, moisture sensor
                       is used. It is a small device
                       having two electrodes. Con-
  0 Anal input(Vout)   nect one to 0 analog input       Yellow green and red wires are connecting temperature
                       and other to ground as           sensor to 5V output, 0 Analog Input and to the ground
    Ground(Gnd)        shown in figure.
                                                        respectively. Blue and black wires are connecting
                                                        moisture sensor to ground and 0 analog input.
Effect of temperature and




                                                           Placing sensors inside
moisture content on com-
posting




                                                                  Dump.
•   Temp is the key parameter determining success of
    composting

•   Heat production depends on
    size of pile                                                                    Once your whole cir-
    its moisture content                                                            cuit is completed next
    Aeration                                                                        step is to place the sen-
    C/N ratio                                                                       sors inside daily dump.
                                                                                    Open the lid and in-
•   40 to 50 degrees is considered ideal for composting.                            sert bread board with
                                                                                    moisture sensor and
•   Temp is directly proportinal to composting .                                    temperature sensor
                                                                                     attached into it.
•   Drier compost mixture tend to heat up and cool off
    more quickly than wetter mixtures

•   There should not be too much or too less moisture in
    the pile.
Here is your daily dump
of type khamba. It has
three units.Temperature
and moisture content
also depends on several
other factors like weath-
er, aeration and Carbon
nitrogen ratio.Also it
varies according to time.

To check whats happen-
ing inside daily dump
you have to keep two
sensors inside the pile.    Open the top lid of dump.
                            Here in this picture the pile inside the dump looks dry.
                            Temperature and moisture content may rise or fall after
                            sometime
Write the following code in arduino work-
                                                         space:-
                                                         /*
                                                         An open-source LM35DZ Temperature Sensor for Arduino.
                                                         This project will be enhanced on a regular basis
                                                         (cc) by Daniel Spillere Andrade , http://www.danielandrade.net
                                                         http://creativecommons.org/license/cc-gpl
                                                         */

                                                         int pin = 5; // analog pin
                                                         int putPin = 3; // humidity
                                                         int tempc = 0,tempf=0; // temperature variables
Keep bread board inside the container of he daily dump   int samples[8]; // variables to make a better precision
                                                         int maxi = -100,mini = 100; // to start max/min temperature
Connect the arduino board with your computer.            int i;

                                                         float humi = 0;
                                                         float prehum = 0;
                                                         float humconst = 0;
                                                         float truehum = 0;
                                                         float pretruehum = 0;
                                                         long pretruehumconst = 0;
                                                         long valb = 0;

                                                         void setup()
                                                         {
                                                          Serial.begin(9600); // start serial communication
                                                         }
                                                         void loop()
{                                                          Serial.print(maxi,DEC);
                                                           Serial.print(“Max”);
                                                           Serial.print(mini,DEC);
for(i = 0;i<=7;i++){ // gets 8 samples of temperature      Serial.println(“Min”);
                                                           Serial.print (“Humidity: “);
samples[i] = ( 5 * analogRead(pin) * 100) / 1024;          Serial.print ((long)truehum);
 tempc = tempc + samples[i];                               Serial.println (“% “);
 delay(10000);
}                                                          tempc = 0;

tempc = tempc/8; // better precision                       delay(10000); // delay before loop
//tempf = (tempc * 9)/ 5 + 32; // converts to fahrenheit   }

if(tempc > maxi) {maxi = tempc;} // set max temperature
if(tempc < mini) {mini = tempc;} // set min temperature    Click on Upload the I/O board.
valb = analogRead(putPin); // humidity calculation
prehum = (valb/5);                                         All the readings will be displyed on console as
humconst = (0.16/0.0062);                                  shown.
humi = prehum - humconst;
pretruehumconst = 0.00216*tempc;
pretruehum = 1.0546-pretruehumconst;                       screen will show temp and moisture of compost
truehum = humi/pretruehum ;                                after every twenty minutes.
delay(10000);


Serial.print(tempc,DEC);
Serial.print(“ Celsius, “);
Temperature and humidity readings are shown on con-
             sole of arduino workspace

More Related Content

Recently uploaded

SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 

Recently uploaded (20)

SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 

Featured

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by HubspotMarius Sescu
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTExpeed Software
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsPixeldarts
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthThinkNow
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfmarketingartwork
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024Neil Kimberley
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)contently
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
 

Featured (20)

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPT
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage Engineerings
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 

Interacting with Daily Dump using Sensors

  • 2. PREFACE CONTENTS This book is about interaction- Interaction with compost, with the help of different Tools of tech- nology. It is intended as an aid to teaching for Know 1 ur daily dump 1-2 beginners. Simple steps are shown along with 2 photographs. What do you need? 3-4 Getting 3 started with arduino 5-6 4 Connecting temp sensor. 7-8 2
  • 3. 5 Effect of temperature and moisture on com- post activity 1-2 6 Connecting tempera- ture sensor 3-4 7 Working with both- temperature sensor and humidity sensor. 5-6 8 Connecting Compost to your 7-8
  • 4. Know your daily Dump hello friends, Many things happens I am daily dump inside me I am used to manage while composting. your medium vol- While composting my umes of kitchen and Temp, moisture, Ph garden waste without value changes. This has taking much space an effect on compost in your home. This activity but you cannot happens because of a observe these changes. process called do you want to know composting. I con- these changes and man- vert organic home age your home waste waste into compost Quickly and effec- easily. tively? I will show you how to do this. you can build your own digi- How compost is compost which can talk to you and speak what made? is happening inside. this Compost is made by billions of microbes (fungi, involves simple steps bacteria, etc.) that digest garden and kitchen to do and you need wastes that you provide them. If the pile is cool some things for this. enough, worms, insects and their relatives will in next chapter we will help out the microbes. However, like people, discuss what things are these living things need air, water and food. If required. you maintain your pile to provide for their needs, they’ll happily turn your garden and kitchen wastes into compost much more quickly.
  • 5. What do you need? Getting started with Arduino ARDUINO BOARD BREADBOARD Arduino is a microcontroller a device which connects your computer to the outer world. we can create a programme on computer using the arduino programming language. USB CORD COMPUTER get ar- whe re can I nd how duino board a ino pro- can i u se ardu age? Moisture Sensor TEMPERATURE SENSOR langu LM-35 gra mming WIRES
  • 6. Following are the steps to connect ar- Connecting Arduino to duino board to computer:- 1. Get an Arduino board and cable Arduino work space look like this :- 2. Download the Arduino environment your computer 3. Install the USB drivers 4. Connect the board After you have connected the board go to the arduino folders and double click ar- duino. //Write your code here USB plug Arduino board
  • 7. Connecting temperature Assembling: This is a quick and simple step. Just connect the 5V out- Temperature put from arduino to the 1st pin of the sensor, ground the sensor LM35 3rd pin and the 2nd one, you connect to the 0 Analog sensor Input. 5V (+Vs ) 0 Anal input(Vout) Ground(Gnd) In this chapter we will see how to connect temperature sensor to your computer using arduino board. This circuit will send serial information about the tem- perature so you can use on your computer, change the code as you will.
  • 8. Working with both temper- ature sensor and humidity sensor. Moisture is an important Moisture factor in the process of sensor composting. Ideally, your Moisture sensor and temperature sensor are connected pile should be as moist as a to bread board. A series of wires are used to connect wrung-out sponge to fit the them to arduino. needs of compost microbes. This means that there is a thin film of water coating ev- ery particle in the pile, mak- ing it very easy for microbes to disperse themselves To detect moisture content in daily dump, moisture sensor is used. It is a small device having two electrodes. Con- 0 Anal input(Vout) nect one to 0 analog input Yellow green and red wires are connecting temperature and other to ground as sensor to 5V output, 0 Analog Input and to the ground Ground(Gnd) shown in figure. respectively. Blue and black wires are connecting moisture sensor to ground and 0 analog input.
  • 9. Effect of temperature and Placing sensors inside moisture content on com- posting Dump. • Temp is the key parameter determining success of composting • Heat production depends on size of pile Once your whole cir- its moisture content cuit is completed next Aeration step is to place the sen- C/N ratio sors inside daily dump. Open the lid and in- • 40 to 50 degrees is considered ideal for composting. sert bread board with moisture sensor and • Temp is directly proportinal to composting . temperature sensor attached into it. • Drier compost mixture tend to heat up and cool off more quickly than wetter mixtures • There should not be too much or too less moisture in the pile.
  • 10. Here is your daily dump of type khamba. It has three units.Temperature and moisture content also depends on several other factors like weath- er, aeration and Carbon nitrogen ratio.Also it varies according to time. To check whats happen- ing inside daily dump you have to keep two sensors inside the pile. Open the top lid of dump. Here in this picture the pile inside the dump looks dry. Temperature and moisture content may rise or fall after sometime
  • 11. Write the following code in arduino work- space:- /* An open-source LM35DZ Temperature Sensor for Arduino. This project will be enhanced on a regular basis (cc) by Daniel Spillere Andrade , http://www.danielandrade.net http://creativecommons.org/license/cc-gpl */ int pin = 5; // analog pin int putPin = 3; // humidity int tempc = 0,tempf=0; // temperature variables Keep bread board inside the container of he daily dump int samples[8]; // variables to make a better precision int maxi = -100,mini = 100; // to start max/min temperature Connect the arduino board with your computer. int i; float humi = 0; float prehum = 0; float humconst = 0; float truehum = 0; float pretruehum = 0; long pretruehumconst = 0; long valb = 0; void setup() { Serial.begin(9600); // start serial communication } void loop()
  • 12. { Serial.print(maxi,DEC); Serial.print(“Max”); Serial.print(mini,DEC); for(i = 0;i<=7;i++){ // gets 8 samples of temperature Serial.println(“Min”); Serial.print (“Humidity: “); samples[i] = ( 5 * analogRead(pin) * 100) / 1024; Serial.print ((long)truehum); tempc = tempc + samples[i]; Serial.println (“% “); delay(10000); } tempc = 0; tempc = tempc/8; // better precision delay(10000); // delay before loop //tempf = (tempc * 9)/ 5 + 32; // converts to fahrenheit } if(tempc > maxi) {maxi = tempc;} // set max temperature if(tempc < mini) {mini = tempc;} // set min temperature Click on Upload the I/O board. valb = analogRead(putPin); // humidity calculation prehum = (valb/5); All the readings will be displyed on console as humconst = (0.16/0.0062); shown. humi = prehum - humconst; pretruehumconst = 0.00216*tempc; pretruehum = 1.0546-pretruehumconst; screen will show temp and moisture of compost truehum = humi/pretruehum ; after every twenty minutes. delay(10000); Serial.print(tempc,DEC); Serial.print(“ Celsius, “);
  • 13. Temperature and humidity readings are shown on con- sole of arduino workspace