Giovanni Antunes Bonin

Results 17 comments of Giovanni Antunes Bonin

HI! I'm running the example code: ``` // I2C device class (I2Cdev) demonstration Arduino sketch for MPU6050 class using DMP (MotionApps v2.0) // 6/21/2012 by Jeff Rowberg // Updates should...

Thanks! I Will test and post the results. Can you explain why only in ESP I have to write that? edit: yes, now it's work! Thanks again!

I changed to react-native-orientation-locker and it works fine! But now android has a problem: I'm using react-native-video lib. When I change the orientation, or even change something, the video reloads

Hi @minhpham1203 . HEre works perfectly. ``` Orientation.addOrientationListener(orientationChange) return () => { Orientation.removeOrientationListener(orientationChange) }; ``` ``` const orientationChange = (orientation) => { if(orientation == 'LANDSCAPE-RIGHT' || orientation == 'LANDSCAPE-LEFT') {...

I dont remenber how fiz, but, you can try to add in build phases the excluded architectures (both in Debug and Release) the arm64.

Sorry for the late! I didn't has much sucess with MyoRaw. The, I found other to use, and I'm using now. https://github.com/Alvipe/Open-Myo

Yes... Of course, it all depends of your code. I've logged The results, and input them (after get RMS, etc) thrhougth a MLP. In the train/Test it works fine, but,...

@hananabilabd Well, maybe my problem ia the same. We trying to solve this too... But seen The open-myo code, we realized that has no sleep in code, or something like...

@hananabilabd hmm, great. We do something like this, but with some "sleep" to measure the time between receive The data and make The calculus. About your question... The base between...

Here, you have all the BLE code to catch The values. But... Some commands are different in the modules (dont know why). https://github.com/thalmiclabs/myo-bluetooth/blob/master/myohw.h