2 / 1 / 2025
The objective of this task was to learn the basics of 3D printing, understand its workflow, and successfully print a 3D model.
I began by understanding the fundamentals of 3D printing. To start, I downloaded an STL (Stereolithography) file of the model from platforms like Thingiverse.
I used PLA (Poly Lactic Acid) as the filament. It is a biodegradable material derived from renewable resources.Using Creality Slicer software, I scaled, positioned, and sliced the model into layers, converting it into G-code suitable for the Creality Ender 3D printer.
This hands-on experience helped me understand the importance of precision in slicing and successfully printed a Doraemon model.
Learn the working of an API and its applications. Using any API of your choice, build a user interface (web app, mobile app, etc.), where you can make calls and display the necessary information.
I learned about APIs and created a weather web app using basic HTML , CSS and Javascript which helped me become familiar with API integration and its practical applications.
This task introduced me to GitHub workflows, including actions, issues, and pull requests. I explored a Git repository and followed the steps in the README file to complete the task. I then made changes in a branch and debugged main.py, which was failing tests due to an extra "+1" in the code. Finally, I opened a pull request proposing a fix for the issue.
Understand and use the Command Line Interface (CLI) in Ubuntu.
mkdir
(Make directory)cd
(Change directory)pwd
(Print working directory)touch
(Create/modify files)ls
(List files)cat
(Concatenate files)This task provided hands-on experience with essential CLI commands in Ubuntu.
I created a Kaggle account and explored the platform to familiarize myself with data science competitions and projects.
I participated in the Titanic Machine Learning competition, where I built a machine learning model to predict which passengers survived the Titanic shipwreck.
Results
Using pandas and matplotlib, and a dataset of your choice, plot a line graph, bar graph, and scatter plot.
I learned how to plot the below graphs using Matplotlib and used the programs (as shown in the image) to obtain the respective graphs.
Create a website to showcase your portfolio - about yourself, interests, projects, social media profiles and more. It has to be responsive and also pushed to the git repository. CSS can be of your choice and any framework can be used.
I created my portfolio webpage using html and css
Markdown made writing my article easier due to its simple syntax, which helped present the content clearly and neatly.
here is the link of my article on Quantum Computing:Quantum Computing
The objective of this task was to gain an understanding of simulations and microcontrollers. I built a radar system using an ultrasonic sensor and a servo motor, with a specific distance range.
Click here to view the simulation
The speed of a DC motor can be controlled by adjusting the input voltage, and the most common method for doing so is using a PWM (Pulse Width Modulation) signal. To control the direction of rotation, we simply need to reverse the direction of current flow through the motor, which is typically achieved using an H-Bridge. The L298N is a dual H-Bridge motor driver that enables both speed and direction control for two DC motors simultaneously. In this task, I used the L298N motor driver, an Arduino UNO board, and a potentiometer to regulate the speed of the DC motor.
I first learned about the ESP32 and familiarized myself with using a breadboard. Then, I followed the circuit diagram and code provided on a website, uploading the LED toggle code to the ESP32 using the Arduino IDE app. After that, I retrieved the IP address to control the LED state and successfully performed LED toggling.
Components Required:
Learnt about soldering ,how to use solder,soldering iron,soldering wick,flux,etc.Even got to know about desoldering using copper wire.I soldered LED to pref board.Then lighted up led using battery.
Key Points
3.Soldering flux is mainly used to prepare the metal surfaces before soldering by cleaning and removing any oxides and impurities.
4.To desolder a joint, you will need solder wick which is also known as desoldering braid
I created the truth table for the given situation and discovered that it resembled the behavior of an XOR gate. After deriving the K-map, I designed the circuit using an XOR gate and a buzzer. The buzzer will sound only when the door is open and the key is pressed, or when the key is not pressed and the door is closed.
I recently participated in a workshop on 'Cyber Intelligence' organized by the Entrepreneurship Cell UVCE in association with the UVCE Graduates Association on 9th December.
Report on MQ-135 Gas Sensor: Properties, Calibrations, and Freundlich Absorption Theorem
The MQ-135 gas sensor is a device used to detect and measure different gases in the air. It is commonly used in air quality monitoring, industrial safety, and home automation. This sensor can sense gases like ammonia (NH₃), nitrogen oxides (NOₓ), carbon dioxide (CO₂), smoke, alcohol, and benzene. It is popular because it is affordable, efficient, and widely used in industries, schools, and homes.
The MQ-135 sensor has a tin dioxide (SnO₂) semiconductor inside it. This material changes its resistance when it comes in contact with different gases. The sensor converts these resistance changes into electrical signals, which can be used to measure the concentration of gases in the air.
Calibration is the process of adjusting the sensor to ensure it gives accurate readings. Over time, sensors can drift due to environmental conditions, aging, or exposure to high gas concentrations. Calibration helps reset the sensor to a known standard, making sure it provides reliable measurements. It typically involves exposing the sensor to a controlled amount of gas and adjusting its settings accordingly
Calibration is a crucial step to ensure accurate measurements from the MQ-135 sensor. The sensitivity of the sensor varies depending on the type of gas it encounters. Below are the calibration details for some common gases detected by the MQ-135:
The Freundlich Adsorption Theorem explains how gases stick to solid surfaces, such as the tin dioxide layer in the MQ-135 sensor. The relationship is described by this equation:
The Freundlich Absorption Isotherm describes the adsorption of gases on a solid surface, which can be represented by the equation:
x/m = k p^(1/n)
Where:
x/m - is the amount of gas adsorbed per unit mass of adsorbent.
P - is the pressure of the gas.
k - and n are constants that depend on the system.
This theorem helps explain how different gases interact with the sensor. The more gas present in the air, the more it sticks to the sensor’s surface, affecting its readings. By understanding this principle, the sensor can be calibrated for better accuracy.
The MQ-135 gas sensor is a versatile and reliable tool for monitoring air quality. Its ability to detect various gases with high sensitivity makes it a popular choice for diverse applications. Proper calibration ensures the sensor’s effectiveness, while principles like the Freundlich Absorption Theorem offer insights into its operation.
I experienced VR, explored its features, and carried out a comprehensive study, detailed below
Virtual Reality (VR) and Augmented Reality (AR) are transformative technologies reshaping how we interact with digital and physical worlds. Here’s an in-depth look at these technologies:
Virtual Reality (VR): VR immerses users in a completely artificial, digital environment. By using VR headsets and controllers, users can explore and interact with virtual worlds, often experiencing sights and sounds that feel lifelike. Its primary applications are in gaming, simulations, training, and healthcare.
Augmented Reality (AR): AR overlays digital content on the physical world, providing a blended experience. This is achieved through devices like smartphones, tablets, or AR glasses. AR is widely used in retail, maintenance, education, and healthcare, enhancing real-world scenarios with interactive virtual elements.
AR and VR are transforming industries with immersive and practical solutions. Indian innovators like AjnaLens and SmartVizX are making a global impact, paving the way for an exciting future.