Page 399 of nRF54L15/nRF54L10/nRF54L05 Datasheet v1.0 shows:
CLK = PCLK32M/(2*PRESCALER)
but this formula does not match the values in the examples in Table 46.
I CAN...
Hello Nordic Team,
I am currently working with the nRF52832 on a custom board using nRF Connect SDK v2.9.0. I am implementing OTA DFU using Sysbuild and MCUboot with an...
Hi Team,
I am working on OTA using an external Winbond flash IC (W25Q64) with the nRF52832 controller in NCS SDK version 2.9.2. I have completed all the required configurations...
I'm testing concurrent ESB and BLE with the MPSL Timeslot API on a seeed xiao nrf52840. I've created a minimal reproduction based on the `esb_prx_ble` sample from the nrf...
Hi team,
We are going to kickoff a new project of 2-mic AI recording pen. Good to see we got a very high performance for 54LM20B with DSP/NPU, which might be a very good...
Hello,
We are currently developing a Zigbee product using nRF Connect SDK v2.8.0 . While reviewing the release notes for NCS v2.9.0 , we noticed two critical bug fixes related...
Dear Everyone, We're using the PAN B611 evaluation board (ENW89861AXKF) which features a PAN B611-1C Bluetooth Low Energy (LE) module which is based on the Nordic Semiconductor...
Hi..
Everyone,
i am using nrf52 with softdevice 132.
i used peer manager.
i am able to able to flash softdevice, bootloader and application.
but after that application...
Hi,
I've built a device using an IMUduino board, which is supposed to be similar to Arduino Leonardo board with a nRF8001 bluetooth. I was able to connect my device to...
Hi all ...
My product uses multiple BLE peripherals (Simblee by RF Digital) communicating with a common BLE central to time events detected via sensors on the different...
Hi,
The situation:
I was able to successfully receive known packets from a device running gzp_device_dynamic_pairing, from, the host running the gzp_host_dynamic_pairing...
So the nRF51822 has one 32 bit, two 16 bit timers and two Real Time Counters.
What is the difference in a timer and counter? The timer API seems to hard link RTC1...
Hi,
In my project I am using nrfutil.exe tool to create a .zip by using the following command
nrfutil.exe dfu genpkg j1.zip --application application_nrf51822_xxac.bin...
I'm running into a weird problem where there is a long delay that is variable between calling ble_conn_params_change_conn_params() and receiving the BLE_GAP_EVT_CONN_PARAM_UPDATE...
Hello,
I've got a problem with my nRF51 DK. When I attach it to the USB port the drive doesn't appear on Windows explorer and green diode doesn't flash too.
I've been...
By design, the TI LP55231 LED driver IC will fail the TWI write of the reset register (0x3D). It's necessary to reset the IC in an edge use case. I'm using the nRF51822 HW...
Hi,
I want to write a characteristic, the value size is fixed, for example the size is 4 bytes. When I try to wirte 6 bytes from the client, the first 4 bytes is writed succesfully...
Hi all,
I have the nRF52 DK programming consistently without any trouble both on Kiel and using the nRFgo Studio.
My problems arise when I connect a 3rd party module...
Hi,
im trying to set up 3 PWMs for simulating a RGB LED with the 3 leds on the nrf52-dk.
I need the following behavior:
pushing on a button increases the width of the...