Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by UMAPK

  1. U

    [PIC] Interfacing PIC16f877a with IR Remote to control home appliances

    #include<pic.h> void main() { int i; TRISB=0XFF; TRISD=0X00; PORTD=0X00; //RBPU =0; while(1) { if(RB0==0) { RD0=1; RD1=0; RD2=0; RD3=0; } else if(RB0==1) { RD3=0; RD2=1; RD1=0; RD0=0; } else if(RB0==2) { RD4=0; RD5=0; RD6=1...
  2. U

    [PIC] Interfacing PIC16f877a with IR Remote to control home appliances

    sir, am using sony tv remote for controlling, just i gone through the sony IR remote protocol i got the command for particular keys given below Address Device 1 TV 2 VCR 1 3 VCR 2 6 Laser Disk 12 Surround Sound 16 Cassette Deck / Tuner 17 CD Player 18 Equalizer Command Function 0...
  3. U

    [PIC] Interfacing PIC16f877a with IR Remote to control home appliances

    Hai, I need source code to interface the IR remote with PIC16f877A to control the electrical devices. i don't know how to write the program to decode the IR signal please help me......

Part and Inventory Search

Back
Top