No video

Copy a Program from 1 PIC16F877A microcontroller to another PIC16F877A microcontroller. Tutorial.

  Рет қаралды 14,029

Learning Microcontrollers

Learning Microcontrollers

Күн бұрын

Hello guys,
PIC microcontrollers are used in various applications. So in many machinary there is a code burnt in the microcontroller but you dont have its back up. To make a back up of that code you use the technique mentioned in this video.
Become a Patreon and support my channel using link below:
patreon.com/us...
The link to google drive to download PIC Kit 3 programmer software is :
drive.google.c...
Link to setting up pic microcontroller board video is:
• Setting up a PIC16F877...
MikroC coding of this video is :
void main() {
TRISC.F3 = 0;
PORTC.F3 = 0;
Delay_ms(50);
TRISD.F0 = 0;
PORTD.F0 = 0;
Delay_ms(50);
TRISD.F1 = 0;
PORTD.F1 = 0;
Delay_ms(50);
while(1)
{
PORTC.F3 = 1;
PORTD.F0 = 0;
PORTD.F1 = 0;
Delay_ms(500);
PORTC.F3 = 0;
PORTD.F0 = 1;
PORTD.F1 = 0;
Delay_ms(500);
PORTC.F3 = 0;
PORTD.F0 = 0;
PORTD.F1 = 1;
Delay_ms(500);
}
}

Пікірлер: 42
@bobbym6964
@bobbym6964 4 ай бұрын
Great video. Good description of the process to upload and download code to the PIC
@kamleshpanchal8661
@kamleshpanchal8661 5 ай бұрын
Great sir. Nice explanation Thank you so much.😊
@MS.Electronics
@MS.Electronics 5 ай бұрын
hi, it shows "All Protected" when I try to read or write pic30f2010 and I am unable to write to eat although I have my own program\
@learningmicrocontrollers3561
@learningmicrocontrollers3561 5 ай бұрын
Is it a new microcontroller?
@palprofesional
@palprofesional 6 ай бұрын
I have a pic16f689 IC that has been programmed, and I want to copy it, but after I open it, it turns out the data is protected, how do I open the data protection without destroying the data that has been programmed?
@learningmicrocontrollers3561
@learningmicrocontrollers3561 6 ай бұрын
So far To. Over ride read protection is not possible
@loubourbonjr.7523
@loubourbonjr.7523 3 ай бұрын
I am running windows 10. I have a pickit3 and have downloaded the pickit 3 programmer from your drive. I can connect to the pickit 3 but It will not allow me to choose a device family. Is this something you have encountered?
@learningmicrocontrollers3561
@learningmicrocontrollers3561 3 ай бұрын
PICKIT not connected Go to tools and click on Check for connectivity something like this
@jamol571
@jamol571 9 ай бұрын
Здравствуйте, помогите пожалуйста прошивать pic18f46k80 мне не удалось подключить с программаторами pickit3,5
@learningmicrocontrollers3561
@learningmicrocontrollers3561 9 ай бұрын
sure email me at uneeb629@gmail.com i send you diagram there
@kuljinderbrar
@kuljinderbrar 11 ай бұрын
Very good Brief about everything...Sir from where we can get EPROM fixing PCB board? Is it comes along with PIKkit 3.5 when we order online or have to buy separately? I want to copy data from PIC 16F876A in my company used in Differential pressure transducer.
@learningmicrocontrollers3561
@learningmicrocontrollers3561 11 ай бұрын
you can use pickit 3.5 to import the data
@learningmicrocontrollers3561
@learningmicrocontrollers3561 11 ай бұрын
for the board I have a video you can make it you can also make it on bread board its easy only 6 wires thats all i have a video on that
@learningmicrocontrollers3561
@learningmicrocontrollers3561 11 ай бұрын
kzbin.info/www/bejne/eX_aoIWXZrGeabc
@ssttex
@ssttex 11 күн бұрын
Hi sir, I need some updation to my microcontroller, we use it for manufacturing process , can you please help?
@learningmicrocontrollers3561
@learningmicrocontrollers3561 11 күн бұрын
Sure
@ssttex
@ssttex 11 күн бұрын
@@learningmicrocontrollers3561 can you please share mail id ?
@bloodarcadegaming3073
@bloodarcadegaming3073 Жыл бұрын
Sir, i have a problem in a code for PWM.. my MCU 16f676 has no PWM pin , How can i make Your PWM code in MicroC software for 16f676?? there is no PWM liberary for 16f676. ??
@learningmicrocontrollers3561
@learningmicrocontrollers3561 Жыл бұрын
No PWM pin means you cannot use PWM library Either change the microcontroller Or you can generate a manual PWM using delays
@loubourbonjr.7523
@loubourbonjr.7523 3 ай бұрын
I am trying to see if I can copy the code (I believe it is unprotected) from a 16C67 chip. Will the PICkit 3.5 work for what I'm trying to do?
@learningmicrocontrollers3561
@learningmicrocontrollers3561 3 ай бұрын
Yes it will work Just go and check the pins for connection
@shubhamghotkar9213
@shubhamghotkar9213 10 ай бұрын
Can this way work with pic 12F765 too?
@learningmicrocontrollers3561
@learningmicrocontrollers3561 10 ай бұрын
yes just check its datasheet for PGM and PGD pins
@maliktutorials4563
@maliktutorials4563 9 ай бұрын
sir where can i buy this complete kit in pakistan please answer i need this
@learningmicrocontrollers3561
@learningmicrocontrollers3561 9 ай бұрын
list the items down I help
@pasinduhasaranga3988
@pasinduhasaranga3988 5 ай бұрын
Sir, what is this video editing software? Name please
@learningmicrocontrollers3561
@learningmicrocontrollers3561 5 ай бұрын
MS powerpoint Other droid cam. For camera Other shareX for scree recording
@talarithimmappa1457
@talarithimmappa1457 8 ай бұрын
Can i copy the lock programme?
@learningmicrocontrollers3561
@learningmicrocontrollers3561 8 ай бұрын
read protection bit if enabled will not allow you to export the code
@lorddon6004
@lorddon6004 11 ай бұрын
does this work with original chip read protection on?
@learningmicrocontrollers3561
@learningmicrocontrollers3561 11 ай бұрын
it works with all original chips but in case read protection is on then when you read it will display an error during read process
@lorddon6004
@lorddon6004 11 ай бұрын
​@@learningmicrocontrollers3561 how then can the code be read. in so many years I have not come across a single factory device that does not have the microcontroller read protection. Without read protection, any general-purpose programmer, even the simplest one, can copy the pic controller
@learningmicrocontrollers3561
@learningmicrocontrollers3561 11 ай бұрын
good day my purpose of this video is only to give you knowledge regarding how to make a backup of your own codes incase you lost the main file its not like copying other codes read protection cannot be by passed easily. especially in PIC
@bloodarcadegaming3073
@bloodarcadegaming3073 Жыл бұрын
It Means i need Timer intrrupt for PWM generate ???
@learningmicrocontrollers3561
@learningmicrocontrollers3561 Жыл бұрын
You can use simple delays
@vupham5745
@vupham5745 Жыл бұрын
Can other PICs or dsPIC work?
@learningmicrocontrollers3561
@learningmicrocontrollers3561 Жыл бұрын
Yes they work
@vupham5745
@vupham5745 Жыл бұрын
@@learningmicrocontrollers3561 Yes. thank you so much !!
@wolfie8748
@wolfie8748 10 ай бұрын
will my code for pic16f877a will work on pic16f877
@learningmicrocontrollers3561
@learningmicrocontrollers3561 10 ай бұрын
yes will work
@wolfie8748
@wolfie8748 10 ай бұрын
@@learningmicrocontrollers3561 thanks I coded in ASSEMBLY so I dont need to change anything am I right?
Choice of Microcontrollers
1:42:22
Design for internet of things
Рет қаралды 3,7 М.
This Android Does Not Turn ON. Samsung S10 Plus CPU Swap for Data Recovery. Full Walkthrough.
1:06:44
Kids' Guide to Fire Safety: Essential Lessons #shorts
00:34
Fabiosa Animated
Рет қаралды 17 МЛН
Nurse's Mission: Bringing Joy to Young Lives #shorts
00:17
Fabiosa Stories
Рет қаралды 4,1 МЛН
а ты любишь париться?
00:41
KATYA KLON LIFE
Рет қаралды 3,6 МЛН
Running With Bigger And Bigger Feastables
00:17
MrBeast
Рет қаралды 164 МЛН
How to get source code onto a PIC microcontroller
11:21
FriendlyWire
Рет қаралды 87 М.
Learn PIC Microcontrollers Programming in 1 Tutorial
1:01:41
DeepBlueMbedded
Рет қаралды 196 М.
Are PIC Microcontrollers Any Good? - Beyond Arduino #4
21:07
Sine Lab
Рет қаралды 42 М.
PIC 16 - 7 Awesome MPLABX Projects!
30:31
j3
Рет қаралды 377
10 awesome application of capacitors in circuits
29:01
Electronic Wizard
Рет қаралды 390 М.
PIC16F877A a basic Introduction
7:01
Learning Microcontrollers
Рет қаралды 26 М.
Setting up a PIC16F877A/PIC16F887/PIC18F****
8:06
Learning Microcontrollers
Рет қаралды 7 М.
Kids' Guide to Fire Safety: Essential Lessons #shorts
00:34
Fabiosa Animated
Рет қаралды 17 МЛН