Menu

Executive Programs

Workshops

Projects

Blogs

Careers

Student Reviews



More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Loading...

All Courses

All Courses

logo

Priyal Choudhary

Fresher

Skills Acquired at Skill-Lync :

  • SIMULINK-BASICS
  • MATLAB-BASICS
  • MODEL-BASED-DEVELOPMENT
  • ADAS-BASICS

Introduction

Completed Btech in Mechatronics

13 Projects

Week -2

Objective:

Following blocks are used in Simulink to make this project   Pulse Generator Switch Battery Electrical Reference Solenoid  Mechanical Translational Reference Ideal Translational Motion Sensor Solver Configuration Scope INPUT PULSE RATE The graph will show the cycle- OUTPUT  Here can sense the Physical moment…

calendar

14 Jun 2022 10:02 AM IST

    Read more

    Week - 4

    Objective:

    1. Stateflow: Control logic of a Washing Machine  Observation- 2. Gear Shit Logic

    calendar

    17 Jun 2022 12:09 PM IST

      Read more

      Project

      Objective:

      Aim: To prepare a technical report of simulation of BAJA All-Terrain Vehicle (ATV) under different conditions. Objectives: Carry out a system-level simulation of an all-terrain vehicle and prepare a technical report explaining the model properties & comments on the results. All-Terrain Vehicle An all-terrain vehicle…

      calendar

      20 Jun 2022 12:24 PM IST

        Read more

        Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List

        Objective:

        calendar

        19 Aug 2022 07:09 AM IST

          Read more

          Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear

          Objective:

          calendar

          21 Aug 2022 09:39 AM IST

            Read more

            Project 1 - V&V SW Analysis - I

            Objective:

            AIM: if(owner long press the power button) { open the company logo at centre; } else if(customer press the power button) { open the apps in grid; } else if(owner power on the phone) { shows call the phone icon on first position at bottom; } else if(owner power on the phone) { shows Dictionary icon on second position at…

            calendar

            10 Oct 2022 01:27 AM IST

              Read more

              Project 1 - Controlling a DC motor using PWM and monitoring its Running status

              Objective:

              code: #include avr //preprocessor directive#define F_CPU 16000000ul#include "avr/interrupt.h"//Preprocessor directive of an avr interrupt#include#define sw_dir (PIND&(1<<1))#define sw_spd (PIND&(1<<2))#define pw (PINC&(1<<3))#define lcd_port PORTB#define RS_high PORTD|=(1<<5)#define…

              calendar

              16 Oct 2022 05:42 PM IST

                Read more

                Project 2 - Measuring distance of an object using ultrasonic sensor (HC-SR04)

                Objective:

                Code: #include <avr/io.h> #define F_CPU 16000000ul #include <util/delay.h> #include <avr/interrupt.h> #include <string.h> #include <stdlib.h> #define lcd_data_dir DDRD #define lcd_command_dir DDRC #define lcd_data_port PORTD #define lcd_command_port PORTC #define EN PC2 #define RW PC3 #define…

                calendar

                16 Oct 2022 05:44 PM IST

                  Read more

                  Project 2 - V&V SW Analysis II

                  Objective:

                  1 Perform Static Code Review Analysis for “C:\**\LDRA_workarea\Examples\C_Testbed_examples\Testrain\Testrain.c” Generate Code review report and upload them.   step 1: start LDRA TBrun. step 2: From the LDRA page select source->single file->LDRA_workarea->examples->C_Testbed_examples->Testrain->Testrain.c->open.(in log…

                  calendar

                  07 Jan 2023 09:21 AM IST

                    Read more

                    Project 2 - Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter

                    Objective:

                    int inches = 0;int cm = 0;long readUltrasonicDistance(int triggerPin, int echoPin){pinMode(triggerPin, OUTPUT); // Clear the trigger digitalWrite(triggerPin, LOW); delayMicroseconds(2); // Sets the trigger pin to HIGH state for 10 microsecondsdigitalWrite(triggerPin, HIGH);delayMicroseconds(10);digitalWrite(triggerPin,…

                    calendar

                    24 Jan 2023 09:47 AM IST

                      Read more

                      Project 1 - Interfacing a 16*2 LCD with Arduino using I2C protocol

                      Objective:

                      Master code: #include                        //Library for LCD display function LiquidCrystal lcd(12, 11, 5, 4, 3, 2);         //Define LCD Module Pins (RS,EN,D4,D5,D6,D7) int val1=A4;  int val2=A5; void setup() { lccd.begin(16,2); } void loop() { lcd.setCursor(0,0);                     //Sets Cursor at line one of LCD…

                      calendar

                      24 Jan 2023 10:40 AM IST

                        Read more

                        Project 2 - Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter

                        Objective:

                        int inches = 0;int cm = 0;long readUltrasonicDistance(int triggerPin, int echoPin){pinMode(triggerPin, OUTPUT); // Clear the trigger digitalWrite(triggerPin, LOW); delayMicroseconds(2); // Sets the trigger pin to HIGH state for 10 microsecondsdigitalWrite(triggerPin, HIGH);delayMicroseconds(10);digitalWrite(triggerPin,…

                        calendar

                        27 Jan 2023 09:43 AM IST

                          Read more

                          Project 1 - Interfacing a 16*2 LCD with Arduino using I2C protocol

                          Objective:

                          //I2C MASTER CODE #include //Library for I2C Communication functions#include //Library for I2C Communication functionsLiquidCrystal lcd(2,7,8,9,10,11); //Define LCD Module Pins (RS,EN,D4,D5,D6,D7) void setup(){lcd.begin(16,2); //Initialize LCD displaylcd.setCursor(0,0); //Sets Cursor at first line of displaylcd.print("Circuit…

                          calendar

                          29 Jan 2023 04:45 AM IST

                            Read more
                            Showing 1 of 13 projects

                            6 Course Certificates

                            certificate

                            Introduction to Physical Modeling using Simscape

                            CertificateIcon
                            Certificate UID: 45j6829ouiwvny7s
                            View Certificate
                            certificate

                            Embedded Programming Essentials

                            CertificateIcon
                            Certificate UID: hc1jfdano39xws05
                            View Certificate
                            certificate

                            AVR Bare Metal Programming- Live Sessions

                            CertificateIcon
                            Certificate UID: aywz349c8p0irg1j
                            View Certificate
                            certificate

                            Software Verification and Validation and System Testing for Hand Code

                            CertificateIcon
                            Certificate UID: 26pygcirosze19ka
                            View Certificate
                            certificate

                            Fundamentals of Embedded Systems

                            CertificateIcon
                            Certificate UID: zo6w93bay7hex52p
                            View Certificate
                            certificate

                            C++ Essentials

                            CertificateIcon
                            Certificate UID: ywb6ocf1vedtilq9
                            View Certificate
                            Showing 1 of 6 certificates

                            Academic Qualification

                            B.Tech

                            Banasthali University

                            09 Jul 2017 - 12 May 2021

                            12th

                            Delhi Public School,Udaipur

                            01 Apr 2016 - 09 May 2017

                            10th

                            Hind Zinc School

                            08 Apr 2014 - 06 May 2015

                            Schedule a counselling session

                            Please enter your name
                            Please enter a valid email
                            Please enter a valid number

                            Here are the courses that I have enrolled

                            coursecard
                            4.8

                            5 Hours of Content

                            coursecard
                            Recently launched

                            18 Hours of Content

                            coursecard
                            Recently launched

                            18 Hours of Content

                            coursecard
                            Recently launched

                            21 Hours of Content

                            coursecard
                            Recently launched

                            10 Hours of Content

                            coursecard
                            Recently launched

                            13 Hours of Content

                            Similar Profiles

                            Apoorv Ranjan
                            Apoorv Ranjan

                            Ladder of success cannot be climbed with hands in pocket.

                            Pruthvi Jagadeesh GK
                            Pruthvi Jagadeesh GK

                            The Future in Motion

                            Krantiveer .
                            Krantiveer .

                            Give more than what you get you will get more than what you gave