filmov
tv
PIC16F877A interface TIP 122 NPN transistor for driving DC motor.
Показать описание
Hello guys,
Welcome to Learning Microcontrollers youtube Channel,
Guys I have also compiled course on Udemy as well. Where you will learn under my direct supervision in a more supervised way.
Here is the links to the courses I have on Udemy, By taking any of these courses you will be supporting my channel aswell.
This will help me to make more videos with better hardware in the future. I hope you look forward to it.
Courses Links:
This video is about how to control loads requiring higher current or voltage which PIC's digital input output pins cannot provide using cheap transistors. This is also a very cheap alternative to using a L298N module.
it has a very high current and voltage rating depending upon the transistor being used. Incase, you want to increase the output power , just change the transistor.
For making robots we need alot of methods to control motors. One of the best method is to use transistors.
Programming software being used is MikroC for PIC.
Become a Patreon and support my channel using link below:
You can setup your PIC by following this video:
Code is as under:
void main() {
TRISB.F7 = 0 ;
PORTB.F7 = 0 ;
Delay_ms(100);
while(1)
{
PORTB.F7 = 1;
Delay_ms(3000);
PORTB.F7 = 0;
Delay_ms(1000);
}
}
Welcome to Learning Microcontrollers youtube Channel,
Guys I have also compiled course on Udemy as well. Where you will learn under my direct supervision in a more supervised way.
Here is the links to the courses I have on Udemy, By taking any of these courses you will be supporting my channel aswell.
This will help me to make more videos with better hardware in the future. I hope you look forward to it.
Courses Links:
This video is about how to control loads requiring higher current or voltage which PIC's digital input output pins cannot provide using cheap transistors. This is also a very cheap alternative to using a L298N module.
it has a very high current and voltage rating depending upon the transistor being used. Incase, you want to increase the output power , just change the transistor.
For making robots we need alot of methods to control motors. One of the best method is to use transistors.
Programming software being used is MikroC for PIC.
Become a Patreon and support my channel using link below:
You can setup your PIC by following this video:
Code is as under:
void main() {
TRISB.F7 = 0 ;
PORTB.F7 = 0 ;
Delay_ms(100);
while(1)
{
PORTB.F7 = 1;
Delay_ms(3000);
PORTB.F7 = 0;
Delay_ms(1000);
}
}
PIC16F877A interface TIP 122 NPN transistor for driving DC motor.
PIC16F877A interface joystick to control speed of DC motor using PWM pin. MikroC for PIC coding.
Transistors with Arduino Part 1 BJT's
PIC16F877A based DC motor speed control using PWM pin. Hardware demonstration and MikroC Coding.
PIC16F877A interface 5V 5 pin cube relay to toggle/control AC load. Using MikroC code & proteus ...
PIC16F877A based DC motor speed control using potentiometer to control PWM. MikroC coding.
Adjustable Voltage Power Supply With Tip 122 Transistor
Very Simple Motor Speed Controller And Led Dimmer With Tip122 Transistor
Multiple LEDs on single PIN of PIC16F877A microcontroller.
NPN Motor Driver
Interfacing Relay with 8051
Microcontroller Protection
CIRE1131 Arduino with transistor relay interface part 1
SEM ERRO! POLARIZAÇÃO DE TRANSISTOR EM POUCOS MINUTOS
LED 8Bit Shift Register Board, Schieberegister 74HC595D, Shift Register PCB, example1:running light
ACIONAMENTO DE CARGA COM TRANSISTOR PNP
My first H-Bridge Circuit
Motores Paso a Paso con Arduino (Parte 2)
Configura tu driver para motores DC (Etapa de potencia para motores)
PONTE H PARA MICROCONTROLADORES | Vídeo Aula #446
PARTIDA SUAVE DE MOTOR DC COM TRANSISTOR
Tarjeta de control con actuadores para sensor ultrasonido
Transistors and Relay (DC Motor)
Arduino Proteus circuit simulation |how to simulate Relay,LM741,16x2 LCD In Proteus using Arduino.
Комментарии