Ok so here is the issue. I was trying to build a simple application which is described in the tutorial for characters. After building an advertisement and understanding the...
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...
I built the ble_app_uart example app using GCC with nRF5_SDK_11.0.0_89a8197, and on testing it with the latest version of Nordic nR ToolBox (iOS) and nRFMaster Control Panel...
Hi,
I want to save settings in the memory.
In my case, the softdevice is enabled, there is no ble advertising.
I use pstorage functions.
Problem: I stored 0x12, 0x23,...
Hi,
I'm running a nRF51422QFAC and using sd_temp_get() to read the chip temperature twice / second.
I put it in a temperature chamber and swept the temperature from...
Dear members!
I followed the tutorial of the nRF8001, and tried this code: learn.adafruit.com/.../nrf-uart-in-detail
It worked for me just fine, but...
I have an...
Hi there,
I'm attempting to use the UARTE for a continuous read scenario but I am noticing there is significant delay between the STOPRX task and the ENDRX interrupt (...
Hi,
I'm trying to get a custom PCB working. I can use either the plain peripheral UART, or the ble-app-uart example projects on the NRF52-DK and they work, but they don...
I am using the nRF52 Preview kit (PCA 10036 board) and SDK 0.9.2. Up to this point, I have been able to do everything I want with TWI using the hardware driver. This time...
I tried measuring idle current for nrf51422 board and got something about 1900 uA using multimeter without resistor and with bridge SB9 cut. I know the value is too high....
Dear all:
error occured when I was programming application hex in nRFgo Studio1.20.0,just refer to "program application error.png" ,the error shows "programming failed...
I have a sensor device that needs to transmit every so many seconds. I am looking for a code example to run on nRF52-DK that will do this, sleeping inbetween transmissions...
According to the Gazell using the 1MHz spacing for each channels and the DTM using 2MHz spacing.
Then can we use the DTM channel 0 for Gazell channel 2 to test the Frequency...
I am looking for a nordic BLE development board that can do data transfer through the UART. Something like SPP (Serial Port profile).
Here is what I need;
The iOS and...
Hi,
Question regarding blog from Thomas Søderholm ( blog.nordicsemi.com/.../which-technology-should-i-choose-to-connect-my-wearable-device-to-a-phone):
Can't you do...
Keil 5.18a forces me to install "missing Software Pack"
I am trying to set up SDK 11, SD312, with Keil 5.18a, but when I try to load an example from the SDK 11 examples folder...
Hi! I have a nrf51 that act as a central and a beacon that is my peripheral, they connect to each other using is_uuid_present but I can't enable notification using db_discovery...