- Видео 14
- Просмотров 10 292
Prof. Amit Kshirsagar
Добавлен 9 июл 2019
This Channel is platform through which we are getting connected. I am making bit from my end to provide guideline using this forum. I am mainly focusing on Microcontroller and Embedded systems technology which has became essential part of multiple stream. To cope up with technology we must understand the basis for the same. Lets learn and explore through tutorials and experiment.
How to Write HTML Code along with JavaScript without VSCode
In this Video, I have described the method how you can write HTML Code embedded with JavaScript file without using VS Code Editor or Atom Editor.
I have explained detailed steps for Creating HTML file in Notepad and How we can insert the JavaScript can be inserted into the HTML file.
I have explained detailed steps for Creating HTML file in Notepad and How we can insert the JavaScript can be inserted into the HTML file.
Просмотров: 157
Видео
JavaScript Programming without VSCode or Atom Editor
Просмотров 1202 года назад
In this Video I have explained the way-How you can run the JavaScript Code in Chrome or Other browser if your system is Windows7 and doesn't support VSCode Software.
Interfacing Temperature Sensor TMP36 to Arduino Development Board
Просмотров 494 года назад
In this video tutorial you will learn interfacing of temperature sensor TMP36 with Arduino board. Also we will learn programming the ADC channel and display reading in degree Celsius.
Program to generate PWM signal using Cortex microcontroller
Просмотров 594 года назад
In this video we are goin to learn program to generate PWM signal to control the DC motor with Cortex microcontroller. What SFR's we need to program in Cortex microcontroller is also elaborated with the help of example.
Program for seven segment display using Cortex microcontroller
Просмотров 474 года назад
In this program we will learn to display the digits 00 to 99 on seven segment display interfaced with Cortex microcontroller.
Implementation of Semaphore for signalling and synchronization in uCOS-II
Просмотров 6424 года назад
In this we are going to learn program for implementation of semaphore as a synchronization device between 2 tasks. We will learn how semaphore helps in mutual exclusion of shared resource in different tasks.
Queue implementation for message passing on LPC2148
Просмотров 1364 года назад
In this Video we are going to learn the Program to send a 10 digit message from task one (Priority - 1) to task two (Priority - 2) using message queue If queue is not full. Also we are going to display the result on HyperTerminal if queue is not empty.
Multitasking in uCOS-II using ARM7 Board.
Просмотров 1,1 тыс.4 года назад
In this video we can learn how to create multiple tasks in uCOS-II Operating system. Also we learn diffrent uCOS-II OS commands like create, delete, suspend task.
Implementation of Mailbox in uCOS-II using ARM-7 Controller Development Board
Просмотров 7464 года назад
This video gives you an insight of uCOS-II mailbox service. How you can create mailbox using uCOS-II OS commands. How mailbox is useful for intertask and inter ISR communication.
Serial Communication using PIC
Просмотров 2894 года назад
In this video we are learning in detail technique behind serial communication in PIC microcontroller
8051 assembly language program for GPIO proramming: LED interfacing
Просмотров 665 лет назад
Stepwise procedure for 8051 assembly language program for GPIO proramming, studying debug feature of Keil and observe the behaviour of port in simulation tools in Keil.
8051 Assembly program for largest number
Просмотров 1,4 тыс.5 лет назад
8051 assembly language program for finding largest number in 10 numbers
How to create basic uCOS-II project in Keil uVision-4 IDE
Просмотров 1,1 тыс.5 лет назад
Step wise procedure to create basic uCOS-II project in Keil uVision-4 IDE
8051 assembly language program in Keil uVision-3
Просмотров 4,4 тыс.5 лет назад
Step-wise procedure to write 8051 assembly language program in Keil uVision-3
how download Keil uVision 3 ????
Sir largest number is 97 not 77
Answer should be 97
Nice tutorial. ..please share the code as well