Is a good idea to connect a DRV8833 which controls 2 gear motors , 3 SG90 servo motors and nRF24L01 2.4GHZ WIRELESS TRANSCEIVER MODULE with Arduino UNO? Or it would be better to use another Arduino to control servos?
Welcome to the forum
Your topic has been moved to the Project Guidance category of the forum
It is not the connection of the driver board to the Uno that matters, rather it is how the motors and servos are powered. Do not power them from the Uno, use an external power supply
I don't see any problem with that.
Powering the components will be the biggest issue.
You will need an external supplies for the servos and the motors.
I suggest a power adapter for the NRF24. The Uno 3.3V may not have enough current capability for the radio even with an added capacitor.
If you are worried about having enough pins, remember that the analog inputs are really digital inputs with analog input as a special function. So, not counting the serial pins, there are 18 digital IO pins available.
I tried to connect DRV8833 directly to the battery as in the pic but the LED from DRV does not light up. So do I have to connect DRV to Arduino or what else could I do?
Show us the simple sketch you are using to test your wiring.
Seems like it should work…
a7
Can you post some photos that clearly show your wiring?
I second the request for the test code. Please read the forum guidelines to see how to properly post code and some information on making a good post.
Use the IDE autoformat tool (ctrl-t or Tools, Auto format) before posting code in a code block.
This is how I connected all the components. The problem is that connecting the drv8833 in this way the LED from drv8833 does not light up.
Are you really using that style of 9V battery in your project ?
I also connected it to my laptop and it still doesn't work
Your other topic on the same subject deleted.
Please do not duplicate your questions as doing so wastes the time and effort of the volunteers trying to help you as they are then answering the same thing in different places.
Please create one topic only for your question and choose the forum category carefully. If you have multiple questions about the same project then please ask your questions in the one topic as the answers to one question provide useful context for the others, and also you won’t have to keep explaining your project repeatedly.
Repeated duplicate posting could result in a temporary or permanent ban from the forum.
Could you take a few moments to Learn How To Use The Forum
It will help you get the best out of the forum in the future.
Thank you.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.