1)Li-ion Batteries: A lithium-ion (Li-ion) battery is an advanced battery technology that uses lithium ions as a key component of its electrochemistry. It is a type of a rechargeble battery which uses the reversible reduction of lithium ions to store energy. While discharging negative electrode gives up…
Aswin KS
updated on 03 Apr 2023
Project Details
Leave a comment
Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.
Other comments...
Read more Projects by Aswin KS (10)
Week 1 Understanding Different Battery Chemistry
1)Li-ion Batteries: A lithium-ion (Li-ion) battery is an advanced battery technology that uses lithium ions as a key component of its electrochemistry. It is a type of a rechargeble battery which uses the reversible reduction of lithium ions to store energy. While discharging negative electrode gives up…
03 Apr 2023 11:58 AM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
OVERVIEW OF THE PROJECT : In this project we are going to controll the retraction and extension of Airplane’s landing gear can be implemented using Finite State Machine (FSM). Airplane has three gears namely "Nose gear, Right gear, Left gear" . These gears are connected with a hydraulic pump for the pull up…
17 Feb 2023 06:16 AM IST
Week -2
1) First we are going to explore the Simulink model of the doorbell using a solenoid then need to get to understand the theory behind the Doorbell mechanism. THEORY OF DOORBELL : A chime doorbell uses a specialized sort of electromagnet called a Solenoid. A solenoid is just an electromagnet where…
25 Dec 2022 05:11 AM IST
Project 2 - Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter
Overview of the Project: In this project the implementation of code for “Measuring distance of an object using ultrasonic distance sensor (28015 Ping) and also smoothen the sensor data using moving average filter”. Goals: Measuring the distance in terms of inches of an object using Ultrasonic Distance…
03 Dec 2022 06:45 AM IST
Project 1 - Interfacing a 16*2 LCD with Arduino using I2C protocol
Goals: Communication between Arduino and 16*2 LCD using I2C protocol. Displaying the message sent by Master and received by slave i.e. LCD display. Key Highlights of the Project: Using the inter-integrated circuit communication protocol, transferring the data i.e. the message we want to display is sent to the LCD.…
02 Dec 2022 08:19 AM IST
Project 2 - V&V SW Analysis II
1. The Project 2 code review analysis was done and the screenshot was attached. 2. a)Screenshot (115 -121) are the reports for manual test case. Screenshot(123-125) are the report for manual test case. (b) the test case is stores in the name of Pro 2 and the screenshot(127) was uploaded
22 Oct 2022 09:20 AM IST
Project 2 - Measuring distance of an object using ultrasonic sensor (HC-SR04)
Overview of the Project: In this project, the implementation of code for “Measuring distance of an object using ultrasonic distance sensor (HC-SR04) Goals: Measuring the distance of an object using Ultrasonic Distance Sensor (HC-SR04) Usage of Input Capture Mode Key Highlights of the Project: Measuring…
22 Oct 2022 06:33 AM IST
Project 1 - V&V SW Analysis - I
Black box testing: Black box testing is a technique of software testing which examines the functionality of the software without peering into its internal structure or coding. The primary source of black-box testing is a specification of requirements that is stated by the customer. In this method, the tester selects a…
16 Oct 2022 08:31 AM IST
Project 1 - Controlling a DC motor using PWM and monitoring its Running status
CODE: #include <avr/io.h> //we are using I/O registers of AVR#define F_CPU 16000000L // define the crystal frequency#include "avr/interrupt.h" // we are using external interrupt pin#include <util/delay.h> // delay function purpose#define lcd_port PORTB //PORTB pins are for LCD data#define RS_high PORTD…
08 Oct 2022 01:45 PM IST
Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List
OVERVIEW OF THE PROJECT: In this project, interfaces for mathematical Set Theory are implemented using C programming language. User can give the input like two list of data and this program will give the output as the union and intersection of these two lists. GOAL OF THE…
20 Sep 2022 08:45 AM IST