Jump to content

Arduino PWM input

MadG4mer

I have little problems with the parts should I use with PWM input. I just cant figure out how to read higher voltage/current (5V/5A-8.5A) PWM signal from individually adressable RGB leds, in this case NZXT Hue+ ones. I dont know what resistors to use between mosfets and PWM outputs either. (Picture below)

 

Thank you!

 

Prototype.jpg

Link to comment
Share on other sites

Link to post
Share on other sites

It is not so clear to me what you are trying to accomplish. If you want to read in some way the voltage you could use the analogRead function via the pwm pins. Usually those pins are used for the pulseIn function though. And I'm not sure but 5-8.5A of current in the i/o pins could be too much, it would probably be, on arduino playground they talk about 40mA ... . If you need to read the current you might have to use an external module for arduino.

Intel i7 6700k @4.6 1.330v  cooled with H110i GT // 16Gb Kingston Fury DDR4 ram @2133MHz // Rx 480 Nitro+ // 2TB + 1 TB Hdd  // 250 GbSSD // on an Asus Z170-A // powered with Corsair RM750i // all  inside a Corsair 600C

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×