Project MANAS brings you the opportunity to fast-track into the TaskPhase by competing in the Recruitment Challenges.
MIT Students only from first year are eligible to apply for the same.
Eligible students can attempt the questions belonging to any division without requiring any pre-requisites.
You are recommended to apply for the interviews, over here, regardless of your submission of the Recruitment Challenge.
The deadline for the Recruitment Challenges of all divisions is
Recruitment Challenges is one of the ways to get into the Taskphase. Alternatively, you can choose to apply directly for the interviews.
Aryan has a habit of forgetting his lab locker code. To fix this, he decides to build a secure system that only unlocks (lights up an LED) if the correct sequence of actions is followed. But Aryan being Aryan, doesn't want to use microcontrollers, latches, or flip-flops because, “real engineers don’t hide behind ICs.”
Instead, he’s decided to build a logic-lock system using pure analog timing behavior, mostly capacitors, resistors, and some clever voltage shaping. You’re going to help him build a system so fiendishly elegant that even the TAs won’t guess how it works.
Design a circuit where:
You may use basic electronic components (Op-Amps, resistors, capacitors, diodes,MOSFETs etc) No clock sources or digital memory blocks (like D flip-flops, shift registers, etc.) The system must reset if an incorrect sequence is detectedThe capacitors need to be polarized and should have high leakage current
Bonus Task (optional): Make the unlock LED stay ON for 5 seconds and then reset automatically
Shubh recently started a small rooftop garden to grow vegetables and herbs, but between college deadlines and unpredictable weather, keeping the plants alive has become a full-time job.
Taman, his lazy friend and a tinkerer in embedded systems, proposed a simple but effective solution: automate the entire process. No more forgotten watering days or overheating plants.
Together, they’ve outlined a plan for a smart agriculture assistant. Your task is to help them bring it to life using Arduino UNO R3 in a simulation software of your choice or use the one provided below:
wokwi.comYou are to build and simulate a smart plant monitoring system that performs the following tasks:
1. Soil Moisture-Controlled Irrigation
2. Temperature Monitoring with Visual Feedback
3. Day/Night Detection with a Photoresistor
If Shubh and Taman can get this working, they might finally grow something other than disappointment. Your solution could be the one that gets their garden (and their semester) back on track.
Akshat has been stuck in traffic one too many times. Instead of venting on social media, he decided to do what any normal embedded systems enthusiast would: simulate the chaos using LED (or LED strips) and an Arduino.
His goal is to build a pixel-based game where a green pixel (the player) tries to survive an endless onslaught of red pixels (oncoming cars) in a constant stream of traffic. With just three buttons and a few logic tweaks, he wants to make something fun, challenging, and impossible to play.
Your challenge is to help Akshat turn this idea into a working prototype. Submit a simulation using Arduino UNO R3 in a simulation software of your choice or use the one provided below:
wokwi.comCreate an LED-based traffic dodging game using Arduino, with the following functionality:
These values should be easy to change in code to control difficulty. Define a PIXEL_GRAVITY constant and integrate it into movement logic.
Soham has just landed an internship at SkyFleet Robotics, a cutting‑edge automation company pioneering the future of autonomous drone deliveries in smart townships. His first assignment seemed straightforward—schedule delivery flights—but it turns out to be a logistical puzzle laden with spatial and temporal complexity.
Scenario:
You will be provided with a list of house availability intervals. Each house has its own availability window for delivery. Soham needs an algorithm that completes all deliveries in the fewest flights possible, while respecting both timing and map-based constraints.
The drone can deliver to multiple houses in one flight, but with strict constraints:
Each balcony is located at the west of each house and is equipped with an AprilTag marker. The drone uses a downward facing camera to detect these markers and align for delivery. The drone should hover above the marker 2 meters and not overshoot.
Soham needs your help to build a delivery scheduler that finds the minimum number of drone flights required to complete all deliveries.
House 1 10:00 - 10:30
House 2 12:15 - 13:30
House 3 11:30 - 12:30
House 4 13:30 - 14:00
House 5 11:00 - 13:00
House 6 5:00 - 16:30
House 7 12:45 - 13:15
House 8 09:30 - 10:30
House 9 16:00 - 17:00
House 10 4:00 - 15:00
The map of the city may look like this; houses will always be arranged in a (2 x m) fashion:
1. Delivery Scheduler
Develop a Python or C-style algorithm that plans the drone delivery schedule while minimizing the number of flights. Your solution should:
2. Flight Control Strategy
Explain how the drone should maintain a stable position while delivering. Include how the sensors help the drone stabilize, hover at 2 meters above the marker, and avoid overshooting. Additionally, consider how the drone should respond to wind gusts in open rows — e.g., by positioning behind a house when anticipating a gust.
3. Sensor Suite Justification
The drone should be able to detect and avoid the air traffic caused by third party drones; it should be able to detect the balconies and drop the package accurately over the markers.
The drone should be able to detect and avoid the air traffic caused by third party drones; it should be able to detect the balconies and drop the package accurately over the markers.List and justify the essential sensors the drone must be equipped with to operate in this delivery environment. Your answer must include:
Dr. Akshat is field-testing a fleet of semi-autonomous drones in an off-grid zone where battery management is critical. The terrain is modelled as a rectangular grid and embedded within the tiles are solar-assisted wireless charging pads. These charging pads vary in strength (20 - 100), and the drone must land on one with high charging potential before nightfall cuts off visibility and power.
The drone is not allowed to probe individual tiles. Instead, it can perform statistical scans over rectangular regions. To scan an area, the drone must physically fly to the bottom-left corner of the intended rectangle and then submit the coordinates of the diagonally opposite top-right corner.
Each scan reveals the sum, median and mode of the charging values of all the tiles in the selected region.
Due to terrain constraints, the drone can only move in Fibonacci step lengths during traversal. Each movement, whether horizontal or vertical, must be composed of a sequence of step sizes from the Fibonacci series. The drone must try to minimize the total number of such Fibonacci steps used while traversing. Repetition of numbers is not allowed; your number list resets when a turn is executed.
Your task is to assist Dr. Akshat in designing a strategy to locate a tile with charging capacity greater than or equal to a given threshold T. The drone needs to only land on any one such tile. If no tile meets the criteria, the mission must be aborted.
The challenge is to minimize the number of scans required to complete the mission.
The solutions need to be submitted along with your details via email to : projectmanas.sna@gmail.com
NOTE: The submissions over mail need to be accompanied with the following details:
For any queries, please feel free to contact (Preferably Whatsapp):
Aryan Pagaria
+91 84201 49582
Akshat Kakade
+91 91759 51663
The challenges are divided into two parts, Mechanics and Design. The challenges are meant to test your innovative skills as well as your basics in Mechanical and Mathematics.
It is late afternoon on the Student Plaza. Professor Heisenberg, a world-renowned expert on drone engineering, checking out the delivery drone. Jesse another engineer is stowing a 900 g payload into the cargo bay on a quadcopter. The mission is to fly from Student Plaza to Block 16, an 800 m outbound trip and 800 m back, with a 50 m climb on take-off and a 50 m descent on landing. Upon arriving over Block 16, the drone deposits the payload and then begins the trip back.
The total loaded mass on the drone is 5.0 kg, including the payload. It has a maximum hover power capability of 120 W per propulsion unit, and the maximum power output from its batteries is 750 W(k =0.58 for Phover). Its cruise speed is 12 m/s, and it achieves this speed from a hover in 5 s. The drone has a 0.80 drag coefficient, a 0.40 m2 frontal area, a 1.225 kg/m3 air density, and a 9.81 m/s2 gravitational acceleration.
The outbound journey is exacerbated by a steady 4 m/s crosswind and a +1 m/s wind gust, but everything else is normal. The inbound journey has a 2 m/s headwind and a -1 m/s wind gust. The only tilt is to balance the aerodynamic drags during the cruise, maintain a steady height during horizontal motion, and there are no other losses besides those over and above the drags and thrust needed.
The task is to determine, for each mission segment—hover/climb, acceleration, outbound cruise, return cruise, and descent—and for each wind case :
Ethan Hunt is researching a spherical submersible for a deep-sea infiltration. The submersible, with a radius of 1.4 m and a density of 1025 kg/m3, is being tested while anchored to the seafloor by a steel cable of some length. The cable can withstand 9.4 x 10^4 N.
The submersible is initially stationary, but a sudden undersea current of *5.63 m/s* exerts a steady drag force at an angle of 22 degrees from the horizontal. The submersible's drag coefficient is 0.47, and the water density is 1030 kg/m3.
In the backyard of their suburban home, Yash and Anup are working on their latest invention, a spherical drone. In a fault scenario, it could fall directly onto a critical component protected by a specialized pedestal.
The drone is a solid sphere of a known radius. Its density is not uniform; it increases linearly from zero at its exact center to a maximum value at its surface. During this test failure, the drone is observed to be falling. At the moment it first makes contact with the pedestal, it is moving at a known downward speed.
The drone lands on a "Parabolic Damper," which has a known initial height and a known circular base radius. The damper is a solid of revolution, generated by rotating a parabola about its central vertical axis.
The damper is made of a proprietary composite with a two-stage compression behavior:
Derive a system of equations that would allow you to solve for the maximum compression distance the Parabolic Damper experiences during the impact event. Your derivation must start from first principles. You must clearly define all variables, constants, and any key modelling assumptions you make.
Preet , a mechanical engineering prodigy from MIT Manipal, returned to his village after many years. On the way, he had to cross a bridge that connects his village to nearby settlements. The bridge was badly sagged, twisted, and in such poor condition that it could collapse at any moment.
Determined to help, Preet decided to take on the challenge of designing a new bridge. The bridge must safely support at least 20 people at a time and withstand crowding at any point along its span without excessive sagging or instability.
Your task is to design the geometry of the bridge, explain your design choices, and provide a rough sketch that illustrates your proposed structure.
Our latest drone model, the “IRIS” has a critical design requirement: in the event of a crash, the battery mount must be able to protect the battery from impact. This design protects the expensive carbon fiber frame and sensitive onboard electronics from the impact forces transferred by the heavy battery.
Your task is to design this battery mounting system. The goal is not just to create a functional part, but to develop a well-reasoned design solution that balances conflicting requirements.
Design a recovery system for a fixed wing UAV which automatically activates during an engine failure/power loss without any electronics (all electronics may fail), pre- programmed landing sequence, parachutes or any stored energy springs, compressed gas) except for gravity. The design should work even if the fixed wing is upside down. The mechanism should also be reusable without any manual repairs.
Submit the design files, word docs, pictures or videos to projectmanas.mechanical@gmail.com.
NOTE: These questions can be either solved in a CAD software (Fusion 360, Solidworks, etc.) or the idea can be presented as a neat sketch explaining it in maximum details. The submissions over mail need to be accompanied with the following details:
For any queries, please feel free to contact (Preferably Whatsapp):
Bhuvan Rayani
+91 9111508999
Anup Kamath
+91 9560526170
Instructions:
To be considered for the task phase, each candidate needs to attempt the tasks specified under the categories Admin and Finance, Research and Graphic Design.
At least one of the tasks of the other categories (Video Editing and Web Development) must be attempted. These questions are an alternative method of entry into the Project MANAS taskphase, apart from the interviews.
Project MANAS is participating in the IGVC 2026 competition at Oakland University, Michigan, USA. Create a plan for the logistics and accommodations for a team of 15 people attending the competition. As part of the management subsystem, outline the logistics, including accommodation, travel and hospitality, and create a comprehensive budget plan, justifying all decisions for budget allocation. Take into consideration the most efficient and cost-effective strategies for renting and utilizing trucks in the USA for transporting competition parts, considering factors such as truck sizes, rental policies, insurance requirements, and potential logistical challenges.
NOTE: You have been provided with all the details 6 months before the trip .
Project MANAS requires 8 motors fulfilling the following specifications for the drone:
You have to do at least one of the two tasks mentioned below:
Design an Instagram carousel post (4–8 slides) in the aesthetic of Minecraft, themed around: “How to Survive Your First Year in College - Minecraft Edition” Be creative and visually immersive, the post should feel like a crossover between real-life college advice and in-game Minecraft visuals.
Each slide must include:
Use photo-editing or vector tools to bring in real screenshots, manipulated textures, or create original Minecraft-style illustrations.
Option B (Alternate):
Design a visually engaging travel dump Instagram post that captures the essence of a recent trip while showcasing your photo editing and graphic design skills. The post should consist of 4 to 8 slides, each creatively enhanced with design elements, overlays, filters, and visual storytelling.
You are recommended to use Adobe Illustrator, Adobe Photoshop and Figma to complete the task. If you choose to use any other software, mention its name in your submission.
Installing Illustrator(For Windows users):The video should:
For Windows:
1. Premiere Pro
https://getintopc.com/softwares/video-editing/
adobe-premiere-pro-2022-free-setup-download/
2. DaVinci Resolve
https://www.blackmagicdesign.com/products/
davinciresolve
For Mac:
1. Premiere Pro
https://www.torrentmac.net/final-cut-pro-10-6-1/
2. Final Cut Pro
https://www.torrentmac.net/adobe-premiere-pro-2021-v15-4-1/
2. DaVinci Resolve
https://www.blackmagicdesign.com/products/
davinciresolve
NOTE: Upload a drive link consisting of all your previous work related to Video Editing (if any). If you use any other software, mention its name in your submission.
Create a clean, responsive homepage for a fictional restaurant named Little Lemons using HTML and CSS. JavaScript for small interactions is optional.
A single-page website (or starter template) meeting the requirements above. Include any images in the images/
folder and a separate style.css
file.
Email your answers and videos to projectmanas.management@gmail.com.
NOTE: The submissions over mail need to be accompanied with the following details:
For any queries, please feel free to contact (Preferably Whatsapp):
Bedobrata Saikia
+91 93878 61692
Samya Kalsi
+91 73473 85285