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...
Hello.
Nordic Team.
I add for ble Service and i select my service notify enable
I want receive my service number, but service number is different.
Add for my source...
Hello,
Nordic Team.
I don't understand 'ecg cccd_handle number ' 'p_evt_write->handle number' difference.
I add for ECG Service on my bluetooth profile.
ECG Service...
Hello,
In ble_app_uart_c example, I can see sleep_mode_enter() function. I would like to know when this function is called and what it does. I don't want my IC to get into...
I have a binary data file that I would like to program in flash at defined address on a nrf52 device
Which tool do you advise that generate hex intel file format by providing...
Hi guys,
I have a 4 thread freeRTOS setup.
BLE - priority 4
TWI - priority 3
LED - priority 2
Logging - priority 1
After running for some time my code always...
Hi. I'm using nRF52832, SDK13.0.0 as peripheral.
I set the values as below to advertise every 400msec.
......
adv_params.type = BLE_GAP_ADV_TYPE_ADV_IND;
adv_params...
I have two characteristics inside a same service - one characteristics notifies periodically and another on demand. I call sd_ble_gatts_hvx to send notifications with appropriate...
Hi all,
I got strange behavior: when I disable the SoftDevice (nRF52832, S132 V3.0, SDK 12.2) seem that ALL the RTCs, not just the one used by the SD, are stopped, and...
Hi.
I got the ble_app_beacon example to enter System On low-power mode (and operate in the 1 to 2 microamp range except when broadcasting). And I also got that example...
Rather than using previous timeslot examples for esb and ble multiprotcol, can we manaully switch between both protocol, what kind of process need to switch from ble to esb...
Hello,
I am building a project that required pwm drivers and BLE UART. I started by using peripheral ble uart example in SDK 12 and adding the pwm driver source file from...
I'm in need of some help with connecting to the Thingy 52 when using Windows 10, in this case Windows 10 Pro. I've tried Google Chrome and Opera.
If that helps, I have...
Hi,
I'm using sdk14.2 peripheral examples fds and fstorage in an attempt to test flash storage persistance (with softdevice present).
The two examples are quite intuitive...
Is there any way to invert the PWM behaviour easily? I'm trying to develop firmware that will run on the DK52 (LED active high) and my custom board (LED active low).
I...
Like it says in the title. I'm working on an embedded application where lifetime is pretty important, so I'm trying to get power consumption down as low as possible. I don...