AIM : To write a program to simulate the forward kinematics of 2R robotics arm OBJECTIVE : To Write program to understand forward kinematics of 2R robotics arm To create an animation of working robotics arm INTRODUCTION : A robotic arm is a robot manipulator, usually programable with similar function…
Dipak Chaudhari
updated on 10 Apr 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 Dipak Chaudhari (14)
Project 2
Aim : Design and Develop a simulink model to understand Energy analysis of EVs on different driving cycles Objective : Study different driving cycles. Introduction : Driving Cycle - The term refers to a test that measures vehicle speed over time. It is used to evaluate a car's fuel consumption and pollutants emissions…
15 Sep 2022 06:44 PM IST
Project 1
Aim : Design and Develop a PWM controlled fan load with DC motor Introduction : The primary emphasis of this work is to model a DC motor driven by an input signal that approximates a pulse-width modulated signal. These signals are fed to the motor using an H - Bridge circuit. Further, we focus on the implementation of…
15 Sep 2022 06:04 PM IST
Project 3
Aim : Design and simulation of Buck converter for Auxiliary load in EV. Input voltage is 48V, Output voltage is 12 V Load current is 10A Objective : Calculate Duty ratio and Load(use Resistor as Load) Calculate L,C Introduction : Buck converter:- A buck converter (step-down converter) is a…
15 Sep 2022 04:33 PM IST
Project 5
Aim : To make a Battery model of 10 series connected cells to simulate the aging and thermal effects at different charge and discharge rates. Objective : Calculate voltage & Current of battery pack To calculate SoC of battery Introduction : SoC - The state of charge (SOC) is a measurement of the amount…
15 Sep 2022 09:52 AM IST
Project 4
Aim : To calculate the capacity of the battery pack required and the number of series-parallel connections. Objective : Give a stepwise discussion on how a battery pack is built. Introduction : The widest use of battery packs has been in the Electric Vehicle (EV) industry which is projected to…
12 Sep 2022 04:23 PM IST
Week 4.1 - Solving second order ODEs
Aim :- Write a program in Matlab that will simulate the pendulum motion. Objective :- Is to write a program that solves the following ODE. To create an annimation movies to show pendulum movment. Introduction :- What is ODE (Ordinary Differential Equation) ? In mathematics,…
19 Aug 2022 12:32 PM IST
Project 2 - Measuring distance of an object using ultrasonic sensor (HC-SR04)
Aim : 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 the…
11 Jul 2022 09:37 AM IST
Project 1 - Controlling a DC motor using PWM and monitoring its Running status
Aim : Controlling a DC motor using PWM and Monitoring Its Running Status. Goals: Implement a system on simulator for Controlling the DC motor using L293 motor driver. Displaying the running status of DC motor on the LCD display. Key Highlights of the Project: The DC motor can be controlled by using L293 motor driver.…
19 Jun 2022 05:50 PM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
PROJECT 2 AIM : Implement the code for controlling the retraction and extension of Airoplan's landing gear. Code : main.c #include <stdio.h>//Header file #include "State.h" //Created header file static void (*state_table[])(void)={Gear_Down,Checking_Before_Takeoff,Raising_Gear,Gear_Up,Checking_Before_Landing,Lowering_Gear};…
05 May 2022 05:57 AM IST
Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory)
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 Goals : Implementation of interface for…
05 May 2022 05:14 AM IST
Week 2- 2R Robotic Arm Challenge
AIM : To write a program to simulate the forward kinematics of 2R robotics arm OBJECTIVE : To Write program to understand forward kinematics of 2R robotics arm To create an animation of working robotics arm INTRODUCTION : A robotic arm is a robot manipulator, usually programable with similar function…
10 Apr 2022 08:49 AM IST
Project
All Terrain Vehicle (ATV) Simulink Project Aim :- To Study And Analyse The Different Cases Of BAJA All Terrain Vehicle (ATV) Model Using Simulink OBJECTIVES :- To prepare technical report explaining models and their blocks To study different model properties To understand…
20 Mar 2022 09:16 AM IST
Week - 4
Q.1 Implement control logic of ‘ Washing Machine’ using stateflow as per given sequence. If the power supply is available, the system gets activated If the water supply is not available ,stop the process and indicate through LED …
01 Mar 2022 01:46 PM IST
Week -2
Q 1. Make a Simulink model of Door Bell using solenoid block with the following details. Condition Given : Create a situation where the switch is closed 2 seconds and then released . Solution : Blocks used – Solenoid Block – used as a bell ringer Pulse Generator –…
15 Feb 2022 11:22 AM IST