Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
Hello,
Is there any AT command to enable/disable HW Flow Control RTS/CTS for nRF9151?
I tried AT+IFC=0,0; AT+IFC=2,2; AT+IFC? commands but getting error.
Thanks
Hello,
I come today with an issue that was already reported in other tickets such as:
https://devzone.nordicsemi.com/f/nordic-q-a/126189/nrf54l15-grtc-syscounter-resets...
Hi,
I am using nRF5 SDK v17.2.0 on a legacy product. I have code that looks like this:
When reading the characteristic repeatedly, I sometimes see something like this...
Hello everyone
I am following BLE tutorial on Nordic DevAcademy Last part of BLE shows you how to use the nRF52480 to have a BLE sniffer in the Wireshark I have installed...
It seems like the nRF54LM20-DK is not properly powering LED 0-3. After measuring 0V from TP1 to GND, I opened the board configurator and tried applying "ledcontrol" as both...
Hi.
I'm total noob so please excuse my ignorance. I have a nRF54L15-DK which is obviously not a nRF52 device and the RSSI viewer is only compatible with nRF52 series. But...
Hi Dev,
Development platform: NRF54L15 + NCS 3.0.2. We use k_uptime_get() to obtain the system uptime and perform task scheduling. Everything runs normally when the device...
Hello,
We are seeing a few strange cases of devices reporting MPSL assertion on file 112, line 1588. The assertion comes from the softdevice, so its a bit tricky to understand...
I am currently using the NRF_POWER->GPREGRET and GPREGRET2 registers to store data for my custom handling under NVIC_reset . My objective is to identify the cause of a manual...
I designed a circuit using the NRF54L15 to connect via Bluetooth and control several peripherals. I program the chip using the Debug Out of the NRF54L15 DK Development Kit...
I am able to build the firmware without any errors from persistent_key_usage example as below condition
Board: NORA Evaluation Board SDK Version: 3.1.0 Toolchain: 3.1.0...
Hello Nordic team,
I am using an nRF5340 DK with Zephyr, and I am facing an issue where the UART console freezes whenever CONFIG_LOG_BACKEND_FS=y is enabled.
My logging...
Hello, Nordic,
I am trying to use radio test to do FCC, but when I test the example, I found some issues.
When I test it by nRF connect the input may be truncated or...
Hello.
I'm trying to use WS2812 leds with I2S. I'm using two boards for testing: an NRF5340DK and my board based on the HOLYIOT-21069-5340 module.
I'm using a zephyr/samples...