I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Hi,
We bought new some new nrf51822 beacon boards to get latest revision HW. Then upgraded Keil uVision to latest 5.13 and installed SDK 7.2. However I can't get anything...
I would like to use a network of nine nRF24L01+ nodes {n0, n1, ... n8} in following topology:
n0 has bi-directional links with n1, n2, n3 and n4;
n1 receives from...
Hello,
i'm using nrf51422 with gazell protocol.
Here is my interrupt on success code
void nrf_gzll_device_tx_success(uint32_t pipe, nrf_gzll_device_tx_info_t tx_info...
Hi,
I'm using two STM32F407 discovery kits with one nrf24L01+ module attached to each kit.
Here is my common init code (common for both Tx and Rx):
RF_Init(); /*...
hi:
On ios8 system, sometimes after iphone switch Bluetooth, ancs does not work,
because apple_notification_setup() is not work, but try calling apple_notification_setup...
Hi Nordic DevZone User,
i want to ask if there is a limit of devices which can be found within one scan process?
And how many connections can one master have at the...
We have two nRF51822 chips ("A" and "B") connected via GPIO pins on our board, communicating via UART using the app_uart SDK module (in APP_UART_FLOW_CONTROL_ENABLED mode...
Hi,
I found this (PCA63506) Nordic Board, which I suppose is some kind of audio interface for the Smart Remote 2. However, I am unable to find more information on this...
Q: Is qualification process simplified by some sort of NRF81522+ S110 stack BLE pre-qualification (up to GATT level, what BT SIG ask for BLE devices)?
We use NRF81522 with...
After SD initialization and turning on advertising i have to send large amount of data via SPI continuously. SPI driver code initializes SPI module after SD init and advertising...
Hi,
I have an ISP130301C chip based on the nRF51822 chip.
I'm using the jLink Segger EDU to flash the chip without any problems.
But it seems like nothing is running...
Hi,
I just took a look to nRFgo to see how it generates vendor specific UUID's. It looks if they are generated completely random including the version number. According...
Is it possible to make the nRF51822 beacon send multiple packets to the devices it connects to?
The example code in the beacon kit sends one UUID, but I need to send information...