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
If I remember well, the read on the socket was a blocking call, so it was interrupting the normal flow of the application.
Actually I don't think using a OSC sketch on Galileo is the best idea, it would have been much better to recompile a c library that do everything and plug it in (performance wise it would be better I think). But well we were trying this hybrid appraoch and having multiple threads in an arduino sketch sounded cool/useful/bad idea.
Keep us posted if you do something cool with the code !
Merci :)
Hi,
why did you use pthread instead of main loop ?
Did you modify something on OSC arduino lib ?
Good job,
The text was updated successfully, but these errors were encountered: