Search found 526 matches

by aleksa.jovanovic
30 Dec 2015 11:31
Forum: Review
Topic: Rfid reader board
Replies: 8
Views: 8578

Re: Rfid reader board

I am assuming that you are using the 2x16 character LCD. Because the string is 64 characters long, you need to make a function that can display it all on the smaller LCD. My suggestion is make a for loop which fills the 32 places on the LCD, then makes a delay of a couple of seconds, then displays t...
by aleksa.jovanovic
30 Dec 2015 09:16
Forum: mikroBasic PRO for PIC32 General
Topic: TFT810
Replies: 12
Views: 13540

Re: TFT810

My bad
by aleksa.jovanovic
29 Dec 2015 14:35
Forum: mikroBasic PRO for PIC32 General
Topic: TFT810
Replies: 12
Views: 13540

Re: TFT810

Here is a working example for you.
Check if you want to use different CS and RST pins.

Best regards,
Aleksa
by aleksa.jovanovic
29 Dec 2015 13:24
Forum: Library Development Discussion
Topic: Resistive touch panel with XPT2046 controller
Replies: 3
Views: 5465

Re: Resistive touch panel with XPT2046 controller

Hi,

For driving the STMPE811 we are using our library called STMPE610 that is built into the compiler.

Best regards,
Aleksa
by aleksa.jovanovic
29 Dec 2015 11:58
Forum: Review
Topic: Rfid reader board
Replies: 8
Views: 8578

Re: Rfid reader board

You need to store the entire string of card id to a variable, and then, depending on your screen size use the Lcd_Out function to display chunks of the data.

Best regards,
Aleksa
by aleksa.jovanovic
29 Dec 2015 11:48
Forum: mikroBasic PRO for PIC General
Topic: COFF file + Proteus + 18F452
Replies: 2
Views: 1738

Re: COFF file + Proteus + 18F452

I believe that my coworker has replied to your post
http://www.mikroe.com/forum/viewtopic.php?f=97&t=66499

Best regards,
Aleksa
by aleksa.jovanovic
29 Dec 2015 11:38
Forum: mikroC PRO for PIC General
Topic: 6 independent PWM signals
Replies: 2
Views: 1261

Re: 6 independent PWM signals

Hi, You need to see if your chip has 6 different PWM modules. Also do all have to be the same frequency or different? This is determined by the timers used by the PWMs, some chips use only 1 timer for all PWMs. When you see which chip you will need you can do something like this, Read the ADC value ...
by aleksa.jovanovic
28 Dec 2015 16:15
Forum: mikroBasic PRO for PIC32 General
Topic: TFT810
Replies: 12
Views: 13540

Re: TFT810

I will generate a simple demo for that chip and the FT810.
If any issues with the software/libraries arise I will inform you.

Best regards,
Aleksa
by aleksa.jovanovic
28 Dec 2015 11:32
Forum: mikroC PRO for ARM General
Topic: mikroC PRO for ARM version 4.7.0 adds support for Cortex®-M7
Replies: 26
Views: 16269

Re: mikroC PRO for ARM version 4.7.0 adds support for Cortex

@jimmy_sayavong : I ended up re-installing v4.5.2 back on my computer to get things up and running. I do NOT think the 4.70 is ready for prime time yet !! Could you please describe what was happening when you tried to install the FT800 library? I have successfully installed it on the new version @Va...
by aleksa.jovanovic
28 Dec 2015 10:06
Forum: Review
Topic: Rfid reader board
Replies: 8
Views: 8578

Re: Rfid reader board

The card id array is much larger then the LCD can show at once.
Can I have a look at your modified example?

Best regards,
Aleksa
by aleksa.jovanovic
28 Dec 2015 09:24
Forum: Development Boards
Topic: Cannot make the ICD work with PIC 16F819.
Replies: 2
Views: 1687

Re: Cannot make the ICD work with PIC 16F819.

Hi,

I've tried it out and it seems to start, but it hangs and never starts.
I've reported it to the software department.

Best regards,
Aleksa
by aleksa.jovanovic
24 Dec 2015 15:07
Forum: mikroC PRO for PIC General
Topic: PWM PIC18F4550 CRAZY SITUATION
Replies: 7
Views: 2478

Re: PWM PIC18F4550 CRAZY SITUATION

Hi,

This chip only uses the Timer2 for PWM purposes, so what is written last, that is the frequency that it's going to run at.

Best regards,
Aleksa
by aleksa.jovanovic
24 Dec 2015 14:23
Forum: mikroBasic PRO for PIC32 General
Topic: TFT810
Replies: 12
Views: 13540

Re: TFT810

Hi,

Which MCU are you using?

Best regards,
Aleksa
by aleksa.jovanovic
23 Dec 2015 15:14
Forum: mikroC PRO for PIC General
Topic: mikroElektronika ICD hardware not found...
Replies: 14
Views: 6908

Re: mikroElektronika ICD hardware not found...

Hi,

One question, are you working tieh 18F4520 or 4620 ?
The project is with 4620, you shouldn't have issues with it.

If something comes up accidentally let me know right away.

Best regards,
Aleksa

Go to advanced search