Sine wave power inverter


Closed Thread
Results 1 to 40 of 245

Hybrid View

  1. #1
    Join Date
    Sep 2005
    Location
    delhi
    Posts
    14


    Did you find this post helpful? Yes | No

    Default sinewave inverter

    i went through all options to make a sine wave inverter but it was defficult to make it in basic language.

  2. #2


    Did you find this post helpful? Yes | No

    Default

    Attached is a sinewave generator from PIC outputs going high 1 at a time. Hope this helps.
    Attached Images Attached Images

  3. #3
    Join Date
    Feb 2005
    Location
    Kolkata-India
    Posts
    563


    Did you find this post helpful? Yes | No

    Smile Go through the M'CHIP Appnotes

    Hi Pramod,

    Microchip has a very comprehensive appnote AN843 that demonstrates how to use a PIC18Fxxx to generate three phase PWM signals. Since the basic 18F series has onto two hardware PWMs inbuilt you have to rely on software PWM for the third. Definitely not through the Pbasic PWM function. As you are aware that designing a sine wave inverter entirely in PIC Basic is difficult (due to limited interrupt capabilities and latency issues) you have to structure your software around assembly. I am attaching a pbp source code alongwith the sinetable and firing concept. It may help. I have heavily commented the code to facilitate understanding.Let me know if it helps you out.I am sorry due professional restriction I cannot give you the entire code. But we can communicate through this forum so that other users of this forum may also benefit.

    Microchip makes some special PICs in the PIC18F2331/4331 series which have an enhanced PWM hardware that supports programmable dead time. It also includes 3 or more PWMs. Coupled to that are ADCs which have a much lower conversion time. This would give you the lowest THD (tighter and faster correction loop) and still have enough room left for some housekeeping such as pulse by pulse overload limiting, overtemperature protection, line monitor, battery monitor, serial com, etc.



    By the way you mentioned that you are well familier with MOSFET drive techniques.Could you enlighten me on that. May be this forum is not the right place (off topic). You can drop me a private message so that I can give you my email id.

    I have desingned the MOSFET driver on a totem-pole circuitry. However I am not satisfied with the slope.I believe a steeper slope would effectively reduce switching losses. I tried MOSFET drivers from Microchip too but they blew up. Possibly due to latch up or improper grounding of the PCB traces. They are costly too here in Kolkata. Photovoltaic drivers with active discharge is not available here in Kolkata. Also I need to understand why my MOSFETs blew up during initial testing phase while the inverter was unloaded.

    regards

    Sougata
    Attached Files Attached Files

  4. #4
    Join Date
    Apr 2007
    Location
    Delhi
    Posts
    4


    Did you find this post helpful? Yes | No

    Post pic basic

    hi

    can you tell me about pic basic?

    Manish

  5. #5
    T.Jackson's Avatar
    T.Jackson Guest


    Did you find this post helpful? Yes | No

    Post PBP In a "Nut Shell"

    Quote Originally Posted by MKA341 View Post
    hi

    can you tell me about pic basic?

    Manish
    In a nut shell - PIC Basic is a true compiled, mature, robust, quick & easy no fuss solution for all your PIC-based embedded system needs.

    In fact, so easy-to-use, if you can't write a program in it, programming
    just isn't for you. It just couldn't get any simpler.

    Trent Jackson

  6. #6
    Join Date
    Apr 2007
    Location
    Delhi
    Posts
    4


    Did you find this post helpful? Yes | No

    Default

    where can i get pic basic software?
    Manish

  7. #7
    Join Date
    Feb 2003
    Posts
    432


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by MKA341 View Post
    where can i get pic basic software?

    http://www.melabs.com/purchase.htm
    Last edited by keithdoxey; - 4th April 2007 at 13:07.
    Keith

    www.diyha.co.uk
    www.kat5.tv

  8. #8
    Join Date
    Feb 2013
    Posts
    4


    Did you find this post helpful? Yes | No

    Default Re: sinewave inverter

    Please am having problem with my inverter that is posted on this forum on page 5.

  9. #9
    Join Date
    Jun 2008
    Location
    Varese , Italy
    Posts
    326


    Did you find this post helpful? Yes | No

    Default Re: Sine wave power inverter

    No chance to have something working on this forum expecially for the inverters or MPPT .
    It should be an homebrewers or do it youself forum... but it is not.
    Ambrogio

Similar Threads

  1. Replies: 6
    Last Post: - 31st March 2014, 13:25
  2. sine wave inverter
    By BADAL123 in forum Off Topic
    Replies: 0
    Last Post: - 7th January 2014, 13:20
  3. Low pass filter help - pure sine wave inverter
    By George in forum Off Topic
    Replies: 1
    Last Post: - 9th April 2011, 05:24
  4. sine inverter
    By anybisi in forum General
    Replies: 0
    Last Post: - 21st March 2008, 11:08
  5. squre wave inverter
    By pramodsinha in forum Forum Requests
    Replies: 1
    Last Post: - 11th December 2005, 17:38

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts