Mada za sehemu hiiDemonstrate understanding of Automated and Emerging technologies [Automated systems, Artificial Intelligence, Machine learning, 3D and holographic imaging, Virtual Reality (VR), Augmented Reality (AR), etc.]Mada 6
- Demonstrate basic understanding of automated system and how sensors, microprocessors and actuators can be used in collaboration to create automated systems
- Describe the advantages and disadvantages of an automated system used for various scenario (agriculture, Industry, transport, weather, etc)
- Create simple automated system for specific challenge in surrounding environment
- Describe the concept of emerging technologies (Meaning, types, importance, advantages and disadvantages, and their impacts in everyday life)
- Demonstrate practical understanding of building blocks and components of artificial intelligence: basics algorithms, machine learning, and neural networks
- Demonstrate practical understanding of impacts of emerging technologies in everyday life
An automated system is an arrangement where sensors, microprocessors (controllers), and actuators work together to perform tasks automatically with minimal human intervention. These three components form a continuous cycle of sensing the environment, processing the information, and taking action.
An automated system uses technology—machines, sensors, and control software—to perform tasks with little or no human assistance. Unlike manual operations where humans do everything, or mechanized operations where machines assist but humans remain in control, automation allows the system to run once it has been set up.
Simple comparison:
- Manual: A person lifts water from a well using a bucket.
- Mechanized: A windlass with a pulley assists, but a person controls it.
- Automated: An automatic irrigation system turns a water pump on when soil is dry and off when wet—without the farmer needing to check manually.

Every automated system has three main parts that work together:
1. Sensors (Input)
Sensors detect changes in the environment and collect data. They convert physical quantities (like temperature, light, moisture, motion) into electrical signals that the controller can process.
Examples:
- Temperature sensor (thermistor) measures heat
- Light-dependent resistor (LDR) measures light intensity
- Soil moisture sensor measures water content
- Motion sensor (infrared) detects movement
2. Microprocessor/Controller (Processing)
The microprocessor acts as the "brain" of the system. It reads sensor signals, compares them with programmed rules or setpoints (desired values), processes the logic, and sends output signals to actuators.
Examples:
- Arduino microcontroller
- BBC micro:bit
- PLC (Programmable Logic Controller)
- Thermostat control unit
3. Actuators (Output)
Actuators convert the controller's electrical signals into physical actions—movement, heat, light, sound, or flow.
Examples:
- LED or light bulb
- Electric motor (fan, pump)
- Heater element
- Valve (to control water flow)
- Buzzer or alarm
The operation follows a continuous cycle:
- Sensing: The sensor detects a condition (e.g., soil is dry).
- Processing: The controller receives the signal, compares it to a threshold (e.g., moisture < 500), and decides what action to take.
- Acting: The controller sends a signal to the actuator (e.g., turn on the water pump).
- Feedback: The sensor measures again, and the cycle repeats until the desired condition is reached.
Consider a small greenhouse where automated irrigation is installed:
- Sensor: Soil moisture sensor placed in the ground
- Controller: A microcontroller (like Arduino)
- Actuator: Water pump
How it works:
- The soil moisture sensor continuously measures water content in the soil.
- When moisture falls below a set threshold (e.g., the soil becomes dry), the sensor sends this data to the microcontroller.
- The microcontroller compares the reading to the programmed value. If moisture < threshold, it decides: "Turn pump ON."
- The microcontroller sends a signal to the relay, which activates the water pump.
- Water flows into the greenhouse, moistening the soil.
- Once the soil moisture rises above the threshold, the microcontroller turns the pump OFF.
This is a closed-loop system because the sensor provides feedback—after the pump runs, the sensor measures again to check if more water is needed. The system keeps checking and correcting itself.
| Feature | Open-Loop System | Closed-Loop System |
|---|---|---|
| Feedback | No feedback—runs without checking result | Uses feedback to monitor output |
| Accuracy | Less accurate; cannot correct errors | More accurate; self-correcting |
| Example | Electric kettle that turns off after set time (regardless of whether water boiled) | Thermostat-controlled heater that turns off when room reaches set temperature |
A feedback loop is essential for accuracy. It works as follows:
- Setpoint: The desired value (e.g., 25°C room temperature)
- Sensor: Measures actual value (e.g., current temperature is 20°C)
- Error calculation: Controller finds the difference (20 - 25 = -5)
- Controller action: Decides to turn heater ON
- Actuator: Produces heat
- Feedback: Sensor measures again; cycle repeats until temperature = 25°C
- Identify the problem: What need can automation address? (e.g., lights left on waste electricity)
- Define the goal: What should the system achieve? (e.g., turn lights ON when dark, OFF when bright)
- Choose components: Select appropriate sensor, controller, and actuator
- Draw a block diagram: Show the flow—Sensor → Controller → Actuator
- Write the logic: Create pseudocode or flowchart (e.g., "If light < 50, LED ON")
- Build and test: Use simulators (MakeCode, Wokwi, Tinkercad) or hardware
Components:
- Sensor: Photoresistor (LDR) measuring ambient light
- Controller: BBC micro:bit
- Actuator: LED (representing the light)
Pseudocode:
START
Read light level from sensor
IF light level < 50 THEN
Turn LED ON
ELSE
Turn LED OFF
Repeat forever
END
When tested in the simulator:
- Cover the sensor (dark) → LED turns ON
- Shine light on sensor (bright) → LED turns OFF
This demonstrates how the three components collaborate to create an automated system that responds to environmental changes without human intervention.
In Tanzania, small-scale tomato farmers in places like Morogoro can use simple automated irrigation systems. A soil moisture sensor connected to an Arduino or micro:bit detects when the soil becomes dry, then activates a water pump through a relay to irrigate the greenhouse automatically. This saves labor, ensures crops receive water consistently, and reduces water waste—helping farmers increase yields while managing scarce resources efficiently during dry seasons.
Swali
Which three components work together in an automated system to perform tasks with minimal human intervention?
Ingia ili kuwasilisha jibu lako na lihesabiwe katika umahiri wako.
Ingia ili kufanya mazoeziMwalimu
Umekwama? Niulize chochote kuhusu mada hii.
Ingia ili kumuuliza Mwalimu wa AI wa Sonza kuhusu swali hili.
Ingia ili kuuliza