Search found 573 matches

by Copy'nPaste
16 Jun 2012 17:29
Forum: mikroBasic PRO for PIC General
Topic: GPS_Click example
Replies: 7
Views: 2468

Re: GPS_Click example

Hi Filip,
I'm not too good at this, but the Gps had solid lock, so I assume the the values in LonT to be valid, since it is taken from the original, working code.
If you run this code and hardware, do you get different results?

Regards,
Gustav
by Copy'nPaste
12 Jun 2012 18:00
Forum: mikroBasic PRO for PIC General
Topic: GPS_Click example
Replies: 7
Views: 2468

Re: GPS_Click example

Hi Filip, Yes, the GPS is working fine, and has solid lock. It runs the original GLCD code just fine. Yes, the LCD initializes ok, and prints the headers I want. This is the code so far, ugly, but I just want to get to a point where my part of the code displays anything logical from the example, bef...
by Copy'nPaste
11 Jun 2012 17:53
Forum: mikroBasic PRO for PIC General
Topic: GPS_Click example
Replies: 7
Views: 2468

Re: GPS_Click example

Ok, why does this slice from code that compiles ok, do nothing on the lcd? if(str_[32] = "W") then ' if the longitude is in the West direction it has minus sign longitude = 0 - longitude IntToStr(longitude, LonT) LCD_Out(1,4,LonT) delay_ms(1000) end if it is part of the original GPS_Click example
by Copy'nPaste
11 Jun 2012 10:29
Forum: mikroBasic PRO for PIC General
Topic: GPS_Click example
Replies: 7
Views: 2468

Re: GPS_Click example

Thanks for the reply Filip, it is a little bit clearer now.
But the
$GPGLL,4916.45,N,12311.12,W,225444,A*31
string in total is 39 bytes long :?
Still, you have given me something to work on :)
by Copy'nPaste
08 Jun 2012 12:52
Forum: mikroBasic PRO for PIC General
Topic: GPS_Click example
Replies: 7
Views: 2468

GPS_Click example

Can some kind person please explain how the string extraction is done in the above example? I'm trying to re-write the code for a LCD, showing speed, direction of travel, height, and satellite status. I've established that I only need two NMEA strings to do all 4, $GPVTG, and $GPGGA. But I just can'...
by Copy'nPaste
05 Jun 2012 16:28
Forum: Development Boards
Topic: Customer Service from mikroElektronika
Replies: 1
Views: 955

Customer Service from mikroElektronika

In one word, GREAT :D December last year I ordered an EasyPic7 direct, not knowing that only a month or two earlier a local agent was appointed. Cut a long story short, it got stolen/lost. Probably here, I live in a country of thieves. Anyway, mikroElektronika have now refunded me, in full !!! And I...
by Copy'nPaste
30 May 2012 19:18
Forum: Development Boards
Topic: GLCD seems broken
Replies: 4
Views: 1623

Re: GLCD seems broken

Ok, had a nice supper, switched on the Notebook, EP7 didn't run the GLCD code.
Third reset, code ran.
I'm sort of convinced it is a logic level problem, but not mE's problem.
I mean, the GLCD IS designed for 5V...........
Now to wait for those 3V3 LCD's and GLCD's from the manufacturers :twisted:
by Copy'nPaste
30 May 2012 19:09
Forum: mikroBasic PRO for PIC General
Topic: DAC Example
Replies: 2
Views: 2566

Re: DAC Example

Thanks Filip, I should have done more homework :oops: But not quite what I needed, parts of that code perfectly suits my user name :twisted: , I'm slightly confused by the actual PIC settings, to use the ON BOARD DAC. I've kind of figured out: VREFCON0 00000000 ' to set up the reference voltage, Vdd...
by Copy'nPaste
30 May 2012 16:53
Forum: Development Boards
Topic: GLCD seems broken
Replies: 4
Views: 1623

Re: GLCD seems broken

Hi Massimo, I have run into a similar problem on my EP7, using the 18f45k22. Although the pic can operate on 3V3, it seems the GLCD isnt always happy. The first time I programmed the example code with EP7 set to 3V3, it didn't work. About the third programming sequence, it did. With EP7 set to 5V, i...
by Copy'nPaste
28 May 2012 08:15
Forum: mikroBasic PRO for PIC General
Topic: DAC Example
Replies: 2
Views: 2566

DAC Example

I don't seem to get my head around the correct configuration for the PIC18F45K22.
Anyone have a working example they are willing to share ? :oops:
by Copy'nPaste
26 May 2012 18:14
Forum: mikroBasic PRO for PIC General
Topic: MikroE products
Replies: 2
Views: 1208

Re: MikroE products

And the same for us in South Africa 8)
It might be a little bit more expensive (haven't really checked),
but after my EP7 order went missing last year, it was a pleasure to order from Dizzy Enterprises,
and have it delivered two days later :D
by Copy'nPaste
08 Nov 2011 13:23
Forum: Development Boards
Topic: I have a easyPIC6
Replies: 11
Views: 3691

Re: I have a easyPIC6

Have you tried adjusting the contrast pot?
Is the backlight on?
by Copy'nPaste
15 Jul 2011 18:09
Forum: mikroBasic PRO for PIC General
Topic: USB Dongle
Replies: 4
Views: 1662

Re: USB Dongle

At this point USB dongle is offered as licensing option only to new users.
Ok, understood, keep us informed if this changes in the near future.

Regards,
Gustav
by Copy'nPaste
13 Jul 2011 14:34
Forum: mikroBasic PRO for PIC General
Topic: USB Dongle
Replies: 4
Views: 1662

USB Dongle

Hi there,
Can existing license holders apply for the USB dongle too ?
I assume the dongle only works for version 5.xx and up then ?

Regards,
Gustav Kuhn
by Copy'nPaste
10 Mar 2011 07:29
Forum: mikroBasic PRO for PIC General
Topic: Soft I2C and I2C together ?
Replies: 7
Views: 3304

Re: Soft I2C and I2C together ?

Mmm, can't help you with Pic Basic Pro, sorry.
I don't think you can have more than one Soft I2C, since you need to define the pins when you initialise the PIC.
Also, the 12F508/9 is very limited in functionality, you would need a PIC with hardware serial engine built in.

Go to advanced search