COURSE
3 Levels · 3 Months
An introduction to Aviation.
Understand the working of a 3D printer, check out the online resources. Understand what's an STL file, and then learn to slice it (using ultimaker or creality slicer).Go through the SOP'S regarding the 3d printer. Learn about bed temperature, infill density and other printer settings. Finally get an STL file from the internet, and slice it and put it for print.
Resources:
(Note this task is to be done under coordinator supervision.)
Learn what an API is and how it works through this video. Using any API of your choice, build a user interface (web app, mobile app, etc.) to make calls and display information. An example weather app using the Open Weather API is provided below.
Resources:
Familiarize yourself with GitHub integrated workflows such as GitHub Actions, Issues, and pull requests. Visit the provided git repository and perform the tasks stated in the README file.
Check this link for more info:
Get familiar with the command line on Ubuntu by completing the following subtasks:
test
.cd
into that folder.Resources:
Create a Kaggle account, participate in the Titanic ML competition, and familiarize yourself with how the Kaggle platform works. The competition involves using machine learning to predict which passengers survived the Titanic shipwreck.
Resources:
Using Pandas and Matplotlib, and a dataset of your choice, plot a line graph, bar graph, and scatter plot.
Reference:
Create a website to showcase your portfolio, including information about yourself, interests, projects, and social media profiles. Ensure the site is responsive and pushed to a git repository. Use any CSS framework of your choice.
Markdown is a markup language used to format plain text. Write a technical resource article on a particular use case or application of UAVs. This article will help you gain technical knowledge and create a framework for future projects.
Create a Tinkercad account and familiarize yourself with the application. Simulate a simple circuit using an ultrasonic sensor to estimate the distance between an obstacle and the sensor, and display the results on the serial monitor. Create a radar system using an ultrasonic sensor and servo motor to detect objects within a certain range.
Resource:
Task Outcomes:
Explore techniques for controlling DC motors using the L298N motor driver and Arduino board. Control the speed of a 5V DC motor with an Arduino UNO and H-Bridge L298N motor driver. Simulate this on Tinkercad and then perform it on hardware. Record videos of the process.
Reference:
Learn how to use an ESP32 to create a standalone web server that controls an LED connected to the ESP32 GPIOs. Use the Arduino IDE to code and upload the program to the ESP32.
Reference:
Learn about soldering equipment such as solder, soldering iron, soldering wick, and flux. Perform basic soldering on a perf board, such as a simple LED circuit, under the supervision of a coordinator.
Reference:
Design a 555 astable multivibrator with a duty cycle of 60%. Assemble the circuit on a breadboard and observe the output on a Digital Storage Oscilloscope (DSO).
Resource:
For 4 cases involving door lock/open and key pressed/not pressed, determine the Karnaugh map and create a burglar alarm using simple logic circuits. Use push buttons for the door and key, and design the circuit based on the K-map.
Participate in any technical event, inter-college or intra-college, and submit the issued certificate of participation. Enroll in and complete a MOOC course.
Study the datasheet of either the MQ135 gas sensor or the L293D motor driver and write a report. For the L293D, include details about the ICs used, PWM, and H-bridge. For the MQ135, include calibrations for different gases and the Freundlich Absorption Theorem Graph.
Familiarise yourself with what Virtual Reality is. Make a detailed study about what's the difference between VR and AR. Mention about the trends in the space and technology stack being developed. Make about Indian companies in this space. Make the report with detail. Using generative AI to generate this study can lead to disqualification.
Determine your batch with the coordinator and attend an introductory offline session on the available VR headset in lab i.e, HP Reverb G2. Familiarize yourself with sketching in 3D with gravity sketch. Use the tutorial menu to design a bike with a mannequin positioned on it. The candidate is expected to learn about using all the tools in the environment which include using various brush strokes, line tool, curve tool, shapes, mirroring, manipulating and resizing objects, changing sketching hands on the controller and using the align tool.
Explore the theory of aviation and different types of planes through hands-on models and a visit to the aviation department. Gain a brief understanding of the history of aviation and the pioneers of the field.
Resource Link:
Expected Outcomes:
Gain hands-on experience with fundamental drone maneuvers and understand the importance of maintaining line of sight while operating a UAV. Use a simulator to observe drone speed, range, and the rotation of axes, and tackle various flying challenges.
Software:
Hardware:
Expected Outcomes:
Design an airfoil with NACA 4412 coordinates in Fusion 360. Use the DAT to spline converter or canvas tool to sketch the airfoil. Understand terms such as angle of attack, camber line, chord line, and leading edge. Design two versions: one using a wood environment and another using composites. The wing should generate at least 5 newtons of lift at a wind speed of 25 m/s.
Resource Links:
Prerequisite: Autodesk Student License 3c214153)
With the help of a coordinator, fly the Airblock drone. This will be a super fun experience. Fly safely and take care of the surroundings.
Expected Outcome:
Takeaways:
Resources:
Using a UAV, connect the mission planner and FC either by telemetry or wired. Now set up and configure the UAV based on its physical features and sensors. Put a geofence around UVCE so it doesn't go outside and plan a small autonomous flight with the coordinator.
Expected Outcomes:
Takeaways:
Resources:
Design a propeller blade to generate a lift of around 9 newtons. Design both clockwise and counterclockwise blades. Be mindful of the leading and trailing edges on the blades. Run a simulation on CFD to generate a detailed report.
Expected Outcomes:
Takeaways:
Resources:
Write about different materials to assemble a drone with an empty weight of 800g. State the reasons behind material selection and endurance. Calculate the thrust, battery, ESC, and other materials needed for the drone.
Expected Outcomes:
Takeaways:
Resources:
Learn about ICAO, SARPS, QCI, BIS, stakeholders, and their basic laws. Review the AIP.
Resources:
Expected Outcomes:
Takeaways:
Quiz:
Choose a real-world application of a drone, design the drone, and simulate it in MATLAB.
Expected Outcomes:
Takeaways:
Resources:
Design a leg for a quadcopter frame using the dimensions of the standard T50 frame design for quadcopters. Utilize the generative design tools in Fusion 360 to complete this task with a focus on weight reduction while maintaining the structural stiffness of the leg.
Understand Generative Design Environment:
Design Considerations:
Resource:
Dimensions:
Generative Design Tools:
Optimization:
Evaluation:
Iteration:
By completing this task, you will gain practical experience in using generative design tools to create optimized components for quadcopters. This exercise emphasizes the importance of balancing weight reduction and structural integrity in design engineering.
Tasks:
Set up a ROS 1 environment.
Understand core ROS concepts: nodes, topics, messages, services, parameters.
Create basic ROS 1 nodes (publishers, subscribers).
Explore ROS 1 tools and visualization (rqt, rviz).
Work with ROS 1 packages and workspaces.
Develop a small ROS 1 project (e.g., simple robot simulation).
Rule of the Sky: Implementing Drone Regulations Using ROS
Tasks:
Create a Gazebo simulation environment.
Model drones and their dynamics in ROS 1.
Implement drone collision avoidance logic using ROS 1.
Simulate drone regulations and enforcement.
Tasks:
Tasks:
Resources:
Tasks:
Resources:
Migrate an existing ROS 1 node into a ROS 2 node (not completely migrating from ROS 1 to ROS 2).
Steps:
Resources: