How can I erase the PIC 16F84, using the MPLAB software? This is rather urgent, Ihave programmed it and now Iwould like to reprogram it with an other program.
Does anybody know if there is an editor that can be linked at excel. Because the user of my project should be able to give in some parameters (about 5) and excel should have an output of some 400 variables after some mathematics. This variables should then be imported in my source file. This...
I would like to program some sort of a look up table for the 16F84 PIC microcontroller.
Does anybody has an example of how it’s done and if it can be done period.
It should work like this: …..
when count is 125 -> var…->var 2 is…etc.
when count is 126-> var1…->var2…..etc.
and this for 0 till 150.
I have to make an impuls generator. In a given period I should be able to produce up to 4 pulses at any time in the time lapse. One should be able to alter the frequency, so the period reduces, but the proportions should remane the same.
I could use some helpfull tips, because I've never worked...