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
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
Thank you brother, greetings from Mexico. ♥
😊
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
Ya I’ll try to add it to the playlist
Thanks you sir
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
Ya you can do that I’ll make a video on that soon it’s a denouncing concept in push buttons
for pic16f18877 i have to add this line to work ANSELBbits.ANSB0 = 0; Also what is difference between TRISBbits.TRISB0 = 1; and TRISB0=1 ,