FAQ

Can I use 2 motor drivers on the same host? I need to drive two motors using my computer.

userHead JaneYu 2023-04-25 21:53:12 114 Views7 Replies

Can I use 2 motor drivers on the same host? I need to drive two motors using my computer.

2024-02-27 15:20:48

Hi There.

I am interested in knowing if it is possible with DRI0050 to control a proportional solenoid valve that uses PWM frequency.
About the valve:
- 900 Hz
- 24VDC

userHeadPic JaneYu
JaneYu wrote:

With the specification showing above.
Voltage Range: 5V~24V
PWM Frequency Adjustment Range: 183Hz ~ 46875Hz

We think the DRI0050 could drive this valve.
But the maximum control current of this module is 10A is also the parameter you have to aware of.

2024-02-27 19:11:42
1 Replies
2023-12-04 10:32:49

We have updated the wiki instructions and apologize for the inconvenience.

userHeadPic JaneYu
2023-11-30 03:45:02

ubuntu@rosrobot:~$ ./dfrobot_driver_pinpong.py
Traceback (most recent call last):
File "./dfrobot_driver_pinpong.py", line 7, in <module>
Board("RPi").begin() #RPi Linux platform
File "/home/ubuntu/.local/lib/python3.8/site-packages/pinpong/board.py", line 1344, in __init__
self.res["init"](self) #不同板子初始化
File "/home/ubuntu/.local/lib/python3.8/site-packages/pinpong/extension/rpi.py", line 65, in init
GPIO.setmode(GPIO.BCM)
NameError: name 'GPIO' is not defined

I have no idea, but it is worst motor driver for Raspberry, all your programs doesn't work for Linux out of the box. Please help to fix error above.

userHeadPic JaneYu
2023-08-05 01:50:04

Is this compatible with Arduino MKR Series?

userHeadPic JaneYu
2023-08-04 16:11:52

10A 5V is ok.

userHeadPic JaneYu
2023-04-26 14:49:05

Sure you could, there will be two different COM port on your computer.

userHeadPic JaneYu