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 9651

  1. 9

    MPPT Using Boost Converter

    Thanks! It makes sense, but then what about the resistor?
  2. 9

    MPPT Using Boost Converter

    Hi, Sorry if this comes off as a very obvious/dumb question. Im trying to implement a complete grid tied PV system. I'm facing some trouble in the Boost Converter part. I want to implement the Perturb and Observe method and that I can do. My issue is that I cannot understand how I am supposed...
  3. 9

    Verilog code for frequency divider (50 Mhz to 1 kHz)

    Using resistors the motor now turns 360 degrees (not just a maximum of 180). I need a frequency of 1KHz to rotate it clockwise and 2KHz for anti-clockwise. So I think the frequency is right because the motor does rotate with a duty cycle of 50% at 1KHz and 2KHz Only when I try to change the on...
  4. 9

    Verilog code for frequency divider (50 Mhz to 1 kHz)

    Re: frequency divider Hi, I tried to change this code to get a larger duty cycle. module coinsorter(clk,rst,top_motor); input clk,rst; output reg top_motor; reg [15:0] counter; always @(posedge clk or posedge rst) begin if(rst) begin counter<=16'd0; top_motor <= 1'b0; end else...

Part and Inventory Search

Back
Top