Cole Lashley

Results 13 comments of Cole Lashley

@patvdleer could you explain how you fixed this error if you were able to? I'm having the same issue

Thanks! I found another fix to the problem by using the multiprocessing pool class and using the return value of the function instead of the manager/queue class via pool.apply_async(). I...

@ErikBob @RobertReichel Hi, I am having a similar problem. I never get errors, but when using the pitch yaw and roll values to control a camera in unity, I am...

https://www.youtube.com/watch?v=T9jXoG0QYIA @mataldomen @MichaelFBA @Jeremiah1327 @elsatch I hope I'm not too late for you guys but I've recently have been working on the same problem and I've found some resources. As...

Apologies, I’m a bit new to this. I saw that but I was a bit deterred because there was a lot of code that I didn’t understand. Is this a...

@Jeremiah1327 ah okay. I'm still doing research and I haven't yet gotten around to trying to get @kriswiner 's code to work, but I have looked at and I see...

@kriswiner do you know how I could implement the writeByte method in a way that would work on my nano 33 ble sense?

Ah okay. I thought Wire was a library that I might have to replace but my editor seems to think it's fine. The error I'm getting now is that I2C_NOSTOP...

So the writeByte method causes the Mbed OS to crash. It could be an issue with the actual registers used in the calls but the first writeByte call in accelgyrocal...