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'm testing the nRF Toolbox for Android. But I get this error when I try to connect using the proximity feature:
I'm using the nrf51822 EK with the s110 ble_app_proximity...
Hi Nordic Guy,
I'm trying to fine tune my connection parameters for better battery life, while at the same time trying to keep them within Apple's guideline. I notice in...
Hello guys, I'm going to start programming for nRF51822 and I want to ask you something.
I'm going to start coding for mbed HRM1017 which is the simplest eval board I found...
I'm attempting to use a custom UUID as outlined in nAN-36. I get an error (NRF_ERROR_DATA_SIZE) when I call ble_advdata_set . Specifically:
ble_advdata.c::uuid_list_encode...
I have a bluetooth hub (NRF51) as central and a wearable device (NRF51) as peripheral. What I need is that as soon as a smartphone enters the range the peripheral let's go...
Hello,
I'm redrawing and routing my own PCB for nRF81x22. I take the details from pca10028 files.
My question: Can I route the PCB with only 2 layers?? I have seen only...
Hello,
I had to use sd_ble_gap_address_set() to make sure, that a bootloader running on the same device will not be cached on OS/X:
static const ble_gap_addr_t gap_addr...
This may be a newbie question, but it had puzzled me for a while now.
Looking at the PCA10031's schematics i can see two leds been used.
LD2 i can figure out. Datasheet...
MQTT Example in the IoT SDK compiles with size bigger than available 160KB Program space?!! Is this correct as I can't flash with the IoT SoftDevice on it.
The drive level of the nRF51822 is specified as 1µW, whereas the EPSON crystal suggested in the BOM for the EK boards PCA10000 and PCA10001 is specified for just 0.5µW (with...
hi nordic
i just got a little bit outdated "nRF51422-dk" package. I have problems with flashing
the boards pca10006 and pca10007- I tried to search for an solution, tried...
Hi all,
I'm an Android developer and I need to develop an application that detect when someone presses the button on Beacon and do something.
I've just bought these two...
I'm currently using ble_advdata_set to update the ble advert data packet. Before transmission I use the ble_radio_notification event . In this event for test purposes a single...