Help from someone with MOSFET experience -- LED driving using MOSFET board

I'm an electronics hobbyist combining LEDs with 3D printing to make bar signs. I'm on my third sign and am attempting to get away from the Metronome-sounding tick-tock of mechanical relays, so I purchased this 4-channel MOSFET board to drive LED strips (links to all the products I'm using will be below). Additionally, since the LED strips need to be very bright, I'm using 24vdc light strips.

I've also included a simplified schematic (only relevant, connected terminals of devices are shown) of how I have an Arduino Uno board outputting to this MOSFET driver board. My problem with the present setup is that I only ever get about 15V power output from the MOSFET board. The Arduino outputs 5V to the input of the mosfet board.

Regrettably, the MOSFET board documentation SUCKS, so I am not 100% on whether I need a higher voltage input to get a higher voltage output, or what I need to do.

Light Strips: https://www.superbrightleds.com/custom-length-single-color-led-strip-light-eco-series-tape-light-24v-ip20-250-lmft-stn-x-b6a-08c1m-24v

MOSFET board (four channel version): https://www.amazon.com/dp/B08SJQTQ4Y?ref=ppx_yo2ov_dt_b_product_details&th=1

Power Supply: https://www.amazon.com/gp/product/B08NZTJ9GF/ref=ppx_yo_dt_b_search_asin_image?ie=UTF8&psc=1

Edit, it's difficult to be sure without tracing the PCB connections to get a schematic, or finding one. The MOSFET outputs appear to be common drain, but the out1+, out2+ etc, are common to DC+ so it may be a high side driver, load goes to ground.

It is not a good idea to buy poorly documented devices, but from the minimal description on the Amazon web page, you appear to have wired the module incorrectly.

My interpretation of the following is that DC+ goes to 24V, OUT1 +/- across device.

DC+: The positive pole of the device's DC power supply
DC-: The negative pole of the device's DC power supply
PWM: signal input terminal (connected to MCU IO port, PLC interface, DC power supply, etc.)
GND: signal negative terminal
OUT+: Positive output terminal (connect to the positive terminal of the device)
OUT-: The negative pole of the output terminal (connect to the negative pole of the device)

@Jakelydey

24VDC+ goes to DC+
24VDC- goes to DC-

LED anode connects to OUT+
LED cathode connects to OUT+

Arduino Vin need to be between 7V and 12V

I wonder how 6 LED (per segment) are powered by 24V. You really should pay more attention on reasonable data sheets of your bargain.

As @jim-p states, 5v into Vin won’t cut the mustard (well, my version :wink: ).

I don't know what you're driving at; the LEDs I purchased and linked to work quite well.

Jim-P, thanks for your input and help. I wired as you mentioned and it worked perfectly. I made the assumption I could just land anode to ground. guess I can't. Anyway, the LEDs lit up brightly just as expected.

I'd love to buy a better-documented device. If you have a recommendation on a device that can drive 24vdc LEDs with solid-state circuitry, I'm all ears. I used what I indicated out of necessity.

Hurray!

What about the Arduino Vin?

I actually have two buck converters, one that converts to 5V, one that converts to 12V. when I use a 12V i wire to Vin; when I use the 5V, I wire to 5V. the arduino has always been pretty straightforward, it's this MOSFET board that's been challenging.

OK, have fun!

3 Likes

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.