• Home
  • Documentation
  • Forum
  • Blog
  • Users
    • Map
    • Userlist
    • Businesses
    • Userpages
    • Connections
  • Contributions
    • All
    • Store
  • Downloads
    • vvvv beta
    • vvvv beta previews
  • Store
Show / Hide Table of Contents

RC Radio reciver to VVVV

Author: andresc4
Date: 14 Sep, 2018
Category: module
Credits:

arduino sketch + v4 patch to read pwm from rc radios as vvvv values

Download

64bit

0-module_setter.zip
14 Sep, 2018 - 14:59

Description

I was looking a way to implement a rc radio ( like futaba ones ) into VVVV by using the training port, but that kills the "wireless" of the system, the easy way of doing it is reading each channel PWM of the standar RC reciver by using an arduino, that is a Little bit complex, but I found a quick arduino sketch that solves it using interrupt, so the only electronics involve its 10 jumper wires, positive, negative, and 8 for each chanel.

Advantages over a joystick, resolution. PWM values have 2048 steps of resolution! disadvange of the current system, its slow because i am sending ascci string, maybe using binary can improve it...

Arduino Code its inside the patch Steer patch is from cote

  • Improve this Doc

© 2020 by vvvv group. Imprint | Privacy Policy.
Thanks to DocFX for building this website. Analytics by Plausible.

Back to top