Has anyone tried to read two sensor readings simultaneously from arduino ?
I have tried separating the sensor readings by a comma (in arduino) and then using the split string function to decipher the two readings.
I can print both readings on screen but the outputs from the split node are not working.
I have used the attached blueprint as a reference - any ideas what I’m doing wrong?