Search found 280 matches

by Thomas K
06 Jan 2011 13:19
Forum: mikroC General
Topic: iLI9320 240x320 RGB Display - Library?
Replies: 4
Views: 5632

Re: iLI9320 240x320 RGB Display - Library?

Hi, did you found any solution. M.Pathma Hi. Yeah, kind of! This is long time ago, so currently I've done many other projects with LCD screen. For the ILI9320 display, I found some code for the PIC18 series in C, but for the Microchip C18 compiler. This would be easily ported to mikroC, though I ha...
by Thomas K
21 Oct 2009 12:23
Forum: Development Boards
Topic: EasyPIC5 Problems - Board Failure!
Replies: 7
Views: 3537

I couldn't find your ticket. You might have been assigned to one of my colleagues and if that is the case, you should have gotten an answer. If you didn't get answer to your ticket, please create ticket again and attach pictures as mentioned in my previous post. I've already got answer from you col...
by Thomas K
19 Oct 2009 15:48
Forum: Development Boards
Topic: EasyPIC5 Problems - Board Failure!
Replies: 7
Views: 3537

Can you please create a support ticket describing your problem and attach pictures of your board connected and turned on (archived in zip or rar format), so we can inspect it. It would help if you make one picture of the board for external power supply use and one for USB power supply use. You can ...
by Thomas K
19 Oct 2009 08:47
Forum: Development Boards
Topic: EasyPIC5 Problems - Board Failure!
Replies: 7
Views: 3537

I haven't removed the J6, it's in the "External" position - but the Yellow USB LED isn't lighting up when connected to the computer! I think I've figured out the problem - that my laptop can't provide enough power on the USB port, to set the PIC into programming mode (12V) But still, then I should b...
by Thomas K
13 Oct 2009 17:10
Forum: Development Boards
Topic: EasyPIC5 Problems - Board Failure!
Replies: 7
Views: 3537

EasyPIC5 Problems - Board Failure!

Hi. Today I finally found my EasyPIC5 board again, and I would like to try it again. I have alot of PIC's but I choose the PIC18F4550, as I would try the USB example. After the compilation of the mikroBasic USB example, it started the programmer (PICFlash), and started programming... But it was VERY...
by Thomas K
25 Jun 2009 22:18
Forum: Development Boards
Topic: Remote PIC Programming
Replies: 2
Views: 1815

I would like to know this too! I know that mikroElektronika already has the bootloader code available, but is it possible to make your own computer-software which communicates with ME's Bootloader? As I can't find any informations regarding the communication protocol between the Bootloader software ...
by Thomas K
23 May 2009 21:53
Forum: Development Boards
Topic: Programming errors with 18F4550 - but not 16F877A
Replies: 1
Views: 1451

Programming errors with 18F4550 - but not 16F877A

Hi. Today I finally found my EasyPIC5 board again, and I would like to try it again. I have alot of PIC's but I choose the PIC18F4550, as I would try the USB example. After the compilation of the mikroBasic USB example, it started the programmer (PICFlash), and started programming... But it was VERY...
by Thomas K
23 May 2009 20:34
Forum: mikroC General
Topic: iLI9320 240x320 RGB Display - Library?
Replies: 4
Views: 5632

iLI9320 240x320 RGB Display - Library?

Hi mikroElektronika and PIC users. I would like to know if any of you have worked with the a RGB Display using the iLI9320 controller? As I'm looking for a driver/library. It would be good if it's a mikroC library, but everything else (not assembler ;)) would be okey too! Also, is the iLI9320 workin...
by Thomas K
21 Mar 2009 15:23
Forum: mikroPascal General
Topic: LIBRARY for NOKIA 6100 COLOUR LCD 132x132 pixels
Replies: 11
Views: 19405

Is it possible to use a PIC18F452?
And i only have a 8Mhz and 20Mhz crystal, not a 10Mhz - can I use those?
by Thomas K
14 Feb 2009 01:03
Forum: mikroBasic General
Topic: Velleman MK112
Replies: 7
Views: 3112

Oh of course!
How could i forget that...

Thanks, topic solved!
by Thomas K
14 Feb 2009 00:43
Forum: mikroBasic General
Topic: Velleman MK112
Replies: 7
Views: 3112

Sorry, I also meant TRISIO, and i've tried that, and that doesn't work!
by Thomas K
14 Feb 2009 00:25
Forum: mikroBasic General
Topic: Velleman MK112
Replies: 7
Views: 3112

As you noticed, set the pin to OUTPUT and set it low to turn on the LED. To read the switch, set the pin to INPUT and read it. If switch is active, it will read as zero else one. I know, and i've tried that - but it doesn't work! GPIO = 255 while true If GPIO.0 = 0 then break end if wend GPIO = 255...
by Thomas K
13 Feb 2009 21:44
Forum: mikroBasic General
Topic: Velleman MK112
Replies: 7
Views: 3112

Velleman MK112

Hi. The MK112 from Velleman is using a PIC12C508, and therefor it's possible to switch to a PIC12F683, which i could make a program for in mikroBasic. But i don't know how to read the buttons, as it's made in a strange way! I can turn on the LED's by setting the output to 0, but i don't know how to ...
by Thomas K
11 Feb 2009 00:09
Forum: mikroBasic General
Topic: RFID and SD Card
Replies: 12
Views: 5817

when reading the help file of mikrobasic in order to properly connect the mmc/sd you need hardware SPI and for the 18f452 portc is the spi communication port and you are using the portd... so i think that you need to init the mmc using the portc regards Yes i know, but i am confused. As i have used...
by Thomas K
10 Feb 2009 10:06
Forum: mikroBasic General
Topic: RFID and SD Card
Replies: 12
Views: 5817

I haven't worked with excel on the PIC before, but i will try today!

Go to advanced search