Project consists of serial comms data being streamed into Unity3D, which is then used to perform some simple tasks to do with visualisation of the data.
Remote
in Information Technology - Database Administration & Analysis
in Information Technology - Automation & Devops
in Information Technology - Software Development
Data is collected from various sensors via Arduino, which is then parsed and sent to Unity 3D via serial comms. The data is being sent through the serial monitor and working fine. The issue I'm having is on the C# side of things, as I am not compotant in the language. I would like to have the data produced on a tabled showing real time data in Unity, and also print the data to .CSV file. The data in question is rotary encoder position and button press, which will hopefully be graphed against time using the .CSV file.