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...
It seems to be the case that pstorage_write errors (for example forgetting that it needs to be word-alignment, so 4 bytes at minimum), do not end up in the pstorage_callback_handler...
Hi there
I have never used a nRF51822 device but it looks like a good option for a product development.
Reliability of the link is a priority so the design will include...
I want to connect Bluetooth Smart chip to a weighting scale, read the data and send it to a phone.
Is this possible and what requirements there are for the scale?
The Manual of the nRF518-SDK version 5.1.0 mentions something called nrfprog. Unfortunately the SDK doesn't include it. Unlike what i found on google, i see no nrfprog in...
I have an nRF51822 design that programs fine from the embedded Segger on the eval board.
However, when I try to connect an actual J-Link Base, I can't seem to get it to...
Hi
I have PCA10005 module disassembled from mother board and with VCC_nrf, GND connected to external supply. The chip is able to work with pre-programmed data.
Is anyone...
Hi,
i have a generell question. First i have to say i am not the best programmer, but maybe some one with more experience then me could help me.
Does it make sense to...
Got nRF51422-EK.
Followed instructions and used nRF51 SDK v6.1.0
LED next to the Segger part blinks constantly.
If i build and download Blinky, the LED0/1 do not alternate...
I am developing a platform using C8051F931, MPU9150 and nRF8001. I have re-written the hal code to target the C8051F931 and verified it using the ACI demo test (the echo test...
Hi,
I'm using nrf51822, pca10001 board. I have loaded the uart_example and that worked fine, but using the radio_test_example from Board/nrf6310, that compiled and programmed...
Hello,
I'm new to BLE. I am using nRF51822. Is it possible to modify calling frequency of nus_data_handler() so that I can deal with data coming from BLE faster?
How can...
I see that Digi-Key has two part numbers for the nRF51422-QFAA:
But I don't see any reference to "V2" part number field in the nRF51422-PS document.
What is the exact...
Currently I am set timeout to one second and then on BLE_GAP_EVT_TIMEOUT:
modify data
advertising_init();
advertising_start();
Are there more correct ways...
Hello,
I've connected the nRF8001 module and a light sensor to a microcontroller.
Actually I can read data only when I send a string from my smartphone but I want to...