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...
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...
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...
Hello,
I am looking about something similiar which I was able to find for IEEE 802.15.4:
https://docs.nordicsemi.com/bundle/errata_nRF52840_EngB/page/ERR/nRF52840/EngineeringB...
I recently completed a field-upgrade path from an nRF5 SDK 17.1 application (with the legacy Secure DFU bootloader) to a fresh NCS-based firmware stack, while preserving user...
hi support team,
i am trying to help customer on demo about 9151 dfu 52840.
currently, 9151 is using nrf_cloud_rest_fota demo and 52840 is using "zephyr\samples\subsys...
I am able to successfully perform a firmware upgrade on the Distributor itself. However, when attempting to upgrade the Target devices, the mobile app shows Upload Complete...
Using the latest version of nRF Connect for VS Code, how can I display all output lines of the build process rather than the “condensed” line overwriting version. This used...
I'm seeing a few of these errors in my uart evt handler
I cannot seem to find where these are enumerated in app_uart_fifo.c or nnrf_drv_uart.h or nrfx_uarte.h.
Question...
Hi,
I have just received 2 DK boards for the nRF54L15 and using VScode to build and flash the code onto the DK
The reflector is detectable on my phone and I can connect...
SDK: nRF Connect SDK v2.9.0
Chipset: nRF52840
I'm using ncsv2.9.0nrfsamplesperipheralradio_test to test the RF.
The initialization code is as follows:
At this...
We have a custom board with npm1300 seem below. Im loosing 3mA more than expected. I used npm1300 both Vout1 and Vout2 before in other project. Same design and copmonents...
Dear Sir and Madam,
Now we are trying to certify Bluetooth qualification for our wireless module used nRF54L15, we are considering how we can set TSPX_FAE identifier?...
Hi Team,
I'm trying to calculate CMAC using the KMU on the nRF54L15, but the `psa_mac_compute()` function fails with the error code `PSA_ERROR_NOT_PERMITTED (-133)`. I need...
I'm seeing garbled/malformed UART console output when running apps on the Thingy:91 X. This includes pre-built apps from Nordic and custom apps I build myself.
Here's an...
in my disc, C:\ncs\v3.0.0 is here. but in nrf extension, weclome page shows the button ("install sdk"). it looks find no sdk. I need set the path to C:\ncs\v3.0.0 (I do not...
Hi,
I am using nRF54L15-DK for Zigbee light_stwitch startup testing. After successfully connecting the development board to the Hub for the first time, I evaluated the time...
Hi.
I made a board with nRF54L15. I would like to use P0.01 on nRF54L15 as GPIO output., but I failed to confirm P0.01 turn high.
Then, I asked nordic AI anything to solve...
Hi,
I generated the credentials as described on the webpage , but az_iot_hub_client_telemetry_get_publish_topic always returned devices/<some garbage characters> and I got...
Hello, For my project I need to control 3 gpios pins. I already found difficult to find gpios that were not already used internally. I decided to use the gpio0 - 8,9,10 they...