Forum Software Ferduino code Combine output with two different input driver

Combine output with two different input driver  [SOLVED]


Post Number:#1 Post Fri Jun 17, 2016 1:06 am
Posts: 69
Topics: 18
Images: 2
Solve rating: 1
Joined: Tue Apr 14, 2015 11:54 pm
Topics: 18
Age: 42
Gender: Male
National Flag:
Indonesia
Hallow everyone,

I need a solution to overcome the two drivers of different inputs in 1 controller.

1. This driver requires input HIGH to off
driver with HIGH to Off
Image

2. while the mosfet driver using IRLZ44N use LOW to off.

i need 1 diver to invert output.

how to solve this problem.

Thankz

Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

Hi!

In the tab LEDs find:

    b_out = bled_out;
    w_out = wled_out;
    rb_out = rbled_out;
    r_out = rled_out;
    uv_out = uvled_out;
    moon_out = moonled_out;


Replace the line corresponding to the channel that you will use this driver by something like this:

    b_out = (255 - bled_out); // Blue
    w_out = (255 - wled_out); // White
    rb_out = (255 - rbled_out); // Royal blue
    r_out = (255 - rled_out); // Red
    uv_out = (255 - uvled_out); // UV
    moon_out = (255 - moonled_out); // Moonlight


Best regards.
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.

Post Number:#3 Post Mon Jun 20, 2016 5:55 am
Posts: 69
Topics: 18
Images: 2
Solve rating: 1
Joined: Tue Apr 14, 2015 11:54 pm
Topics: 18
Age: 42
Gender: Male
National Flag:
Indonesia
ok. thanks Verymuch.
:-bd :-bd

diztlyWardizt.




Return to Ferduino code





Who is online

Users viewing this topic: No registered users and 1 guest

cron