Thông báo

Collapse
No announcement yet.

Thu và giải mã hồng ngoại từ remote tivi sony dùng pic 16f877a

Collapse
X
 
  • Lọc
  • Giờ
  • Show
Clear All
new posts

  • Thu và giải mã hồng ngoại từ remote tivi sony dùng pic 16f877a

    Các pro xem giúp em mạch nguyên lý và code. tại sao mạch thật cua em không chạy
    Click image for larger version

Name:	5de0edad85c38e7ea8e0e40c3b26b3df_44860508.sodonguyenly.jpg
Views:	1
Size:	105.7 KB
ID:	1412981
    và đây là mã code
    #include<16f877a.h>
    #use delay(clock=12000000)
    #fuses HS,NOWDT,NOPROTECT,NOLVP

    int8 count,i,kt,ok,value_h[20];
    int16 value[20];
    void init(){
    setup_timer_1(T1_INTERNAL | T1_DIV_BY_4);
    set_timer1(0);
    enable_interrupts(INT_EXT);
    ext_int_edge(h_TO_l);
    enable_interrupts(INT_TIMER1);
    enable_interrupts(GLOBAL);
    set_tris_b(0x01);
    set_tris_d(0x00);
    for(i=0;i<=6;i++){value[i]=0,value_h[i]=0;}
    i=0;
    }

    void control(){
    for(i=0;i<=8;i++){
    value_h[i]=value[i]>>8;
    }
    if((value_h[1]==2)&&(value_h[2]==2)&&(value_h[3]==2)&&(value_h[4]==2)&&(value_h[5]==2)&&(value_h[6]==2)&&(value_h[7]==2)){output_high(pin_d0);}//buttom1
    else
    if((value_h[1]==4)&&(value_h[2]==2)&&(value_h[3]==2)&&(value_h[4]==2)&&(value_h[5]==2)&&(value_h[6]==2)&&(value_h[7]==2)){output_high(pin_d1);}//buttom2
    else
    if((value_h[1]==2)&&(value_h[2]==4)&&(value_h[3]==2)&&(value_h[4]==2)&&(value_h[5]==2)&&(value_h[6]==2)&&(value_h[7]==2)){output_high(pin_d2);}//buttom3
    else
    if((value_h[1]==4)&&(value_h[2]==4)&&(value_h[3]==2)&&(value_h[4]==2)&&(value_h[5]==2)&&(value_h[6]==2)&&(value_h[7]==2)){output_high(pin_d3);;}//buttom4


    i=0;
    delay_ms(500);

    }
    #INT_EXT
    void width(){
    disable_interrupts(int_ext);
    while(i<=6){
    while(input(pin_b0));//cho muc 0
    set_timer1(0);
    while(!input(pin_b0));//cho muc 1
    value[i]= get_timer1();
    i++;
    }
    control();
    enable_interrupts(int_ext);
    }
    void main(){
    init();
    while(1)sleep();//che do tiet kiem nguon
    }

  • #2
    Tốt nhất bạn nên tìm mẫu code trên mạng hay trong diễn đàn rồi làm theo đi, nhiều lắm.
    Đừng bắt người khác bỏ thời gian và công sức tìm lỗi code cho bạn.
    Best regard.

    Comment


    • #3
      Nguyên văn bởi thaihe_vip
      code giải mã sony full,có cả mạch mô phỏng nè,mình đã mã hóa tín hiệu phát ra từ remote sony bằng pic
      dem sp.rar
      dktx sony.rar
      mail: thaihe@zing.vn
      phone: 0166.495.1093
      k download dc bác ơi.

      Comment


      • #4
        Bạn ơi, up pass giải nén đi bạn. Thanks

        Comment

        Về tác giả

        Collapse

        saotim_dtm Tìm hiểu thêm về saotim_dtm

        Bài viết mới nhất

        Collapse

        Đang tải...
        X