About 1,150,000 results
Open links in new tab
  1. Arduino Motor Control Code - Programming - Arduino Forum

    Mar 3, 2025 · Hello everyone! 👋 In this post, I’m sharing a simple yet effective motor control code for Arduino, ideal for controlling small robots or any project involving motorized movement. …

  2. Adjusting speed of stepper motor with potentiometer - Arduino …

    Dec 2, 2024 · Hi, I'm new to arduino and have been trying out how to control the stepper motor speed using a potentiometer. I found a video in youtube that is pretty nifty. How To Make …

  3. Controlling motor speed (in RPM) using an encoder - Arduino Forum

    Jun 27, 2024 · I've got a simulation sketch in Wokwi that numerically simulates motor physics and PID control, dc_motor_sim.ino - Wokwi ESP32, STM32, Arduino Simulator which doesn't …

  4. Arduino Motor Shield Rev3 - General Guidance - Arduino Forum

    Jan 19, 2025 · Thankyou so much for replying but this isn't my board, mine looks like this which is sat on top of the arduino uno. I have a 12v 3amp supply plugged into the Arduino Uno board …

  5. 230VDC motor driver - General Guidance - Arduino Forum

    May 6, 2025 · I'm having trouble grasping this, but do I need to supply a steady pulse of the correct logic levels to the 4 pins as a sort of PWM input in order to drive the motor at varying …

  6. How to power 12v motors - General Guidance - Arduino Forum

    Jun 27, 2023 · Once all connections have been made, an Arduino Uno can be programmed to control motors using an L298N motor driver. When writing this program, make sure that …

  7. BTS7960 BTN7960N IBT_2 motor drive module - Arduino Forum

    Jun 29, 2023 · I use the current signal for a current control loop with the Arduino software, and it works quite well. Motor current control is a good option to obtain fast control loops of DC motor …

  8. Arduino, L298N motor driver, Linear actuator

    May 24, 2025 · Hey! I’m working on a project where I need to control the tilt of a platform using a gyroscope (MPU6050) and three 12V linear actuators. The setup is controlled by an Arduino …

  9. Programing motor with encoder - Programming - Arduino Forum

    Feb 23, 2022 · Hello, I have very little knowledge of coding all of my other projects I have done for work I've used stepper motors. But this time I opted for a geared dc motor with encoder …

  10. Speed and direction of a stepper motor with push buttons

    Nov 7, 2024 · Hi I am working on a project and I'm not familiar with arduino at all. I have two push buttons and was looking to control the direction of the motor with each push button. In …