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,
I am using nrf51822 (128k).
Softdevice 6.0 (s110), SDK 5.2.
How can I send an empty notification packet (data length 0) to master device?
If I send a packet with data...
I was wondering whether it is safe to use a delay (such as implemented by nrf_delay_us) to, for example, delay an iteration of a while loop, or that it is always better to...
Dear Sir/Madam,
I am testing iBeacon application on the nRF51822 mounted on nRF6310 motherboard.
I programmed the ble_app_beacon application in the keil_v5\ARM\Device...
Hello,
I get a sample code in the dir flllowed after intsalling nRF51 SDK:
\Keil\ARM\Device\Nordic\nrf51822\Board\pca10001\s110\ble_app_beacon_code\main.c
but I still...
I ve installed CSR bluetooth 4.0 adapter , it can communicated with even the bluetooth 2.0 devices, how ever it even can not discovery the board when I programed the softDevice...
Hi,
I have ordered nrf51822 development kit with one of my local vendor. when the product came to india , it was checked in customs office somehow the samples in the kit...
I'm using an nRF51822. Currently, I'm using the low power sleep mode. The device uses about 1.5 uA in sleep, which is great. The firmware wakes up the device every n minutes...
I have a fully functional code for 8-bit data acquisition using nrf24le1. Now i want to upgrade it to 12-bit resolution ,but i have problems in doing so .
In my project...
I am making a module using nrf51822 and a chip antenna.
I need a layout from nrf51822 to a chip antenna through matching chircuit.
Unfortunately, I don't know how to...
Hi,
1. I want to design a product as a tag,which can read the temperature and transmit the data to a host,the host can read several devices' data. which mode would I use...
Hi everyone,
Just recently I've got two nRF6310 EVB boards with a nRF51822!
When I connect board via USB and open the nRFgo Studio, it can recognize the board as nRF ISP...
For nRF5122 BLEStack, it is analyzed that the event is processed in each of the interrupt handler for the interrupt terminal BLE
I understand that is processed through the...
I tried to set a GATT server and a GATT client for each Central and Peripheral, but code exceeds the memory limit.
Then i consider to transport by HCI. But I totally confused...
We have code that must erase a page in flash every once in a while, while S110 is advertising. The advertising interval is set to 0xF4 (which is about 150ms) and we have scan...
I am using nrf51_sdk_v6_0_0_43681 and s110_nrf51822_7.0.01 wiht nrf51822, and I modifiy code based on ble_app_uart.
Here I am trying to launch a continous ADC sample with...