Autofarmer.

Slides:



Advertisements
Similar presentations
AUTOMATIC PLANT WATERING SYSTEM CREATED BY: KOOSHA DANESHI, CHAO JIANG, ALASTAIR FRASER.
Advertisements

Embedded Programming and Robotics
BAE SYSTEMS PROPRIETARY – Internal Use Only Unpublished Work Copyright 2014 BAE Systems. All rights reserved. BAE Systems C2C SWAT Project Tutorial 1,
Vex 1.0 © 2005 Carnegie Mellon Robotics Academy Inc. Touch Sensor This lesson will explain how to hook a standard micro switch into the Vex system to function.
Embedded Programming and Robotics
Robots and electric eels Electricity. 2 A forest.
Doc. Ver. : V1.10 Feb., R&D Center Union Community Co., Ltd. Doc. Ver. : V1.10 Feb., R&D Center Union Community Co., Ltd. Installation &
CPU Speaker Monitor Printer Touch pad Scanner Key Board Mouse Microphone.
BAE SYSTEMS PROPRIETARY – Internal Use Only Unpublished Work Copyright 2014 BAE Systems. All rights reserved. BAE Systems C2C SWAT Project - WF32 Shield.
Power Source? Conducting Path? Load? Switch?. Review Question 1 Which part of the 4 parts of a circuit is the Black Button on the EV3 Brick? A) Power.
Simple Circuits & the Transfer of Electrical Energy
MAKE: AN ELECTRONICS WORKSHOP
Overview: This lesson explores the NXT from an electrical circuit perspective. It is intended to follow the "Circuits and Switches" lesson. Objectives:
Oisture Tester The Circuit &Components. Objectives Understand the purpose of Resistors Understand Resistor Colour Code Understand how a Transistor works.
Gsm Modems Based Irrigation Water Pump Controller for Illiterates
Technical English Unit 45: Circuits and components Dr. Basil Hamed Technical English Islamic University of Gaza April, 2016.
Electricity and Circuits I can describe an electrical circuit as a continuous loop of conducting materials. I can combine simple components in a series.
Electric Wiring Conductor A material that allows electricity to move readily and offers low resistance Example: copper, aluminum and water.
It is an electronic switch that enables us to control a circuit by simply touching, and the switch automatically turns off a short time later.As.
Having fun with code, using Arduino in a middle school CS classroom
Arduino - Introduction
Fabric Art with Lights Workshop!
The EV3 Electronics Circuit
Raspberry pi controlled greenhouse
Unit 45: Circuits and components Dr
Circuits and components Chapter 45
TOUCH CONTROLLED LOAD SWITCH
TOUCH SWITCH FOR SHORT DURATION LOAD
Unit 45: Circuits and components Dr
Introduction to Handshaking Communication with SSC-32U
Using the BBC micro:bit to Create a Flood Warning System
Name Of The College & Dept
Circuits.
Instructor Resources.
Control Systems An Overview Computer Integrated Manufacturing
Raspberry Pi: External Inputs & Outputs
Input-Output-Process Demo
AQA GCSE Physics Required Practicals – Integrated Instructions – First set – v0.1 – 24/2/19 © David Paterson, 2019 Shared under a Creative Commons “Attribution-NonCommercial-ShareAlike”
Unit 45: Circuits and components Dr
Task 1 You are going to use the Makey Makey arrow inputs to create a joystick / games controller. Step 1: Connect Makey.
Design Challenge.
Instructor Resources.
Light-up fishing nets.
Oil Spill Cleaner-upper
Design Challenge.
Autofarmer.
Sea Turtle Safe Beach Lights
Ocean health monitor.
Anti-poaching collar.
Design Challenge.
Tree protector.
Ocean health monitor.
Ocean health monitor.
Oil Spill Cleaner-upper
Autofarmer.
Ocean health monitor.
Sea Turtle Safe Beach Lights
Tree protector.
Ocean health monitor.
Oil Spill Cleaner-upper
Ocean health monitor.
Autofarmer.
Autofarmer.
Autofarmer.
A modular robot for use in the RoboSumo lab
Tree protector.
Light-up fishing nets.
Oil Spill Cleaner-upper
Sea Turtle Safe Beach Lights
Tree protector.
Presentation transcript:

Autofarmer

Global goals

Setting the scene A group of farmers have asked you to develop a prototype device that can monitor the conditions of soil in remote areas and automatically turn on irrigation pumps and grow lights set up to help plants grow in poor conditions.

Success criteria Design and build a prototype that uses a light sensor to turn on a grow light when the light level drops below a certain level The prototype should also use a moisture sensor to turn on irrigation pumps when the soil is dry The prototype needs to have a ‘kill switch’ to turn off the lights and pumps

(controllable switch) Irrigation pump Electricity Moisture sensor Relay (controllable switch) Signal The relay turns the power to the irrigation pump and grow lights on and off The relay is controlled by the micro:bit For our prototype the power for the relay will come from the micro:bit LED grow light

Input process output Input Process Output Light intensity If light intensity drops below 45 Turn on relay 1 Moisture reading If moisture reading drops below Turn on relay 2 Kill switch (button) Turn off both outputs

Hardware needed: A moisture sensor (you can make your own!) A micro:bit A breakout board A 3v dual relay Header wires (male and female) Power for the micro:bit (USB or battery)

The prototype The moisture sensor gives us a value between 0 (dry) and 1023 (very wet) Power to grow irrigation pump Power to grow lights The 3v relay is controlled by the micro:bit and can switch the power to the lights and pumps on and off The breakout board lets us attach header wires to the pins which connect the relay and moisture sensor

The relay On the relay On the micro:bit (breakout pins) GND 0V (ground) IN1 Pin 12 (P12) IN2 Pin 16 (P16) VCC 3v (power) Please note: Some relays are ‘active low’ which means they are ‘off’ when set to 1 and ‘on’ when set to 0 (in MakeCode/Python). This may seem odd as 0 usually means off and 1 usually means on.

Water in soil conducts electricity! Moisture sensor 3v PIN 16 You can use a pre-made moisture sensor or you can make your own! To make a moisture sensor all you need is 2 nails or anything that conducts electricity (paper clips!). Place them about 2 cm apart in the soil. Attach the 3v wire to one and the PIN 16 wire to the other. The water in the soil also conducts electricity and so the micro:bit can sense how much electricity is passing between the nails (conductors). If it senses nothing then the soil must be very dry! 2cm Water in soil conducts electricity!

Breakout board On the relay On the micro:bit (breakout pins) GND 0V (ground) IN1 Pin 12 (P12) IN2 Pin 16 (P16) VCC 3v (power)

Header cables You get both male and female headers, usually with both ends the same so you have to use two to join a male to a female Header cables come in lots of colours. They can be fiddly to use! Sometimes you may need to improvise to secure the pins in holes! Metal needs to touch metal to conduct electricity

Group task: Get into pairs/groups Use the Auto-farmer worksheet to help you design and create your product The product must meet the success criteria Use the IPO (input-process-output) worksheet to design further features Make a prototype to test your product

Success criteria Design and build a prototype that uses a light sensor to turn on a grow light when the light level drops below a certain level The prototype should also use a moisture sensor to turn on irrigation pumps when the soil is dry The prototype needs to have a ‘kill switch’ to turn off the lights and pumps

Licensing information Published by the Micro:bit Educational Foundation microbit.org under the following Creative Commons licence: Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) https://creativecommons.org/licenses/by-nc-sa/4.0/ https://microbit.org/do-your-bit/