Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

full wavebridge inverter not show output #1

Open
UmerArain opened this issue Apr 7, 2022 · 0 comments
Open

full wavebridge inverter not show output #1

UmerArain opened this issue Apr 7, 2022 · 0 comments

Comments

@UmerArain
Copy link

hello sir i have an issue i am going to operate full wave bridge inverter module you can see in fig; i gave a pwm signal at drive IC IR2110 4.5 Voltage at HI OR LOW side input through arduino and 12 volt supply from external source at regulator IC output it shows voltages 10volt which is enough to drive igbts and i want to see output AC at sink its not show any output or at any igbts please help me about this moudule
this is code i have to used for arduino pwm signal
int outputPin = 3;
int outputpin1 = 5;
void setup()
{
pinMode(outputPin,OUTPUT);
pinMode(outputpin1,OUTPUT);
}

void loop()
{
analogWrite(outputPin,230); //change 255 to any value between 0-255
delay(100);
analogWrite(outputpin1,230
WhatsApp Image 2022-04-07 at 11 07 49 AM
); //change 255 to any value between 0-255
delay(100);
}
Thankyou

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant