» Motors + VVVV
This site relies heavily on Javascript. You should enable it if you want the full experience. Learn more.

Motors + VVVV

demo
Credits: kleinkariert + jan bernstein

about

Since it was quite a hands-on workshop with mostly hardware - there is not so much material to share. In the zip you will find a PDF with all the collected circuits and one stepper example (VVVV + arduino patch).

1) For Servos just use the fantastic Firmata nodes (coming with the addonpack) by jens.a.e & u7angel (upload firmata to arduino first)

> connect servo as shown in pdf and select "servo" in enumeraion IO Box for the used pin. The rest is explained quite well in the Firmata helppatch.

2) For DC-motors, also use the Firmata nodes

> connect a double h-bridge like the ln293d as shown in the pdf with an Arduino, external voltage and a motor.

In the firmata helppatch you need three pins for your motor. One digital out with a PWM ouput. Another two digital outputs just with HIGH/LOW output.
The PWM defines the speed of your motor
the other two work as followed:
pin1: HIGH, pin2: LOW -> left rotation (depending on your setup)
pin1: LOW, pin2: HIGH-> right/inverse rotation
both HIGH should stop the motor (creates a kind of shortcut) do not do this too long...

(most of the standart motorshields you get for the arduino should work the same way)

3) For Steppermotors use the stepper example and a stepperdriver like a ln293d or for better control something like the pololu 4988 or the easydriver from sparkfun, you need to upload the arduino patch "stepper_RS232_Control_ino"

One very fancy but expencive alternative for steppers are the stepperdrivers from phidget which have a plugin in vvvv.

you might want to know what PWM is:
http://en.wikipedia.org/wiki/Pulse-width_modulation

download

MotorControlWS13.zip
25.03.13 [15:32 UTC] by kleinkariert | 2283 downloads
stepper-example, circuits

ggml 25/07/2019 - 04:00

hi
in regard to steppermotors,
patch says its ment to be used with the 4988 driver (2 pins)
but the referenced ino code says its meant for direct control (4 pins)
what is the sollution here ?

anonymous user login

Shoutbox

~30d ago

mediadog: @ggml Yup, lots. Only used in 4.x, haven't tried in 5.x yet: https://www.unrealengine.com/marketplace/en-US/product/simple-udp-tcp-socket-client

~1mth ago

ggml: someone has sent udp bytes to unreal ?

~2mth ago

micha_nismus: worked out, thank you very much ! :-)

~2mth ago

joreg: @micha_nismus does this help? https://youtu.be/xkrbT45BgOQ

~2mth ago

micha_nismus: thx joerg. Can anybody help me why i can't see any renderer in gamma? thx :-)

~2mth ago

joreg: @micha_nismus instead of discord, we're using matrix, see: chat

~2mth ago

micha_nismus: searching for a public discord server for vvvv

~2mth ago

joreg: Join us for the 20th #vvvv meetup on January 19th: https://thenodeinstitute.org/event/20-worldwide-vvvv-meetup/

~2mth ago

joreg: @schlonzo re "SDSL support" did you see the Shader wizard? or do you mean something different?