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...
In nRF51 SDK 7.1.0, there is a c header file using c++ keywords operator .
Here is a snippet of components/ble/ble_racp/ble_racp.h using the keywords.
/**@brief Record...
Hi all, I m new to Bluetooth Low Energy. I have to develop an indoor positioning project based on Bluetooth Low Energy 4.0 in which i have to locate person's current position...
My ble device try to notify a data to my android mobilephone after phone connect it,but sometimes,phone can't receive the data and error 8 occur .this happend frequently when...
Hi,
pstorage_raw_store() API fails as p_src address is not 4 byte aligned (i.e. 0x20002b1a), as p_src is RAM address and also as its "SOURCE" address is it necessary to...
Hey Folks
I wonder to design my own simple circuit based on NRF51422, the circuit should connect to a mobile app. By the way I'm I wonder to follow these steps:
visulaised...
Hi all,
I have one question about the deep sleep wakeup process in NRF24LE1. I want to realize the function that "when I press the button, it will cause rise edge on the...
Hi,
I'm testing doing a soft device update (v7.0 to v7.1) over DFU, but I consistently get OP_CODE_SYS_RESET sent to my device after 4 packets(80 bytes), at which point the...
Just want to know how acknowledged message works.
ANT document says there is no retry logic for acknowledged message.
According to ANT protocol, acknowledged message should...
Hi all!
I've been trying to OTA firmware using iOS nRF Toolbox App. I'm able to read.hex files in the App, although, after trying to send the file to the device the format...
I have a "heartbeat" LED which flashes for 10mS every 2 seconds. I was doing this with one of the HW timers and a PPI channel, but I have discovered that just having the HW...
How would I go about changing the connection event packet length?
I have an 8 byte characteristic setup with notifications enabled, but it still looks like it is transmitting...
Hi,
I have the following code with SD110 7.1.0:
static void uart_init(void) // device inter-communication
{
// Configure RX and TX pins.
nrf_gpio_pin_set(0);
nrf_gpio_cfg_output...
Hello,
I am building a sample protocol using nRF51822 DK. I am using S130 soft device. I have a few BLE nodes communicating with each other. The nRF51 DK acts as these nodes...