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 AveztruZ

  1. A

    Catch diode problems

    Hey TrevWhite, What about the load? are you sure its 100% resistive load? If there is an inductance at this load when you switch the current it might generates high voltages across it, and it could blow up the diode. If the load is pure resistive load, I cant see the reason.
  2. A

    [SOLVED] How to measure LED drivers quality

    Yeah, I need to find a balance between cost and relaiability of sampling. I will ask for two pieces at first and after capitalization of the company the Processes Engineers will deal with the quality requirements like you guys told me. Thanks a lot for advices!
  3. A

    [SOLVED] How to measure LED drivers quality

    Shmitt trigger, I checked some instruments but I dont believe they will fit my needs. For example this one you send me is limited to 10VPP and measure related only to the third harmonic. I liked the suggestion of c_mitra, going to university where I degree and I have some teachers that can help...
  4. A

    [SOLVED] How to measure LED drivers quality

    Hi Everybody, I have some LED drive suppliers that send me specs and samples. They describe their own products as good as the big brands but with lower price, I believe this is not true, but if I just compare the specs, they're the same. So, I would like to put these drivers on a table and...
  5. A

    peak current when i open the switch on LEDs

    I've worked with LEDs before and in all experiences I had with more than 3 LEDs in series I needed to use a current driver. The LEDs are meant to be exactly the same but real world it's not true... And without the current driver some of them will start losing bright and in some days with LEDs...
  6. A

    [SOLVED] IR receptor doesn't work when MAX232 is connected to VCC

    Thank you guys... It is working! I was using a poor osciloscope and didnt see that spikes, with a better one I could see it and I replace the capacitor close to MAX232 with a higher capacitance, and also did this filter that ard said! there is a doubt left... why 330 ohms and 10uf? could...
  7. A

    [SOLVED] IR receptor doesn't work when MAX232 is connected to VCC

    Where I bought it says that the model is TSDLZ0KSM903L, but I didnt find anything related to this code. In the back it is written 68v3 ka25, and I also didnt find anything. It looks similar to this one...
  8. A

    [SOLVED] IR receptor doesn't work when MAX232 is connected to VCC

    I've got a really strange issue... I have a PIC18F4520 using MAX232 to communicate with my PC, everything was fine. Then I bought a IR receptor and tested it alone with osciloscope, it was also working as expected, but when I connected the IR receptor to the same GND and VCC as the PIC and...
  9. A

    Will switch be ok to switch 10mA DC?

    Don't forget free wheel diode when switching a inductive load...
  10. A

    help in understanding the c programming

    pratti... You know that C language is procedural.. it means that the program will be executed line by line as it was written... so if you want something to interrupt the code, it needs to be verified all the time... once it is inside "while" it will execute all code inside unlees the program...
  11. A

    help in understanding the c programming

    Hi dude... Look... If I understand what you want to do, I would do as following: while(condition1) { if(condition2) { functioncall1(); if(!condition1) break; } elseif(condition2) { functioncall2(); if(!condition1) break; } else...
  12. A

    help in understanding the c programming

    You should not use "end" in the end. This close bracket means the end of if clause.
  13. A

    can't transfer bytes array from pic18f4550 to another one using usart

    I don't know how this library is working because I'm usually setting registers instead.... But I've got some issues like this last week and I was not checking FERR and OERR registers (receiving errors)... you need to add in your code something like: If (FERR||OERR){ CREN = 0; delay_us(5); CREN...

Part and Inventory Search

Back
Top