Ron M. Battle

Results 7 comments of Ron M. Battle

The usual culprit with these type of errors on the ESP32 is **_I2C._** There has been a long troubled history of Arduino-ESP32 I2C problems until the latest **_release 1.0.1_**. With...

I used @simondlevy [EM7180](https://github.com/simondlevy/EM7180) examples to calibrate and save warmstart for @kriswiner [Ultimate Sensor Fusion Solution - MPU9250](https://www.tindie.com/products/onehorse/ultimate-sensor-fusion-solution-mpu9250/) **_and_** its better successor [Ultimate Sensor Fusion Solution - LSM6DSM + LIS2MD](https://www.tindie.com/products/onehorse/ultimate-sensor-fusion-solution-lsm6dsm-lis2md/)....

@themuck: Even with the latest arduino-esp32 code, Wire.endTransmission(false) in I2C _**read**_ routines from @kriswiner won't run correctly but works fine with Wire.endTransmission(true). With his example code, I also had to...

Here is my **_platformio.ini_** file: [env] lib_ldf_mode = deep monitor_speed = 115200 upload_speed = 460800 [espressif32_base] build_unflags = -Werror=reorder board_build.partitions = min_spiffs.csv monitor_filters = esp32_exception_decoder [env:adafruit_qtpy_esp32s3_n4r2] extends = espressif32_base platform...

Same error with my new **_Halmet_** board with regular ESP32!

Steven, I have a dual boot machine Ubuntu/Windows. Since Linux can change the drive numbers from boot to boot, the lack of partition labels can be troublesome! Also the drive...

Yihaa! **_That worked._** Thanks for all of your great work Steven. -Ron