API stands for Application Programming Interface. Application means any software with a function. Interface is the contact of service between two applications. This interaction takes place using requests and responses.
First in the VSCode I have created the file with name index.html and I have created the separate files for css and js. finally linked the files of css and js to the html file. I have learnt HTML before and learnt the code of css ans js in this application.
It was bit difficult me to understand the code of CSS and JS but with the help of the resources given and by referring few websites I have understood the code and how it is working.
I have heard about the git and GitHub before, but I have just used GitHub has the hosting platform. Sending poll request and working with git was new for me. I have downloaded the zip file. opened my GitHub account and corrected the python after that I was able to send the pull request.
1.fork = Copy the DEFAULT BRANCH.
2.$ git clone https://github.com//< name of fork; [ use GITHUB user name instead of USERNAME].
git branch BRANCH_NAME.
git checkout BRANCH_NAME to change the errors and fix it.
It took me a long time to work with git as it was very new for me. I have faced a lot of problem in sending the poll request and to correct the python code. I have seen few videos to get familiar with GitHub.
Ubuntu id the open source Linux based operating system. I knew the basic of ubuntu before and this is the task which was easy for me and the first task i have done.
I was new to kaggle. initially I have watched the youtube videos along ith the resource given in the website. When I entered into the kaggle website, it was completely new for me and It took me very long duration to get familiar with the webpage. I have tried to understand the code and it was bit difficult for me to understand the python code. I have learnt few basics things about Machine learning by doing this task.
Objective : To explore the functionality of pandas and matplotlib libraries in Python and we will use the sample dataset to create the line graph, bar graphs, chart and scatter plot.
line graph
Bar graph
Pie chart
Scattered plot
I am new to this Markdown and I created some of the comments that I have used and learnt in this markdown. The link for my article is given below.
https://hub.uvcemarvel.in/article/8aeafa74-687a-4a13-8f98-c6aeefc02f08
1.Introduction to Markdown:
Understand the basics of Markdown and its purpose.\nLearn why Markdown is widely used for creating formatted text on the web.
2.Text Formatting:
Headers:
Learnt how to create headers using # (hashtags).\nUnderstood how to make text bold using ** or __.
Learnt how to italicize text using * or _.
3.Lists:
Ordered Lists:Learn how to create ordered lists using numbers followed by a period.
Unordered Lists:Learn how to create unordered lists using *- or +.
Nested Lists:Understand how to create nested lists.
4.Links:Learn how to create hyperlinks using text.
5.Images:Understand how to embed images using ![alt text](image URL).
6.Blockquotes:Learn how to create blockquotes using >.
7.Code:Inline Code:
Understand how to use backticks ` for inline code.\nCode Blocks:\nLearn how to create code blocks using triple backticks (```).
8.Horizontal Rules:Create horizontal lines using --- or ___ or ***.
9.Tables:Learn how to create tables using pipes | and hyphens -.
10.Escaping Characters: Understand how to escape special characters using a backslash
Tinkercad is a free web app for 3D design, electronics and coding. Learn by doing with hands-on projects, explore circuits, code blocks and discover the thrill of invention with Tinkercad.
I have read the resource article provided in the marvel understood the circuit diagram and how to control speed of motor by controlling the PMW output along with I have learnt about L298N motor driver which allows speed and direction control of two DC motors at the same time.
We are supposed to build the web server that controls ESP32 output pins. Here we are using LED's for executing the task along with Resistors.
I have tried to get the output web server and to understand the code was bit difficult for me as the code involved both C++ and HTML. one of the coordinators explained the basics and how the working takes place. I have faced difficulty in getting access to the web server. we had mismatched the polarity of the LED's and with the help of the coordinator we got the output.
This was the first task I have done in the marvel lab and I took the help of one of the coordinator and I have done soldering process for the gps and gsm module which we were using them for our kagada project. I have learnt the importance of soldering and the required materials for soldering along with the process of soldering.
1.Soldering Iron: Description: Handheld tool for melting solder. Features: Pencil-like shape, ergonomic design.
2.Solder Flux:Purpose: Cleans components, prevents rust, improves solder flow. Functions: Purifying agent, air barrier, enhances solder properties.
3.Perf Board:Alias: Perforated Circuit Board, Prototyping Board. Composition: Circuit board material with copper pads. Variation: Pads can be on one or both sides.
4.Helping Hands: Function: Holds objects in place for hands-free work. Design: Stand with flexible clamps.
5.Precision Tweezers: Material: Anti-magnetic stainless steel.Attributes: Precision tip symmetry, corrosion resistance. Use: Handling small components.
6.Solder: Definition: Fusible metal alloy for creating permanent bonds.
Process: Melted to wet joint parts, solidifies upon cooling.
Pins 2 (trigger) and 6 (threshold) are connected to enable re-triggering for astable operation.\nThe timing resistor from the monostable circuit is split into two resistors R1 and R2.
The capacitor charges through both R1 and R2 during each cycle but discharges only through R2. Output waveform voltage level is approximately Vcc−1.5V.
Charge time (t1) and discharge time (t2) determine the frequency of oscillations.
Total periodic time (T) is the sum of t1 and t2 (T = t1 + t2).
Frequency (f) is given by f = 1 / T = 1 / (t1 + t2).
Duty cycle the ratio of the "ON" time to the "OFF" time can be adjusted by changing the ratio of resistors R2 to R1.
Summary Points: The 555 IC in astable mode generates a stable square wave output. Duty cycle can be adjusted for specific applications. Achieving a 50% duty cycle requires modifying the circuit configuration. Changing resistor and capacitor values alters the oscillation frequency.
To create a burglar alarm using simple logic circuits, we have to define the different cases based on door lock/open and key pressed/not pressed. Here are the four cases:
Door locked, Key not pressed.
Door 0 | 1
Lock 1 | 0
Door Locked, Key Pressed.
Door 0 | 1
Lock 0 | 1
Door unlocked, Key not pressed.
Door 0 | 1
Unlock 0 | 1
Door Unlocked, Key pressed.
Door 0 | 1
Unlock 1 | 0
Door = D.
Key = K.
Buzzer = B.
D : 1 | 1 | 0 | 1
K : 1 | 0 | 1 | 1
B : 0 | 1 | 0 | 1