Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Thread: SD card library?

    by KVLV
    Replies
    22
    Views
    20,094

    Re: SD card library?

    oh, already posted.
  2. Thread: SD card library?

    by KVLV
    Replies
    22
    Views
    20,094

    Re: SD card library?

    a quick search found this http://melabs.com/samples/PBP-mixed/sdfs3.htm
  3. Re: www.circuit-mart.com-Quality PCB Fabricator from China

    Hi Iris,
    I am planning to make a pcb in 10x15 inch panel including 3 or 4 designs.
    I wonder how do I specify where to make a v-score in Altium design (10)?
  4. it turns out that my programmer program cannot...

    it turns out that my programmer program cannot load eeprom passed the 255 bytes and since corrected.
    the tinybootloader is also cannot write beyond 255bytes

    so my temp solutions works for now.
  5. Thanks scalerobotics. I have a temp solution,...

    Thanks scalerobotics.

    I have a temp solution, workaround.

    this program will write the needed data to the eeprom and use the one posted above to read.

    ...
  6. my compilation came up with 1686 bytes fyi: i...

    my compilation came up with 1686 bytes

    fyi: i used tiny bootloader to load the hex file to the pic and also
    use my trusted programmer to load the hex file.

    the display cannot pass the 256...
  7. Dave, yes, i did verify the chip use 18f2620. ...

    Dave,
    yes, i did verify the chip use 18f2620.
    also i use windows 7 32b

    i have done/checked all the info from the top post to this end.

    I just wanted someone on the other side compile and...
  8. hi I bring this thread up because i have trouble...

    hi I bring this thread up because i have trouble compiling eeprom passed the 256 bytes
    chip used 18f2620 it has 1024x8 byte of eeprom

    pbp pro version 2.60a
    mplab ide 8.63
    mpasm v5.39
    microcode...
  9. Replies
    13
    Views
    25,982

    just some code correction. as the above was...

    just some code correction. as the above was posted 6 months ago. the attachment is the corrected code.

    ' Dec 18.2010:
    ' rewrite so that we can adjust the day of the month of OCt, November and...
  10. Replies
    13
    Views
    25,982

    displaying and adjusting RTC ds1307 on Pic18f2620

    ''****************************************************************
    '* Name : RTC2620.PBP *
    '* Author : KVLV ...
  11. Replies
    16
    Views
    33,071

    Updated: I use part of the OP program to control...

    Updated:
    I use part of the OP program to control a broken oil heater, this time I use solid state relays.
    the attachment included with the .pbp file and schematic in .pdf also 2 non-modified...
  12. Replies
    6
    Views
    5,360

    skimask have you tried this site >>...

    skimask
    have you tried this site >> http://www.matrixorbital.com/
  13. do it this way if y=3 then variable.3=0 ...

    do it this way
    if y=3 then
    variable.3=0

    ...
  14. Replies
    16
    Views
    33,071

    Reading temperature using multi DS18B20

    - chip use: pic16F876A running @ 20MHz, 2x20 alphanumeric LCD, DS18B20, MAX233

    - software: when first power up the PIC scans for the DS18B20 and store ID ROM in the PIC's ram for later use. When...
  15. Replies
    6
    Views
    4,254

    this is only suggestion, if the lm35 is for...

    this is only suggestion, if the lm35 is for reading temperature, then i suggest using 1-wire device like ds18b20. the ds18b20 only require 1 pin from the pic12f675.
  16. Replies
    17
    Views
    7,210

    loop: high portb.0 pause 500 low portb.0...

    loop:
    high portb.0
    pause 500
    low portb.0
    pause 500
    goto loop



    try that.
  17. Thread: 16F913 setup

    by KVLV
    Replies
    31
    Views
    19,503

    please see this post, Brandon has the same...

    please see this post, Brandon has the same statement as yours link >> http://www.picbasic.co.uk/forum/showthread.php?p=47826#post47826
  18. Thread: 16F913 setup

    by KVLV
    Replies
    31
    Views
    19,503

    ADCIN PORTA.0,V1 should it be: ADCIN...

    ADCIN PORTA.0,V1


    should it be:


    ADCIN 0,V1
  19. Thread: Warning[202]

    by KVLV
    Replies
    9
    Views
    5,633

    indeed, substitue BAUDCTL.3 = 1 with BAUDCON.3 =...

    indeed, substitue BAUDCTL.3 = 1 with BAUDCON.3 = 1, when compile produced no error.
  20. Thread: Warning[202]

    by KVLV
    Replies
    9
    Views
    5,633

    I use USB on board of the pic for...

    I use USB on board of the pic for transmitting/receiving data.
  21. Thread: Warning[202]

    by KVLV
    Replies
    9
    Views
    5,633

    Thanks Darrel. I searched through my program,...

    Thanks Darrel.

    I searched through my program, there is a "Hserout" command, I commented it out and there is no further warning.

    I did copy


    DEFINE HSER_RCSTA 90h ' Enable serial port &...
  22. Thread: Warning[202]

    by KVLV
    Replies
    9
    Views
    5,633

    i am learning how to use Mister E piccal. ...

    i am learning how to use Mister E piccal.

    thanks Darrel.
  23. Thread: Warning[202]

    by KVLV
    Replies
    9
    Views
    5,633

    i remember correctly in my program that i set the...

    i remember correctly in my program that i set the baud rate anywhere. I am using CDCDESC.ASM for virtual com port.
    I am using the orgional bootloader from Microchip.
  24. Thread: Warning[202]

    by KVLV
    Replies
    9
    Views
    5,633

    Warning[202]

    I got this warning when compile my program. The whole message is "Warning[202]\PBP\PBPPIC18.LIB 7588 : argument out of range. least significants bits used. "

    FYI: pic18F4550, MicorCode studio...
  25. Replies
    6
    Views
    5,524

    sorry, i misread.

    sorry, i misread.
Results 1 to 25 of 33
Page 1 of 2 1 2