28 / 12 / 2024
It is the project to create a dynamic web interface using an API. An API (Application Programming Interface) allows two software components to communicate using specific protocols and definitions. It typically works with a client-server model, where the client sends requests and the server provides responses. For this task, I created a weather app by using the OpenWeather API, along with HTML and JavaScript. The app fetches weather data from the API and displays it to the user based on their input, such as the city name. The development was guided by a tutorial video provided in the task. Source code of the web application-API-MARVEL-task-2 GitHub Repository
GitHub is a platform that helps developers store, manage, and share their code. To complete this task, I learned how to use various GitHub actions. The goal was to fix an issue in the main file, and here's how I did it:
I gained a better understanding of how the Ubuntu command line functions and completed the following tasks:
test
using the command mkdir test
test
folder using cd test
blankfile.txt
using touch blankfile.txt
ls
commandfor i in {1..1300}; do mkdir "M$i" "B$i"; done
cat file1.txt file2.txt
Codes for the task-Ubuntutask-Marvel-github Repository
Pandas is a powerful Python library primarily used for data manipulation and analysis. It provides data structures like DataFrames and Series, which allow for easy handling and transformation of data. With its extensive functionality, Pandas makes it simple to clean, filter, and process datasets, making it a popular choice for data scientists and analysts.
Matplotlib, on the other hand, is a low-level plotting library in Python, mainly used for creating static, animated, and interactive visualizations. It serves as an essential tool for data visualization, allowing users to generate a wide variety of plots such as line graphs, bar charts, scatter plots, and more. As part of this task, I worked with a randomly generated dataset and used both Pandas and Matplotlib to create various types of plots. Specifically, I:
Source Code of this task--Code for pandas task in Github
In this task, I gained hands-on experience in building a portfolio webpage using HTML and CSS. I learned how to structure a webpage with HTML by creating various elements such as headers, paragraphs, images, and links. I then applied CSS to style the webpage, making it visually appealing and aligning the content according to design principles.
By the end of the task, I created a fully functional and attractive portfolio that not only showcases my skills but also adapts seamlessly to different devices. Below is an image of my portfolio webpage, which demonstrates the web development techniques I have learnt so far.
source code--Github Repository--Webpage portfolio
In this task, I learned how to use Markdown, a lightweight and easy-to-use markup language designed to format plain text. Markdown enables users to add formatting elements such as headings, lists, links, and more, without the need for a formal text editor or complex HTML tags.
I applied my knowledge of Markdown by writing a technical resource article about the FLOAT. In the article, I used various Markdown elements to structure the content, including headings for different sections, bullet points for key details, and links to external resources. This task helped me understand the power and simplicity of Markdown, especially when creating clean, readable, and well-organized documents without requiring specialized software. Source code of the report--GitHub Repository Markdownreport
Tinkercad is an online, easy-to-use computer-aided design (CAD) tool that allows users to create, modify, and print 3D objects, design circuits, and even learn basic coding through a block-based interface. In this task, I learned the fundamentals of using Tinkercad, particularly how to add and connect components, wires, and simulate the functioning of circuits.
I applied this knowledge by designing a radar system. The system featured an Ultrasonic sensor that measures the distance between the sensor and any obstacle in its range. A servo motor was used to rotate the sensor, allowing it to scan a broader area and measure distances at different angles. This project helped me understand how to build simple interactive systems, simulate their behavior, and visualize the circuit's functionality. Below is the image of the Tinkercad simulation that shows the working model of the radar system I created. Link for the tinkercad task
ESP32 is a versatile microcontroller that supports both Wi-Fi and Bluetooth connectivity, making it ideal for various IoT projects. In this task, I connected the ESP32, LED lights, and resistors on a breadboard to set up a simple circuit. The goal was to control the LED's state (on/off) remotely via a mobile device.
I copied a program and uploaded it to the ESP32 using the Arduino IDE. The code included my mobile hotspot details to enable the ESP32 to connect to the internet. Once the program was uploaded, the ESP32 displayed an IP address on the serial monitor. I then entered this IP address in the browser on my phone, which allowed me to remotely toggle the LED on and off. This task helped me understand how to interface the ESP32 with wireless networks and control hardware via a mobile device.
Source code --Github Repository Ledtoggle Code
Soldering is a fundamental skill in electronics, allowing for the connection of components by joining metal surfaces with a material called solder. It is both a mechanical and electrical connection, essential for creating durable, reliable circuits. The soldering iron provides the necessary heat to melt the solder, enabling it to flow into the joint between two workpieces.
In addition to the soldering process, wick (a pre-fluxed copper braid) is used to remove excess solder, while soldering flux is a chemical substance that prepares metal surfaces by cleaning them and removing any oxides and impurities, ensuring a strong bond.
For this task, I practiced soldering by connecting a resistor and an LED light to a perf board. I powered the circuit with a battery, successfully lighting the LED. I also learned the technique of desoldering, which involves removing solder from connections when needed to fix or modify circuits.
The 555 Timer IC is a versatile and widely used integrated circuit in electronics, commonly employed in timer, delay, pulse generation, and oscillator applications. It can be configured in different modes, and for this task, I used the Astable mode, where the 555 Timer continuously oscillates between high and low states.
To design the circuit, I selected resistors in a 2:1 ratio and paired them with capacitors to achieve the desired frequency and duty cycle. The goal was to create a circuit with a duty cycle of 59.68%, which determines the proportion of time the output stays high compared to when it is low.
Once the circuit was set up, I used an oscilloscope to visualize the waveform produced by the 555 Timer. The displayed waveform confirmed the expected timing characteristics, showcasing the function of the IC in generating periodic pulses. Below is the circuit picture and the oscilloscope output.
Objective: The goal of this task was to determine the Karnaugh map (K-map) and design a Burglar Alarm system using basic logic gates. The alarm should trigger a buzzing sound when certain conditions are met, ensuring security when the door and key are in specific states.
Outcome and Learning: In this task, we defined two variables:
I participated in the securathon event held in the college
Objective: In this task, I learned how to create a datasheet report for an electronic component, specifically focusing on the MQ135 Gas Sensor. The MQ135 is a versatile sensor used for detecting gases like ammonia, carbon dioxide, benzene, and others. It is widely used in air quality monitoring applications.
Outcome and Learning: I researched and compiled essential details about the MQ135 Gas Sensor, including its specifications, features, and applications. The datasheet provided information such as the operating voltage, sensitivity, and response time of the sensor. It also highlighted the conditions for accurate detection, including optimal operating temperature and humidity levels.
In this report, I also explained how the sensor can be used in circuits and integrated into projects for monitoring environmental conditions. This task enhanced my understanding of sensor specifications and their real-world applications in electronic systems. images of the report--