I was working with IAR and SDK10.0 before. For some reason I have to transfer my project to Keil and SDK9.0. My program worked well for the old settings. While keeps got NRF_ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE...
Currently we are considering whether we should use external Flash Memory or NRF52 Internal Flash.
External Flash memory has a lot of drawback in comparsion with internal...
Suppose there are 10 BLE peripherals in a room and one BLE Central,then is there any way i can get the list of available peripherals[name or id.. etc]?
I am using NRF5182...
I am using SDK_11 s130 on nrf51-dk. When err_code is any value other than NRF_SUCCESS, APP_ERROR_CHECK(err_code) will cause nRF51-dk board to reset. How can one get APP_ERROR_CHECK...
Hello All,
I have problem with ble_app_uart which are not support DFU services.
When I am implement both services device will not advertise. and when ble_nus uninitialized...
[symptom]
I want to update my application/bootloader/softdevice by DFU.
Steps are shown below.
bootloder/softdevice update
if 1 step is done, application update...
Dear Developer Zone,
I am new to ANT and am looking for someone to help me to setup an example 15 channel (14 devices) ANT network using the S332 soft-device to test communication...
Hi am using NRF52 board ...and am trying to send data(which is not a string) using ble_bus_string_send . I send data only once from a one second timer but the other side is...
Hi all!
I'm working on an nrf51822 (technically right now I'm using the PTR5518 as I'm still prototpying), and trying to set up a voltage divider on my pcb in order to...
Hi,I am debuging my programm base on SD-110-V6.0.0 ,sdk-V5.2.0. When I use the
static void characteristic_disc_req_send(const ble_ans_c_t * p_ans, const ble_gattc_handle_range_t...
Hi everyone,
I have a nrf51-dk. I am running Master Control Panel app on my win7 computer. However, I cannot see my nrf51-dk in discovered devices section. Log says, Loading...
I am working on an application for the nRF52 Preview board, using SDK 0.9.2. I need to acquire about five analog samples from a single channel at roughly 100 Hz, then wait...
I use SDK9.0,SD8.0,the device is 51822AC,the device can enter to Bootloader mode.
As it shows below.
Then I selected the .zip file to start DFU
But when it reached...
I'm trying to do all my development on linux, mostly so that I can use a continuous integration environment. I'm setting up a server to compile my firmware app on every pull...
Hello I am currently using the NRF52 DK2 PCA10040 with S132 soft device (nRF52 SDK v0.9.2) . I have setup my code to sample 4 analog pins periodically. I configured double...
Hi everyone,
Well, our device is based on NRF 51822 CFAC MCU. It’s an ibeacon based device which advertises and receives data frequently, and writes data into flash memory...
Hi,
I have a project that uses PStorage and the Nordic UART Service. PStorage is used to store a variable that is updated by the device, irrespective of the Bluetooth,...
Question:
From ble device I have to send some data or character to mobile in connected mode. After sending that data the device is not going to sleep mode while connected...
I'm trying to modify the beacon properties of the nrf Beacon in the nRF Beacon APP but it doesn't allow me to change those properties.
If I use the Beacon scanner the device...
I am trying to find out the part number of the antenna (I assume it is a PCB antenna) used in the nRF51 DK ( www.nordicsemi.com/.../nRF51-DK) . I found a lot of similar questions...
Hi, I tried it from my Nexus 5, using the Android version of MCP. I can connect/unconnect, detect link loss, and (apparently) everything else, but only LED 1 seems to behave...
I want to connect one peripheral to a few central devices (lets say 3) but the central devices don't need to be connected to the peripheral at the same time. Should the PERIPHERAL_LINK_COUNT...