I know that suggested debugger for nRF51xxx is J-Link or openOCD with CMSIS-DAP, but I would like to use BDI3000 debugger, which does support SWD interface and Cortex-M0 processors...
Hello. I am literally looking at the set_hrm_cccd function in Python used to write data. This is for the S130 heart rate collector example. I understand the sd.ble_gattc_write...
Totally new to Python but managed to get things like pyserial setup and I've been able run the ble sniffer. However that is as far as my Python knowledge extends, so I need...
pstorage_load and pstorage_clear appear to work fine, but whenever I do a pstorage_store the callback function is never called. This happens whether or not the Bluetooth unit...
Our USB keyboard using nrf24lu1p does not work on Mac OS 10.11.
Before Mac OS 10.11, USB keyboard was worked, but on Mac OS 10.11, it does not work.
I think your library...
In my design I need the RX to be standalone , I.E. no controller attached to it , does the programming STORE in the Chip ? If I set it up as a RX and set a specific Ch. Freq...
1. What is the antenna output of the DECT NR+? Is it the same pin as CAT-M/NBIoT antenna output? (i.e. pin 35) 2. In Section 8.3 of OPS document about DECT NR+, it mentioned...
Hi,
I am having similar error as reported in Case ID: 308488, however here issue is running z-test on provided Nordic test samples.
(note: nRF-connect SDK, works as expected...
Hi, I have a question about SDK. Why not a single example build out of the box in SDK. As a beginner to learn about nRF devices, if i have to face all these weird issues in...
I would like to monitor the states of switches sw0 and sw1 on my nrf7002dk board using GPIOTE interrupts.
Initially this is just for example purposes.
I eventually need...
sdk: 2.5.1
cpu: nrf5340
I have a bootloader which have a big ram block for upgrade purpose (around 250kb) in bss section (I will move it in noinit, but it is not the point...
Hi,
I am using nrf52840. we have already used 3 SPI instance (SPIM1, SPIM 2, SPIM 3). wanted to use one more SPI instance i.e. SPIM 0. but if I enable this I am getting...
Hi,
TWIM does not work well with nRF5340DK as shown in the subject. The conditions are shown below. - I/O voltage is not 1.8V. The waveform is distorted around 2.5V, though...
Hi,
We are developing a device using the nRF5340 DK and need to add external Flash memory accessible via QSPI with XIP, as the available memory is insufficient due to DFU...
Hi all,
I am very new to the nRF controller. Previously, I have worked with STM32 controllers.
Currently, I am working on a project with the nRF5340. I am having difficulty...
Hello,
In the past, i have posted a ticket to ask can the CIS and BIS modes work simultaneously. The answer is that it is feasible in the future.
Can CIS and BIS modes...
Development Software: Segger Embedded Studio, nRF5_SDK_17.0.2_d674dde
Project consists of an nRF52DK-based peripheral (remote control) and a custom nRF52832-based central...
Hi,
I have a project that uses nRF5340 with MCUboot and multi image update configuration. The update works, but today I noticed that the pcd_sram RAM region seems to be...
Dear Support Team,
Hardware : nRF5340 Custom board
Software : nRF Connect SDK v2.2.0
I have implemented OTA FW update for nRF5340. I've used multi-image simultaneous...