Questions tagged [arduino]
The arduino tag has no summary.
5 questions
0
votes
0
answers
341
views
Using a Bluno beetle instead of Arduino Uno
So I am making an interactive game using Unity and an Arduino Uno. However, I now want to migrate my Arduino project onto a Bluno Beetle board. I am using the following code on Unity:
...
0
votes
1
answer
243
views
SerialPort() data reading slowing down Unity
I am sending a few data from Arduino Uno to Unity using serial Port, baud rate is 115200. Still Unity is response time is pretty poor.
At first it takes fraction ...
2
votes
1
answer
412
views
Aligning rotation from a imu9250 to a game object
I am experimenting with interfacing unity with real world inputs, specifically I have an imu9250, connected to an arduino clone providing rotation inputs ( either quaternion or pitch/yaw/roll) to ...
0
votes
1
answer
348
views
Game freezes, cannot see why
My game freezes randomly, mostly when changing from one level to the next. I cannot tell why this is the case. There are no errors or warnings. This happens when i build the game and when I am testing ...
2
votes
1
answer
236
views
Unity and arduino processing
This question relates to this link:
https://www.freetronics.com.au/blogs/news/6537043-experimenting-with-unity-processing-and-arduino#.W2-SFs4zbIU
Does anyone have any idea how I would begin doing ...