Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: astanapane; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Re: How do I discern Maidenhead Locator from GPS lat long info.

    the project will continue in here: http://www.picbasic.co.uk/forum/showthread.php?t=23951

    along with a bases of the needed understandings.
  2. Re: How do I discern Maidenhead Locator from GPS lat long info.

    ok everyday i read more and more and i understand things.

    I wanted to be right regarding the fuses, as far as at the moment i use the internal OSC, here it is....


    @ ERRORLEVEL -306 ; this...
  3. Re: How do I discern Maidenhead Locator from GPS lat long info.

    The project will be on hold for 10 days. Im about to order a PIC18F26K22 and some PIC18F46K22 along with some 16mhz crystals.
  4. Re: How do I discern Maidenhead Locator from GPS lat long info.

    I understood from the experiment that something didnt go well when i increased the baudrate at 38400 with the 8Mhz internal speed.

    Is there any equation or a factor that calculates this...
  5. Re: How do I discern Maidenhead Locator from GPS lat long info.

    Ok i have right now:

    1. TX port which is connected to ulcd. Baudrate : 38400

    Example code:

    pause 2000
    serout2 LCD,6,[$55] ' uOLED Initialize this is the 'U' character of autoband...
  6. Re: How do I discern Maidenhead Locator from GPS lat long info.

    Yep, thanks a lot.....i've seen all that, for my case i have the MKT 3333 and 3339 module. Which have the following



    'serout2 gps_rx,84,...
  7. Re: How do I discern Maidenhead Locator from GPS lat long info.

    The leap years, month and days are fixed. Please let me know if you find any mistake on this.

    Is there any way now to test the leap year?



    arraywrite...
  8. Re: How do I discern Maidenhead Locator from GPS lat long info.

    Hi Richard,

    thanks once again for your time and help. You are right regarding the 18LF4550. It is not for my application.
  9. Re: How do I discern Maidenhead Locator from GPS lat long info.

    Oops well i'm wrong, base on the following and FAT16 it is not necessary.

    http://melabs.com/samples/PBP-mixed/sdfs3.htm

    I was confused with this link as they specify high MCU speed for FAT32 ...
  10. Re: How do I discern Maidenhead Locator from GPS lat long info.

    Really thanks a lot for your kind help. I would keep the dat. file as it is for now. I'm a bit afraid to play with that .dat file at the moment. If i need to use a PIC that is not on the pickit2...
  11. Re: How do I discern Maidenhead Locator from GPS lat long info.

    First of all i need to Apologize for my absent.

    Now :

    1. Didnt find and Update for pickit2. Not a problem because i will think to use the following PICs and i see that pickit2 at the moment...
  12. Re: How do I discern Maidenhead Locator from GPS lat long info.

    ooops i dint know.

    i tried many times to check if there is a newer version and didnt find any that 2.61 with the devicefile 1.61.

    I will check again. thanks for the update really i didnt know...
  13. Re: How do I discern Maidenhead Locator from GPS lat long info.

    thanks for the info once again. Is not a place to analyze it more, and im the one i need to understand better the differences of the chip's performance.

    Last question based on the pps, do you...
  14. Re: How do I discern Maidenhead Locator from GPS lat long info.

    Hi Richard,

    thanks a lot again for your reply. I'm trying to use a chip that i can program with pickit2 as i dont want to spend any money for the pickit 3.

    I'm planning to purchase the PBP3.1...
  15. Re: How do I discern Maidenhead Locator from GPS lat long info.

    Could you tell me if it is a good choise continuing this project with PIC16f887 i/p?
  16. Re: How do I discern Maidenhead Locator from GPS lat long info.

    These days i tried to use the $GPVTG sentence and get the speed from there as it is in Km/h

    First of all the format of the $GPVTG sentence is as follows.

    1. X.XX for the left X before the...
  17. Re: How do I discern Maidenhead Locator from GPS lat long info.

    ok it is being some time since i made a change to the code. These days i l was trying to figure out how to embed the speed in my code. I left the part of the code with Days, Months, Years, on a side...
  18. Re: How do I discern Maidenhead Locator from GPS lat long info.

    This weekend i will try to make some changes. I also found out that the NMEA sentence $GPVTG (from a chip MT3339) or $GNVTG (from a chip MT3333, with GLONASS) has the info of the speed in Km/h so it...
  19. Re: How do I discern Maidenhead Locator from GPS lat long info.

    Hi Richard,

    i need to thank you again for your time. I'll start from the part of what version am i using.

    It is an old one, Pic Basic Pro 2.5 with MCSP version 3. I got it from a guy who...
  20. Re: How do I discern Maidenhead Locator from GPS lat long info.

    ok i have a problem using the command arraywrite, because at the compiler doesnt recognise it and it wont make it CAPITAL and bold


    arraywrite ndays,[0,31,28,31,30,31,30,31,31,30,31,30,31]...
  21. Re: How do I discern Maidenhead Locator from GPS lat long info.

    For now,i wont use the Aliases, i thought i could use the name instead of the numbers.

    Apart from that i think i need to read more about arraywrite and see more examples if there are in this...
  22. Re: How do I discern Maidenhead Locator from GPS lat long info.

    i try to understand the "Arraywrite".

    So we that command, we set the Months from January to December with values (how many days each months have).

    Please let me undestand if that is right:
    ...
  23. Re: How do I discern Maidenhead Locator from GPS lat long info.

    Hi Richard,

    thanks! i need some time, as at work we need to be prepared for a surgery at a 1 day old baby. I have to design the heart model for pre-surgical planning. But this weekend i will try...
  24. Re: How do I discern Maidenhead Locator from GPS lat long info.

    Hi Richard, once again thanks a lot for your kind help and time.

    I work on this very slow, because i need to understand the code, and then i need to test the code every time i change something. ...
  25. Re: How do I discern Maidenhead Locator from GPS lat long info.

    Sorry forgot to upload the code.

    The following is the one i have changed in order the date to change when the time is > 23


    day_added = 0
    hh = hh + 3
    if hh > 23 then
    day_added = 1
    endif
Results 1 to 25 of 40
Page 1 of 2 1 2