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...
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...
Hi,
whenever i try to program the PCA10000 ( USB dongle) using MASTER CONTROL PANEL(3.4.0) i'm getting log messages like as below,
"...........
Successful flash!
Enabling...
Hi Hakon.... when i compile my project i get some linker errors,
._build\gzll_host_ack_payload.axf: Error: L6218E: Undefined symbol __main (referred from arm_startup_nrf51...
I'm following nAN-29 and when I go to import the Eclipse project file for ble_app_hrs I get a message "No projects are found to import". I've pretty much followed nAN-29 to...
I've been working on an interrupt driven I2C driver. I have the basic driver working, but I'm hoping to squeeze a bit more speed out of it.
I'm mostly doing fairly long...
This is an howto on restoring your nRFgo motherboard firmware.
Error code can be similar to this from nRFgo Studio:
Starting bootloader on board 0
Could not start the...
(I also posted this on the mbed BLE_API forum)
Hi all,
Sorry for the long post, I'm starting yet another discussion on BLE throughput, but I feel this merits a deeper...
I'm getting an event when a write long is completed (the line with BLE_GATTS_OP_EXEC_WRITE_REQ_NOW):
static void on_write(ble_mlbx_t * p_mlbx, ble_evt_t * p_ble_evt)
...
Hi
I'm using sd_flash_erase to clear a page in flash. The event NRF_EVT_FLASH_OPERATION_SUCCESS comes to my sys_evt_dispatcher. After the event has arrived I continue with...
Following along after my nrfjprog mini-tool for OS X, I've just released a plugin for Eclipse which exposes a template for setting up projects with the right settings for...
The nRF51822 BLE stack API source for the above question ...
fp_handler = conn_mw_item [i] .fp_handler; For fp_handler function pointer, I want to get information about...
Hi
I defined an system id in nrf code & am able to access in the android app after i set service discovery & bonding.Is it possible to view the system id during advertising...
Hi,
I was measuring the speed using the NORDIC android application. But problem is that I cant measure accurate speed. It is showing me less speed than the actual speed.
Hi
I'm using two different designs using nRF51822 as SPI Slave.
One is using p0.07 as CLK input and the other is using p0.06 as CLK input.
I'm using the code from spi_slave...
Hi,
I get strange error.
p_evt_write data array should contains 3 values but contain only one (first).
Please take a look:
What can be the reason and how to fix...