-
Hi Kris;
I am looking at the MPU9250_MS5637_AHRS_t3 code:
#if ADO
#define MPU9250_ADDRESS 0x69 // Device address when ADO = 1
#define AK8963_ADDRESS 0x0C // Address of magnetometer
#define …
-
I have two MS5637 Qwiic Pressure components being tested. I've tried both my SparkFun Qwiic Micro and my SparkFun Thing Plus to Qwiic connect to either MS5673 Qwiic Pressure sensor with no response (…
-
Dear Kriswiner,
Do you have any example with ESP32 + MPU9250 without MS5637 ?
My mission is do a angle level where I need to get ate least roll and pitch values, from one machine, save, and aft…
-
The nodes interact with the sensors using I2C. These sensors are:
- [MS5637-02BA013](https://www.mouser.com/datasheet/2/813/MS5637_Datasheet-2490129.pdf)
- [SHTC3](https://media.digikey.com/pdf/D…
-
MPU9250_MS5637_AHRS_t3:312: error: 'I2C_MASTER' was not declared in this scope
Wire.begin(I2C_MASTER, 0x00, I2C_PINS_16_17, I2C_PULLUP_EXT, I2C_RATE_400);
^
MPU9250_MS5637_AH…
-
Good day sir Kriswiner!
As I was observing this script and your other related MPU9250 codes I've notice the following codes here where my questions are as follows:
- MPU9250_MS5637_AHRS_t3.ino sc…
-
Hi!
Thanks a lot for your code, I hope you've had many a free beer because of it!
I am trying to use the "MPU9250_MS5637_AHRS.ino" code (minus the MS5637) and can't seem to get any type of meani…
-
Hi Kris!
First of all thanks for your efforts!
I was looking into your sketch:
ESP8285/MPU9250/MPU9250_MS5637_BasicAHRS2_ESP8266.ino
and noticed a possible error in the AHRS rate calculation
…
-
Hey Kris, I am new to arduino and IMUs in general and learning as I go. I am using versions of you code, which I have adapted to take any number of IMUs. I am working on a wearable device which might …
-
Hi,
I was looking at your file "MPU9250_MS5637_AHRS_t3" and there is something that I don't understand.
at the line 373 when you used this function :
`accelgyrocalMPU9250(gyroBias, accelBias);…