Enamul, thanks, I would appreciate a working model, I could interface it with an LCD etc. in the mean time, will source more information from Mr google.
Hello, I am planning on a solar charge controller, using PWM, I have seen the tutorial on PWM, which was useful, but how do you charge a 12 V LA battery, using the above, what duty cycle is suitable, how to obtain the battery charge status ect. Did not find anyone discuss this before. regards Indana
Ben posted updated PPP config file which I downloaded but no luck. It will be be nice if someone could post a working example for 18f13k50 & 18f14k50 along with config settings and hardware connections. 18f13k50 is the cheapest PIC available with USB capabilities and has immense commercial value...
Can you post the config data and fcf that worked for you.
The initialise macro itself consumes >500 Ram memory for the chip !
Wondered how you got it working under flowcode
Hi Support team, The attached simple serial USB programme with 18f13k50 doesn't seem to compile. Says RAM -118 ? I set the config as advised by James (Sparkoids) but no luck. Does this work with EB055, anybody with experience using both !. Any help much appriciated. 'Happy New Year' Thanks in advanc...
Got my keypad delivered yesterday, waiting for V5, will it be released before or after Christmas !. Sorry if I was impulsive
couldn't wait to ask...etc.
Hi All, Found useful article : http://iiuhassan.wikispaces.com/file/view/TM+EIT+ALARM+PROJECT.pdf Found a programme written in C+ Problem is I don't know the above. Just wondered if any knows how to interpret this ? :wink: #include <16F877.h> #fuses HS,NOWDT,NOPROTECT,NOLVP #use delay(clock=20000000...
Hi Steve,
Sorry I did not explain myself properly, and fotios is right but why does it not work on the simulator ?
Is it something impossible to do, if you don't mind me asking !.
Just one question.
Port B interrupt function with the keypad still doesn't work with the updated version. Will this work properly with V5 ?
Or is it a case of using custom "C" code every time.
Hi everyone, I am pleased to say I found the cure. I worked it out based on the Grey coding. . This is a system of binary counting in which adjacent codes differ in only one position. The encoder I am using is a quadrate mechanical type, it has 24 indents, going through 360 degree rotation. Gray Cod...
I am trying to formulate an age calculator, where in if you input your date of birth, it outputs your age in days.
Can anybody help me with some ideas or a simple programme ?.
Your prog althoug working on simulation, is not working well with the hardware, you are right, may be it will work with an interrupt as you have suggested!.