Rank: Advanced Member
Groups: Registered
Joined: 11/14/2012(UTC) Posts: 261 Location: Finland Thanks: 117 times Was thanked: 15 time(s) in 13 post(s)
|
Hi guys.
Has anyone got or tried vMix tally lights to work with any other Arduino than Arduino UNO?
Trying to get official Arduino MICRO to work with vMix 15 but not working. Arduino UNO works.
I did bring this compatibility problem up a long time ago when I tried to get vMix to work with Arduino clone Romeo R2 (didn't work either).
vMix just says: "Connecting" and then "ConnectError".
Martin, please look in to this Arduino compatibility issue.
Kind regards, Jan
|
1 user thanked jet for this useful post.
|
|
|
Rank: Administration
Groups: Administrators
Joined: 1/13/2010(UTC) Posts: 5,208 Location: Gold Coast, Australia Was thanked: 4288 time(s) in 1520 post(s)
|
Hi Jan, See the documentation below: http://www.vmixhd.com/help15/TallyLights.htmlvMix requires the StandardFirmata firmware to be installed, as it is not by default. Refer to the arduino documentation for instructions for your device. Regards, Martin vMix
|
1 user thanked admin for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 11/14/2012(UTC) Posts: 261 Location: Finland Thanks: 117 times Was thanked: 15 time(s) in 13 post(s)
|
admin wrote:Hi Jan, See the documentation below: http://www.vmixhd.com/help15/TallyLights.htmlvMix requires the StandardFirmata firmware to be installed, as it is not by default. Refer to the arduino documentation for instructions for your device. Regards, Martin vMix Hi Martin. Yes, I have always installed the standard firmata before testing. Could you test it on Arduino Micro? Kind regards, Jan
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 11/14/2012(UTC) Posts: 261 Location: Finland Thanks: 117 times Was thanked: 15 time(s) in 13 post(s)
|
Any news on this topic?
Since no one has posted a reply saying he has got Arduino to work with vMix (other than Arduino UNO) I am certain that there are issues with it. I have tested it with Arduino MICRO and Arduino clone Romeo with the standard firmata installed in them.
Martin, have you tested it on any ohter Arduino and got it to work?
Kind regards, Jan
|
1 user thanked jet for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 3/30/2011(UTC) Posts: 308 Location: Portugal Thanks: 347 times Was thanked: 35 time(s) in 30 post(s)
|
HI,
Arduino tally not working with vMix on Windows pro 10 64 bits ! no problems on Windows 7 , 8 and 8.1.... the usb controller installs correctly on Windows 10 . i install the vmix tally driver.... go to settings to configure tally´s .... and gets connect error... tried to check the firmware... no success :(
Cheers
PFBM
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 1/13/2010(UTC) Posts: 5,208 Location: Gold Coast, Australia Was thanked: 4288 time(s) in 1520 post(s)
|
|
1 user thanked admin for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 3/30/2011(UTC) Posts: 308 Location: Portugal Thanks: 347 times Was thanked: 35 time(s) in 30 post(s)
|
Hi Martin ! Ultra thanks !!
Problem solved.
Kind regards,
PFBM
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 3/22/2016(UTC) Posts: 2 Location: YKT
|
All this has no result. Does not work. Look for other solutions!
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 10/4/2016(UTC) Posts: 4 Location: UK
|
I also cannot get anything other than the UNO to work. On a Mega 2560 Standard Firmata is loaded and the test program can drive all outputs so there is nothing wrong with the code or the board but vMix still says connect error. I have tried the new drivers and tried the registry fix. UNO is seriously limited as you have no facility for more than 13 Digital Out pins which is why I wanted to use the Mega. Even utilisation of the Analog pins would be a help but it should be very easy to make it work with any Arduino.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 11/14/2012(UTC) Posts: 261 Location: Finland Thanks: 117 times Was thanked: 15 time(s) in 13 post(s)
|
Hi.
In my case the problem did go away with vMix 16.0.0.115 and newer vMix versions and now it works at least with Arduino Uno and Arduino Micro.
Kind regards, Jan
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 10/4/2016(UTC) Posts: 4 Location: UK
|
jet wrote:Hi.
In my case the problem did go away with vMix 16.0.0.115 and newer vMix versions and now it works at least with Arduino Uno and Arduino Micro.
Kind regards, Jan
I'm running vMix 17.0.0.111 and can't get the Mega 2560 to work at all. Even the first 12 (2-13 on Arduino board) won't work but they work fine with the UNO boards I have.
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 1/13/2010(UTC) Posts: 5,208 Location: Gold Coast, Australia Was thanked: 4288 time(s) in 1520 post(s)
|
Hi,
By default vMix detects the Mega 2560 and assigns it as control surface control as that is what is used in our hardware. To disable this functionality you will need to manually edit vMix64.exe.config in the vMix install directory and set as follows:
<setting name="ControlSurfaceEnabled" serializeAs="String"> <value>True</value> </setting>
To
<setting name="ControlSurfaceEnabled" serializeAs="String"> <value>False</value> </setting>
Regards,
Martin vMix
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 10/4/2016(UTC) Posts: 4 Location: UK
|
admin wrote:Hi,
By default vMix detects the Mega 2560 and assigns it as control surface control as that is what is used in our hardware. To disable this functionality you will need to manually edit vMix64.exe.config in the vMix install directory and set as follows:
<setting name="ControlSurfaceEnabled" serializeAs="String"> <value>True</value> </setting>
To
<setting name="ControlSurfaceEnabled" serializeAs="String"> <value>False</value> </setting>
Regards,
Martin vMix Thanks, I will try this. I am using a second Arduino (Due) as a USB midi input device to interface with a control surface. Will this be affected? Bryan
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 10/4/2016(UTC) Posts: 4 Location: UK
|
bmckibbin wrote:admin wrote:Hi,
By default vMix detects the Mega 2560 and assigns it as control surface control as that is what is used in our hardware. To disable this functionality you will need to manually edit vMix64.exe.config in the vMix install directory and set as follows:
<setting name="ControlSurfaceEnabled" serializeAs="String"> <value>True</value> </setting>
To
<setting name="ControlSurfaceEnabled" serializeAs="String"> <value>False</value> </setting>
Regards,
Martin vMix Thanks, I will try this. I am using a second Arduino (Due) as a USB midi input device to interface with a control surface. Will this be affected? Bryan I tried the change to the config file but still cannot get the Mega to work for tally. It says connected now but doesn't actually change outputs.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/20/2016(UTC) Posts: 182 Location: Milano Was thanked: 21 time(s) in 13 post(s)
|
I confirm Arduino uno works but Arduino Mega 2560 doesn't work. Both with standard firmata, on the same PC and in the same conditions. I tried to change vmix64.exe.config, I tried to open regedit and reset port com but no results: always "connect error". I'm going crazy.
|
|
|
|
Rank: Member
Groups: Registered
Joined: 11/10/2016(UTC) Posts: 15
Thanks: 1 times
|
spino, did yu get this working? I too am getting a connect error with the Mega. Standard Firmata is installed. I notice when VMIX is opened that there is some activity on the Arduino board, but when I select COM4 within Vmix it says connect error. *It is definitely connected to COM4). Thanks
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 2/18/2014(UTC) Posts: 1,837 Location: Stockholm
Thanks: 144 times Was thanked: 297 time(s) in 250 post(s)
|
|
|
|
|
Rank: Member
Groups: Registered
Joined: 11/10/2016(UTC) Posts: 15
Thanks: 1 times
|
Yes I tried it but that made no apparent difference. I think I have managed to get it working though. It only works if I start VMIX first and then plug in the Arduino Mega board. If I plug the board in first then it doesnt work. This hardware seems a bit tempermental and fussy!
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/20/2016(UTC) Posts: 182 Location: Milano Was thanked: 21 time(s) in 13 post(s)
|
sdonn wrote:spino, did yu get this working? I too am getting a connect error with the Mega. Standard Firmata is installed. I notice when VMIX is opened that there is some activity on the Arduino board, but when I select COM4 within Vmix it says connect error. *It is definitely connected to COM4). Thanks Which version of vmix are you using? I had the same your problem ( ) but it was solved with new versions
|
|
|
|
Rank: Member
Groups: Registered
Joined: 2/18/2018(UTC) Posts: 28 Location: Milan, Italy Thanks: 6 times Was thanked: 2 time(s) in 2 post(s)
|
Originally Posted by: sdonn Yes I tried it but that made no apparent difference. I think I have managed to get it working though. It only works if I start VMIX first and then plug in the Arduino Mega board. If I plug the board in first then it doesnt work. This hardware seems a bit tempermental and fussy! Hi everyone, I've got the same problem, has anyone found a solution? Regards, Matteo
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The vMix Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close