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...
My question is in regards to BLE security. I have certain characteristics that I want to remain open. As they will be used to determine authentication at the application level...
I am planning to migrate to SD 7.0 and SDK 6.0 in order to use the static pass key capabilities. When using the static pass key how should security params be initialized ...
Working through a custom security implementation. It is to desirable to know a unique identifier for each bond that has been made with the nrf51822 SD. When the SD enters...
I have several asynchronous аperiodic sensors with their interrupt handlers. My service should gather the data from those sensors and do some math. The outcome of this math...
Dear all,
I tried to program and test the iBeacon application on the s110 folder from nordic examples.
The code on the Cortex-M0 has problem. Seems during programming...
After program nrf51822,it works normaly.But when I program again,it can't debug.NO SWD and NO USB DEVICE.So I can't use nrfGoStudio or nrfjprog.exe to recover it.When I pull...
Hi,
I've set up a streaming solution that is easily streaming 4+kBytes/s to an iPhone. I've also set up an ADC service that is sampling at 2,083 Hz 10 bit mode, using a...
Hi,
I am using nrf51822 (128k).
Softdevice 6.0 (s110), SDK 5.2.
How can I send an empty notification packet (data length 0) to master device?
If I send a packet with data...
I was wondering whether it is safe to use a delay (such as implemented by nrf_delay_us) to, for example, delay an iteration of a while loop, or that it is always better to...
Dear Sir/Madam,
I am testing iBeacon application on the nRF51822 mounted on nRF6310 motherboard.
I programmed the ble_app_beacon application in the keil_v5\ARM\Device...
Hello,
I get a sample code in the dir flllowed after intsalling nRF51 SDK:
\Keil\ARM\Device\Nordic\nrf51822\Board\pca10001\s110\ble_app_beacon_code\main.c
but I still...
I ve installed CSR bluetooth 4.0 adapter , it can communicated with even the bluetooth 2.0 devices, how ever it even can not discovery the board when I programed the softDevice...
Hi,
I have ordered nrf51822 development kit with one of my local vendor. when the product came to india , it was checked in customs office somehow the samples in the kit...
I'm using an nRF51822. Currently, I'm using the low power sleep mode. The device uses about 1.5 uA in sleep, which is great. The firmware wakes up the device every n minutes...
I have a fully functional code for 8-bit data acquisition using nrf24le1. Now i want to upgrade it to 12-bit resolution ,but i have problems in doing so .
In my project...