-
Can IMU detect waves height/period and report it? Might be some G-force strength too.
With white caps detection algorithm. And the frequency a boat rocks left and right. Amplitude too.
Probability o…
-
The driver has been handy thanks!
In making some changes for my particular application I noticed something odd with a register set.
Is it intentional, or was something else intended?
In MPU6886.c…
-
### Describe the bug
Can you expand the IMU library to incorporate more features of the MPU6886?
It has a built in low pass filter on both the gyro and accel data.
This is useful to reduce the …
-
### Describe the bug
I have my m5Core2 reading from the MPUT6886 in the main loop at a rate of 25Hz (40mS).
```
#define ONE_SECOND 1000 //mS
#define IMU_SAMPLE_RATE 25
#define IMU_SA…
-
### Describe the bug
The sketch M5StickC-Plus/examples/Basics/IMU/IMU.ino doesn't work because the line `imu6886.Init(32, 33)` is wrong. With my device, it should be `imu6886.Init(GPIO_NUM_21, GPIO…
-
# 機材
* M5Stack Core2
* MacBookPro M1
* MacOS Ventura 13.3.1(22E261)
* Visual Studio Code バージョン: 1.78.0 (Universal)
* PIO HOME
# 参考資料
* https://qiita.com/poruruba/items/0e539875ecfbdbfb23db
-
At some polnt the "Brightness Down" button, second from the left in the top row of the remote, next to ON) used to dim the brightness. If you hit ON, it would set to max brightness and pin the effect…
-
Hello, I have been trying to use It with SD_updater, but when compiling It with platformIO i don't knwo where to find the .bin to use as an app. Any clue on how to solve this?
Thanks in advance.
-
### Library/API/IoT binding
M5Stack Board Support Packages v1.1.192
### Visual Studio version
_No response_
### .NET nanoFramework extension version
_No response_
### Target name(s)
_No respons…
-
I'm trying to push an update to m5stickplus via OTA.
Platformio.ini
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload por…