Quick question, i want to move a servo like this, i mean lets say pressing ‘W’ it will lets say interact with my IK_calculation function and increase the co-ordinate to forward for lets say in the x_axis from 0 to lets say 5 unit, with a step of 0.1. What could be a best way to do this, can you suggest me an outline?
You can control direction of rotation, if that's what you mean, by reversing the polarity of the motor, all the motor shield does is allow multiple motors to connect and be controlled by one Arduino, yes you can do it without a motor shield but it becomes far more complex if trying to do this without one, as you still need a way to manage power to all motors, and control them via arduino, a motor shield is the easiest way to achieve this.
nice video, this car can also do wheelie 🤣🤣🤣🤣
Quick question, i want to move a servo like this, i mean lets say pressing ‘W’ it will lets say interact with my IK_calculation function and increase the co-ordinate to forward for lets say in the x_axis from 0 to lets say 5 unit, with a step of 0.1. What could be a best way to do this, can you suggest me an outline?
Yoy should share the code, because the code help us to make a car and for learning and understand.
could you share the python and initial arduino set-up code for this project.
I have one doubt. Can we control dc motor's angle of rotation(not servo motor)and how can i connect dc motor without motor shield?is it possible?
You can control direction of rotation, if that's what you mean, by reversing the polarity of the motor, all the motor shield does is allow multiple motors to connect and be controlled by one Arduino, yes you can do it without a motor shield but it becomes far more complex if trying to do this without one, as you still need a way to manage power to all motors, and control them via arduino, a motor shield is the easiest way to achieve this.
I have one doubt. In this motor shield , can we add LEDs? Does it work?
Its possible, you may have to solder onto one of the un-used pins of the shield though as there are no direct pins to connect to without soldering
how can i buy the complete kit
I'm not aware of a kit that does this but the individual parts are widely available, i use ThePieHut and Amazon for all the components
Hey can you send me the python code