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 deepshah3

  1. D

    MCLR issue in PIC16F887(Main Line Neutral is connected to 5V ground)

    Sure. I will try the changes in the new PCBs.
  2. D

    MCLR issue in PIC16F887(Main Line Neutral is connected to 5V ground)

    The problem has solved for now. I was using a 100uF capacitor at the output of 7805, but I changed it to 470uF. After that, the circuit is working properly and the controller is not getting reset. Thank you for your time and replies everyone!!!
  3. D

    MCLR issue in PIC16F887(Main Line Neutral is connected to 5V ground)

    1628175603 Yes the circuit works well. I have not experienced any issues with mobile phones or wifi. But I would surely consider having a ground plane in PCBs now onwards.
  4. D

    MCLR issue in PIC16F887(Main Line Neutral is connected to 5V ground)

    No there is no ground plane on the PCB. Is it necessary to have a ground plane in the PCB? I have used the same chip in another circuit where the PCB does not have a ground plane. The only difference being that there is no connection between the mainline neutral and the 5V ground and it is...
  5. D

    MCLR issue in PIC16F887(Main Line Neutral is connected to 5V ground)

    Hi there, I am facing an issue of MCLR reset in my PIC16F887.I have connected the connected the recommended components as per the datasheet, at the MCLR pin. I am using this chip in a product where we are sensing the mains input voltage. We have used a 12V SMPS to give supply to 7805 to generate...
  6. D

    How do I convert BCD value into integer value?

    Re: How do I convert BCD value into integer value Thank you very much for your response.I understood now what you are trying to say about displaying the BCD value.
  7. D

    How do I convert BCD value into integer value?

    Re: How do I convert BCD value into integer value I am using a common anode display,so 0=ON.
  8. D

    How do I convert BCD value into integer value?

    Re: How do I convert BCD value into integer value There could be a misunderstanding.I am a beginner in embedded c coding,so forgive me if my questions are silly.But according to the datasheet the values of calender and clock are stored in BCD format.I am using a standard code for displaying...
  9. D

    How do I convert BCD value into integer value?

    How do I convert BCD value into integer value I am making a clock by interfacing RTC ds1307 with PIC16F877A.For the display I am using 4 seven segment LED displays.The data read from RTC is in BCD form.In order to display the value on the 7 segment display,I need it to be an integer value.Can...
  10. D

    [SOLVED] Problem in opening the output window in MPLAB X IDE v3.61

    I am using MPLAB X IDE v3.61. I closed the project output window by mistake,after building a project. Now,I am not able to open the output window.I tried to open it by going to Windows>Output. I also tried to open it by its shortcut key Ctrl+4. However,none of that is working.Is there anything...
  11. D

    [SOLVED] Problem in programming my pic16f877a using pickit3 programmer

    Thank you sir.. Just found the problem..I had to keep the pgm pin open.. Thank you..your replies were really helpful
  12. D

    [SOLVED] Problem in programming my pic16f877a using pickit3 programmer

    Yes i do have the schematic in proteus,but all it has is a chip and an led. Yes the configuration bits in IDE match withe pragma directives. I sm using a development board to program the chip,which is powered by a 12V smps & Vdd=5 Volts.I have pulled up(5 Volts) the pgm/rb3 pin,for LVP(Low...
  13. D

    [SOLVED] Problem in programming my pic16f877a using pickit3 programmer

    YES the code is running on proteus. This is the code i have used: #include <xc.h> #define _XTAL_FREQ 20000000 // CONFIG #pragma config FOSC = HS // Oscillator Selection bits (HS oscillator) #pragma config WDTE = OFF // Watchdog Timer Enable bit (WDT disabled) #pragma config PWRTE...
  14. D

    [SOLVED] Problem in programming my pic16f877a using pickit3 programmer

    I am using pickit3 programmer to program my pic16f877a. The problem i am facing is that,even after i am done with loading the whole program on to my chip,the CODE IS NOT RUNNING ON THE HARDWARE. I have loaded a simple led on/off program. I am using LVP method for programming.I have pulled the...
  15. D

    [PIC] Is it possible to make a real time clock using timers in any microcontroller??

    Well..what i want is not exactly an alarm setting.. I want to make the clock with multiple ON OFF time settings.. So i want that I can enter multiple on & off times and the real time keeps running simultaneously.. Is that possible??

Part and Inventory Search

Back
Top