Search found 16 matches

by priyamkar1990
Sun May 21, 2017 2:34 pm
Forum: Designer
Topic: tcp writer box interface with arduino
Replies: 3
Views: 10219

Re: tcp writer box interface with arduino

thanks for your interest ,TCP writer box is working fine, i am just wondering if i can use more than one TCP box in the same scenerio, and i guess its possible, i m now trying to figure out how to set the arduino sketch so as to acquire data from bothe the TCP box simultaneously and regarding VRPN c...
by priyamkar1990
Sat May 20, 2017 8:34 pm
Forum: Designer
Topic: tcp writer box interface with arduino
Replies: 3
Views: 10219

tcp writer box interface with arduino

i am actually using TCP writer box to talk to arduino, i am just wondering that is it possible to use more than one TCP writer box in the same scenario on openvibe
so if any one who can take me through it ...it will be very helpful for me
thank you
by priyamkar1990
Sat May 20, 2017 8:31 pm
Forum: Designer
Topic: OSC controller box vs Ardiuno UNO
Replies: 2
Views: 8991

Re: OSC controller box vs Ardiuno UNO

i have already checked the link u have mentioned , but i didn't find any help, i m still wondering how to see the actual content of the incoming OSC packets
if any can help me it will be really appreciable
thank you
by priyamkar1990
Wed May 03, 2017 5:33 am
Forum: Designer
Topic: OSC controller box vs Ardiuno UNO
Replies: 2
Views: 8991

OSC controller box vs Ardiuno UNO

i have successfully interfaced the open vibe with the ardiuno uno board with the help of osc controller box but the thing is that what i m receiving is just "#bundle" and i really dont know the meaning of this isn't it possible to get some numeric values which i can use as a parameter to control som...
by priyamkar1990
Tue May 02, 2017 5:05 pm
Forum: Designer
Topic: openvibe interfacing with arduino
Replies: 9
Views: 17663

Re: openvibe interfacing with arduino

hey guys i finally been able to interface openvibe with ardiuno through OSC controller box but now the thing is waht i am receiving is "#bundle" and i really don't understand the meaning of this is there any way i can unpack this bundle or can see some particular values that i can use as a parameter...
by priyamkar1990
Sun Apr 16, 2017 5:05 am
Forum: Designer
Topic: interfacing OpenVibe with arduino through OSC controller box
Replies: 0
Views: 8109

interfacing OpenVibe with arduino through OSC controller box

i am trying to interface OpenVibe with arduino through OSC controller box. if anyone has done this please let me know. cause i am lost and i do not what is the point i am missing.
Thank you!
by priyamkar1990
Thu Apr 13, 2017 7:17 am
Forum: Designer
Topic: openvibe interfacing with arduino
Replies: 9
Views: 17663

Re: openvibe interfacing with arduino

thank you guys fro your kind attention and reply i am using arduino uno board with ethernet shield as an OSC server. the arduino sketch(program) that i have is capable of receiving UDP packets and print them over the serial monitor. the server seems to work nicely but i am still not getting any thin...
by priyamkar1990
Mon Apr 10, 2017 5:36 pm
Forum: Designer
Topic: openvibe interfacing with arduino
Replies: 9
Views: 17663

Re: openvibe interfacing with arduino

i have gone through many documentation about the OSC protocol but i am still not getting what should i keep as the OSC address in the parameter section of OSC controller box so that i can receive the packet of data in the OSC server
by priyamkar1990
Sun Apr 09, 2017 12:44 pm
Forum: Designer
Topic: openvibe interfacing with arduino
Replies: 9
Views: 17663

Re: openvibe interfacing with arduino

sir i have found a sketch over the arduino platform to receive UDP messages and print them over the serial monitor. i am using the OSC controller box on the openvibe side . in the parameter section i have entered the IP address and port address of the local area connection which got established when...
by priyamkar1990
Fri Mar 17, 2017 4:12 am
Forum: Designer
Topic: VRPN client building issue
Replies: 10
Views: 20624

Re: VRPN client building issue

thank u very much, now i can see it
i will ask if i find any problem ...thank you very much again
by priyamkar1990
Thu Mar 16, 2017 4:59 am
Forum: Designer
Topic: VRPN client building issue
Replies: 10
Views: 20624

Re: VRPN client building issue

i am actually trying to use arduino uno board to control some device so either i have to design a vrpn client over arduino side or as u said use OSC box over openvibe side and design a UDP server to receive information
but now the issue is i cant find the OSC controller box :(
by priyamkar1990
Sun Mar 12, 2017 7:06 pm
Forum: Designer
Topic: VRPN client building issue
Replies: 10
Views: 20624

Re: VRPN client building issue

sorry for late reply
thanks fro your help now i can build it successfully and i can see the values coming out from the VRPN server when i run openvibe-examples-openvibe-to-vrpn.cmd
but i have another doubt how can i use these values to control some hardware device through arduino uno board.
thank you
by priyamkar1990
Mon Mar 06, 2017 12:00 pm
Forum: Designer
Topic: VRPN client building issue
Replies: 10
Views: 20624

Re: VRPN client building issue

yes it seems that some part of the project is being build in debug mode and some in release mode ...and the only solution that i found to be done i have already applied and i mentioned that in my previous post and also cleaned after i applied the changes but still the situation is resolved please le...
by priyamkar1990
Sun Mar 05, 2017 8:39 am
Forum: Designer
Topic: openvibe interfacing with arduino
Replies: 9
Views: 17663

openvibe interfacing with arduino

i m actually trying to interface openvibe with arduino so that i may control some robot .the only way i found to do so is through vrpn server and client .i mean vrpn server will send the values to vrpn client and probably i can view these values on hyper terminal . my question is, is it possible to ...
by priyamkar1990
Sat Mar 04, 2017 6:14 pm
Forum: Designer
Topic: VRPN client building issue
Replies: 10
Views: 20624

Re: VRPN client building issue

thanks for the reply i followed the building instructions and it helped me. but i m still stuck with this one error error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MDd_DynamicDebug' in vrpn-receiver.obj i went through the available solutions to t...