HELP Im trying to creat an arruino that read the throttle signal and brake and send it to led strip like formula drift decel light for rc car

Yea I can get 5 v from reciver

Do a search for "arduino read RC receiver tutorial". Many pages.

Once that you have a number from the receiver that represents throttle position, replace the readPot() in this line with that number.

int row = map(readPot(), 1000, 2000, 0, NUM_STEPS);  // just replace readPot with the receiver data

Ok friend

I know I’m the reciver is one for throttle and one for steering

And you want a strip for each one? Not a problem. Duplicate the first channel.

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