Search found 7 matches

by mirrayhan08
20 Dec 2016 18:54
Forum: mikroC General
Topic: Wireless Data Transmission
Replies: 6
Views: 7228

Re: Wireless Data Transmission

Hi Guys, I am trying to figure out how to transmit and receive a string then display it to LCD. I did some code and now it is working. But, does not work as I expected. Data transmission does not stop. Please check the attached project files. It will be appreciated if anyone helps me to solve this p...
by mirrayhan08
16 Dec 2016 13:50
Forum: mikroC General
Topic: Facing Problem to send / receive string through UART
Replies: 1
Views: 2417

Facing Problem to send / receive string through UART

Hi, I am facing problem to show UART data to LCD. Check the attached circuit. The Operations Procedures are: Button 1: PIC18F4550 send an activation signal or string (ex: ready_adc) for activated the ADC which are connected to the PIC16F73. Button 2: PIC18F4550 will collect the data through the UART...
by mirrayhan08
15 Dec 2016 19:45
Forum: mikroC PRO for PIC General
Topic: Arrays from type string in C
Replies: 11
Views: 12353

Re: Arrays from type string in C

Hello, I don't know whether this will explain exactly what you are confused about, but here's a simple demonstration (written for PIC18F4520) of how to access a string in a string array. Only important thing is that you declare multidimensional array in such a way so that compiler can allocate enou...
by mirrayhan08
02 Dec 2016 19:36
Forum: mikroC PRO for PIC General
Topic: Need Help for Writing / Reading then Display Data on LCD
Replies: 0
Views: 13614

Need Help for Writing / Reading then Display Data on LCD

Hi, I need help for Writing some data in MMC the read specific data from MMC and display on the LCD. If anyone shares with me some example it will help me a lot. You will find the circuit with this post. If I press the "Button 1" one string (ex. This is text number one) will write on the MMC. Button...
by mirrayhan08
22 Nov 2016 13:22
Forum: mikroC PRO for PIC General
Topic: can't run interrupt "pic16f877a"
Replies: 5
Views: 2357

Re: can't run interrupt "pic16f877a"

hi guys. i'm facing a problem with pic16f877a interrupt. first of all i must run some functions during interrupt. but sense RAM is limited i can't do so "it gives error" .then i changed to pic18f458 for higher RAM ,also it gives error " reentrancy error" because i have some functions calling during...
by mirrayhan08
22 Nov 2016 13:20
Forum: mikroC PRO for PIC General
Topic: can't run interrupt "pic16f877a"
Replies: 5
Views: 2357

Re: can't run interrupt "pic16f877a"

uros.cvetinovic wrote:Hi,

You didn't initialized timer1, you need to call InitTimer1() function in the main() routine.

Best regards,

Uros
Thank You very much, Uros. I got it. :) :) :)
by mirrayhan08
21 Nov 2016 06:03
Forum: mikroC PRO for PIC General
Topic: can't run interrupt "pic16f877a"
Replies: 5
Views: 2357

Re: can't run interrupt "pic16f877a"

Hi, I am a MikroC User. I wanted to do something using Software interrupt. But it's not working. I am using " MikroElektonika-Timer Calculator " for Generate the Timer1 Code. Also, I am using " MikroC Pro for PIC v6.6.3 " and Proteus for testing the code. It will be appreciated if someone helps me t...

Go to advanced search