Understanding Different Battery Chemistry Lithium Ion Battery How does it work ? A lithium-ion (Li-ion) battery is an advanced battery technology that uses lithium ions as a key component of its electrochemistry. During a discharge cycle, lithium atoms in the anode are ionized and separated from their electrons.…
Priyanka Lale
updated on 20 Jan 2022
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 Priyanka Lale (13)
Project 2 - Measuring distance of an object using ultrasonic sensor (HC-SR04)
Offline Measuring distance of an object using ultrasonic sensor (HC-SR04). Program: #define F_CPU 8000000UL#include <avr/io.h>#include <avr/interrupt.h>#include <util/delay.h>#include <string.h>#include <stdlib.h> #define LCD_Data_Dir DDRD …
26 Sep 2022 09:08 AM IST
Project 1 - Controlling a DC motor using PWM and monitoring its Running status
Offline Implement a system on the simulator for controlling a DC motor using L293 motor driver, monitor its status and print the running status of motor on the LCD Display. Program #include <avr/io.h> //preprocessor directive#define F_CPU 16000000ul#include "avr/interrupt.h"//Preprocessor directive of an avr interrupt#include…
20 Sep 2022 07:55 AM IST
Project 1 - V&V SW Analysis - I
Offline Write a Test plan to test features of a new mobile phone (Blackbox test) that needs to be implemented based on the following requirements. (The product is still under development stage and is yet to be UA (User Acceptance ) tested…
06 Sep 2022 12:23 PM IST
Project 2 - V&V SW Analysis II
Offline Perform Static Code Review Analysis for “C:\**\LDRA_workarea\Examples\C_Testbed_examples\Testrain\Testrain.c” Generate Code review report and upload them. Perform Integration testing by including all the .C files available in the folder location C:\**\LDRA_workarea\Examples\Toolsuite\Cashregister_6.0\…
06 Sep 2022 06:41 AM IST
Project 2 - Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter
Offline Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter. Program: // Measuring the distance using ultrasonic sensor void US_Tx();unsigned int US_Rx(); float mov_Avg();float MicroToinches(float); void setup(){ Serial.begin(9600); …
18 Aug 2022 07:07 AM IST
Project 1 - Interfacing a 16*2 LCD with Arduino using I2C protocol
offline Interfacing 2*16 LCD with Arduino using I2C protocol. Program: // Master//Name8 #include<Wire.h> //Library void setup(){ Wire.begin(); Serial.begin(9600); pinMode(A0,INPUT);} void loop(){ float x=analogRead(A0); signed…
18 Aug 2022 05:09 AM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
Offline Implement the code for controlling the retraction and extension of Airplane's landing gear Program: /* Program for Airplanes landing gear */#include #includetypedef enum { gear_down, checking_before_take_off, rising_gear, gear_up, checking_before_landing, lowering_gear //checking_before_landing, //raising_gear…
09 Aug 2022 04:53 AM IST
Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List
AIM: To create user defined data type to implement the user interfaces for working with 'Set' (Mathematical Set Theory). Objective: Using c programming implementation of interface for mathematical set theory Using linked list method give two list of data as a input to get the output as union and intersection for given…
03 Aug 2022 05:04 AM IST
Week 1 Understanding Different Battery Chemistry
Understanding Different Battery Chemistry Lithium Ion Battery How does it work ? A lithium-ion (Li-ion) battery is an advanced battery technology that uses lithium ions as a key component of its electrochemistry. During a discharge cycle, lithium atoms in the anode are ionized and separated from their electrons.…
20 Jan 2022 08:34 AM IST
Week-4 Challenge WOT Condition Part-2
AIM To study Powertrain Blockset in MATLAB OBJECTIVE To understand the difference between mapped and dynamic model of engine, motor and generator. Fuel Economy- Miles per gallon and its calculation. Run the HEV Reference Application with WOT drive cycle. Change the grade and wind velocity in the environment block and compare…
13 Jun 2021 10:14 AM IST
Week-3 Challenge: ADVISOR Tool
USE OF ADVISOR TOOL FOR SIMULATION OF VEHICLES AIM To use Advisor Tool and Simulate the given vehicle. OBJECTIVE Concluding observations for EV_defaults_in file, can the vehicle travel for 45 km with FTP drive cycle if the vehicle carrying cargo mass of 500 kg. Repeat the simulation…
14 Feb 2021 07:03 PM IST
Week - 4
SIMULINK MODEL FOR WASHING MACHINE USING STATE FLOW AIM Implement control logic of a washing machine using stateflow according to the given condition for power input & water input. As per this machine operates. OBJECTIVE Given sequence to implement control logic of a washing machine…
13 Jan 2021 11:12 AM IST
Week -2
SIMULINK MODEL OF DOORBELL USING SOLENOID BLOCK AIM Create a Simulink model of Doorbell using Solenoid Block. Operate the Door bell simulink model system and plot the results. OBJECTIVE Create a situation where the switch is closed for 2 secs and then released. Observe the physical movemet of parameter. EXPLANATION…
08 Dec 2020 11:54 AM IST