Titibo26
Titibo26
Did you dig in to know what happen ? I still don't have a solution
> Ran into an issue that is similar (possibly the same) as what is mentioned above. We are using a GY-521 module that contains a MPU6050 chip. We noticed two...
Hi, It's working fine for me. Just make your setup according to your board : " #include #include MPU6050 mpu6050(Wire); void setup() { Serial.begin(115200); // I use this bauderate for...
Did you check your input voltage ? Did you check if the mpu is well seen with I2C scanner ? If yes, did you try to reset the esp ?...
Even in 3.3V it is doing the same :(
Hi, i'm also interested if an ONNX model will be available for this version. Thanks
Hi, to get Real mesurments you'll need to know the Real distance of at least 2 pixel and the scale is supposed to be linear. I'm experimenting this with a...
Hi, I also have bad outputs with .onnx models : Which model are you using ? Because on all available onnx models (see : [https://github.com/intel-isl/MiDaS/issues/83#issuecomment-768154980](url) ) , only 1 give...
Hello, thank you for your answer. I didn't try with an other µc. I only tried with different esp32 devboard (but all being esp32 onboard). The same problem appears with...
I don't think the problem is directly in the _calcGyroOffsets( )_ because in fact, values wich are read in it (with : wire->requestFrom((int)MPU6050_ADDR, 6);) are twice bigger at startup than...