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...
Hi All,
We're wirelessly giving manufacturing information to our devices, and when we're done we want to set the readback protection. We do so like this:
nrf_nvmc_write_word...
I am using SDK 7.2 and Soft Device S110 7.1. I am also using the new version of nrf51 which has 32K RAM. I am not using the DK, but a custom board, though I see the same error...
Hi All,
I am facing a strange problem. The scenario is that nRF51822 is acting as SPI SLave while MSP430 is acting as SPI Master. Using the SPI slave example as an app...
Hi all,
These steps broke my j-link lite! Is there a way to un-break it? Suggestions welcome.
I updated the segger pc software for another non nRF51 project (using a...
hi, nordic staff.
i'm working at s110(v6.0.0) and s120(v1.0.0). s110 provides notification and indication.
when s120 receives indication value from s110, s120 returns...
Hello all,
I successfully compiled and tested several examples for the nRF51822 Evaluation Kit on my Linux Box using gcc.
To do the same with my Smart Beacon Kit I downloaded...
I am trying DFU to work with gcc and SoftDevice 7.1.
Problem :
MCP able to send the APP binary successfully to the bootloader and DFU bootloader correctly write the app...
Hi,
Recently,
the DFU of the "Master Control Panel" (Android) can not complete the upload mission.
But,
the DFU of the nRF-Toolbox in iOS is
work well.
Old...
Hi, guys. Now I check the nRF51 IoT SDK(6lowpan, ipv6 over bluetooth).
nRF51 IoT SDK is needed Raspberry Pi, so I make the VMware Player Image for
Ubuntu 14.04.1 LTS 64bit...
I have a nRF51-DK. I would like to control the nRF51-DK through my mobile device.
What is the max. distance which can be reach with BLE(nordic chip)?
Is it possible...
Our application uses the S120 stack, and a bootloader. We want the bootloader to be able to update both our application software and the S120 stack (preserving the MBR). ...
Hi folks,
I have been successful in getting sample code compiled using Keil u-vision and MBED and installing it on nrfDK-51. It has become so simple to install apps - all...
Hi everyone,
I successfully compiled and loaded the experimental_ble_app_uart onto my pca10028 board.
I downloaded and installed the nRF toolbox on my nexus 7 tablet....
Hello everybody,
I want to do something very simple: Read some data from my Bluetooth peripheral. I know the UUID of the data I want to read, but I do not know the handle...