- Видео 133
- Просмотров 437 841
Controller's knowledge
Индия
Добавлен 28 июн 2012
Welcome to "Controllers Knowledge,". In this channal, you will learn about the DSP C2000 familiy of the TI processor. Our goal is to provide you with insightful and practical knowledge that you can apply to real-world applications.
Through easy-to-follow tutorials, in-depth explanations, and hands-on demonstrations on the TMS320x series will help you to learn about more on DSP TMS32x, C2000 series. You'll find a wide range of content, from introductory lessons to advanced control strategies, empowering you to expand your skills and stay ahead in this ever-evolving field.
Further, the real time implementation of the controller, hardware and control will help you to boost your knowledge for power electronic application.
A matlab tutorial are also available for the basic to advanced level.
Subscribe now and become part of the Controllers Knowledge community.
For MATAB projects and TI TMS320x demo, contact on: rohit.jain19194@gmail.com
Through easy-to-follow tutorials, in-depth explanations, and hands-on demonstrations on the TMS320x series will help you to learn about more on DSP TMS32x, C2000 series. You'll find a wide range of content, from introductory lessons to advanced control strategies, empowering you to expand your skills and stay ahead in this ever-evolving field.
Further, the real time implementation of the controller, hardware and control will help you to boost your knowledge for power electronic application.
A matlab tutorial are also available for the basic to advanced level.
Subscribe now and become part of the Controllers Knowledge community.
For MATAB projects and TI TMS320x demo, contact on: rohit.jain19194@gmail.com
Part 3 | ADC on C2000 TMS320F28379D | Code Composer Studio Tutorial
In this video, we demonstrate the practical implementation of the Analog-to-Digital Converter (ADC) on the TMS320F28379D C2000 microcontroller using Code Composer Studio (CCS). This hands-on tutorial walks you through setting up and configuring the ADC to read analog signals and convert them into digital values for processing.
Key topics covered include:
Introduction to the ADC architecture in the TMS320F28379D.
Step-by-step configuration of ADC registers in Code Composer Studio.
Writing and debugging bare-metal ADC code.
Real-world demonstration of ADC functionality.
Tips for optimizing ADC performance in embedded applications.
Whether you're an embedded developer or a student, this video provi...
Key topics covered include:
Introduction to the ADC architecture in the TMS320F28379D.
Step-by-step configuration of ADC registers in Code Composer Studio.
Writing and debugging bare-metal ADC code.
Real-world demonstration of ADC functionality.
Tips for optimizing ADC performance in embedded applications.
Whether you're an embedded developer or a student, this video provi...
Просмотров: 218
Видео
Part 2 | ADC Basics and Configuration for TMS320F28379D | C2000 MCU Tutorial
Просмотров 19319 часов назад
In this video, we provide a comprehensive introduction to the Analog-to-Digital Converter (ADC) module of the #TMS320F28379D #C2000 microcontroller. Designed for #bare-metal programming enthusiasts, this tutorial covers the essential features and configuration steps needed to utilise the #ADC effectively. Key highlights include: Understanding the architecture of the ADC on the TMS320F28379D. Th...
Part 1 | TMS320F28379D ADC Tutorial | Understanding the Analog-to-Digital Converter (Features)
Просмотров 43321 час назад
In this video, we dive into the #ADC (Analog-to-Digital Converter) of the Texas Instruments #TMS320F28379D microcontroller, part of the #C2000 series. The TMS320F28379D is known for its high-performance capabilities, and understanding its ADC module is crucial for applications requiring precise analog measurements. We cover: Overview of the ADC architecture: Learn how the ADCs are organized and...
Buffered DAC Explained: Why It’s a Game-Changer for Electronics Projects! | TMS320F28379D
Просмотров 197Месяц назад
#DAC, #bufferedDAC, #signalprocessing, #embeddedsystems In this video, we delve into the world of Buffered DACs (Digital-to-Analog Converters) and explore their working principles, benefits, and practical applications. Whether you're a beginner or a seasoned electronics enthusiast, this video provides a clear and concise explanation of how buffered DACs enhance signal integrity and improve syst...
Interfacing 16x2 LCD with C2000 Microcontroller TMS320F28x | Hands-On Tutorial"
Просмотров 363Месяц назад
Welcome to this detailed tutorial on interfacing a 16x2 LCD display with the TMS320F28379D C2000 microcontroller! In this video, you'll learn: Pin Configuration: How to connect the LCD to the TMS320F28379D Launchpad, including the role of each pin. Initialization Process: Step-by-step explanation of LCD initialization using the Code Composer Studio (CCS) environment. Programming: Writing and ex...
How to use rotary encoder with fine and coarse | External Hardware Interrupt | Crossbar for XINT1
Просмотров 3032 месяца назад
In this video, we dive deep into the implementation of a rotary encoder on the Texas Instruments C2000 MCU with both fine and coarse control features. Learn how to utilise external hardware interrupts and XBAR (crossbar) to effectively manage encoder signals for precise motor control applications. You’ll see how we: 1. Integrate a rotary encoder with a C2000 MCU. 2. Implement fine and coarse si...
Launchpad, TMS320F28379d | Interfacing of Rotary Encoder with C2000 MCU | SCI Communication
Просмотров 3522 месяца назад
Launchpad, TMS320F28379d | Interfacing of Rotary Encoder with C2000 MCU | SCI Communication In this video, we demonstrate how to interface a rotary encoder with the C2000 microcontroller family, specifically the TMS320F28379D LaunchPad. This tutorial is perfect for engineers, hobbyists, and students looking to work with rotary encoders and C2000 MCUs in their projects. We’ll walk you through th...
SCI Communication Using Interrupt Method | C2000 Microcontroller Tutorial - Part 4
Просмотров 3713 месяца назад
Welcome to part 4 of our SCI (Serial Communication Interface) series, where we dive into using the interrupt method for SCI on C2000 microcontrollers. In this video, we'll explore how to set up SCI interrupts, manage data transmission and reception more efficiently, and handle multiple tasks in real-time without constant polling. Whether you're a beginner or already familiar with SCI, this tuto...
Part 3 | SCI/UART programming for C2000 microcontroller using CCS | TMS320F28379D | TMS320x
Просмотров 7063 месяца назад
In this tutorial, you'll learn how to implement and configure SCI (Serial Communication Interface), also known as UART (Universal Asynchronous Receiver/Transmitter), on Texas Instruments (TI) C2000 microcontrollers, specifically focussing on the TMS320F28379D. This video is ideal for engineers and embedded system developers who are looking to integrate UART communication into their DSP-based pr...
Part 2 | SCI for C2000 Microcontroller: Register Setup for Bare-Metal Programming | Part 2
Просмотров 2733 месяца назад
Welcome back to Controller's Knowledge! This is Part 2 of our series on Serial Communication Interface (#SCI) for #C2000 Microcontrollers. In this episode, we focus on the #register setup required for #bare-metal #programming, diving deeper into the low-level configuration needed to fully utilize SCI in your #embedded #systems. What you’ll learn in Part 2: A detailed breakdown of the key SCI re...
Part 1 | SCI for C2000 Microcontroller | Advanced SCI Programming for C2000 Microcontrollers
Просмотров 5043 месяца назад
Welcome to Controller's Knowledge! In this video, we dive deep into the Serial Communication Interface (#SCI) for #C2000 #microcontrollers. Whether you're a beginner or a seasoned engineer, this tutorial covers the essentials, helping you gain a clear understanding of SCI and how to implement it in bare-metal programming. What you’ll learn: SCI #architecture basics for C2000 microcontrollers Ho...
Part 12 | Repeating sequence / Interpolated | Getting Started with MATLAB Simulink
Просмотров 1875 месяцев назад
#matlabsimulink #delay #powerelectronics #gettingstarted Part 12 | Repeating sequence and Repeating sequence Interpolated | Getting Started with MATLAB Simulink Part 11 | Basic Blocks for Simulink | Getting Started with MATLAB Simulink | Memory | ZoH | Delay ruclips.net/video/bWwSUW39CDw/видео.htmlsi=dFmfKA-G4RxGDLaE Part 10 | Rate transition block | Getting started with MATLAB Simulink ruclips...
Single Phase grid integration | Real time experiments | Phase locked loop
Просмотров 2945 месяцев назад
Single Phase grid integration | Real time experiments | Phase locked loop
Part 11 | Basic Blocks for Simulink | Getting Started with MATLAB Simulink | Memory | ZoH | Delay
Просмотров 5286 месяцев назад
Part 11 | Basic Blocks for Simulink | Getting Started with MATLAB Simulink | Memory | ZoH | Delay
Part 10 | Rate transition block | Getting started with MATLAB Simulink
Просмотров 5286 месяцев назад
Part 10 | Rate transition block | Getting started with MATLAB Simulink
Part 9 | How to use the slider and custom Gauge in MATLAB | getting started with MATLAB Simulink
Просмотров 2107 месяцев назад
Part 9 | How to use the slider and custom Gauge in MATLAB | getting started with MATLAB Simulink
Part 8 | How to use dashboard Scope and Knob in MATLAB | Getting Started with MATLAB Simulink
Просмотров 4087 месяцев назад
Part 8 | How to use dashboard Scope and Knob in MATLAB | Getting Started with MATLAB Simulink
Part 7 | Most used blocks in MATLAB simulink | Getting Started with MATLAB Simulink
Просмотров 1167 месяцев назад
Part 7 | Most used blocks in MATLAB simulink | Getting Started with MATLAB Simulink
Part 6 | How to use Zero-Order Hold block in MATLAB Simulink | A Beginner Guide to MATLAB Simulink
Просмотров 5247 месяцев назад
Part 6 | How to use Zero-Order Hold block in MATLAB Simulink | A Beginner Guide to MATLAB Simulink
Part 5 | Commonly Used Blocks in MATLAB Simulink | Getting Started with MATLAB Simulink
Просмотров 3127 месяцев назад
Part 5 | Commonly Used Blocks in MATLAB Simulink | Getting Started with MATLAB Simulink
MATLAB simulation PV Fed Water Pumping System | MPPT Control | Scalar Control | SPWM
Просмотров 1,3 тыс.7 месяцев назад
MATLAB simulation PV Fed Water Pumping System | MPPT Control | Scalar Control | SPWM
Part 6 | Inter-Processor Communication | IPC for Communication | TMS320F28x | LAUNCHPAD
Просмотров 7289 месяцев назад
Part 6 | Inter-Processor Communication | IPC for Communication | TMS320F28x | LAUNCHPAD
Part 5 | How to use CPU1 and CPU2 | TMS320F2837xD | LAUNCHPAD | TMS320F28335 | LAUNCHXL
Просмотров 8879 месяцев назад
Part 5 | How to use CPU1 and CPU2 | TMS320F2837xD | LAUNCHPAD | TMS320F28335 | LAUNCHXL
Part 4 | TMS320F2837xD | basic step to create New Project for Dual Core F2837xD I LAUNCHPAD 2837xD
Просмотров 1 тыс.10 месяцев назад
Part 4 | TMS320F2837xD | basic step to create New Project for Dual Core F2837xD I LAUNCHPAD 2837xD
MPPT Simulation in MATLAB | MPPT MATLAB Code | InC MPPT code explaination
Просмотров 929Год назад
MPPT Simulation in MATLAB | MPPT MATLAB Code | InC MPPT code explaination
How to Select the GPIO for TMS320F28379D Microcontroller | Part 3
Просмотров 1,6 тыс.Год назад
How to Select the GPIO for TMS320F28379D Microcontroller | Part 3
Part 2 | Introduction on TMS320F2837XD | Math module
Просмотров 918Год назад
Part 2 | Introduction on TMS320F2837XD | Math module
Part 1 | Begineer Guide to TMS320F2837xD Launchpad | DSP C2000
Просмотров 3,3 тыс.Год назад
Part 1 | Begineer Guide to TMS320F2837xD Launchpad | DSP C2000
NIT Goa Campus Tour | NIT Goa permanent campus tour
Просмотров 7 тыс.Год назад
NIT Goa Campus Tour | NIT Goa permanent campus tour
MATLAB simulation on PV array under Partial Shading Condition | Algebric loop error
Просмотров 1,5 тыс.Год назад
MATLAB simulation on PV array under Partial Shading Condition | Algebric loop error
if possible share the code please
good work
Looks very useful. I think, it needs revision as many new versions have come after this.
Thanks for your feedback.
ADC *registers not *resistors
Your Videos really helping me the with ongoing experiments!.... Please make more videos on encoders
Will do!
How do you choose, the ratio from internal sample and hold capacitance to pin capacitance?
why is torque value equal to 1
so much include and exclude...........so confusing.......please provide a simpler way
Can you send me this simulation please?
Hi sir can you check my simulation, I still can't get the result as you made. please
i was searching this kind of video from long back. You did it sir. thank you so much. Keep posting such video.
Thank you sir esi video youtoub par nahi hai
please share this also.
How did you made it?? Like can you show us a demonstration how to make it
sir, code of nnn and cuberoot matlab function are same or not, if not, so please send me code of cuberoot matlab function please 🙏
sir please 🙏 respond on this msg because tomorrow is last date of major project submission date
Sir is this open loop V/f control? Please rep me ! .
Plz help me to find fcn function
Sir, can i see if the method you build the math model and the control algorithm, pleas!!!!
can you do a video on how to code for grid integration
Could you please share the simulink file , i couldn't get the output
Can you share the code?
It is only Frequency control not v/f
You can check the inverter output voltage and freq ratio
@controllers_knowledge i checked once you checked in the scope ....remove motor and at that place put voltage measurement block and see in the scope and at the frequency input connect one KNOB and set simulation time to infinite and varry the knob value and YOU SEE IN THE SCOPE IS VOLTAGE IS VARRYING OR FREQUENCY OR BOTH
@controllers_knowledge once again it is not V/F control pls don't say in the video that it is V/F control
We have tested this setup under the well known professors.
We have tested this setup under the well known professors. There are lot of IEEE paper on V by F control. You can refer that papers and varify.
Give the whatsapp number sir, I working on this in the project
For This only do in MATLAB simulink sir
Aur ek plz vdo banao
Ckt ko bich mei skip kyun kardia
Hello sir how to get the code?
Hello bro where is the code for this matlab?
After 10min sine pwm pulses are not appeared. just getting only 50% duty cycle. once i restart it then only i am getting sine pwm signals again. This not correct na while doing real time applications.
@sravanslv5191 Please check the cpu timer and epwm timer counter. There is a possibility that some of the counter is going to overflow that restrict you pwm to 50 only. Have you used updown counter for pwm?
Sir, can you show me the mathematical model of this problem? Please help me, I am doing this project.
Good
Hello brother ....please check your email then reply to me.thank you
recently found this channel, its amazing!
Share among your friends also.
Hey Can you make models of Different AC Devices like Refrigerator, Fans , or Other House hold Appliances??
sorry sir, i can't find the epwm. what should i do?
Which epwm?
Nice explanation sir. Thank you so much
Keep watching
Thanku for sharing this information
So nice of you
Can SVPWM MATLAB Simulink Model directly deploy into DSP2833x for PWM Generation ?
Yes
Can You Help me in My Master Project on SVPWM MATLAB Simulink Code Generation. If Yes, then How I Contact You?
video is of very poor quality to read.
Change the picture quality
Which pin are you mentioned in DSP tms32f28xx, register take an as output
Hi brother, I am trying to replicate the model however, can you share the file please?
Is the development board available
Not available right now.
Sir please give some topics for final year major project what should I do?
B. Tech. Final year.
@@controllers_knowledge yes
What is your stream
@@controllers_knowledge what project should I do
@@controllers_knowledge electronics and computer engineering
Can i get this simulation model. how can we contact you
can you give me the code please?
can you give me the code please?
have u got the code?
@@DevendraRavindra-m4y no, please give me the code, i need it
Sir Since this is IM in simulation motor parameters why slip is zero ???
bro can you share this complete PDF
Hi, i followed through with the vdeo but when you added S1,S2 etc signals to the gates on the inverters the entire system changed and i cant get the system to work, can you either add some updated images of everything or somehow show us the entire model so we can recreate it? many thanks
could you get output
❤❤❤❤❤❤❤🎉🎉🎉🎉🎉🎉🎉😂😂😂😂😂😂😂😢😢😢