I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
Hey,
We got a problem when trying to figure out how to detect the custom services from Unity. We are trying to read data and afterwards to do some manipulations of objects...
I want send ble bond connection request from raspberry pi to nrf51882.
Can you please let me know which ble libraries I need to send central ble bond request to nrf51882...
Dear Nordic:
I try to use pca10040 DK and SDK is nRF52_SDK_0.9.2_dbc28c9.
Test nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\UART the function work well on my DK.
I...
Sometimes windows lose the connection to the nRF51 Dongle. The only way I have been able to reconnect to the dongle is by unplugging and replugging it to the USB port. I have...
app : nrf tools on git hub
s130: sdk v11
s110: sdk v8.1.0
example : nrf_ble_uart.
after modify, it happen, is there some definition shoud modify in app?
by the war,the...
Hi......
the board advertising correct,and it work normal (connect,send and receive data),bug it's name can not display in app scan menu. the definition is "liu",but displaying...
hi,
so i was coding my program with keil and it reach the 32kb so i had to move to the free IDE Eclipse. for that i followed this tutorial devzone.nordicsemi.com/.../
...
Hi !
I've seen that the Makefile given with the examples changed a lot between SDK11 and SDK12, lots of improvements ! However there's still something I don't get. Why...
What system resources are required when using GPIOTE channels (not the PORT event, the other channels)?
I remember on the nrf51822 there was a long-running PAN, fixed in...
I programmed nRF51822 with S120 softdevice and ble_app_hrs_c application to scan beacons.
It works fine but have one problem.
It scans beacons for about 10 seconds...
hi,
i am working on ble_app_uart_simple_adc example which is referred from the link github.com/.../nrf51-ADC-examples
i flashed the code successfully. and detecting the...
Running the SDK11 example \examples\peripheral\twi_sensor on a NRF52 PCA10040 version dev board and can't get any output from TWI pins. Leaving pins unconnected and using...
Hi,
I am trying to set up the development tools for the NRF52 on my Mac by following this tutorial aaroneiche.com/.../
I am getting the following error when i try to...
Hi
I want to get external acceleration sensor values with SPIM using easyDMA on the sensor interruption (using GPIOTE). then after getting all data, I want to calculate...
Hello,
I have question, I'm actually developing an Android application and try to update the firmware on a device with a DFU process. It work on every mobile device except...
I am using the nrf51422 with softdevice 5144_2.0.1 ,
I set two network number using the "sd_ant_network_address_set" api , network number 0 for ANT+ cadence/heardrate.. network...
Hello,
I was just checking for differences between SDK v11 and v12, more specifically, the differences in the SPI HAL and driver code.
In hal\nrf_spim.h of the v12 SDK...
Hello, I am trying to write some data to the Nrf52, but all I get is a read only response on my phone. Is there any example how to write to the nrf52 tag?
I'm working on a custom bootloader; below is the step taken but it doesn't workout:
By using a working UART example, change the linker script:
MEMORY
{
FLASH...
Hi guys,
I am trying to use pstorage to store a temperature data inside the ROM. I have to use it as efficiently as possible so that 20.000 erase cycles should be enough...