You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 21, 2021. It is now read-only.
I'm trying to get data from more than one sensor.
I thought of putting everything on a string by separating the various values with a symbol.
It's possible?
Thanks in advance for your answers, and in any case, thanks for the great job!
The text was updated successfully, but these errors were encountered:
If you have established a working connection to unity, this is absolutely possible. Just split the result on the unity side after receiving and you're good to go.
Hello, I am trying to use this for an Arduino IMU sensor and I" am having trouble figuring out how to extract the data from the queue into variables to use in Unity. I have setup my Arduino to send the x,y,z data properly and I get the right response in the Console but I cant seem to find where that debug.Log command is used to grab the data from to insert into variables. Any help would be greatly appreciated.
Hello,
So you’re trying to get the data coming out of the Arduino into a variable
in Unity?
On Mon 22 Apr 2019 at 05:26, Technorocker ***@***.***> wrote:
Hello, I am trying to use this for an Arduino IMU sensor and I" am having
trouble figuring out how to extract the data from the queue into variables
to use in Unity. I have setup my Arduino to send the x,y,z data properly
and I get the right response in the Console but I cant seem to find where
that debug.Log command is used to grab the data from to insert into
variables. Any help would be greatly appreciated.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#10 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AGJSFM3EQQM55H3QRV4LD2LPRUV5NANCNFSM4FC6R37A>
.
@maxime-coutte @al-haruun
I'm trying to get data from more than one sensor.
I thought of putting everything on a string by separating the various values with a symbol.
It's possible?
Thanks in advance for your answers, and in any case, thanks for the great job!
The text was updated successfully, but these errors were encountered: