Interfacing push button and switches with PIC16F877A Microcontroller

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 พ.ย. 2024

ความคิดเห็น • 8

  • @Razi_elito
    @Razi_elito 3 ปีที่แล้ว +1

    Thank you brother, greetings from Mexico. ♥

  • @palanir273
    @palanir273 2 ปีที่แล้ว +1

    Hi sir, you all videos very use full. Thank you very much. Pls give the one video for how to decode the IR REMOTE HEX VALUE, and give the small relay ON/OFF. Using PIC CONTROLLER

  • @RG-ve8io
    @RG-ve8io 2 ปีที่แล้ว +1

    sir how can we interface push button such that microcontroller keeps the led turned on, after pressing the push button once. Meaning that controller takes the input high with pull up and keeps led on even when push button is released.
    Please reply

    • @SMtrainingacademy
      @SMtrainingacademy  2 ปีที่แล้ว

      Ya you can do that I’ll make a video on that soon it’s a denouncing concept in push buttons

  • @dohack
    @dohack ปีที่แล้ว

    for pic16f18877 i have to add this line to work ANSELBbits.ANSB0 = 0; Also what is difference between TRISBbits.TRISB0 = 1; and TRISB0=1 ,