Search found 19 matches

by hertz89
Sat Jan 28, 2017 11:04 am
Forum: Flowcode V5 Free Edition
Topic: ADC BUG?
Replies: 4
Views: 7778

Re: ADC BUG?

you welcome
by hertz89
Thu Jan 26, 2017 5:09 pm
Forum: Flowcode V5 Free Edition
Topic: ADC BUG?
Replies: 4
Views: 7778

ADC BUG?

hi again i was working with my friend on project using 16f886 when we set ADC external Vref+ ..the adc not work he looked at the file PIC_CAL_ADC.c and changed "if (Vref != 0) st_bit(adcon0, VCFG0); " to "if (Vref != 0) st_bit(adcon1, VCFG1);" and the Vref+ worked fine he have flowcode v5 ..i think ...
by hertz89
Thu Jan 26, 2017 4:54 pm
Forum: General Programming
Topic: internal RC and Delay..need advise
Replies: 2
Views: 3463

Re: internal RC and Delay..need advise

thanks alot :D
by hertz89
Wed Jan 25, 2017 4:27 pm
Forum: General Programming
Topic: internal RC and Delay..need advise
Replies: 2
Views: 3463

internal RC and Delay..need advise

hi all

i am using 16f88 internal RC 4MHZ (in the main"osccon=0x60;//4MHZ")

when i test the program on Proteus i found that my delay 5ms become 9ms !

is it normal for internal RC?

thanks
by hertz89
Mon Jan 09, 2017 3:12 pm
Forum: Flowcode V5 Free Edition
Topic: 7 segment display 4 digit
Replies: 2
Views: 6715

Re: 7 segment display 4 digit

ok thanks alot Benj
by hertz89
Sun Jan 08, 2017 8:02 pm
Forum: Flowcode V5 Free Edition
Topic: 7 segment display 4 digit
Replies: 2
Views: 6715

7 segment display 4 digit

hi
if i want to disconnect DP pin..i will connect DP to ground directly ..how can i do that?

thanks
by hertz89
Fri Mar 11, 2016 2:32 pm
Forum: Flowcode V6
Topic: bug with 16f88 - Resolved
Replies: 3
Views: 5289

Re: bug with 16f88

hii

how do that in flowcode? could you give me the code?
by hertz89
Fri Mar 11, 2016 1:13 pm
Forum: Flowcode V6
Topic: bug with 16f88 - Resolved
Replies: 3
Views: 5289

bug with 16f88 - Resolved

hi i have pic16f88 ..when try simple program for test the delay get bigger...i mean before the led start there are 300 msec delay in real life the delay become 3 second! i thought the problem from the pic so i bought 3 more from other shop and same problem i have pickit2 clone and it work fine for a...
by hertz89
Sun Feb 14, 2016 6:16 am
Forum: General Programming
Topic: delay us problem
Replies: 1
Views: 5932

delay us problem

hi
i have flowcode 5 free ...i need to make delay (us) ... 500us and 1500us and 2000us ...to 11000us

the delay don't accept any number above 999....any c code for this problem???
by hertz89
Fri Dec 12, 2014 1:33 pm
Forum: Flowcode V5 Free Edition
Topic: help..TMR2 to make 1Mhz interrupt per second
Replies: 5
Views: 8187

Re: help..TMR2 to make 1Mhz interrupt per second

the pulse length 500ms...i want highest resolution..1us or ns
by hertz89
Thu Dec 11, 2014 8:50 pm
Forum: Flowcode V5 Free Edition
Topic: help..TMR2 to make 1Mhz interrupt per second
Replies: 5
Views: 8187

Re: help..TMR2 to make 1Mhz interrupt per second

hi Benj
i want Measure pulse period..any suggestion?
by hertz89
Thu Dec 11, 2014 4:29 pm
Forum: Flowcode V5 Free Edition
Topic: help..TMR2 to make 1Mhz interrupt per second
Replies: 5
Views: 8187

help..TMR2 to make 1Mhz interrupt per second

hi
i am using flowcode 5 free version and 16f627a with 20 MHz crystal.....i want use TMR2 to make 1Mhz interrupt per second...i couldn't make it....it give me about 45000 interrupt per second...why?
by hertz89
Thu Sep 04, 2014 5:17 pm
Forum: General Programming
Topic: how make square wave?
Replies: 4
Views: 5172

Re: how make square wave?

thanks all....you helped me alot
by hertz89
Thu Sep 04, 2014 1:54 pm
Forum: General Programming
Topic: how make square wave?
Replies: 4
Views: 5172

how make square wave?

hi i have pic 16f627a with 4 MHZ internal ....what is the best way to make square wave(0v..5v) with the maximum frequency? i am now working with this : loop...> (output B0 = 1...>output B0=0) . without delay. what is the output frequency will be with that? any other idea to make very high speed freq...
by hertz89
Fri Apr 25, 2014 11:10 pm
Forum: Flowcode V5 Free Edition
Topic: frequency count not work
Replies: 1
Views: 3735

frequency count not work

hi i am trying to make frequency counter..the program will count how many pulse in specific time using TMR0 then save it to variable(count1)...then repeat the operation and save to (count2) then if count1<>count2 output B1 pin..then loop..atc when simulating with proteus it don't work...and in the r...
by hertz89
Fri Apr 18, 2014 6:55 pm
Forum: General Programming
Topic: how made.pulse length
Replies: 1
Views: 3021

how made.pulse length

hi
any one help me..i want make program to calculate the pulse length...any example will be good
by hertz89
Mon Apr 14, 2014 11:19 am
Forum: General Programming
Topic: pic with breadboard problem
Replies: 1
Views: 2922

pic with breadboard problem

hi all i am using pic16f627a for my project...the project include ne555 generating 10 khz and the pic will make some maths..the problem is that the micro controller work fine until i connect the power to ne555..every thing go crazy..all buzzers beeping! so i am using Breadboard and on it{16f627,ne55...
by hertz89
Sun Mar 23, 2014 4:01 pm
Forum: General Programming
Topic: how make loop for specific time?
Replies: 3
Views: 3779

Re: how make loop for specific time?

thanks medelec35 ....good solution
by hertz89
Sun Mar 23, 2014 4:16 am
Forum: General Programming
Topic: how make loop for specific time?
Replies: 3
Views: 3779

how make loop for specific time?

hi
how make loop for specific time? i am using pic 16f627 with 4MHZ

thanks