Search found 187 matches

by supra
17 Jan 2016 15:55
Forum: mikroC PRO for PIC General
Topic: PIC16F877A + DS1307
Replies: 17
Views: 14065

Re: PIC16F877A + DS1307

hello guys. i know its been to long. but i tried this thread, but the display is not correct. what is wrong with this, i copy paste the code above. and this is the circuit that i used to in proteus. i also set the oscillator crystal both 8mhz. tia There is nothing wrong with schematic. Did u enter:...
by supra
06 May 2014 14:15
Forum: mikroBasic General
Topic: Scrolling Text
Replies: 28
Views: 15988

Re: Scrolling Text

abdallah205 wrote:excellent work :)
Thank you.

Just to let u know that i'm moving into arm11
salaam
Supra
by supra
12 Apr 2012 02:27
Forum: mikroC PRO for ARM General
Topic: STM32
Replies: 3
Views: 3009

Re: STM32

janko.kaljevic wrote:Hello,

We have plans to expand supported chip list for ARM controllers.
Thanks for suggesting, we will consider it for the future releases.

Best regards.
Does is support of ARM® Cortex™-M3 and M4?
by supra
12 Apr 2012 02:25
Forum: Product Announcements
Topic: STM32® support in ARM® compilers coming May 2012.
Replies: 29
Views: 49481

Re: STM32® support in ARM® compilers coming May 2012.

kahtan wrote:Great MikroE team :D

I got Discovery kit for the Value line with ST-Link V1,
http://www.st.com/internet/evalboard/product/250863.jsp

is it supported (I mean ST-Link V1)?

Regards
Does is support of ARM® Cortex™-M3 and M4?
by supra
11 Apr 2012 19:31
Forum: mikroC PRO for PIC General
Topic: New mikroC PRO for PIC® v5.60 released!
Replies: 10
Views: 4908

Re: New mikroC PRO for PIC® v5.60 released!

@mikroTEAMS.
Many thanks 8) 8) 8) ! I was going to ask you about new features.....TABCONTROL
Can u tell mikroTEAMS to add new SPLITTER control? :idea: :idea: :idea: So that i can resizing control.

BR,
by supra
09 Apr 2012 12:31
Forum: mikroC PRO for PIC General
Topic: help needed for solving pic18f452 uart problem
Replies: 18
Views: 5123

Re: help needed for solving pic18f452 uart problem

kathir wrote:yeah but same happens
What card r u using?
What's frequency r u using? There r 4 or 5 types frequencies.
It is credit card(visa,MC, debit, American express, etc) All r using same frequencies.
Satellite cards used 3.57Mhz. Not 3.58Mhz.
smart card similar tag(125-400Khz).

br,
by supra
02 Apr 2012 13:00
Forum: mikroC PRO for PIC General
Topic: help needed for solving pic18f452 uart problem
Replies: 18
Views: 5123

Re: help needed for solving pic18f452 uart problem

can u rem it out in void main procedure?

Code: Select all

//char uart_rd;
try this

Code: Select all

if (UART1_Data_Ready() == 1) {          // if data is received 
Btw, when u put card inside for 5 sec, then u can remove card. did u try it?
by supra
30 Mar 2012 20:35
Forum: mikroC PRO for PIC General
Topic: carbon dioxide sensor mg811
Replies: 4
Views: 3030

Re: carbon dioxide sensor mg811

[img]
Mg811.jpg
Mg811.jpg (91.1 KiB) Viewed 2966 times
[/img]
by supra
30 Mar 2012 10:13
Forum: mikroC PRO for PIC General
Topic: Code not working
Replies: 10
Views: 2530

Re: Code not working

Can u read tutorial chapter 4?
http://www.mikroe.com/eng/chapters/view ... ntrollers/

After u mastering. U can also reducing

Code: Select all

codeless
by using For statement block.
Plz, read chapter 4
by supra
30 Mar 2012 10:04
Forum: mikroC PRO for PIC General
Topic: 18F67J60 LED blink
Replies: 6
Views: 2525

Re: 18F67J60 LED blink

Code: Select all

void main() {
TRISB=0;
 

while(1){
LATB.F5=0;
delay_ms(500);
LATB.F5=1;
delay_ms(500);
}

}
READ DATASHEET for SFR :evil: :evil: :evil:
by supra
27 Mar 2012 19:57
Forum: mikroC PRO for PIC General
Topic: help needed for solving pic18f452 uart problem
Replies: 18
Views: 5123

Re: help needed for solving pic18f452 uart problem

R using xt or hs oscillator setting?

try this:

Code: Select all

  }
    n=n+1;
  rcard[n] = 0;
  }
  
by supra
27 Mar 2012 19:47
Forum: mikroC PRO for PIC General
Topic: PIC not working properly (16F877A)
Replies: 5
Views: 1874

Re: PIC not working properly (16F877A)

Ur pic or LCD is dead :cry: If u touched with finger while power is on. :shock: If u move jumper wire or connect to pin while power is on :shock: Or if u have extra lcd. Then either lcd nor pic is bad :evil: Never leave power supply on, while working on board :x HTH, Btw: i had to buy extra lcd and ...
by supra
27 Mar 2012 19:11
Forum: mikroC PRO for PIC General
Topic: What's the wrong with this code ?
Replies: 12
Views: 4584

Re: What's the wrong with this code ?

@zero2004 I'm sorry that i don't do 7-segments, b/c i'm moving into lcd/glcd etc. I noticed that u r using 3 digits 7-segment, either common cathode or common anode 7-segments. I noticed that u r using common anode 7-segments . That fine with u. U need to declared array for portc...... unsigned sho...

Go to advanced search