will begin by thanking you for accepting me to this amazing community.
I am currently in the early stages of the project and I am faced with the challenge of connecting 24 LED types: RGB LED Bead IC Built-In APA106
When I want to control each one separately including light intensity and color and ability to run one by one, group by group or everyone together!!
And 12 engines of the bipolar stepper motor, on which I have to control the direction (clockwise or counterclockwise) and the motor speed.
And I want to connect them to Uno Arduino.
Here are some things I've learned:
- I have to provide a separate power for all the components.
- I need L298N Dual Motor Controller Modules or similar to connect to each motor.
Here are my thoughts:
I think about Multiplexing and I understand that it is better to use SPI rather than I2C because it is faster and you can give several Parallel commands but I need to use all of them in Digital pin (not analog pin).
I think that for the LEDs there is an IC built-in solution that can receive a digital pulse and change the light intensities Am I right?
I do not have a solution right now about the engine, please your advice.
Sorry for the length of the post I tried to be as accurate as possible and give the right background.
I would appreciate your help