Replies: 1 comment 4 replies
-
Hello, I am not familiar with these sensors, can you share some of your code? Are they using I2C or SPI? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, thanks for the great library. I am currently trying to get my custom PCB (nrf52840 chip) to work with two IMU sensors, the LIS2MDL and LSM6DSOX.
I am able to initialize the sensors with their respective libraries and they read appropriately, however, when I try implementing the code with the n-able platform, the sensors won't initialize.
My configuration:
[env:nrf52840_dk]
platform = https://github.com/h2zero/platform-n-able.git#1.0.0
board = nrf52840_dk
framework = arduino
lib_deps =
h2zero/NimBLE-Arduino@^1.4.1
koendv/RTT Stream@^1.4.1
stm32duino/STM32duino LSM6DSOX@^2.3.4
adafruit/Adafruit LIS2MDL@^2.1.7
monitor_speed = 115200
It will build appropriately, but it will not initialize unless the platform is the nordicnrf52. I am not too familiar with this, so any help or guidance is appreciated, thanks!
Beta Was this translation helpful? Give feedback.
All reactions