Search found 57 matches

by marco
25 Jul 2011 15:11
Forum: mikroC General
Topic: bluetooth
Replies: 5
Views: 5598

Re: bluetooth

Hello my friend . Have you tried the exemples from Mikroelektronika ? You have ADC_UART, it was from this exemple that i have started ! unsigned short temp_res; void main() { USART_Init(9600); // Initalize USART (19200 baud rate, 1 stop bit, no parity...) ANSEL = 0x04; // Configure AN2 pin as analog...
by marco
03 Dec 2010 15:34
Forum: mikroC General
Topic: Sleep mode
Replies: 0
Views: 992

Sleep mode

Hello again my friends! I´m using pic 16f877 and a would like to know how can a put pic on sleep mode and get out of sleep mode. i´m asking becouse a want to try ; Low-power consumption: - < 0.6 mA typical @ 3V, 4 MHz - 20 μA typical @ 3V, 32 kHz - < 1 μA typical standby current what do i have to do...
by marco
05 Oct 2010 13:37
Forum: mikroC General
Topic: Floating-point
Replies: 2
Views: 1391

Re: Floating-point

As always a simple and perfect answer !!

Thank you again for the great help my friends.
by marco
01 Oct 2010 16:18
Forum: mikroC General
Topic: Floating-point
Replies: 2
Views: 1391

Floating-point

Hello again my friends! I´m having some difficulties to solve this problemes. i´m reading from ADC 10bits , and i want to do this simple operation ! Ex: ADC value = 700; 700/120=5,83333333 I want to read 5,83333333 but instead i only read 5 ! Or: 51*3.14=160,14 but instead i only read 160 I want to ...
by marco
22 Sep 2010 09:49
Forum: mikroC General
Topic: converting data
Replies: 4
Views: 1703

Re: converting data

Sory about the delay!!
It is working fine.
Probleme 100% solved.

Once again tank you guys.
by marco
08 Sep 2010 12:16
Forum: mikroC General
Topic: converting data
Replies: 4
Views: 1703

Re: converting data

Hello
I haven´t try yet but it seems very logic!
Ihave compile the programme but i havent test it on hardware!
As soon as i test it ,i will comment!

Thank you my friends for the help and for que quick response.
by marco
01 Sep 2010 12:29
Forum: mikroC General
Topic: converting data
Replies: 4
Views: 1703

converting data

Hello again my friends! I´m working with 16f877A and i have a basic question for you! I have 2 memories (Eeprom) with adress 0x32(1byte) and 0x33(1byte) with data on it. I have a variable V (unsigned (int), 2 bytes). Eeprom 0x32 is MSB and Eeprom 0x33 is LSB. How can i send 2 eeprom data into V vari...
by marco
12 Apr 2010 11:19
Forum: mikroC General
Topic: burning ports
Replies: 3
Views: 1605

Re: burning ports

Hello ! Yes, you are right , but i just want to understeand the hardware, and it´s limits.Not just by data sheet! I have tried to burn ports ,and i think it is very dificult.i used 12V power supply and in a single port ex:PORT.F1 80 to 90mA, and it was working all day long.i´m very surprised. thanks...
by marco
10 Apr 2010 12:03
Forum: mikroC General
Topic: burning ports
Replies: 3
Views: 1605

burning ports

Hello !
I would like to make a stupid question!
How can i burn out a port from a pic with out killing the pic or the programme inside???
i´m usin 16f627 ,and i want to burn PORT.F1!

thank you all .
by marco
18 Mar 2010 01:21
Forum: mikroC General
Topic: Mikroc compiler
Replies: 3
Views: 2431

Re: Mikroc compiler

thanks!
would it be very dificult to change programes from mikroC for PIC 8.2.0.0 to mikroC PRO for PIC ?!?!?
thanks!!
by marco
18 Mar 2010 01:07
Forum: mikroC General
Topic: 16f877A memory
Replies: 2
Views: 1426

Re: 16f877A memory

Yes,Yes,Yes...!!! :D
thank you very mutch!!! problem solved 100%!
it worked very nice.
thank you once again my friend.
by marco
15 Mar 2010 14:59
Forum: mikroC General
Topic: 16f877A memory
Replies: 2
Views: 1426

16f877A memory

hello my friends i´m working with 16f877a , and a 16x2 lcd. i have a 8bit encoder, and for the first 40 combinations , a want to display some imformation. My probleme is that in the first 15 combinations a don´t have more memory(ram)! if(t1==1){ tc = " 67.0"; LCD_Out(2,6,tc); } else if(t1==2){ tc = ...
by marco
24 Feb 2010 15:34
Forum: mikroC General
Topic: Problem with 18F4550 and USB
Replies: 28
Views: 11348

Re: Problem with 18F4550 and USB

Hello my friend! i have made some projects with 16f877A, and becouse of usb a´m trying 18f4550. i have tryed the exemple from mikroelektronika, but i can´t compile it . it apears 4 messeges 1---pointer conversion to int type 2---pointer conversion to int type 3---pointer conversion to int type 4---R...
by marco
24 Feb 2010 15:07
Forum: mikroC General
Topic: USB servo control
Replies: 1
Views: 1421

Re: USB servo control

hello my friend !

Can you help me please??
do you have a simple example , how to send data (usb) on 18f4550, and the configurations?

thank you very mutch.
by marco
11 Feb 2010 15:25
Forum: mikroC General
Topic: usb 18f4550 beginer
Replies: 5
Views: 2207

Re: usb 18f4550 beginer

hello and tank you again! I tryed this confuguration , but the exmple have the samme massege(Routine InitUSBdsc not defined).(what does it mean?)Is it just a configuration probleme?? unsigned char RD_len; unsigned short userWR_buffer[64]; unsigned short userRD_buffer[64]; void interrupt() { Hid_Inte...

Go to advanced search