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 pjmelect

  1. P

    LCD display Issues

    You only need a reduction of around a couple of hundred milivolts on the 5V of the display to cause fading.
  2. P

    LCD display Issues

    The fact that the display is faded in the second photo, means that there is a supply problem to the display, the fading of the display has nothing to do with the communication to the display.
  3. P

    DMA and LCD TFT ili9341

    I hope that the following information maybe of some help to you. The following is for a display of 800x600 with 24 bit colour giving a file size of 1.2MB. BMP file of 1.2MB read time 2 seconds and render time of 1 second for a total of 3 seconds with DMA this saves 1 second for a total time of...
  4. P

    Timestep to small simulation on proteus simulation motor inverter 3 phase with Arduino

    I am unable to view your Proteus file as it is newer than my version, you should show the circuit as a jpg file. I have simulated circuits like this before and the normal reason why you are getting the time step to small error is because of floating earths. If you are unable to connect an earth...
  5. P

    proteus simulation problem

    It is simple enough to get a schematic from Proteus, simply display the Proteus schematic on the screen, hit Print Scrn on the keyboard and paste into paint and then save as a JPG.
  6. P

    proteus simulation problem

    Unfortunately your version of Proteus is newer than my version so I cannot see your problem.
  7. P

    Blue LED Premature Failure

    I would increase the value of R59 to 220 ohms.
  8. P

    Blue LED Premature Failure

    I suspect that you are overdriving the LED, what is the maximum ambient temperature that it is operating at?
  9. P

    [SOLVED] Can I replace tantalum capacitor with electrolytic one ?

    There are a lot of advantages of Tantalum over aluminium electrolytic capacitors such as smaller size, higher frequency response, capacitance stability and low ESR etc, however in your application I expect that a aluminium electrolytic will work just fine.
  10. P

    Improved G540 English software

    I have updated my Improved G540 English language software. I have added a fix for the ATtiny13 file not found error and China Core file not found error, improved signed USB drivers, and information on creating your own logic chip test files. The supplemental manual has been updated. You can...
  11. P

    Pls help a newb with a linear power supply

    I think that your circuit is not right, for example, the Varistor should not be in series with the AC input to the bridge rectifier but in parallel with it and the diode 8 is the wrong way around.
  12. P

    division of 16-bit numbers in pic16f877a assembly

    The subtract routine I posted is the standard PIC 16 bit subtract routine that has been used millions of times before. Don't forget that the borrow flag is inverted so that the carry flag is zero when there is a borrow and a one when there is no borrow.
  13. P

    division of 16-bit numbers in pic16f877a assembly

    How can it be stuck in an infinite loop as there are no loops? I suspect that the problem is with your testing.
  14. P

    division of 16-bit numbers in pic16f877a assembly

    ; 16-bit Subtraction-with-Borrow ; SourceH:SourceL - Number to be subtracted ; Carry - NOT( Borrow to be subtracted ) ; DestH:DestL - Number to be subtracted FROM ;Out DestH:DestL - Result ; Carry - NOT( Borrow result) movf SourceL,W subwf...
  15. P

    Calculate ESR of Electrolytic capacitor over frequency sweep?

    If you were to measure the ESR of an electrolytic capacitor you will find that it stays mostly constant up to around 150KHz and then the ESR starts to go down until around 2MHz where it then goes crazy due to inductance effects.

Part and Inventory Search

Back
Top