Search found 18 matches

by ghspirit
09 Jan 2007 19:20
Forum: Development Boards
Topic: OT: Add color to your application...
Replies: 17
Views: 13584

TFT LCD SCREEN WITH RĂ©tro-LIGHT Sharp for PSP

Hello, 50€ for PSP screen it's not expensive: http://www.divineo.fr/cgi-bin/div-fr/psp-tftbls But there is oled lcd for same price too: http://www.dontronics-shop.com/home.php?cat=371 The problem, there is someone that have made driver for MikroB or MikroC? I ask MikroTEAM to look to replace the lcd...
by ghspirit
10 Oct 2005 23:32
Forum: mikroPascal General
Topic: Tachometer
Replies: 56
Views: 39797

Delay_Cyc(4)=1ms ???

hello, thanks for your help! 12 ms is for example! I understand more better timing problem with pic now! In fact to do 1000 cycles and make 1 ms you must put Delay_Cyc(100) and not Delay_Cyc(4)! Well i test it tomorrow and tell you the result! See MB manual: Delay_Cyc Prototype void Delay_Cyc(unsign...
by ghspirit
10 Oct 2005 21:26
Forum: mikroPascal General
Topic: Tachometer
Replies: 56
Views: 39797

Vdelay_ms !!!! Is the solution!!!

Hello, Thanks for your idea but in MB and in MP there is a function call Vdelay_ms (parameter) but mikro team say that is not accurate like delay_ms but i have find a solution to have a Vdelay accurate! What do you think of this: To generate 12 ms i can use with a 4 Mhz clock (1 Cyc= 1/4000000 s) = ...
by ghspirit
10 Oct 2005 20:53
Forum: mikroBasic General
Topic: What are the precision of Vdelay_ms(100) functions ???
Replies: 0
Views: 1202

What are the precision of Vdelay_ms(100) functions ???

Hello, if i put in my program Vdelay_ms (100)! How long times it will take(99 ms or 101 ms???) because you say in the MB manual that the function Vdelay_ms is less precise than delay_ms but of how much??? An idea of a good variable delay is to use delay_Cyc function and put in paramater the OSC numb...
by ghspirit
10 Oct 2005 19:33
Forum: mikroPascal General
Topic: Tachometer
Replies: 56
Views: 39797

How to generate pulse with different Freq/Period

Hello, Thanks for you pulse high program, it resolve my problem! My signal is a signal that have all the time different Freqency but with Constant Period depending of the RPM! So, pulse high is very fine! I need know to translate my signal in different Period! So, how can i produce pulse when i want...
by ghspirit
06 Oct 2005 16:26
Forum: mikroPascal General
Topic: Tachometer
Replies: 56
Views: 39797

Pulse timer OK but signal input problem with Tacho

Hello, Thanks for your pulse timer!!! It work well but if i need to measure pulse of 10 µs or 150 ms period ON how can do it? My signal that i take is from an injector of the engine!SO, for one injection(2 engine revolutions) i have a big pulse and then 10 small pulse(pre-injection and injection)! ...
by ghspirit
04 Oct 2005 15:23
Forum: mikroPascal General
Topic: Tachometer
Replies: 56
Views: 39797

It's works in MB ;-))

Hello, I found the problem, it's in the procedure "Sub Procedure ccp2_RPM(Dim Rot_P_H as byte,Dim Rot_P_L as byte)" I use "Rot_P_H" and "Rot_P_L" in PROCEDURE VARIABLE AND NOT IN GLOBAL VARIABLE!!! And the result never return and was always "0"!!!! So i put it in global variable and all work well!!!...
by ghspirit
03 Oct 2005 23:16
Forum: mikroPascal General
Topic: Tachometer
Replies: 56
Views: 39797

When i say 8) it always put a smile but i put 8 and )

When i say 8) it always put a smile but i put 8 and ) like you say in your post!
by ghspirit
03 Oct 2005 23:15
Forum: mikroPascal General
Topic: Tachometer
Replies: 56
Views: 39797

tach problem in MB

Hello, Thanks to your fast reply but in my code that i have compile and test with a 16f876 4 mhz i put "8)" in R_Period = Word(Rot_P_H << HERE OR Rot_P_L ! SO, is not the problem! But Has you see, in a 16f876 i don't have "T3CON" SO, in your code i have simple erase this line "'T3CON = $00 '0000 000...
by ghspirit
03 Oct 2005 14:52
Forum: mikroPascal General
Topic: Tachometer
Replies: 56
Views: 39797

Adaptation in MB but I've always 5585 like RPM???

Hello, i've adapt the code to MB Can someone check it or say why i have always 5585 rpm??? I send info not by LCD but by USART(9600) and i use Pic 16F876 4 mhz: program Tach 'Program measures the rotation period based on a pulse input and calculates RPM 'NOTE: Interrupt Procedure is NOT used as the ...
by ghspirit
03 Oct 2005 09:49
Forum: mikroBasic General
Topic: PULSE TIMER/COUNTER
Replies: 2
Views: 3848

PULSE TIMER/COUNTER

Hello, In the post "Tachometer" in mikroBasic, you say that "You will need a pulse counter or a frequency meter. We are preparing the examples for both for the next release. If someone else has a handy example, please do post it." Do you have finish this exemple for V5??? When you say a "Frequency M...
by ghspirit
03 Oct 2005 09:48
Forum: mikroBasic Wish List
Topic: PULSE TIMER/COUNTER
Replies: 0
Views: 2808

PULSE TIMER/COUNTER

Hello, In the post "Tachometer" in mikroBasic, you say that "You will need a pulse counter or a frequency meter. We are preparing the examples for both for the next release. If someone else has a handy example, please do post it." Do you have finish this exemple for V5??? When you say a "Frequency M...
by ghspirit
03 Oct 2005 09:45
Forum: mikroBasic General
Topic: Status request
Replies: 7
Views: 3463

Do you Add PULSE COUNTER&TIMER in V5 like you say someda

Hello, In the post "Tachometer" in mikroBasic, you say that "You will need a pulse counter or a frequency meter. We are preparing the examples for both for the next release. If someone else has a handy example, please do post it." Do you have finish this exemple for V5??? When you say a "Frequency M...
by ghspirit
16 Feb 2005 12:30
Forum: mikroC Wish List
Topic: USB FUNCTION FOR 18fXX50 and 18fxx55 and 16C7X5
Replies: 4
Views: 5622

USB FUNCTION FOR 18fXX50 and 18fxx55 and 16C7X5

Hello,

i possible to implement functions to usb the embedded usb for 18fXX50 and 18fxx55 and 16C7X5???

Best Regards :D
by ghspirit
13 Feb 2005 17:31
Forum: mikroBasic General
Topic: WHEN MANCHESTER CODE UPDATING BECAUSE V1.16 patched BUG!!!!
Replies: 5
Views: 5584

Hello, What i like to say is that the patch for V1.16 didn't correct the bug with "MAN_SEND" that you must replace by "MAN_SEND_BYTE" for 12fxxx and 16fxxx and not for 18fxxx??? I arrive to compile but i didn't arrive to communicate with my modem aurel? And "MAN_SEND_CONFIG" didn't use my "TXPIN" th...

Go to advanced search