
BLOG · 28/3/2026
| OP |

Objective - Create a thinkecad accout, get familiar with the application, understand the example circuits given and stimulate a simple circuit using an ultrasonic sensor to estimate the distance between an obstacle and the sensor. Display the results on the serial monitor. Create a radar system utilising an ultrasonic sensor and servo motor to detect objects within a certain range. The ultrasonic sensor emmits sound waves and measures the time taken for them to bounce back, while the sevo motor rotates the sensor to cover a wider area, providing a simple yet effective detection mechanism.
Learnings and outcomes -

An ultrasonic radar system uses ultrasonic waves to measure the distance of an object and visualizing the position often by implementing sensors and rotating mechanism.
For this task, I have created my account in thinkercad and first made a LED blink circuit. This made me familiar with the application. Then I made a ultrasonic radar system which measures both distance and angle the object is located.
Objective - Explore basic techniques for controlling DC motors, understand the command DC motors using the L298N motor driver and the Arduino board. Using an UNO and H-Bridge L298N motor driver, control the speed of a 5V BO motor, try simulating this on thinkercad and then perform it on hardware, record videos of you doing the same.
Ouctcomes and Learning-

Speed control of DC motor using L298N motor driver and Arduino -
The L298N motor driver serves as the critical bridge between low- powered Arduino and high-current DC motors. It acts quite similar as power amplifier for our control signals. The Arduino generates 5V logic signals at milliamp levels, but DC motors often require more than 5V at several amps. The L298N handles this translation safely.
In simple words, when potentiometer sends analog signals to Arduino which converts it into a PWM signal and send it to the motor driver.
PWM(Pulse Width Modulation) - It is a method that changes the pulse signal's width in electrical systems to regulate the average power supplied to a load.
Components required -
Connections are made as showed in the circuit diagram -

Objective - Learn the working of ESP32 and create a standalone web server with ESP32 that controls the LED connected with ESP32 GPIOs. Use the Arduino IDE to code and upload the program to ESP32. Learn to configure the IDE to upload code to ESP32.
Approach -
Components required -
Component Quantity Value LED 2 -- ESP32 1 -- Resistors 2 220Ω
Circuit diagram -


After uploading the required code to ESP32, copy the IP address which is displayed in the serial monitor and search it in the search engine using the same Wi-Fi-network that was entered in the code.
Below you will see the outcome of this task -
Outcome-
Objective - Learn about the soldering equipment in our lab, the solder, the soldering iron, soldering wick, flux, etc. Learn to use them and perform basic soldering on the perf board, for example a LED circuit in the presence of a coordinator and document the same.
Learning and outcomes -

Objective - Design a 555 astable multivibrator with duty cycle 60%, rig up the circuit on the bread board and by using the probes observe the output of your circuit in the DSO.
Outcomes and Learning -

In Astable mode, 555-timer IC acts as an oscillator that generates square wave.
Components required -



The duty-cycle I obtained is 60.3%
Objective - For 4 cases, based on door lock/open and key pressed/not pressed. Determine the Karnaugh map and make a burglar alarm using simple logic circuits. The buzzer or led blinks when certain conditions are met, you can use push buttons for the door and key.
Outcomes and learning -
Inputs - D(door) and K(key)
The alarm rings only when the door is open and when the key is not pressed.
Karnaugh map -
| D | K | A |
|---|---|---|
| 0 | 0 | 0 |
| 0 | 1 | 0 |
| 1 | 0 | 1 |
| 1 | 1 | 0 |
Below is the working of logic gate -
Description - Take part in any technical event, inter or intra college and submit the issued certificate of participation.


I participated in project presentation in KAGADA and I have won in "ctrl+z" competition in IMPETUS.
Objective - Study the datasheets of any one of the above and write a report on it. Specify about the ICs used in L293D, PWM, H-bridge etc. In case of MQ 135, spectifiy the calibration for different gases and the Freundlich Absorption Theorem Graph.
Outcome -
The L293D is a well-known motor driver integrated circuit (IC) that controls the direction and speed of DC motors and stepper motors. It's commonly used in robotics and embedded systems because it simplifies the connection between motors and microcontrollers.

Electrical Characteristics
Reference :- Texas instruments
Objective - Familiarise yourself with what Virtual Reality is. Make a detailed study about what's the difference between AR and VR. Mention about trends in the space and technology stack being developed. Make about Indian companies in this space, Make the report with detail.
Learning - Click here to view my full report