Use a WS2812 RGB LED strip to visualize the pose of an MPU-6050 6-degree-of-freedom IMU in three dimensional space. Not your average LED lighting project. Technical Concepts Interfacing with devices on I2C bus Adding and utilizing external Arduino libraries ...
The sketch below is ment to be a base for interfacing the MPU-6050. The sketch uses the Arduino functions as much as possible. For now, it is just a simple and basic sketch to get the MPU-6050 working. The I2C-address depends on the AD0 pin of the sensor. If it is connected to...
The sketch below is ment to be a base for interfacing the MPU-6050. The sketch uses the Arduino functions as much as possible. For now, it is just a simple and basic sketch to get the MPU-6050 working. The I2C-address depends on the AD0 pin of the sensor. If it is connected to ...