sparkfun / OpenLog_Artemis

The OpenLog Artemis is an open source datalogger the comes preprogrammed to automatically log IMU, GPS, serial data, and various pressure, humidity, and distance sensors. All without writing a single line of code!
https://www.sparkfun.com/products/15846
Other
88 stars 47 forks source link

Feature Request - Please add support for BMA400 - Micro Triple Axis Accelerometer Breakout #148

Closed skotagiri closed 9 months ago

skotagiri commented 1 year ago

Subject of the issue

Please consider adding support for BMA400 Micro Triple Axis Accelerometer Breakout for OLA. I see that the module already contains an Audrino library at https://github.com/sparkfun/SparkFun_BMA400_Arduino_Library .

I am interested in capturing the data from the build in IMU for OLA as well as a secondary sensor for some sensor fusion experiments. I will attempt to provide a PR if I can get the OLA sketch to build for me locally.

Expected behavior

When the BMA 400 QWIIC board is plugged in, the OLA log data include the data from the secondary sensor.

Actual behavior

When the BMA 400 QWIIC board is plugged in, the log data says "unknown device present at address 0x14" and does not log any data from the sensor.

PaulZC commented 1 year ago

Hello Srikanth (@skotagiri ),

Version 2.5 of the firmware - released yesterday - supports both the ISM330DHCX IMU and KX134 64g Accelerometer.

The OLA code is now huge and I'm reluctant to add another accelerometer - unless there is something very unique about it?

Very best wishes, Paul

srikanthkotagiri-discovery commented 1 year ago

Thanks for the response. The board is not unique. Just something I had at hand. Thanks for the info on the accelerometers that are already supported.

PaulZC commented 9 months ago

Closing... I believe the the ISM330DHCX IMU and KX134 64g Accelerometer should meet your needs?

Best wishes, Paul