Search found 5 matches

by charllie_1
Thu Feb 18, 2016 2:44 pm
Forum: General
Topic: PIC 18F47J53 DelayMS decimal places
Replies: 8
Views: 7031

Re: PIC 18F47J53 DelayMS decimal places

Thank you for your reply, you are absolutely right !! I have started reading the sf manual and playing around with it.

Once again thanks for your advise

Best Wishes

Charlie
by charllie_1
Mon Feb 15, 2016 8:30 pm
Forum: General
Topic: PIC 18F47J53 DelayMS decimal places
Replies: 8
Views: 7031

Re: PIC 18F47J53 DelayMS decimal places

Hi The hardware i am using is the PIC 18F47J53 with no addons or external clock (straight out the box). Sorry i did not notice the code button:- TMR1 reload value i copied for the net any suggestion would greatly appreciated. The problem i am having is i really don't understand this level of the PIC...
by charllie_1
Mon Feb 15, 2016 4:53 pm
Forum: General
Topic: PIC 18F47J53 DelayMS decimal places
Replies: 8
Views: 7031

Re: PIC 18F47J53 DelayMS decimal places

Thank you for taking the time to reply, I very new to this and have a very limited understanding of this subject. Here is some modified code. Not sure how to set up the timer/clock, is the below correct? Kind Regards Charlie { *************************************************************************...
by charllie_1
Mon Feb 15, 2016 8:57 am
Forum: General
Topic: PIC 18F47J53 DelayMS decimal places
Replies: 8
Views: 7031

Re: PIC 18F47J53 DelayMS decimal places

Thanks for your quick reply.

I did think of doing this, however i was worried that calculating in microsec may lose accuracy over a long period.
another question is why do i have set the clock at 48 in order make the delay work correctly? is the time set correctly?

Best wishes

Charlie
by charllie_1
Sun Feb 14, 2016 1:13 pm
Forum: General
Topic: PIC 18F47J53 DelayMS decimal places
Replies: 8
Views: 7031

PIC 18F47J53 DelayMS decimal places

Hi everyone, Can anyone help with this problem i am having. I need a LED to blink at the Frequency of 7.9hz which is 63.29114 on and 63.29114 off at the moment i can not place the decimal point in the code below. How can this be achieved? any help would be greatly appreciated Charlie { *************...