I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
I am using the sdk version 11 and arm-none-eabi-gcc version 5.4 on linux mint to compile the blinky test application. I have pointed the Makefile-posix at the location of...
I am doing the test about timeslot with the project link text
but it cannot scaninng and i found the timeslot is work because i get event NRF_EVT_RADIO_BLOCKED and it call...
Hello,
my application has to emit measurements in the manufacturer specific data structure continuously and has to accept a connection, for example for ANCS. Therefore...
Hi,
I am developing a firmware using nrf51822xxaa s130 SDK 10.0. I am using device manager to exchange the security keys and storing the bond information. For my project...
Hi, If I understand correctly the debugger on PCA10040 can operate in 6MHz/n as SWO frequency.
the nrf52 can operate at 4,8,16,32MHz swo frequency.
How are we to use SWO...
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...
I'm trying to implement the DFU Feature into my application, but it seems to be in a bootloop after it starts advertising.
The application works fine when flashing it via...
Hello everyone, I want to measure Low power mode current consumption in nRF52 DK,but I dont have accurate CRO to measure in micro Amperes, therefore I would like to know if...
the eclipse build memory map is
text data bss dec hex filename
363312 2485 5340 371137 5a9c1 ********.elf
363312 2485 5340 371137 5a9c1 (TOTALS)
it is giving very large...
Hi Friends, I like Nordic and Arduino, it's great if Nordic can support Arduino officially, we can use the ARM0 in Nrf51822 as a single control point of Arduino project. There...
I taken the Android-nRF-Beacon-for-Eddystone app code from github.
From my account I configured my Google Dev console:
enabled proximity API
added credentials...
Hi all,
I followed the tutorial listed below:
devzone.nordicsemi.com/.../
I want to use SEGGER_RTT_printf but I always get this error:
Error: L6218E: Undefined symbol...
Hi,
I am working on one project in which I want to connect my two custom borads with S130 softdevice but I am not able to do that. My custom board has nRF51822 chipset...