Re: BMI160 on Nordic nRF52832-dk Kit

2024-02-25 Thread raiden00pl
You need to specify that SPI is used as master: CONFIG_NRF52_SPI0_MASTER=y niedz., 25 lut 2024 o 21:22 Mauro Sollar napisaƂ(a): > Hi, > > I'm trying to use the BMI160 sensor with the Nordic nRF52832-dk Kit, help > me please! > > Kconfig Configuration: > > System type > nRF52 Peripheral Selecti

BMI160 on Nordic nRF52832-dk Kit

2024-02-25 Thread Mauro Sollar
Hi, I'm trying to use the BMI160 sensor with the Nordic nRF52832-dk Kit, help me please! Kconfig Configuration: System type nRF52 Peripheral Selection (*) SPI 0 Device Drivers (*) SPI Driver Support (*) SPI character driver (*) Sensor Device Support (*) Bosch BMI160 Inertial Me

Re: how to add unique_id for Raspberry Pi Pico?

2024-02-25 Thread Alan C. Assis
Hi Anders, Welcome to NuttX !!! Yes, you are right, the rp2040 port doesn't yet have support for uniqueid. If you want to add it, please enter inside nuttx/arch/arm/src/ and "git grep uniqueid" for a reference how it is done in other chips. Example in cxd56xx arch: arch/arm/src/cxd56xx/cxd56_ui

how to add unique_id for Raspberry Pi Pico?

2024-02-25 Thread Anders
Having just started to play with nuttx running on Raspberry Pi Pico, I discovered that configuring support for the unique id functions results in a build of nuttx that fails. My understanding is that support for this is not currently added. One can find code for this for other boards in the cor