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 sriblue7

  1. S

    how to find linearly independent vectors

    To find the linearly independent columns perform row echelon operation and look for the pivots.The pivot columns corresponds to linearly independent columns.The number of non-pivot columns indicates the dimension of null space.For deeper understanding i would suggest books by Gilbert strang and...
  2. S

    problem with ATMEGA 32 serial communication

    Did you connect the motors directly to the ports? better define F_CPU in your code (like #define F_CPU 8000000 for 8 Mhz crystal).
  3. S

    SPWM and H-bridge circuit

    Here is the hex file.. **broken link removed**
  4. S

    SPWM and H-bridge circuit

    Please go to the following link for the schematic. **broken link removed**
  5. S

    Doubts regarding 100W inverter design

    Thank you Tahmid....
  6. S

    SPWM and H-bridge circuit

    Thank u Tahmid... Regarding the design is it ok or should i make any modifications? How to design the output filter?
  7. S

    SPWM and H-bridge circuit

    Hi all.... I have designed a SPWM based inverter.I have attached the schematic of DC-AC section alone. Can somebody please tell me whether the design is correct and also point out the mistakes i have done. please tell me how to design the output filter(PWM frequency= 31.250k). How can i view the...
  8. S

    Doubt regarding PWM in avr's

    Thank u Kurenai_ryu.... I want to use CAPT interrupt specifically because you get an interrupt at the TOP,whereas you will get interrupt only at the bottom if you use OVERFLOW interrupt.So the OCR1A and OCR1B registers gets updated at the bottom (i.e after downcounting match,gets updated before...
  9. S

    Doubt regarding PWM in avr's

    Hi all!!! I know that ICR1 register can be used to store the TOP value in generating PWM in avr's 16-bit timers. But when i tried to debug the following program,the ISR interrupt function is never entered.My doubts are 1)can ICR1 be really used to store TOP value? 2)is the 16-bit write access...
  10. S

    SPWM generation using microcontroller

    Hi all!!! I am trying to generate SPWM signal for the inverter using Atmega8. The following are the parameters i have fixed. PWM carrier frequency=31.25k(8M/(1*256)---->No prescalar and fast PWM. Aim is to get 50Hz sine output. I have used two different sine wave tables for simulation 1)I have...
  11. S

    Doubts regarding 100W inverter design

    How to calculate the value of the resistor and capacitor in the snubber and also the inductor at the output of the rectifier? is it ok to use the same BJT (BD139,BD140) in the link that you provided?
  12. S

    Doubts regarding 100W inverter design

    Thank you Tahmid.. I have a 12V 135Ah battery with me,thats why i am continuously insisting on 12V.Though i design a 1000W inverter i may use it to provide a max of just 600W.And my aim is to design an inverter with the available battery. 1)I have attached two photos of the circuit designed...
  13. S

    Doubts regarding 100W inverter design

    Thank u Tahmid... so i should use 10 IRF3205 for the DC-DC section. 1)How about the DC-AC section can i use IRF3205(10 nos) again?its Vds is only 55v ,but the dc supply is 320V.can it withstand? 2)Is it possible to reduce the number of MOS by replacing IRF3205 with any other MOS type? 3)What...
  14. S

    Doubts regarding 100W inverter design

    Thank u Tahmid... 1)i have ordered for EE55 core center-tapped(50khz).So can i use IRF3205 with Vds=55V,Id=110A,rds=8 mohms(2 in the upper leg and 2 at the bottom) in push-pull configuration in Dc-Dc section and similarly IRF740 with Vds=400V,Id=10A,rds<0.55 ohm for 320VDC-220VAC section? If i...
  15. S

    Doubts regarding 100W inverter design

    Thank you SherlockBenedict.....

Part and Inventory Search

Back
Top