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 Heram

  1. H

    [PIC] How to use PID controller to control PWM in dsPIC30f2010 to generate sinewave

    I have generated sine wave using PWM. Now I want to control the output voltage using PID controller technique with less THD. I tried in many ways but I am not getting proper output(the sine wave disturbed). Would you please guide me ? I have taken Kp=0.1 and Ki=0.1 error =...
  2. H

    spi and i2c compare difference

    Main topic to discuss the difference is 1) speed is difference in case of i2c is 100/400kbps in 7 bit mode max 400kbps in case of spi speed is upto 1mbps 2)Connection wise: i2c require less pin then spi as spi require slave select for individual device... 3)it is better to use i2c in case of...
  3. H

    I2C GPIO Configuration

    In micro-controller when you are configuring I2C module the the SDA pin will configure as output first and after that it depends on read/write bit.
  4. H

    SPI Working Code! two PIC - MikroC

    In place of " Spi_read() " he used if(SSPSTAT.BF) { gdata=SSPBUF; SSPCON.SSPOV=0; } in slave side.

Part and Inventory Search

Back
Top