L9110s H-Bridge Stepper Motor Duplo Dc Motor Driver Controller Board For Arduino

Fabricante: satkit
Código de produto: Y020305-l9110

Breve descrição


L9110s H-Bridge Stepper Motor Duplo Dc Motor Driver Controller Board For Arduino-Pcb board with two the L9110S motor controle chip- module can em simultâneo drive two DC motors or 4-wire 2-phase stepper motor- module inp... Ler mais...

Achei mais barato?
2.46€ Preço s/ iva: 2.00€

  • Disponibilidade: Em Stock 19

  • 2 ou mais 2.36€
  • 10 ou mais 2.24€
  • 20 ou mais 1.85€


L9110s H-Bridge Stepper Motor Duplo Dc Motor Driver Controller Board For Arduino

-Pcb board with two the L9110S motor controle chip
- module can em simultâneo drive two DC motors or 4-wire 2-phase stepper motor
- module input voltage :2.5-12V
- 800mA continuous current output capability per channel

1. Low static current work
2. Power supply voltage: DC2.5-12V
3. Each channel você 800mA continuous output current
4. Low saturation pressure drop
5. TTL/CMOS output level compatível, can be directly connected to the CPU
6. Output built-in clamping diode, apply to the percebido load
7. Control and drive integrate in IC
8. Have pin high pressure protection function
9. Working temperature: 0-80 ℃
10.Size:29.2(mm)x23(mm)

Pacote Incluída:

L9110S H-bridge Stepper Motor Duplo DC motor Driver Controller Board for Arduino




51 test code:

#include

sbit MOTOR_A_1 = P0 ^ 0;

sbit MOTOR_A_2 = P0 ^ 1;

sbit MOTOR_B_1 = P0 ^ 2;

sbit MOTOR_B_2 = P0 ^ 3;

void delay(controlos long cnt)

{

while(cnt--);

}

void forward(void)

{

MOTOR_A_1 = 1;

MOTOR_A_2 = 0;

MOTOR_B_1 = 1;

MOTOR_B_2 = 0;

}

void backward(void)

{

MOTOR_A_1 = 0;

MOTOR_A_2 = 1;

MOTOR_B_1 = 0;

MOTOR_B_2 = 1;

}

void main(void)

{

EX0 = 1;

EX1 = 1;

EA = 1;

while(1)

{

forward();

delay(30000);

backward();

delay(30000);

}

}

Inserir Comentário

Obs: HTML não é suportado!

Tags: l9110s, h-bridge, stepper, motor, duplo, driver, controller, board, arduino

Visto recentemente