Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
i2c_write_read() returns -5 (EIO) immediately when writing register 0x01 to the sensor. Logic analyzer confirms the sensor clock-stretches SCL for ~14µs+ after receiving the...
Are there any up to date samples for running BLE on nRF9160 development kit? I've tried building the following sample: https://github.com/nRFCloud/lte-gateway/tree/main for...
I measured the power consumption of the BLE RX using the nRF54L15.(nRF54L15-DK v1.0.0) 3.0V operation apps: scan_adv (delete advertising) west build -b nrf54l15dk/nrf54l15...
Hi
I'm working on a new project using the nRF9151 SMA DK and I have some questions that I haven't been able to answer by searching this forum or reading through the documentation...
Hello!
I am having problems reading the SIPINFO on the SoC. I started with the TFM sample and added some lines to read the silicon version. added lines:
printk ...
Good morning Nordic team, we are currently evaluating a migration of our Zigbee firmware from the legacy nRF5 SDK for Thread & Zigbee v4.2.0 to the nRF Connect SDK (Zephyr...
Hi
The TWI driver has a twi_clear_bus() function but the TWIM does not.
I'm getting an I2C error, and need to do I2C soft reset. I'm doing this manually at moment but...
Hi All,
We have trying the usbd_cdc_acm example program.
It has custom VID and PID. When connected to a windows PC with the correct driver, it is recognised correctly...
I am logged into my nRF Cloud account and have a nrf9151-DK provisioned and added to a group and want to do a FOTA upgrade as in the Nordic Developer Academy course: "nRF...
Does SDK 3.3 support building hci-lpuart for the Thingy91x yet? I would love to change to that device if it does.
If it does not, are there plans to implement it?
I need to generate PWM siganl around 4 mhz frequency but i did not get proper pwm signal and i got only millivolt range voltage this issue cuase i did not get proper audio...
Hi,
while developing a custom driver for the nRF54L15, using the PWM I have found a potential bug.
I have removed the custom driver and just enabled PWM shell and I...
I have a combined asset_tracker_v2 and central_main. I can connect perfectly and receive data from a single BLE advertiser. I need to be able to connect to 1-4 simultaneous...
In developing project firmware uses bluetooth shell and one command outputs many lines.
It works fine. Unfortunately, firmware locks up after phone BLE app disconnect in...
Hi,
I'm running into what looks like a software link-layer issue on the nRF54L15-DK that I'd like a second pair of eyes on. The same firmware works end-to-end with iOS...