Search found 54 matches

by ch9fod
01 Jun 2009 19:50
Forum: mikroC PRO for PIC General
Topic: MCL_LibViewer Tool
Replies: 1
Views: 1808

Nice! Thx MAN. Ill try this one later today.
:D
by ch9fod
27 May 2009 20:30
Forum: mikroPascal PRO for PIC General
Topic: Conversions library for PIC18s
Replies: 11
Views: 9565

Hello! Thx for this great library. One question. Can i use this library with the older compilers? Or its just for the proversion?
Thx guys!
by ch9fod
09 May 2009 20:09
Forum: mikroC PRO for PIC General
Topic: HowTo Interrupts for newbies
Replies: 15
Views: 11321

Thx for this! It is great for ppl with no experienci with interupts.
Good job! :D
by ch9fod
06 Apr 2009 14:39
Forum: mikroC PRO for AVR General
Topic: Keypad Library
Replies: 7
Views: 3955

Thx for replay, ill try with pull ups. So how do you know they need pull ups? Did you read it somewhere? beacause in the help it says nothing. Anyhow ill try connecting pull ups to the first nibble.
Regards!
by ch9fod
06 Apr 2009 05:32
Forum: mikroC PRO for AVR General
Topic: Keypad Library
Replies: 7
Views: 3955

Keypad Library

Hello guys, i just tried the keypad library over an ATMEGA8515. I used the example with the LCD, I also build the circuit on a protoboard. So the LCD worked great, but the keypad i think it didn't. So maybe the circuit is wrong. Does the keypad need pull-up resistors somewhere or something? I just c...
by ch9fod
11 Mar 2009 19:25
Forum: mikroC General
Topic: Timer1 and EXT oscillator
Replies: 11
Views: 5905

Hola de nuevo! Pues mira como no tengo el micro que estas usando, no puedo hacer pruebas para ayudarte, pero se me ocurre que, si si te funciona con pulsos en los pines externos, podrias conectarle el cristal externamente, claro que necesitas conseguir el cristal, si te cuesta trabajo conseguirlo, d...
by ch9fod
11 Mar 2009 18:41
Forum: mikroC General
Topic: Timer1 and EXT oscillator
Replies: 11
Views: 5905

Hola Carolina! Estuve leyendo el datasheet de tu micro, pero me quedo una duda. El oscilador de 32khz es interno del micro o tienes que conectar el cristal externamente? Desde un principio pensaba que estabas conectando el cristal externamente, pero leyendo el datasheet me parecio entender que tiene...
by ch9fod
11 Mar 2009 00:12
Forum: mikroC General
Topic: Timer1 and EXT oscillator
Replies: 11
Views: 5905

Hola! No te muestra nada en el puerto? solo para saber si no funciona absolutamente nada o parcialmente? Lo unico que se me ocurre es que pudiste haber puesto erroneamente las flags de configuracion para un cristal externo.
Saludos!
by ch9fod
05 Mar 2009 23:27
Forum: mikroC General
Topic: MAN's 1-wire net library question
Replies: 1
Views: 1369

MAN's 1-wire net library question

Hello everyone! Im starting to use this great library and learning about 1-wire. I use this little code just to perform a simple conversion of only 1 ds18s20 connected in the 1-wire net. Lcd_Config(&PORTB, 2, 3, 1, 7, 6, 5, 4); Ow_Config(&PORTB,0); DevCount = ow_count_device(); ByteToStr(DevCount, d...
by ch9fod
01 Mar 2009 08:06
Forum: mikroC General
Topic: LED fan project.
Replies: 4
Views: 2201

hehe yeah it is great that propeller clock, but i dont have any idea of how it is made, it must have some kind of encoder or something to know the location of the fan, also the animation is some crazy stuff haha

Good luck with that :D
by ch9fod
01 Mar 2009 07:35
Forum: mikroC General
Topic: LED fan project.
Replies: 4
Views: 2201

Is what youre trying to do something like this??

http://www.youtube.com/watch?v=l4F8UbM-1t4


Ch9FOD
by ch9fod
27 Feb 2009 20:10
Forum: mikroC General
Topic: useful makros.
Replies: 4
Views: 2602

Thx man, ill be using this soon!
:D
by ch9fod
07 Feb 2009 19:41
Forum: mikroC General
Topic: Sony SIRC IR remote, hope you like it
Replies: 0
Views: 2445

Sony SIRC IR remote, hope you like it

So this code decodes the Sony SIRC IR remote controllers in the 12 bit interface. I know its not very clean and it can be very optimized, but it works and thats great for me hehe. I use the INT on RB0 and timer 1 for measuring the width of the pulses. this picture is what i read on the exit of a TSO...
by ch9fod
05 Feb 2009 16:57
Forum: mikroC General
Topic: INTCON. causes error
Replies: 6
Views: 2925

I also use this and it compiles:

Code: Select all

void interrupt(){
  if (INTCON.F1){
       INTCON.F1=0;          // clears INT0IF (external interrupt)
       PORTA.F0^=1;
       }
}
Thx for replies
by ch9fod
05 Feb 2009 16:52
Forum: mikroC General
Topic: INTCON. causes error
Replies: 6
Views: 2925

Hi, i dont know if this is important, but i use the pic16f747. Thx!

Go to advanced search