2 windows with processing on one computer
in
Integration and Hardware
•
1 year ago
hello everybody,
i am new here and a beginner with processing. i was doing some projects with arduino.
my newest project is the following:
i want to have two different visualisations of data on two different monitors. the data comes from bioera, a neurofeedback programm, through serial comunication to an arduino. that is working so far nicely. till now i am controlling leds with the arduino. now i want to visualize the data on two monitors. for example, if alpha amplitude on a particular position is high, a big circle appears on the left monitor, and if theta is low on another location, a red triangle would appear on the right monitor.
data should flow quite fast, maybe in a range of a few hundreds of a second.
i thought i would use in total 2 computers. on the first one is the neurofeedback software, where i use two monitors for the neurofeedback software.
on the second one i would run processing and in two different windows in two monitors.
the first arduino attached to the neurofeedback software i would connect to two other arduinos through serial communication, and these two arduinos are connected to the second computer running processing.
is that a possible setup, could one window of processing process data from one arduino, for example on port 1, and the other window process data from an arduino at port 2?
thanks for your help and if there is an easier way i would be happy to hear about.
michael
i am new here and a beginner with processing. i was doing some projects with arduino.
my newest project is the following:
i want to have two different visualisations of data on two different monitors. the data comes from bioera, a neurofeedback programm, through serial comunication to an arduino. that is working so far nicely. till now i am controlling leds with the arduino. now i want to visualize the data on two monitors. for example, if alpha amplitude on a particular position is high, a big circle appears on the left monitor, and if theta is low on another location, a red triangle would appear on the right monitor.
data should flow quite fast, maybe in a range of a few hundreds of a second.
i thought i would use in total 2 computers. on the first one is the neurofeedback software, where i use two monitors for the neurofeedback software.
on the second one i would run processing and in two different windows in two monitors.
the first arduino attached to the neurofeedback software i would connect to two other arduinos through serial communication, and these two arduinos are connected to the second computer running processing.
is that a possible setup, could one window of processing process data from one arduino, for example on port 1, and the other window process data from an arduino at port 2?
thanks for your help and if there is an easier way i would be happy to hear about.
michael
1