I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
Hi,
I am using 'pstorage_update' to store data in the internal flash. Whenever the number of bytes that should be written matches the size of a storage block everything...
Has anyone tried to generalize this example to different sized variables? What I would like to do is allocate a data structure, write that to flash, and recall it at a later...
I've a PCA10036 V1, I change the IC to nRF52822 QFAA-B016. With nRF5_SDK_11.0.0-2.alpha_bc3f6a0 and SD: s132_nrf52_2.0.0-7.alpha_softdevice, the programme started but if I...
Hi
We are developing software for the nRF51 with Keil under VirtualBox. Previously we used the PCA10000 dongle with the Master Emulator and MCP without issue. Now, with...
We are using nRF51822 for our products.
We want to know the min value of "Receiver sensitivity" when we use this chip for BLE.
The Datasheet says "Receiver sensitivity...
Hi,
1. Does nRF52840 CKAA WLCSP support QSPI 32MHz?
2. What should qSPI 32MHz measured CLK waveform look like?
3. Is there a 32M QSPI CLK sample diagram actually measured...
I finally had success in getting a SPIM master running with a single SPI slave (Honeywell sensor running CS 4 on the Arduino R3 header) on my nRF9160DK. But now I need to...
Dear all:
I am developing a ble scanner using RADIO Peripheral.
I have 2 questions to ask
1.When is the END event triggered?, How does the hareware know the packet is...
I received the hardfault in the following image.
The function at the address 0x00028C44 is:
The hardfault did not occur again after resetting. I'm not sure why this...
Hello,
We have a PIC32 controlling the NRF24L01 with some sucess so far.
But sometimes we get the chip in a state that we can't get off.
We still cannot pinpoint the...
Hi Team,
I am developing an application that nordic chips receive data from msp430 chips by the SPI, and send them out.
Nordic can receive the data from the msp430, but...
Hello everyone,
I tried to add the long press event into my bsp_event_handler without success. I get the normal button press event, but the long button press event is not...
Dear Nordic FAE:
Where can I find the nrf52840-CIAA REACH report?
i can not find it by
focenter.nordicsemi.com/index.jsp?topic=%252Fcom.nordic.infocenter.sdk5.v12.2...
Issue:
While trying to initialize and check the viability of an I2C interface using TWIM, my NRF_TWIM_TASK_STOP never triggers NRF_TWIM_EVENT_STOPPED.
Code:
This causes...
Hi,
I have installed the v1.8.0 nrf connect sdk and created a new application using the nrf connect vscode extension based on the ble/throughput example. Created a build...
Dear Nordic Engineer
I would like to know the version of openthread in NCS 1.8.0? And what is the otbr posix version corresponding to rcp firmware? It is reflected in the...
Hello,
I am using NRF connect SDK v1.5.1. I want to delete the last paired and all paired from central and peripheral also.
I found that pm_peer_delete() & pm_peers_delete...
Hi,
SoftDevice S112 is not Central support just Peripheral.
The max connection of Peripherals is 4, I didn't understand the meaning ! Peripheral can connect only to Central...
Hi, I am trying to use the nRF52833 development board for Bluetooth direction finding. I am having some problems, and I would appreciate it if I could get your help.
My...