-
Hello,
I am trying to compile Simple_MPU6050_Example_No_interrupt_pin_used.ino (https://forum.arduino.cc/uploads/short-url/qY4D0CYmR2l0wQzHyoaMQahJVtW.ino) on Wemos D1 mini and got the error below.…
-
Do you have a plan to publish ellipsoid_fit_python in PIP package repository? For example in PIP already available package for ellipse fitting (https://github.com/bdhammel/least-squares-ellipse-fittin…
-
Hello,
I am struggling with using the MPU9250. My goal is rotation tracking for a unity-based app. So far I was successful in communicating between the arduino micro and unity, and with using an MP…
-
反馈bug/问题模板,提建议请删除
## 1.关于你要提交的问题
利用Github Actions在线编译失败
Q:是否搜索了issue (使用 "x" 选择)
* [x] 没有类似的issue
## 2. 详细叙述
### (1) 具体问题
A:
本地编译成功,同样的`.config`文件利用github actions编译无法通过
![图片](…
-
Hey psiphi75, I was wondering if you experienced any issues with drift and/or some really bad performance due to calibration?
I've tried to calibrate my MPU many times and found that one of my two …
-
is the "intPin" used at all? it is set as an input but that's all i can find - this variable could be deleted I guess?
https://github.com/kriswiner/MPU9150/blob/697032ac72af5795db2f4b64f9ccc27710af…
-
Hi Kris
First of all, thank you for this.
So I'm using your code and having trouble with the QuaternionFilter. The accelerometer, gyroscope, and magnetometer values are stable but my q values va…
-
I've wired an MPU-9250 to an Arduino Pro Micro as described in the readme. I uploaded the sketch and the serial monitor is logging the following repeatedly: `0.0000, 0.0000, 0.0000, 0.0000;`
I did …
-
Here you have a list of compiling issues I found using clang (with its respective PRs):
- [x] **tests_driver_adcxx1c** fixed in #7856.
```console
/Users/facosta/git/RIOT-OS/RIOT/tests/driver_ad…
kYc0o updated
5 years ago
-
Hey,
I'm trying to use accel_calibration sketch to calibrate my vario.
I followed the directions as closely as I could, mimicking every orientation by how it's portrayed on the calibration video on …