This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |
lwc:hardware:sensors [2023/06/20 17:11] – John Harrison | lwc:hardware:sensors [2023/08/17 12:07] (current) – John Harrison |
---|
* [[https://howtomechatronics.com/tutorials/arduino/arduino-and-mpu6050-accelerometer-and-gyroscope-tutorial/|excellent tutorial]] | * [[https://howtomechatronics.com/tutorials/arduino/arduino-and-mpu6050-accelerometer-and-gyroscope-tutorial/|excellent tutorial]] |
* [[https://arduino.stackexchange.com/questions/48424/how-to-generate-hardware-interrupt-in-mpu6050-to-wakeup-arduino-from-sleep-mode|some clues]] for how to get MPU6050 in cycle mode and maybe use sleep mode for MCU instead of shutting down | * [[https://arduino.stackexchange.com/questions/48424/how-to-generate-hardware-interrupt-in-mpu6050-to-wakeup-arduino-from-sleep-mode|some clues]] for how to get MPU6050 in cycle mode and maybe use sleep mode for MCU instead of shutting down |
| * [[https://github.com/jrowberg/i2cdevlib/issues/665|a peek]] in how to set registers using the MPU6050 library |
| * [[https://github.com/jrowberg/i2cdevlib/issues/559|a discussion]] on those pesky interrupts and how the library might not do it correctly |
| * [[https://mjwhite8119.github.io/Robots/mpu6050|in-depth look at the MPU6050]] although basically it's the example code explained, which already seems to ignore its own interrupt routine |
| * [[https://arduino.stackexchange.com/questions/85896/mpu6050-arduino-jeff-rowberg-library-interrupt-issue|getting the arduino to recognize the interrupts]] |
| * [[https://www.eluke.nl/2016/08/11/how-to-enable-motion-detection-interrupt-on-mpu6050/|a complete walkthrough without code on motion detection interrupt for MPU6050]] |