Is there any motion sensor sample for Matter that will run on a nRF52811 chip?
Thanks!
Is there any motion sensor sample for Matter that will run on a nRF52811 chip?
Thanks!
Some samples can be found at https://docs.zephyrproject.org/2.7.0/samples/sensor/sensor.html
Note that many of these sensor samples will need an nrf device tree overlay to compile and run.
I've been able to get the adxl362 sensor sample working with NRF Connect.
https://docs.zephyrproject.org/2.7.0/samples/sensor/adxl362/README.html
You might want to include what motion sensor you want to use?
Hello,
Currently, only nRF52840 or nRF5340 is supported due to memory requirements of Matter. Please see the Matter protocol documentation and the Matter documentation.
Kind regards,
Øyvind
Any motion sensor for Matter for the nRF52840? Any sensor implementation is fine. Just need to see the matter config parameters.
Unfortunately, the Matter samples are still in a starting phase. There are currently 4 Matter samples:
The Thingy:53 is not launched yet, but uses the BME688. You can have a look at the source code to see how this is implemented, and maybe use the Matter: Template to implement the BME680 sample from the Zephyr repo for your use.
Kind regards,
Øyvind