|
LIS2DW12 over SPI on nRF9160
#driver
#sensor
#spi
#lis2dw12
#nrf9160
Using: Windows 10, nRF Connect v3.5.0, SES v4.52, ncs v1.3.0, zephyr v2.3.0 I have a custom board based on the Nordic Thingy91 and the Asset Tracker application. There is also an LIS2DW12 present on S
Using: Windows 10, nRF Connect v3.5.0, SES v4.52, ncs v1.3.0, zephyr v2.3.0 I have a custom board based on the Nordic Thingy91 and the Asset Tracker application. There is also an LIS2DW12 present on S
|
By
p.swenson@...
· #2237
·
Edited
|
|
device_get_binding() returns NULL
#i2c
#sensor
Have you tried to connect a logic analyser to your I2C pins to see if there are any transactions occurring? Thanks, Jeremy
Have you tried to connect a logic analyser to your I2C pins to see if there are any transactions occurring? Thanks, Jeremy
|
By
Jeremy Herbert
· #2080
·
|
|
device_get_binding() returns NULL
#i2c
#sensor
Hi, I am trying to connect a BME280 sensor to NXP MiMX RT1020 and run samples/sensor/bme280 application but the output is always [00:00:00.000,000] <dbg> BME280.bme280_init: initializing BME280 [00:00
Hi, I am trying to connect a BME280 sensor to NXP MiMX RT1020 and run samples/sensor/bme280 application but the output is always [00:00:00.000,000] <dbg> BME280.bme280_init: initializing BME280 [00:00
|
By
...
· #2079
·
|
|
BBC-Microbit GPIO Mesh demo
#bluetooth
#nrf51822
#zephyrbluetoothmesh
#sensor
#ble
Hi im a beginner trying to work with the bbc microbits for my engineering project, my task involves using mesh networking on the bbc microbits to send a message to the user's computer stating motion i
Hi im a beginner trying to work with the bbc microbits for my engineering project, my task involves using mesh networking on the bbc microbits to send a message to the user's computer stating motion i
|
By
...
· #1798
·
|
|
Interfacing Max44009 sensor with nrf52840 custom board
#nrf52480
#sensor
My environment : Debian 10 zephyr SDK 0.10.3 zephyr 2.1.0-rc2 I'm Interfacing Max44009 with nrf52840 on a custom make board in zephyr. I'm using the sample sensor program for MAX44009. Configured with
My environment : Debian 10 zephyr SDK 0.10.3 zephyr 2.1.0-rc2 I'm Interfacing Max44009 with nrf52840 on a custom make board in zephyr. I'm using the sample sensor program for MAX44009. Configured with
|
By
amore@...
· #1796
·
|
|
BBC-Microbit PIR sensor
#zephyrbluetoothmesh
#sensor
#ble
#bluetoothmesh
#gpio
Hi, You may want to look at a couple of things to help you answer your own question: In the zephyr folders; It has the list of defines and corresponding pins The other useful information would be a cl
Hi, You may want to look at a couple of things to help you answer your own question: In the zephyr folders; It has the list of defines and corresponding pins The other useful information would be a cl
|
By
William Fish
· #1788
·
|
|
BBC-Microbit PIR sensor
#zephyrbluetoothmesh
#sensor
#ble
#bluetoothmesh
#gpio
Hi All, Im currently working on my 3rd year engineering project and I need some help/guidance as I'm a complete beginner. My project is a home monitoring system and my plan is to use PIR motion sensor
Hi All, Im currently working on my 3rd year engineering project and I need some help/guidance as I'm a complete beginner. My project is a home monitoring system and my plan is to use PIR motion sensor
|
By
...
· #1781
·
|
|
How to use TEMP sensor on nRF5x boards ?
#nrf52840
#sensor
Hi Yorick, This TEMP sensor are defined within zephyr sensors pattern. You should use it by binding the device to a struct and using the default functions from sensor.h You should use this to bind: st
Hi Yorick, This TEMP sensor are defined within zephyr sensors pattern. You should use it by binding the device to a struct and using the default functions from sensor.h You should use this to bind: st
|
By
Felipe Gabardo Gonçalves
· #1336
·
|
|
How to use TEMP sensor on nRF5x boards ?
#nrf52840
#sensor
Hello, I have recently started to use Zephyr. Up to now, I have been able to set up some tasks and ESS (with Temperature characteristic (dummy value for the moment)) and BAS Bluetooth profiles. The BA
Hello, I have recently started to use Zephyr. Up to now, I have been able to set up some tasks and ESS (with Temperature characteristic (dummy value for the moment)) and BAS Bluetooth profiles. The BA
|
By
Yorick Brunet
· #1335
·
|
|
Getting too many warning while building SHT3XD sample
#nrf52840
#i2c
#sensor
Hi there, I suspect that sample requires a specific .conf file for nRF52840, since it fails on an invalid GPIO Kconfig symbol. Adding Mieszko and and Andrzej from Nordic. Carles
Hi there, I suspect that sample requires a specific .conf file for nRF52840, since it fails on an invalid GPIO Kconfig symbol. Adding Mieszko and and Andrzej from Nordic. Carles
|
By
Carles Cufi
· #1226
·
|
|
Getting too many warning while building SHT3XD sample
#nrf52840
#i2c
#sensor
Please find the logs in attachment.
Please find the logs in attachment.
|
By
Arun kumar
· #1225
·
|
|
How to connect the LSM6DS0 sensor when using a custom board?
#sensor
#dts
#defconfig
Hi Stefan, If your board selects HAS_DTS_I2C_DEVICE, then you should define CONFIG_LSM6DS0_I2C_MASTER_DEV_NAME and CONFIG_LSM6DS0_I2C_ADDR in your board dts.fixup file rather than myboard_defconfig. S
Hi Stefan, If your board selects HAS_DTS_I2C_DEVICE, then you should define CONFIG_LSM6DS0_I2C_MASTER_DEV_NAME and CONFIG_LSM6DS0_I2C_ADDR in your board dts.fixup file rather than myboard_defconfig. S
|
By
Maureen Helm
· #1034
·
|
|
How to connect the LSM6DS0 sensor when using a custom board?
#sensor
#dts
#defconfig
Hej I am failing to get my LSM6DS3(almost LSM6DS0) sensor rightfully setup. Maybe someone can give me a hint. My system: LSM6DS3 <--> I2C1 @ stm32F412 <--> Zephyr OS I created an own board for that. I
Hej I am failing to get my LSM6DS3(almost LSM6DS0) sensor rightfully setup. Maybe someone can give me a hint. My system: LSM6DS3 <--> I2C1 @ stm32F412 <--> Zephyr OS I created an own board for that. I
|
By
Stefan Jaritz
· #1033
·
|