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 venthan

  1. V

    interfacing IR remote using NEC protocol - mikroc for PIC

    Hexreader, Thanks for your assistance. I will try the same from my side and update to you with progress.
  2. V

    interfacing IR remote using NEC protocol - mikroc for PIC

    Hi hexreader, It is working :-) but most of the times it gets strucked, after few button press. Then we have to restart it again to accept signal. What could be the issue. I'm attaching my hardware image kindly suggest the suitable solution. Thanks in advance.
  3. V

    interfacing IR remote using NEC protocol - mikroc for PIC

    Hexreader, Many Thanks for sharing the code. I will test and update you for the same.
  4. V

    interfacing IR remote using NEC protocol - mikroc for PIC

    hexreader, I got this code from internet. While trying to execute in hardware I got this sort of problems. I already wrote a code for simple interrupt and executed successfully. But this seems bit of complication, so decided to take code from web. But still I can fix the issues if...
  5. V

    interfacing IR remote using NEC protocol - mikroc for PIC

    I was thinking the same brain, My MCU frequency is 8 MHz.
  6. V

    interfacing IR remote using NEC protocol - mikroc for PIC

    * Yes sir, as you said output is not coming after changing the while condition. Not even random output is received. * Mu cpu clock frequency is 1.8 GHz. * IF I enable RBIE before loop, lcd is simply remains blank. nothing works. Help me out..
  7. V

    interfacing IR remote using NEC protocol - mikroc for PIC

    Will try that and update you for the same.
  8. V

    interfacing IR remote using NEC protocol - mikroc for PIC

    Hello, I am trying to interface IR remote control(NEC Protocol) using 16f887 pic microcontroller. Coding objective is to read the IR signal and has to be display the equalant HEX value of command and address. While testing in hardware IR signal is not detecting but got random output...
  9. V

    hardware issues in simple interrupt code p16f887 using mikroc

    Yes Sir, Implemented in Hardware and its working fine now. Thanks for your guidance. :thumbsup:
  10. V

    hardware issues in simple interrupt code p16f887 using mikroc

    yes sir, i already made OPTION_REG = 0xCF; In hardware mode -----> should i enable WDT in configuration?
  11. V

    hardware issues in simple interrupt code p16f887 using mikroc

    Tried your code, But its not working in simulator itself. i have attached the project with this, kindly check and reply. - - - Updated - - - 1. Your code is now working, 2. Made two changes, 1. INTCON register value is 0x90. 2. Added delay in ISR. Now its...
  12. V

    hardware issues in simple interrupt code p16f887 using mikroc

    baily, Couldn't able to enable INTCON register before main loop, its showing error as "identifier refined". I already tested INTF_ bit in ISR and I used RB0 pin sir.. Kindly suggest how to enable them before main loop..
  13. V

    hardware issues in simple interrupt code p16f887 using mikroc

    klaus, 1. I already attached my development board. 2. I want to decode IR remote of NEC protocol. For that I got a code from web. While testing the code i found that interrupt part is not working. Then i decided to test the interrupt with a simple LED blinking code. It works well in simulator...
  14. V

    hardware issues in simple interrupt code p16f887 using mikroc

    dear seniors, I want to write a program on IR sensor using NEC protocol, for that i just started to understand basic codes of interrupt. Just blink an led port when interrupt is occurred. Wrote a coding n executed in proteus too. But when try to implemented in hardware mode the...
  15. V

    [PIC] IR Remote Interfacing Basics

    Hi tech C compiler sir.

Part and Inventory Search

Back
Top