I was wondering if you were able to use load cells, along with amplifiers for analog to digital conversion, to control the speed(and therefore thrust) of a motor?
Essentially am I able to replace a potentiometer with a load cell and amplifier. So the higher the load the more voltage supplied by PWM, but the lower the load the lower the voltage supplied by PWM
Yes thatās correct! So in my view thatās comparable to how you are able to control the speed of the motor via a knob of a potentiometer. However I am wondering if that is a fair comparison and if I am able to go through with this load cell method?
Yes Iām aware of speed and thrust not being the same thing, my bad I shouldāve clarified a bit more. I meant as in if Iām able to use the load cell and amplifier to control the speed of the motor, through PWM(like how a potentiometer does).
As the speed of the motor does affect the thrust of the motor, the slower it turns the less thrust it produces, I thought to have included them similarly in my original post.
Would I be able to change the speed of the motor by changing the load on the load cell(and amplifier). Like is it possible to directly control the speed of a dc motor through varying the load on a load cell, similar to how you can directly control the speed of a motor with a potentiometer
Everyone but @GolamMostafa seems stuck on the idea that the thrust of the motor is to be sensed by the load cell or otherwise entering into what the pot once did.
As I read your original post, my thought was what you said, just replace a potentiometer that does a job now with a load cell.
Amirite?
Please clarify and save us some time.
If you literally want only to replace the pot as that part that figures out and informs the motor speed or thrust, doing will be independent and separable, and the solution of @GolamMostafa is exactly what you need.
If on the other hand all the crystal ball gazing going on has actually identified a more subtle idea, that the load cell has anything at all to do with what the motor ends up doing (other than its speed!) then please a few details about how this is envisioned mechanically.
Yes you are right. I just wanted to know if Iām able to replace the job of a potentiometer with a load cell.
So the varying load on a load cell can affect the speed of the motor, similar to how the potentiometer can affect speed of motor when you turn the knob
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.
Repeated duplicate posting could result in a temporary or permanent ban from the forum.
It will help you get the best out of the forum in the future.
Your OS and version can be valuable information, please include it along with extra security you are using.
Always list the version of the IDE you are using and the board version if applicable.
Use quote or add error messages as an attachment NOT a picture.
Of course you can. See @GolamMostafa for an idea of howā¦ and keep in mind that in software, you can usually replace/modify/swap "components" that you use to build something, as long as you pay a little attention to keeping things separate to begin with.
So here, just get the load sensor to produce the same value that you obtained from the potentiometer, then use that value in the identical fashion to control the morot.
If you could code getting a number from a ham sandwich, you could use a ham sandwich to do, well, whatever.
Haha that is true! So all Iād have to do is just simply replace the āPotValueā variable with a āLoadValueā with values from the load sensor(rather than a potentiometer), and then continue from then on as Iād normally do with a potentiometer to control motor speed? Thank you so far for the help