Hey i am using Arduino nano as isp & i am using pic16f1936 MCU but when i try to program it. In CMD it shows me" device ID 0000". Please help me for this issue.
i try this program for PIC16F877a and i receive this error : Sleeping for 1700 ms while arduino bootloader expires Serial port failed to receive a byte, read returned 0 COM17: No error. cac you please help me?
Is there any changes or programe in arduino nano itself? Programming PIC16F72 Actually i got the msg: PP programmer, version 0.99 Device ID: 0000 Thats it
I think your wiring in the video will destroy your micro controller, as you swapped VDD+(14) and VSS-(5). Your green wire is connected to pin 14 to GND on Arduino. So, it would not work like this. Most probably you later re-wired before you programmed the PIC.😀
@@tarekaltizini Surly NO! PIC16F84A is not LVP and require 13V at MCLRn (VPP) for flashing and Arduino is limited to +5V......... Actually you can Flash PICs with LVP (+5V) it is a specialized operation that is not normal for standard use. In this mode you can not use the PGM pin for anything else it is dedicated solely to LVP control. Some PIC microcontrollers can only use the HVP method since for the LVP method you have to sacrifice one pin - PGM - (to tell the PIC Micro either that it is being programmed (high volts e.g. 5V) or that it is not being programmed (0V) ) and some PIC micros only have 8 pins e.g. 12F675. For this chip the PGM pin is not available (Like 16F18A) so HVP is the only way..... Cheers!!!
Hello sir Sar mere pass 12f675 microcontroller IC hai Aur uske andar program Hain Main usme likhi program ko dekhna chahta hun? Program kis tarah likha hai Please help
Hi. I have flashed a PIC 16f1826 but I'll get this error : C:\Users\Desktop\a-p-prog-master\sw>pp3.exe -c COM4 -s 1700 -t 16f1826 16f1826.hex PP programmer, version 0.99 Sleeping for 1700 ms while arduino bootloader expires Device ID: 2780 Programming FLASH (4096 B in 256 pages) Programming config Verifying FLASH (4096 B in 256 pages) Verifying config config 2 error: E:0x3DFF R:0x1DFF What this could be? I am using an arduino nano.
Hi, im getting this error while programming The LED's on Nano Blink and then i get this error Do you know what might be wrong? "PP programmer, version 0.99 Sleeping for 1700 ms while arduino bootloader expires Device ID: 0000"
First of All !!! UNO is not pronounced as You-NO its. OOO-NO.... Limitation to High voltage Programming which is mostly required by PICs make it rather impractical for me... But you can use arduino PWM as boost converter for 5v to required high voltage.... Cheers.....
well done, steps in detail + your illustration spoke with confidence, well done !!! bravo bravo bravo !!!
I can't quite understand what you are saying so what does -c and -s commands do and why did we choose COM3 and 1700 as our variables?
Question:: A0,A1,A3
they have no SClk & SDA,
how these pin could program? confused
If there was A4 & A5 that would be more rational to me
Hey i am using Arduino nano as isp & i am using pic16f1936 MCU but when i try to program it. In CMD it shows me" device ID 0000". Please help me for this issue.
same problem occurs hete please help
Does it work with 16f887?
Does this project works with pic 16f676?? Plz reply
PIC16F877A can programme ??
Can I use that to program pic16f882?
Funciona para porgramar un pic 18f4550?
works with pic18f45k22
i try this program for PIC16F877a and i receive this error : Sleeping for 1700 ms while arduino bootloader expires
Serial port failed to receive a byte, read returned 0
COM17: No error. cac you please help me?
same here with pic16lf1847
Thank you .Can I use that to program 16F877 ?
PIC16F877 is not tested yet.
@@StechiezDIY can you please test it
Good evening sir can we program any series of PIC microcontroller using your method plz reply
Hi, do you know if this works on a HT46F47E?
why when opening pp3.exe, the aplication become close fast
you will have to use it in command prompt. it is just a executable and there is no GUI for it. and after it completes the action it gets close.
same
PIC16F873A can program with this? i tring and ID0000 ;(
Can it be used to program a PIC16F84A?thanks
Is it same wire connections for arduino no ad well?
Is it used with 18f452? Device ID:0000 what?
does it work with pic18f2550?
Not tested pic18f2550 yet but if you test then please share the result here. 😊
PWM pin for pic16f676 ?? same way we can program it using nano??
It can be needs to check the datasheet for that..
can i program pic16f873 ??
pic16f873 is not tested yet.
@@StechiezDIY ok
why can't we use arduino due?
we can use.. but we will have adapt the changes and connection.
where can i find the hex file?
i have given links in the description.
Is there any changes or programe in arduino nano itself? Programming PIC16F72
Actually i got the msg:
PP programmer, version 0.99
Device ID: 0000
Thats it
PIC16F72 doesn't suppoer LVP.
@@StechiezDIY pls make a video on how to program a high voltage ic with nano
This great , but how can you read from a Pic chip to see the info
Useful tutorial video thanks. This method works for pic16f628a?
Thank you...😊.
Yes pic16f628a supports the LVP so with this method you can able to flash the pic16f628a.
is it possible to program 16f1938? tnx for you help
Yes you can use it. (16f1938 supports LVP and tool i have used is also a LVP programmer).
the pp3.exe file doesent open and the hex file isnt present
I think your wiring in the video will destroy your micro controller, as you swapped VDD+(14) and VSS-(5). Your green wire is connected to pin 14 to GND on Arduino. So, it would not work like this. Most probably you later re-wired before you programmed the PIC.😀
Can i program pic12f509 with this method?
This programmer won't work with pic12f509.
Give me other way to program this with Arduino
Thanks! Now I will be able to program my 16F84A.
@@tarekaltizini Surly NO! PIC16F84A is not LVP and require 13V at MCLRn (VPP) for flashing and Arduino is limited to +5V......... Actually you can Flash PICs with LVP (+5V) it is a specialized operation that is not normal for standard use. In this mode you can not use the PGM pin for anything else it is dedicated solely to LVP control. Some PIC microcontrollers can only use the HVP method since for the LVP method you have to sacrifice one pin - PGM - (to tell the PIC Micro either that it is being programmed (high volts e.g. 5V) or that it is not being programmed (0V) ) and some PIC micros only have 8 pins e.g. 12F675. For this chip the PGM pin is not available (Like 16F18A) so HVP is the only way..... Cheers!!!
Juan hauara can you make it work?
Can you eplease tell if we use same method for 8pin PIC 12F508?
12F508 doesn't support LVP. This method won't work with 12F508.
@@StechiezDIY ohhh thank you, any idea if it can be programmed by arduino directly , any reference might also work for me if possible. 🙏
16f872 is not on devices.dat, please help me!
I think 16f872 won't support with this method
Hello sir
Sar mere pass 12f675 microcontroller IC hai
Aur uske andar program Hain
Main usme likhi program ko dekhna chahta hun?
Program kis tarah likha hai
Please help
This programmer won't work with 12f675 .
CMD consol commands are impossibly small to read.
i need one to program pic16f877a
please
thanks
could you ???
Anyone tried pic16f877a?
Can i programme pic16f676
This programmer doesn't support pic16f676.
@@StechiezDIY then how can i programme pic16f676?
You will have to use pickit3 or pickit4.
@@StechiezDIY thank you
Pic 16f886 program
Does it work with 16F84? Great job, boy!
16F84A doesn't have LVP feature. So this method won't be working for 16F84A.
I have nano please pic program
Hi. I have flashed a PIC 16f1826 but I'll get this error : C:\Users\Desktop\a-p-prog-master\sw>pp3.exe -c COM4 -s 1700 -t 16f1826 16f1826.hex
PP programmer, version 0.99
Sleeping for 1700 ms while arduino bootloader expires
Device ID: 2780
Programming FLASH (4096 B in 256 pages)
Programming config
Verifying FLASH (4096 B in 256 pages)
Verifying config
config 2 error: E:0x3DFF R:0x1DFF
What this could be? I am using an arduino nano.
I'm getting the same error. Any resolution?
i actually connect everything with my MC pic chip, But my arduino look like it burned
Connection needs to check again.
Hi, im getting this error while programming
The LED's on Nano Blink and then i get this error
Do you know what might be wrong?
"PP programmer, version 0.99
Sleeping for 1700 ms while arduino bootloader expires
Device ID: 0000"
Which PIC controller are you using ?
Can you flash a bios without the PIC Controller?
Use a spi flash/eeprom flasher. The ch341a is a good one.
i got nothing
Bro Polichu!!
Thank you sir ,it was great work
sandekaffer
First of All !!! UNO is not pronounced as You-NO its. OOO-NO....
Limitation to High voltage Programming which is mostly required by PICs make it rather impractical for me... But you can use arduino PWM as boost converter for 5v to required high voltage.... Cheers.....
did u tried it?
@@charliecode ATmega/Aduino No... PIC yes!
Can it be used to program 16f1936???
Does it work with pic18f4550??
No. this will not work with pic18f4550.
@@StechiezDIY Thanks for the Update