Search found 16 matches

by AjK
24 May 2010 22:39
Forum: mikroC PRO for PIC General
Topic: Little BUG with GLCD Bitmap editor for Nokia 3310
Replies: 1
Views: 1202

Little BUG with GLCD Bitmap editor for Nokia 3310

I've noticed that the code generated by the GLCD Bitmap editor for the Nokia 3310 display is missing a "," after each 6 bytes for the whole 504 bytes array. Example: // ------------------------------------------------------ // Picture name: mikro_bmp // GLCD Model: Nokia3310 Like // ----------------...
by AjK
02 Oct 2008 13:01
Forum: mikroBasic General
Topic: Linker error: Bank not found: I
Replies: 0
Views: 989

Linker error: Bank not found: I

Hi everybody, i got this error while compiling my code... i don't know so much about ASM but i'm trying to use a 12F508's asm code with a 16F877 what i should change? i changed the Pins name from GPIO to PORTA and now i think that i need to specify the correct addresses of the avaible memory... some...
by AjK
26 Sep 2008 14:08
Forum: Development Boards
Topic: EasyPIC5 and ICSP connector
Replies: 7
Views: 6571

great, i think i will do something like that :)
by AjK
26 Sep 2008 11:02
Forum: Development Boards
Topic: EasyPIC5 and ICSP connector
Replies: 7
Views: 6571

EasyPIC5 and ICSP connector

Hi,
no one has ever made an ICSP connector for the EasyPIC5?
where i could connect my ICSP connector directly on the PICFlash circuit of my EasyPic5?

Then would be so much easy to program every PICs once installed on my final projects.

Thanks :D
by AjK
05 Aug 2008 22:52
Forum: mikroBasic General
Topic: PIC SDRAM Interface
Replies: 5
Views: 4174

I think it depend only at the logging frequency that you wanna have with your datalogger. The SDRAM need a 5ns to get the access, and to write something. So u can make a dataLogger that can sample at maximum your data every 5ns, lets say 6ns. How much often do you have to log and save the data into ...
by AjK
04 Jul 2008 11:52
Forum: mikroBasic General
Topic: PIC Timer Calculator - free - Betatesting
Replies: 42
Views: 41711

great Work :)
by AjK
26 Jun 2008 22:51
Forum: mikroBasic General
Topic: Microchip parts selector
Replies: 1
Views: 2111

great! :D

thanks for the link :wink:
by AjK
21 Jun 2008 14:53
Forum: mikroBasic General
Topic: can i do this????
Replies: 8
Views: 3084

you can use the interrupt to make blinking the led while u will continuosly checking the sensor :)

or u must use the delays routine?
by AjK
17 Jun 2008 10:28
Forum: mikroBasic General
Topic: I2C - 16F887 noACK
Replies: 5
Views: 2512

I2C will not work like this. Thanks for the answer, my problem was only to send the writing pulses in a correct way (StartBit+EpromCommand+Address+Data+StopBit) without care if the eeprom will answer with the acknowledgement bit after each 8bit sent. I needed only to send the correct pulses. But i ...
by AjK
16 Jun 2008 19:09
Forum: mikroBasic General
Topic: Variables inside SubProcedures
Replies: 1
Views: 1115

Variables inside SubProcedures

Hi,

ho can i use the same variable in more than one SubProcedure?

I have to define it in the main program?

Thanks
by AjK
14 Jun 2008 08:02
Forum: mikroBasic General
Topic: Timer0 for time measurement
Replies: 4
Views: 1934

Thanks trust issues! my problem was how to create the t1 variable! and now i think that i have understand with ur code: dim tL as byte absolute $30 tH as byte absolute $31 t1 as word absolute $30 ' 16 bit value of timer tL and TH are 8bit variables and t1 is 16bit starting from the ram address $30 :...
by AjK
13 Jun 2008 20:40
Forum: mikroBasic General
Topic: Timer0 for time measurement
Replies: 4
Views: 1934

well, i just read and studied a little the free online book called "PIC microcontroller" And as i understood, Timer0 of the 16F887 is a 8bit timer, maybe i should use the Timer1 that its a 16bit timer but i still dont know how to use both the two register TMR1H and TMR1L of the Timer1. i just wish t...
by AjK
13 Jun 2008 19:03
Forum: mikroBasic General
Topic: Timer0 for time measurement
Replies: 4
Views: 1934

Timer0 for time measurement

Hi everyone! Im trying to use the Timer0 of a 16F887 for measuring the time between two external pulses coming on a pin of the portA. with a 8Mhz xtal and a 1:2 prescaler Timer0 increment every 1us and I had succesfully results of time measuring for intervals < than 255us How can i check time interv...
by AjK
13 Jun 2008 13:37
Forum: mikroBasic General
Topic: I2C - 16F887 noACK
Replies: 5
Views: 2512

Thanks for the answer :) I don't think that you can. The Philips I2C specification demands an ACK or NACK from the receiver before the next data can be sent by the transmitter. During the writing process with the I2C specification, the master device (my pic16F887) send the start signal and then send...
by AjK
12 Jun 2008 22:05
Forum: mikroBasic General
Topic: I2C - 16F887 noACK
Replies: 5
Views: 2512

any suggestions? :roll:

Go to advanced search