I am in need of your assistance. If you can, of course.
If you know other ways of programming this specific PIC, then tell me.
This is what I have already and what I tried:
It is a side project but is still important to get it rolling. I have a pickit2 ready and 10pcs of PIC 12f508.
I stay like 14h to figure out how to install all the necessary software for pickit2 and to actually see the pickit2 listed as normal option to select, because it was gray out and I could not select it as an option. In MPLAB :

I did this thing in the past, and programmed some 16f84A and some others, but not many.
This is not my first time but it is a long time from when I did it in 2001 or something.
Now that my pickit2 is alive, all I need is the correct code to send to it and to it's 12f508 that I installed on a "pickit2 DemoBoard" exactly like this one:

Please tell me what to send to it. I started with these lines yesterday.
As you can see, PICkit 2 is recognized.
But I am not sending something important to him in the code. And I have no clue what is the correct way to send instructions anymore. Maybe you can help me. I know I made it work in 2001 with a special "recipe" in the beginning. But I dont know what it was anymore. Or it was only for certain PIC's like 16F84? And is not working for others like 12F508?
Or at least where to look and search how to transmit the correct header or start of the code?
Thank you !
If I try to program it, I get this error: (the red line)

And here is how it looks in reality.

The position of the PIC chip is correct, it's chip key pointing up towards the pickit2 black thing programmer.
The 4 Red leds are connected through those 4 white jumper wires, because this is a 8pin chip and you have to rewire those pins.
I connected:
07-10 = RA0-RC0 = led1=DS1
08-11 = RA1-RC1 = led2=DS2
09-12 = RA2-RC2 = led3=DS3
03-06 = RA3-RC3 = led4=DS4

Here is the datasheet for this particular pic 12f508:
https://datasheetspdf.com/pdf-file/688428/MicrochipTechnology/12F508/1
Maybe you have luck and you can find the initializing code for it. Take a quick look, maybe you are lucky. If not, then is good that I try it through you as well. That code that i write there already, is from other codes I had from the past, I didnt look (too hard) in this datasheet yet. I did peek in it but not for too long. I had the hardware issues to resolve first. But I will in the end if nothing else come out. Im counting on you, maybe you are doing this thing more often than me. I am an artist, not an engineer. But I like the cool stuff, and this is one of it.
Thank you !
If you know other ways of programming this specific PIC, then tell me.
This is what I have already and what I tried:
It is a side project but is still important to get it rolling. I have a pickit2 ready and 10pcs of PIC 12f508.
I stay like 14h to figure out how to install all the necessary software for pickit2 and to actually see the pickit2 listed as normal option to select, because it was gray out and I could not select it as an option. In MPLAB :

I did this thing in the past, and programmed some 16f84A and some others, but not many.
This is not my first time but it is a long time from when I did it in 2001 or something.
Now that my pickit2 is alive, all I need is the correct code to send to it and to it's 12f508 that I installed on a "pickit2 DemoBoard" exactly like this one:

Please tell me what to send to it. I started with these lines yesterday.
As you can see, PICkit 2 is recognized.

But I am not sending something important to him in the code. And I have no clue what is the correct way to send instructions anymore. Maybe you can help me. I know I made it work in 2001 with a special "recipe" in the beginning. But I dont know what it was anymore. Or it was only for certain PIC's like 16F84? And is not working for others like 12F508?
Or at least where to look and search how to transmit the correct header or start of the code?
Thank you !
If I try to program it, I get this error: (the red line)

And here is how it looks in reality.

The position of the PIC chip is correct, it's chip key pointing up towards the pickit2 black thing programmer.
The 4 Red leds are connected through those 4 white jumper wires, because this is a 8pin chip and you have to rewire those pins.
I connected:
07-10 = RA0-RC0 = led1=DS1
08-11 = RA1-RC1 = led2=DS2
09-12 = RA2-RC2 = led3=DS3
03-06 = RA3-RC3 = led4=DS4


Here is the datasheet for this particular pic 12f508:
https://datasheetspdf.com/pdf-file/688428/MicrochipTechnology/12F508/1
Maybe you have luck and you can find the initializing code for it. Take a quick look, maybe you are lucky. If not, then is good that I try it through you as well. That code that i write there already, is from other codes I had from the past, I didnt look (too hard) in this datasheet yet. I did peek in it but not for too long. I had the hardware issues to resolve first. But I will in the end if nothing else come out. Im counting on you, maybe you are doing this thing more often than me. I am an artist, not an engineer. But I like the cool stuff, and this is one of it.
Thank you !
Last edited: