Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    0
    Views
    3,644

    Is my USB programmer duff

    Just now I find I can program a chip 16F628A, using ICSP, read its innards such as EEPROM, but cannot erase either EEPROM of program contents? This happens on two quite separate PCBs.
    But I can...
  2. Replies
    19
    Views
    18,357

    DTMF decoder

    Right, m comes out of the blue, just a byte variable as demonstration that inclusion of m=m+1 causes failure.
    How do you use code tags when posting code?
    Rgds
  3. Replies
    19
    Views
    18,357

    DTMF decoder

    Hello....All of the code is shown below......

    '****************************************************************
    '* Name : TIMER01.INC *
    '* Author :...
  4. Replies
    19
    Views
    18,357

    DTMF decoder using 16F628A

    I have new coding problem, using TMR0 I do not understand........put simply


    loop1:
    if intcon.2 = 0 then loop1
    intcon.2 = 0
    clicks=clicks+1
    if clicks >=1900 then
    clicks=0
    high...
  5. Replies
    19
    Views
    18,357

    Dtmf

    I have now set in my PBP code, @ DEVICE pic16F628, MCLR_ON
    This still doesn't allow chip to reset properly, only whilst MCLR is held low does PIN1 stay LOW. If I remove the 5V power completely it...
  6. Replies
    19
    Views
    18,357

    Dtmf

    My DTMF software works fine using 16F628A.
    I can make PIN1 go HIGH and PIN1 go LOW; what doesn't work is MCLR?
    I was expecting MCLR, on grounding, to reset the micro and make PIN1 LOW.
    It does...
  7. Replies
    19
    Views
    18,357

    Was DTMF, now TV IR controller.

    DTMF now working satisfactorily. Thanks for all your help.

    Next project, how to emulate TV IR remote function?
    I want to replicate two Video remote control functions viz Fast Forward and Play. ...
  8. Replies
    19
    Views
    18,357

    DTMF and PIC

    Thank you, & NOT &&, well spotted. Progress is being made, I learn a new thing every day

    Bob Pierson was a WW2 rear gunner in Lancasters, A "Tail End Charlie".
    Sad loss for us here.

    Mike
  9. Replies
    19
    Views
    18,357

    DTMF code

    Why doesn't
    pincode1 = PORTB && $0F...work in PBP ?

    When PORTB lower 4 bits are 0010 && 00001111 I should get 0010
    I get $9C...????
    How weird?

    Bob, from across the road, has gone on his...
  10. Replies
    19
    Views
    18,357

    Dtmf

    Hello Doggitz
    I am just starting out on a DTMF for remote control via telephone.
    I am using 8870 DTMF receiver and PIC 16F628 to do the work.
    So far DTMF receiver works fine but as usual the...
  11. Replies
    6
    Views
    5,204

    configure 16f690 for xtal osc

    Can't quite find the right place to ask this but anyway.....please bear with me..........
    Have scoured the 306 pages of the data sheet and still can't make my
    PIC16F690 oscillate at 12MHz. In PBP...
Results 1 to 11 of 11