I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi
I use nRF51422 for our products.
In a product line, we check the CWtest mode current consumption current.
I decided the determination value of the CWtest mode current...
Hi.
I'm using nRF51822, S130, SDK10.0.0.
I made a source code as below refering radio_test which is in SDK examples.
But the width of frequency is just 0.2MHz as below...
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?