wrmhl icon indicating copy to clipboard operation
wrmhl copied to clipboard

Read string value from Arduino in Unity

Open niccoleo opened this issue 6 years ago • 3 comments

@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!

niccoleo avatar Jun 02 '18 10:06 niccoleo

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.

KjeldSchmidt avatar Aug 03 '18 12:08 KjeldSchmidt

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.

Technorocker avatar Apr 22 '19 03:04 Technorocker

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 [email protected] 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 https://github.com/relativty/wrmhl/issues/10#issuecomment-485313595, or mute the thread https://github.com/notifications/unsubscribe-auth/AGJSFM3EQQM55H3QRV4LD2LPRUV5NANCNFSM4FC6R37A .

-- Maxime Coutté - Follow me :-) https://twitter.com/maximecoutte

maxim-perumal avatar May 04 '19 22:05 maxim-perumal