16-channel PWM voltage driven by Feather

For other supported Arduino products from Adafruit: Shields, accessories, etc.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
subnoize
 
Posts: 42
Joined: Tue Aug 18, 2015 7:45 am

16-channel PWM voltage driven by Feather

Post by subnoize »

Hello!

Stooopid question here; I have a 3.3 volt Feather and I want to use the 16-channel PWM I2C board. The devices being driven by the PWM signal require a 5 volt PWM. I can read that the 16 channel board supplies external power to power the servos but I need to know if the board also bumps up the PWM signal to 5 volts as well?

Thanks,

--jb

User avatar
adafruit_support_bill
 
Posts: 88138
Joined: Sat Feb 07, 2009 10:11 am

Re: 16-channel PWM voltage driven by Feather

Post by adafruit_support_bill »

The PWM signal will be the same voltage as VCC. So if you power it by 5v, it will have a 5v PWM signal. The down-side is, you will need to use an 2c compatible bi-direcitonal level-shifter to protect the 3.3v pins on the Feather.

User avatar
subnoize
 
Posts: 42
Joined: Tue Aug 18, 2015 7:45 am

Re: 16-channel PWM voltage driven by Feather

Post by subnoize »

adafruit_support_bill wrote:The down-side is, you will need to use an i2c compatible bi-direcitonal level-shifter to protect the 3.3v pins on the Feather.
Yee-ugh! Ok, understood.

I have a bunch of SCR's that require either 4-20 ma or 5 volt (where the PWM stuff comes in) control signals. I guess I could wire up a n-channel MOSFET with a 5 volt DC plug and use that being driven from a 3.3 PWM signal. That would eliminate the problem entirely and move the noisy electrical play out to the end of the cable.

Thanks for the clarification!

--jb

User avatar
adafruit_support_bill
 
Posts: 88138
Joined: Sat Feb 07, 2009 10:11 am

Re: 16-channel PWM voltage driven by Feather

Post by adafruit_support_bill »

Yea, the further away from that switching noise the better.

Locked
Please be positive and constructive with your questions and comments.

Return to “Other Arduino products from Adafruit”