You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
); //change 255 to any value between 0-255
delay(100);
}
Thankyou
The text was updated successfully, but these errors were encountered:
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
); //change 255 to any value between 0-255
delay(100);
}
Thankyou
The text was updated successfully, but these errors were encountered: