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 shalky

  1. S

    Post-fit simulation problem, need help

    Thanks to FvM ! I paste a longer period of waveform, see below. Now, there is no signal at Q4. So some circuit can't work at all. How to deal with it ?
  2. S

    Post-fit simulation problem, need help

    I used verilog to write a piece of code as below always @(posedge CLK) begin Q1<= Sin; Q2<=Q1 if (Q2 && Q1) Q3<= 1'b1; else if (!Q2 && !Q1) Q3<= 1'b0; Q4 <= Q3; end The behavioral simulation was ok, when I do post-fit simulation, the result was...
  3. S

    [SOLVED] Project to replace CY7C64613 in the ICD2

    Is it possible to generate VPP with 4550 or 877 chip? I know some chips can generate VPP with 3 capacitors and 3 diodes. Thus VPP hardware circuit can be substitued by a few cheap components, of course the VPP can be adjusted by PWM.
  4. S

    Series resonance and/or paralell resonance ?

    I am designing an RFID reader(125Khz). The series resonance circuit is fit to transmit and parallel resonance circuit is good for receive. If I want to use one coil in the reader, how to choose ? The coil current is about 150-200mA, which will make enough energe to transponder. Any suggestions...
  5. S

    Want a protect circuit

    Finally, I use a MCU to process the power switch and make a soft-start circuit to protect. Thanks to everyone helped me !
  6. S

    How to make a slow boot power ?

    Many thanks to VVV! There is no reference in my circuit, but I refer your idea and design a control signal to let the power to soft-start. Give you a helped me! Thank you very much !
  7. S

    How to make a slow boot power ?

    I need a power circuit: input voltage +9v, output voltage +5v, current 200ma. Some components require the voltage raises slowly when the power starts. Is there anyone has such experiences ?
  8. S

    analog switch problem

    I have a bit experience of 4051. If the input voltage is higher than power voltage, or less than ground, the chip will do some unimaged actions. You may check the input voltage.
  9. S

    Want a protect circuit

    A serial LC resonance circuit need to be protected from big current , so I want to use a current check circuit and decide if the power switch cut off. A few seconds delay time is needed. Any suggestions and ideas will be helpful. Regards
  10. S

    How does the circuit work ?

    This part is used as antenna of 125khz transceiver. I think that L1, L2, L3 and c4~c10 consist of a resonance circuit. But I don't know if it is right. what action do c2,c3 and L4,L5 have?
  11. S

    How to program PIC using JAVA language?

    Java and pic I know an example which uses java to program almost pic mcus. The author was a university student when he wrote the program. The software is called BumbleBee, one can visit his webpages at **broken link removed**
  12. S

    How does the circuit work ?

    This is a part of a circuit, the work frequence is 125khz. The signal from driver is square waveform. How to understand the circuit ? Thanks
  13. S

    microconroller with rf

    rf nrf24ap Microchip has some MCU with RF, you may have a look its website https://www.microchip.com

Part and Inventory Search

Back
Top