I would like to control a motor. I noticed when I use the arduino uno that the rotation speed with analogwrite (240) turns faster than when I use the arduino nano 33 ble with the same code.
Why does the motor of the arduino nano 33 ble turn more slowly with the same pin assignment.
this is what I used: motor driver of: tmcm 1630 and a voltage converter: velleman k1823 to reduce the voltage of the battery from 36v to 9v input voltage.
the motors are powered by a lithium ion battery with 36 volts. the arudino nano is then connected to an input voltage of 12 volts via a voltage converter.
all devices are connected to the same gnd. with the arduino uno it works without any problems with the code only with the nano it runs very, very slowly.
Yes, that diagram is called a BLOCK DIAGRAM, and is useful to describe the concept of the project, but a SCHEMATIC, or CIRCUIT diagram shows all the internal detail needed to probe, verify or even to assemble the project.
Problem was solved. The problem is that the operating voltage of nano is designed for 3.3 V. and not 5 V. Therefore the input voltage of the motor driver had to be increased. Thanks anyway for the help and for the tip on how to post a post next time.