Search found 339 matches

by Nick101
22 Apr 2012 18:20
Forum: mikroC PRO for PIC General
Topic: DS18S20 thermometer 0.1C resolution
Replies: 5
Views: 2512

Re: DS18S20 thermometer 0.1C resolution

Why don't you use DS18B20. It is selectable 9 - 12 bit resolution.
by Nick101
19 Mar 2012 12:54
Forum: mikroC PRO for PIC General
Topic: pic18f4550 uart problem, can't receive data
Replies: 3
Views: 2139

Re: pic18f4550 uart problem, can't receive data

Hi,
UART1_Read() return one byte. It should be UART1_Read_Text function. See help file for usage.
by Nick101
09 Feb 2011 16:53
Forum: mikroC PRO for PIC General
Topic: 18B20 and PIC16F84A
Replies: 2
Views: 1265

Re: 18B20 and PIC16F84A

Do post your modify code, so people can point where or what go wrong.
by Nick101
09 Feb 2011 16:50
Forum: mikroC PRO for PIC General
Topic: CCP Module
Replies: 1
Views: 1100

Re: CCP Module

Hi, Timer1 must be running in Timer Mode or Synchronized Counter mode in order to use CCP module because everytime CCP flag is set, a currently value of Timer1 is loaded into CCPR1H and CCPR1L pair register. And because you would like to know length of time from begining and ending capture, So you h...
by Nick101
04 Feb 2011 15:17
Forum: mikroC PRO for PIC General
Topic: Eeprom in PIC16f628a
Replies: 1
Views: 1152

Re: Eeprom in PIC16f628a

Hi,
The delay_ms(40) should be put after EEPROM_write(), the rest looks fine to me.
by Nick101
04 Feb 2011 14:53
Forum: mikroC PRO for PIC General
Topic: tag does not work
Replies: 4
Views: 2050

Re: tag does not work

Got it. Thanks Zristic
by Nick101
04 Feb 2011 03:31
Forum: mikroC PRO for PIC General
Topic: timer0 interrupt error
Replies: 3
Views: 1822

Re: timer0 interrupt error

Hi,
PSA should be assigned to timer0 ( = 0) instead of assigned to WDT.
by Nick101
02 Feb 2011 14:28
Forum: mikroC PRO for PIC General
Topic: MCU clock
Replies: 5
Views: 2017

Re: MCU clock

Thanks both of you for information.
by Nick101
02 Feb 2011 14:26
Forum: mikroC PRO for PIC General
Topic: tag does not work
Replies: 4
Views: 2050

Re: tag does not work

I can't change type color, make it bold style, underline style. URL not appear as hyper link and more...
by Nick101
01 Feb 2011 19:34
Forum: mikroC PRO for PIC General
Topic: MCU clock
Replies: 5
Views: 2017

Re: MCU clock

Hi,
I meant to find out the current system clock speed without using Clock_Khz() or Clock_Mhz(). :)
by Nick101
01 Feb 2011 16:06
Forum: mikroC PRO for PIC General
Topic: tag does not work
Replies: 4
Views: 2050

tag does not work

I try to make change in User Control Panel, but found out that all <tag> are not work.
Sorry,I don't know where to put this subject.
Regards,
by Nick101
01 Feb 2011 15:51
Forum: mikroC PRO for PIC General
Topic: MCU clock
Replies: 5
Views: 2017

MCU clock

Can someone tell me how to get MCU clock without using compiler library?
Regards,
by Nick101
31 Jan 2011 01:05
Forum: mikroC PRO for PIC General
Topic: DS18s20&16f877A on RS232
Replies: 2
Views: 1149

Re: DS18s20&16f877A on RS232

Hi,
Let assume a temperature is +25C (0x0032). Assign 0x0032 to temp then call Display_Temperature. Change to negative tempearture, for example -25C (0xFFCE), repeat display. If it displays correctly, something's wrong in temperature reading code.
by Nick101
23 Jan 2011 00:45
Forum: mikroC PRO for PIC General
Topic: PIC18F46J50 Timer 0 Issue
Replies: 13
Views: 3817

Re: PIC18F46J50 Timer 0 Issue

Then what's Timer0 for? It does nothing.
by Nick101
23 Jan 2011 00:15
Forum: mikroC PRO for PIC General
Topic: PIC18F46J50 Timer 0 Issue
Replies: 13
Views: 3817

Re: PIC18F46J50 Timer 0 Issue

What is count for? it's never used.

Go to advanced search