Search found 85 matches

by sahu
26 Dec 2014 20:58
Forum: mikroPascal PRO for PIC General
Topic: code converstion mikroPascal to mikroC
Replies: 2
Views: 2082

code converstion mikroPascal to mikroC

any bode can help me about code converstion into mikroC form mikroPascal?
http://www.libstock.com/projects/view/8 ... ase-on-lcd
by sahu
26 Dec 2014 20:54
Forum: mikroC PRO for PIC General
Topic: code converstion into mikroC form mikroPascal
Replies: 2
Views: 1736

code converstion into mikroC form mikroPascal

any bode can help me about code converstion into mikroC form mikroPascal.
http://www.libstock.com/projects/view/8 ... ase-on-lcd
by sahu
22 Dec 2014 21:26
Forum: mikroC PRO for PIC General
Topic: error: 0
Replies: 2
Views: 1369

error: 0

any body can enplane
diagnostics: 105 123 Compiled Successfully
error: 0 434 Demo Limit Demo Limit
error: 0 102 Finished (with errors):
by sahu
20 Dec 2014 23:42
Forum: mikroC General
Topic: light dimmer
Replies: 1
Views: 2488

light dimmer

pl guide me where i has wrong ? /*The code. The code devided into 2 parts, AC chopper for light dimming control and SIRC decoding for input remote control. As I mention earlier, the SIRC decoding part is on my previous example. For dimming control, GP3 is setup as interrupt-on-change, that's mean IN...
by sahu
21 Oct 2014 21:53
Forum: mikroC PRO for PIC General
Topic: 16f822
Replies: 2
Views: 1624

Re: 16f822

Make all those PORTS analog first using the ANSEL registers, after this then use the TRIS register to set the pins you want input or output. With ANSEL register a '1' makes a pin/port analog and a '0' makes digital. With TRIS register a '1' makes a pin/port input and a '0' makes output. ANSEL =0B00...
by sahu
20 Oct 2014 22:07
Forum: mikroC PRO for PIC General
Topic: 16f822
Replies: 2
Views: 1624

16f822

I'm confused how can set its?
RA0,RA1 as analog & RA2,RA3 input & RA4,RA5 as output .
by sahu
27 Jan 2012 16:35
Forum: mikroC PRO for PIC General
Topic: display result are ???
Replies: 7
Views: 2757

Re: display result are ???

Probably, Volt (of one sample, or instantaneous). Although, at the same time, it does happen to be the RMS and peak of one sample. Usually, RMS/peak is many samples over time. More samples and code are needed to display RMS (square Root of the Means Squared) or peak, in the usual sense. RMS = sqrt ...
by sahu
15 Jan 2012 19:36
Forum: mikroC PRO for PIC General
Topic: display result are ???
Replies: 7
Views: 2757

display result are ???

this code while true ADCResult = (ADC_Read(0) * 500) >> 10 voltage[0] = ADCResult div 100 voltage[1] = (ADCResult div 10) mod 10 voltage[2] = ADCResult mod 10 display[0] = voltage[0] + 48 display[2] = voltage[1] + 48 display[3] = voltage[2] + 48 vout: LCD_Out(1, 10, display) delay_ms(50) wend its di...
by sahu
03 Jan 2012 20:41
Forum: mikroC PRO for PIC General
Topic: PWM on 167F676
Replies: 6
Views: 2934

Re: PWM on 167F676

Mince-n-Tatties wrote:16F676 does not have hardware PWM

& &
pls look at the datasheet there is no pwm hardware present in this chip

http://silaresearch.com/data/pic16f676.pdf
which method is commonly used for controlling speeds of DC motors and brightness of lamps.
i want to use with 16f676.
by sahu
03 Jan 2012 20:12
Forum: mikroC PRO for PIC General
Topic: PWM on 167F676
Replies: 6
Views: 2934

Re: PWM on 167F676

Mince-n-Tatties wrote:16F676 does not have hardware PWM
thank u for fast reply .any other method have for PWM fx use in 16f676 for led drive .
by sahu
03 Jan 2012 19:39
Forum: mikroC PRO for PIC General
Topic: PWM on 167F676
Replies: 6
Views: 2934

PWM on 167F676

hi All 1st of All Happy new year 2012 dear friend . I'm use 16f676 in place of 16f628a.found error . PIC-16F628A /* Lab 9: Pulse Width Modulation Copyright @ Rajendra Bhatt, 2010. Description: CCP module generating a PWM signal MCU: PIC16F628A Oscillator: XT, 4.0 MHz, MCLR Enabled */ sbit UP at RB0_...
by sahu
24 Dec 2011 16:50
Forum: mikroC PRO for PIC General
Topic: SIRC decoding
Replies: 7
Views: 2285

Re: SIRC decoding

Please read the datasheet PIC16F676 http://www.microchip.com/wwwproducts/Devices.aspx?dDocName=en010213 PIC18F2620 http://www.microchip.com/wwwproducts/Devices.aspx?dDocName=en010284 Find the things that give the problems i just tell you that some off you problems are Timer2 and the 16F676 do not h...
by sahu
23 Dec 2011 17:17
Forum: mikroC PRO for PIC General
Topic: SIRC decoding
Replies: 7
Views: 2285

Re: SIRC decoding

Hi I think you most read datasheet ons more In the 18F2620 find INTCON2 and then find it in the 16F676 you cant there are only the INTCON register and just to get you startet there are no TIMER2 in the 16F676 .. So my 1 cent keep the 18F2620 or use some hour change the registers pl guied me it , fo...

Go to advanced search