Absolutely. For Torunbaeta.in, I’d make it more like an educational blog than a teacher’s class note—student-friendly, informative, and useful for anyone learning ATL.
Engineering Design Process: From a Problem to a Working Solution
Engineering is not just about building machines, robots, or circuits. At its core, engineering is about solving problems.
In today’s rapidly changing world, students are not only expected to learn existing technologies but also to understand how technology can be used to solve real-life problems. This is exactly where the Engineering Design Process (EDP) becomes important.
As part of the Atal Tinkering Lab (ATL) learning journey, students can learn how to observe problems around them, think of creative solutions, build prototypes, test their ideas, and improve them.
What is the Engineering Design Process?
The Engineering Design Process is a structured approach used by engineers, innovators, and inventors to develop solutions to real-world problems.
In simple words:
Find a problem → Think of solutions → Design → Build → Test → Improve
Unlike simply following instructions to build something, the engineering design process encourages students to think, experiment, make mistakes, learn from them, and try again.
A simple representation is:
PROBLEM → IDEATE → DESIGN → BUILD → TEST → IMPROVE
The process is not necessarily linear. Engineers often go back to an earlier stage when they discover a new problem.
1. Identify the Problem 🔍
Every engineering project begins with a problem.
Before thinking about Arduino, sensors, motors, or coding, students should first ask:
- What problem are we trying to solve?
- Who is facing this problem?
- Why does the problem occur?
- How frequently does it occur?
- What would make the situation better?
Example
Imagine that students notice that classroom lights and fans are sometimes left running when nobody is inside the classroom.
The problem can be stated as:
“Electricity is being wasted because electrical appliances remain switched on when the classroom is empty.”
This is much better than starting with:
“Let’s make an Arduino project.”
The first approach starts with a problem, while the second starts with a technology.
💡 ATL Mindset
Don’t start by asking, “What can I make?”
Start by asking:
“What problem can I solve?”
2. Ideate – Think of Possible Solutions 💡
Once the problem is identified, the next step is ideation.
Ideation means generating different possible ideas instead of immediately selecting the first solution that comes to mind.
For the classroom electricity problem, students might suggest:
- Motion sensors
- PIR sensors
- Automatic timers
- Smart switches
- Mobile-controlled appliances
- Occupancy detection systems
At this stage, students should be encouraged to think freely.
There is no need to immediately ask:
“Will it work?”
Instead, first ask:
“What are the possible ways to solve this problem?”
This encourages creativity and innovation.
3. Design ✏️
After generating several ideas, students select a suitable solution and create a design.
Design means planning how the solution will actually work.
Students can prepare:
- Circuit diagrams
- Flowcharts
- Block diagrams
- Rough sketches
- Component lists
- Algorithm or program logic
- Product drawings
Example
For an automatic classroom light system:
PIR Sensor → Arduino → Relay → Light
The basic idea is:
- The PIR sensor detects movement.
- Arduino receives the sensor signal.
- Arduino processes the information.
- The relay controls the electrical load.
- The light turns ON when required.
At this stage, students are converting their idea into a practical plan.
4. Build a Prototype 🛠️
Now comes the exciting part—building.
Students convert their design into a physical model or prototype.
A prototype is an early version of a product or solution that can be used to test the idea.
For example, instead of immediately installing a smart lighting system in an entire school, students could create a small prototype using:
- Arduino
- PIR sensor
- LED
- Resistor
- Breadboard
- Jumper wires
The LED can represent the classroom light.
Why do we need a prototype?
Because an idea may look perfect on paper but behave differently in reality.
A prototype allows students to discover:
“Does my idea actually work?”
5. Test 🧪
After building the prototype, it needs to be tested.
Testing helps students determine whether the solution works according to the requirements.
Students can ask:
- Does the sensor detect movement?
- Does the LED turn ON correctly?
- Does it work every time?
- Is there any delay?
- Does it give false readings?
- Is the system safe?
- Can it be made more efficient?
Testing may reveal unexpected problems.
For example:
The PIR sensor detects movement correctly, but the light remains ON for too long.
This is not necessarily a failure.
It is information that can be used to improve the design.
6. Improve and Iterate 🔄
This is one of the most important stages of the Engineering Design Process.
After testing, engineers identify weaknesses and make improvements.
The process becomes:
Build → Test → Find Problems → Modify → Test Again
For our automatic lighting system:
Problem: Light remains ON for too long.
Possible improvement: Modify the Arduino program to reduce the delay.
Then:
Modify → Test → Observe → Improve again
This cycle is called iteration.
Remember:
Failure is not the opposite of innovation. Failure is part of innovation.
A prototype that doesn’t work perfectly can still be extremely useful because it tells us what needs to be changed.
A Complete Example
Let’s take a simple ATL project idea.
💧 Problem: Water Wastage
Students notice that water is sometimes wasted because taps are left running.
Step 1 – Problem
Water is being wasted due to unnecessary flow from taps.
Step 2 – Ideate
Possible solutions:
- Automatic tap
- Water flow timer
- Hand detection system
- Water-level monitoring system
Step 3 – Design
Students select an automatic tap system.
Possible components:
- Arduino
- IR sensor
- Servo motor
- Water tap mechanism
Step 4 – Build
Students create a small working prototype.
Step 5 – Test
They place their hand near the sensor.
Sensor detects hand → Arduino processes signal → Servo moves → Water flow starts/stops
Step 6 – Improve
If the sensor doesn’t detect hands properly, students can:
- Change the sensor position
- Adjust the detection distance
- Modify the code
- Improve the mechanical design
Then they test again.
Engineering Design Process vs Normal Problem Solving
There is an important difference.
In traditional problem solving, we may simply look for the correct answer.
Engineering usually doesn’t have only one correct answer.
There can be multiple possible solutions, and engineers compare them based on different factors.
For example, an automatic dustbin could be designed using different technologies.
One solution may be:
- Cheaper
Another may be:
- More accurate
Another may be:
- More energy efficient
Another may be:
- Easier to maintain
Therefore, engineers need to consider constraints and requirements.
What are Constraints?
A constraint is a limitation that we need to consider while designing a solution.
Examples include:
- Budget
- Available components
- Size
- Weight
- Time
- Energy consumption
- Safety
- Environmental impact
For example:
“Build an automatic dustbin within ₹1,000.”
The budget becomes a constraint.
Students must find a solution that works within that limitation.
What Makes a Good Engineering Solution?
A good solution is not necessarily the most complicated one.
A good solution should ideally be:
✅ Useful
✅ Affordable
✅ Safe
✅ Reliable
✅ Efficient
✅ Easy to maintain
✅ Environmentally responsible
✅ Suitable for the people who will use it
Sometimes a simple solution can be much better than a complicated one.
Engineering Design in ATL
The Engineering Design Process fits naturally into the objectives of an Atal Tinkering Lab.
ATL encourages students to develop:
- Creativity
- Curiosity
- Problem-solving skills
- Critical thinking
- Computational thinking
- Design thinking
- Collaboration
- Experimentation
- Innovation
Students can combine technologies such as:
Electronics + Arduino + Sensors + Robotics + Coding + 3D Design + IoT + AI
But technology should be used as a tool for solving problems, not simply as something to demonstrate.
A Simple Activity for Students
🔎 “Find a Problem Around You”
Students can work in groups of 3–4.
Each group identifies three problems from areas such as:
🏫 School
🏠 Home
🌱 Environment
💧 Water
⚡ Energy
🚦 Transportation
♿ Accessibility
🤖 Automation
Then they select one problem and answer:
- What is the problem?
- Who is affected?
- Why does it happen?
- What solutions are possible?
- Which solution is best?
- What technology could be used?
- Can we build a prototype?
This activity helps students understand that innovation begins with observation.
The Most Important Lesson
The Engineering Design Process teaches students that innovation is a journey, not a single event.
A student doesn’t need to invent something completely new on the first attempt.
They need to:
Observe → Question → Imagine → Design → Build → Test → Learn → Improve
And then repeat the process.
Final Thought
“Don’t be afraid when your first prototype fails. Be curious about why it failed.”
That mindset is at the heart of engineering and innovation.
🚀 From Classroom Ideas to Real-World Innovation
The next time you see a problem around you, don’t simply complain about it.
Ask yourself:
“Can I design a solution?”
That simple question can be the beginning of your next ATL project, prototype, or innovation.
Because every great invention begins with someone noticing a problem and deciding to solve it.