Pic16f84 and RC5 kode


Closed Thread
Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Mar 2006
    Location
    INDIA
    Posts
    89

    Default

    Hi skimask,

    Thanks to redused code.

  2. #2
    Join Date
    Jun 2007
    Posts
    2

    Default

    Thank you

    I Maaked detektor with ic 555 like generator ic signals and any Pic in reciver module (16f84).
    If stop signal then rele in NC kontakt have horn.
    this program is first tray, workin bat having too many problems.

    'on of if any tast. in the tv remote kontrol push down.
    'TSOP 1736 data in pin A.2


    rele var PortB.6
    id var byte

    TRISA.2=1
    id=0

    Pocetak:

    low led
    pulsin PortA.2,0,id
    if id >100 then ukljuci
    goto pocetak

    ukljuci:

    high rele
    goto pocetak

    end

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts