|
I2c_api
#i2c
Please help. I cannot get the I2c-api in the folder "tests/drivers" to work. When I compile it tells me the error: #error "Please set the correct I2C device". I am using the nrf52840dk_nrf52840 What c
Please help. I cannot get the I2c-api in the folder "tests/drivers" to work. When I compile it tells me the error: #error "Please set the correct I2C device". I am using the nrf52840dk_nrf52840 What c
|
By
Makavaz
·
|
|
bme680 sample: I2C address in overlay file (nrf52840) does not match described wiring
#i2c
#nrf52840
#sensor
Running the BME680 sample (zephyr/samples/sensor/bme680) on the nrf52840-dk fails and printk "Device (nil) name is". My BME680 is already packaged (DFRobot SEN0248), and provides connections only for
Running the BME680 sample (zephyr/samples/sensor/bme680) on the nrf52840-dk fails and printk "Device (nil) name is". My BME680 is already packaged (DFRobot SEN0248), and provides connections only for
|
By
chrisduf
·
|
|
lis2mdl magnetometer in microbit v2 4 messages
#i2c
#driver
#lis2dw12
I've had a quick look and am confused as there is reference to a file: #include "lis2mdl_reg.h" It appears that when this driver was created they may have forgotten to include both lis2mdl_reg.c and l
I've had a quick look and am confused as there is reference to a file: #include "lis2mdl_reg.h" It appears that when this driver was created they may have forgotten to include both lis2mdl_reg.c and l
|
By
William Fish
·
Edited
|
|
Private: Re: [Zephyr-users] Same I2C bus on different pins 5 messages
#driver
#i2c
Yes, that is what I though, the layout of the board is a bit strange. Thank you very much for your input! The idea of having a dedicated sensor thread has also occurred to me. We are using the Thunder
Yes, that is what I though, the layout of the board is a bit strange. Thank you very much for your input! The idea of having a dedicated sensor thread has also occurred to me. We are using the Thunder
|
By
Nikolaus Huber
·
|
|
How to enable external #pullup resistor in
#pullup
#i2c
Hello there, I'm trying to connect my board (nrf52dk-nrf52832) to a development kit, through I2C, which has external pull up resistors. I would like to configure the I2C port to accept the external pu
Hello there, I'm trying to connect my board (nrf52dk-nrf52832) to a development kit, through I2C, which has external pull up resistors. I would like to configure the I2C port to accept the external pu
|
By
...
·
|
|
device_get_binding() returns NULL 2 messages
#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
·
|
|
NFC Support
#nxp
#i2c
#nvs
Hello guys, I would like to implement an application with NFC tag reader via NXP PN532 or other NFC controllers, which communicates with board via I2C, is there any suggestion or sample to follow how
Hello guys, I would like to implement an application with NFC tag reader via NXP PN532 or other NFC controllers, which communicates with board via I2C, is there any suggestion or sample to follow how
|
By
nanjunneo@...
·
|
|
I2C on nRF5340 Issues 2 messages
#i2c
#driver
#nrf5340
After further testing, I found that if I step through each instruction with the debugger the individual messages send correctly, but not if I let the program run regularly. In neither case does the i2
After further testing, I found that if I step through each instruction with the debugger the individual messages send correctly, but not if I let the program run regularly. In neither case does the i2
|
By
Marciano
·
|
|
#i2c How to configure Atmel samd21 to use sercom3 2 messages
#i2c
I forgot to include the overlay file…here it is.
I forgot to include the overlay file…here it is.
|
By
...
·
|
|
Getting too many warning while building SHT3XD sample 2 messages
#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
·
|
|
Going mad about I2C 5 messages
#i2c
#stm32
#nrf51822
Hi Roman, you need to update boards pinmux.c file to add the I2C pins. You could check olimexino_stm32 board's pinmux file for reference. Yannis https://github.com/zephyrproject-rtos/zephyr/tree/d6e3f
Hi Roman, you need to update boards pinmux.c file to add the I2C pins. You could check olimexino_stm32 board's pinmux file for reference. Yannis https://github.com/zephyrproject-rtos/zephyr/tree/d6e3f
|
By
Yannis Damigos
·
|