Erik Nyquist

Results 45 comments of Erik Nyquist

Updated to use readAccelerometerScaled, and readGyroScaled, which greatly simplifies the example (manual conversion no longer required).

no worries. I've got what I need, I was indeed just being nice 😊

Thanks @khanning, we'll take a look. Side Note: you don't need to handle the timing of CurieIMU reads, anymore-- there is a dataReady() method you can use now, e.g. CurieIMU.dataReady(ACCEL);...

@Rafmigz @IeiuniumLux @tamirmha My apologies for never responding to this thread-- I had these emails tucked away in an old gmail filter because, well, I don't work at Intel anymore,...

I cannot say what Intel has decided to do with arduino101 (because I do not know), but I can say that I and everyone else who worked on arduino101 has...

it was a fun ride, I'm not complaining :) also, I've seen no announcements that Intel is cancelling Arduino101, it might still live on. Of course someone else has to...

Thanks @PaulStoffregen, I'll look at integrating your corrected version.

@PaulStoffregen sorry about the delay on this, I finally got round to trying this out today. You're right, the Processing sketch given produces wrong movement for me too. However, when...

@bontempos, I am not sure about Paul's version of the library; I only tried "official" one from the Arduino tutorial. But, I'll try Paul's one and let you know what...