Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
Hi,
I've been using the nRF51 dev kit, and today it stopped mounting when I plug it in. It doesn't show up as MBED or BOOTLOADER.
I use both Mac OS X and Windows, though...
SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
I'm trying to use the nrf8001 (and arduino) to send MIDI (musical note data) to Mac OSX. According to the Apple developer site the midi profile requires that the characteristic...
Hi there,
I have been testing with the nrf9160 DK for a while now and I cant figure out how to get the device to sleep properly. I have been working with the asset_tracker...
Hi,
I've installed nRF sniffer version 2-0-0-beta on nRF52832 DK and verified it with BLE Beacon example. It works nice.
But when running light-switch example from Mesh...
Hi Nordic Team
We are working on BLE Modules which includes the chip-set nRF51822 and nRF52832.
We have tight form-factor and want to have longer range communication so...
Hi, I have a problem with waking up a device, description as below.
Application description: I made some application which is based on Serial example - all is working fine...
Hi
What is the default PHY when using NRF52832, SDK 14.2 and SD S132 v5.0?
When does a device's PHY get reset to this default value? Is it upon disconnect or is it as...
Hello,
I'm developing Win32 application, where I have to communicate with BLE device from our customer. At the beginning is simple application level authentication (with...
At the moment I am collecting 64 RSSI values into an array and want to calculate the average and variance of them. I have managed to calculate the average by adding up the...
Hi i am trying to debug the ble Uart app for confuguring device as Central. Which function is responsible for BLE Connection. I unable to debug this code with breakpoints...
I'm using a PCA10040 V1.1.1 dev board (nrf52). I programmed it with "Nordic_HRM" example, but modified it to send 20bytes data at 100Hz.
Then, on my PC, I use a PCA10031...
Hi,
I do not want to use the device id as my unique serial number of the nrf52840 chip and would like to generate my own . Where and how can I store this serial number...
I am using nrf51422 device with the SDK 11. I am running the hear rate application ble_app_hrs_pca10028_s130. When I connect to the device (using the nRF Connect app for ios...
Hi. I send 240 byte long messages using ble_nus_c_string_send at the moment.
How come the length field is a uint16_t if the max size is 247 bytes? Is it for future proofing...