7 / 1 / 2024
Learned the necessary information to operate a 3D printer. Got a good understanding of how it works and the meaning of terms like bed temperature, nozzle temperature, G-Code, infill density, etc.
Had some experience with using Tinkercad. Had a decent understanding of its UI from a previous Marvel competition I had participated in.
In this task, I created a circuit with an IR sensor that can measure the distance of an obstacle and display the same on an LED screen. Connections are done on an Arduino board.
df.plot()
and plt.show()
functions to generate the graphs.
Had known about APIs and how they work from the cloud computing campaign by GDSC. Read an article on the same and made a simple weather site that uses the Open Weather API key. Open weather allows a limited number of API calls per day for free usage and charges beyond that. Generated a unique API key and used it in my code for the webpage.
Kaggle was completely new to me. Read a little about the platform and how useful it has been to ML and Data Science Engineers. Watched a Youtube video to solve the Titanic Problem. Couldn't really understand everything in that model. Found a simple tutorial on Kaggle for this problem and followed it step by step.
Soldering is a basic requirement for almost all electronic applications. Had a decent idea of all the things involved in it. Went through all of it again in the presence of a senior.
Read a resource article on all the major commands used in the Terminal. Read the history of Linux, the improvements in its versions and the develpoment of modern operating systems. Started from scratch here and have a long way to go with the command line.
mkdir
command to make a blank directory.cd
and ls
command to enter the directory and list the contentstouch
command to make 2600 files.cat
command to concatenate 2 files.
Read the resource article provided, and learned whatever basics are to be known about motor drivers. L298N motor driver to be precise is used.
Had a basic understanding of GitHub. Watched a video of the basics of git and Git Hub from freecodecamp on YouTube. Learned about forking on GitHub.
The article provided below is to display my understanding of markdown and its syntax.
Link to an article about Google Bard
The task was to make a web server that controls ESP32 switches using LEDs. The circuit is built by GPIO 26 and 27 ports connected to LEDs and the ESP32 is connected to the PC with USB.