after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
Hi,
I run the HID keyboad example, and a problem confuses me. I use the "lightblue" APP to connect the peripheral--"Nordic Keyboard", but the iphone appears a pairing box...
Hello!
I have been working recently with the PCA20006 Beacon board. The example we have tested is the ble_app_beacon that allow us to change the UUID/Major/Minor and go...
This may be a stupid question, but...
What value is BLE_GATTS_ATTR_LENS_MAX
Its mentioned a lot in the SDK, but I can't actually find a value for it actually defined...
I would like to know how to add Service Change UUID: 0x2A05 Properties: INDICATE Descriptors Client Characteristic Config UUID: 0x2902 to Generic Attribute of Nordic_HRM....
Hi - I am trying to send a signed 16bit Integer from nRF52 to iOS. Using the following characteristic reader from Nordic in the nRF Toolbox on Github (here) .
static func...
Hi there:
I found a strange phonomenon about consumption betweeen advtisement and gpio17 of 51822.
When I start ble adv while setting gpio17 to input disconnected mode with...
Hi, possibly a bit of a stupid question but here we go:
I'm developing a prototype system, which includes my own design of sensor modules that transmit their data via nrf24l01...
Hi, Nordic
I know when I program one BLE app, softdevice should be needed.
If I program esb/gazell app, softdevice is not needed.
I want to know, when I program one...
Hi, Nordic
I want to add BLE DFU service in my own app, so that the nRF52 can operate BLE DFU.
I only modify 2 places:
static void services_init(void) --> init ble_dfu_init_t...
Hi,Nordic
I am working for BLE_DFU, on SDK 12.1 and SoftDevice s132.
I checked, I should add below code in ble_dfu.c
char_md.char_props.write = 1;
Then I added...
Hi, Nordic
I check SDK13.0 bootloader_secure sample, it do not work
nrfjprog download bootloader_secure
use nRF Connect app in Android mobile phone to...
Howdy!
I have to admit that after about 2 weekes of fight i finally made some progress with NRF51. Afterall i can upload my own program to chip so it changes leds on NRF51...
I get an error when trying to pair to a peripheral in nRF connect v1.0 on Linux.
I have two nRF-DK v1.1.0 (pca10040), one is the adapter that is connected to nRF Connect...
After flashing softdevice, the ble_advertising_evt_handler_t doesn't get called, only after flashing the program for the 4th time.
/**@brief Function for initializing advertising...