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...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
Hello,
I want to design PCB antenna for nRF52832 chip. I took reference from nRF51 dongle hardware layout.
I wanted to spread antenna upto 18mm width so I reduced the...
Hi
The j-link detects the chip, but for not obvious reason the j-link and keil will trough an error when I want to program the chip, here is the j-link out put. do you have...
Dear All,
I would like to order Li-Po batteries for my nRF52840 development kits and need some information. From the battery, what type of female battery connector is needed...
Hi, I can't get 250Kbps working on the nRF24LE1. I'm using the enhanced shockburst examples in the nRFgo SDK (enhanced_shockburst_ptx_nrf2 and enhanced_shockburst_prx_nrf2...
Hi,
By mistake, I clicked 'fill with zero' button in Jflash, may I ask, is my chip bricked because of this? Thanks.
The following lists my steps:
program the...
Hi,
I'm trying to use the SysTick timer on nRF52 to time some various tasks for debugging. I configured it like so, which I expected would cause SysTick_Handler to be called...
I didn't find any documentation in the peer manager for the need of this write buffers.
I do understand, that peer device data is stored there before written to flash. But...
Dear Nordic,
Device: nRF51422. Protocol: ANT+. Softdevice: S210 v5.0.0
I have 3 devices: two masters (No. 1 and 2) and one slave (No. 3). In my application, I pair the...
Hi guys
I have one nrf 51822 demo board.
And I want to buy one more board as BLE sniffer.
Can I use a nrf52832 demo board as sniffer to grab packet between phone...
Hi guys
I am programming nrf51822 demo board with sdk11 and try to finish service tutorials .
I finish all step in service tutorials and try to get service information...
Hi guys
I am using SPI example code in SDK11 (./nRF5_SDK_11.0.0_89a8197\examples\peripheral\spi) with nRF51 DK.
It works fine when send first data.
But it get in...
Hello ,I work with the sdk 12, I have a program to contoler the level of battery, it works, except that I recode 3870 mV (with USB) and when I measure the pin VDD I find 2...
Hello,
I am using an Android application to send data to a nRF52 board. The nRF52 board is the peripheral and the Android phone is the central. This is the link establishment...