DC motor in Arduino Engineering Kit does not turn

I am in section 3.5 and ran the following command lines. The code ran fine but the motor does not turn. I've double checked the motor shield connections. Picture of connections attached. One disclaimer: Instead of using the nano 33 IOT that came with the kit, I used a new one.

clear a
a=arduino
carrier = motorCarrier(a)
dcm = dcmotor(carrier,'M1')
start(dcm)
dcm.Speed = 0.5;

Show the code.

Show a wiring diagram.

Failing motors isually mean power and wiring problems.

A wiring diagram would be great. I've googled and given up looking for information on the circuit for the shield shown in the pic.
Not really a great introduction to engineering!

Close to Area 51?

1 Like

What do the instructions say?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.