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 bilal_sheikh

  1. B

    h-bridge inverter using ir2110

    ok sir, bootstrap capacitor value is 22uf. should i change ?
  2. B

    h-bridge inverter using ir2110

    hello, i am trying to build an inverter using ir2110 and 10n60g n-channel mosfets. schematic is attached. Screenshot (58).png on hardware, i am using in4007 diode instead of uf4007. the pwm signal which i am giving on hin and lin is 6.4khz, 5v signal that has duty cycle of upto 80%. now the...
  3. B

    H-bridge inverter board

    hello everyone, i want to know that is there an h-bridge inverter module exists? i have my final year project which is variable frequency drive (speed control of single phase ac induction motor). i have generated spwm signals using pic mcu through which i can achieve variable frequency. however...
  4. B

    how protecting full bridge inverter against short circuit

    can u post the schematic of ur inverter ? i am not able to run the full h-bridge inverter. the schematic which i am following is as follows
  5. B

    pic18f4431continues pwm generation without delays.

    ok sir, i will post the code after inserting comments in the code so that others can understand. - - - Updated - - - sir, i am trying to obtain sine pwm using sine look up table. for each and every frequency, sine look up table is generated during runtime. my code is given. i have checked it...
  6. B

    pic18f4431continues pwm generation without delays.

    hello all, recently i am working on a project that is variable frequency drive. i have to control the speed of a single phase AC induction motor. inverter design which i am following in a full H-bridge circuit containing power mosfets. now i have to generate variable frequency PWM signles using...
  7. B

    logic to generate variable frequency output.

    i have found a relation between all the tables, actually, its a constant factor that shoud be multiplied with the 50hz table. however on software level, now i am unable to vary the frequencies through 10hz to 20 hz. above 20hz, i am not getting the results. so now i am trying to explore the...
  8. B

    logic to generate variable frequency output.

    well, at the moment, i am tyring to map frequency vs adc value as: 0-5v -------> 10-50Hz obiviously, if i cant found a way to do that, i will rely on limited number of sine tables, may be by a resolution of 5hz, thus a total of 9 tables, which i can define in the static memory of the program. as...
  9. B

    logic to generate variable frequency output.

    uc is 16 bit. 18f4431. thank u for ur valuable suggestions. to vary frequency using a pic18f4431, u have to control two FSRs 1) PR2 register (i have controlled it using adc and simple algebric equation, any value can be generating by reading output of an adc) 2) duty cycle register, ( ccpr1 )...
  10. B

    logic to generate variable frequency output.

    could you please elaborate? i cant get ur point.
  11. B

    logic to generate variable frequency output.

    hello all, recently i am working on a project that is variable frequency drive. i am using pic microcontroller for the programming purpose.in the programming section, i have one sine look up table and have to generate various such tables during run time(each table corresponds to a particular...
  12. B

    want to use 8bit adc instead of 10bit adc in pic18f441

    hello all, i want to use 8bit ADC instead of 10bit ADC (which is by default present in MCU PIC18f4431). any idea ? i cant find anything about this in datasheet. thanks in anticipation.
  13. B

    MPLAB IDE C18 Help needed!

    hello, i am using pic18f4431 for my project and have defined 2 look up tables each of 64 decimal values in the program. when i compile the program, following error occurs, can anyone help ?? i need help urgently. error is: Error [1300] stack frame too large thanks in anticipation.
  14. B

    PIC18f4431 help needed!

    hello guys, i am using mplab c18 toolsuite to program a pic18f4431. to disable WDT, i am using the command " #pragma config WDT = OFF " however, there is a build error on the above line which says, " Error [1224] configuration setting 'WDT' not recognized " . kindly help immediately. :)
  15. B

    variable frequency drive

    Hello everyone,anyone have PWM code for PIC18f4431 for AC induction motor control ?? i am working on variable frequency drive. if someone is working or have worked on this, kindly reply.

Part and Inventory Search

Back
Top