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...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello All,
For the S120 softdevice active scanner, it appears that when ADV_IND is received and a scan request/response exchange occurs there will be two BLE_GAP_EVT_ADV_REPORT...
Hi,
I am getting the NRF_ERROR_INVALID_STATE error when I call dm_security_setup_req in my security timer timeout handler. The function's description says I'll get this...
Hi,
I would like to store firmware version number at a particular offset from the application start address so that it can be retrieved by boot loader as explained here...
The comment in dfu_init_prevalidate says the following
// To support application versioning, this check should be updated.
// This template allows for any application...
Hi,
As far as I know the ADC pins can be used as digital inputs. Is it the same with NRF9E5? I could not find anything like pros/cons. Datasheet doesnot say anything about...
Hi,
i have been struggling with UICR Config in nrf52. The code:
NRF_NVMC->CONFIG = (NVMC_CONFIG_WEN_Ren << NVMC_CONFIG_WEN_Pos);
while (NRF_NVMC->READY == NVMC_READY_READY_Busy...
Dear nordic.
We are developing nRF51822 with S120 as central.
When advertising from Peripheral, RSSI value is changed it's position.
Measured RSSI range is -60 dBM...
Hi,
I am trying to get the sniffer to work on my new Win10 machine.
I am using the PCA10001 board.
I have tried:
SEGGER: 6.00g and 5.12f
Wireshark: 1.12.x,...
Hi to everybody,
I have configured the nrf52 DK (SDK 11) with FreeRTOS and the UARTE with a DMA buffer of 16 bytes and it works. The problem comes when I don’t want to...
Hi,
I'm working on ble_app_hrs_c application with Nordic beacon.
Using nRF51822 Ver.H0 with S120 and modified to using Internal 32.768KHz RCOSC and UART at 115200bps...
Hi guys,
I'm playing with a beacon kit, nRF51822-BK.
It works out of box, no problem but I have a simple question. One of our customer asked me if is possible to control...
Hello,
I am using nrf51 SDK version 10.0.0 along with the nRF51822, and I believe I have found an issue with a macro that is supposed to check the correctness of a bit...
Hi All,
Another question for those out there much smarter than myself...
We're developing an application using nrf52, sdk11 and softdevice s132 2.0.0 and have been using...
I see it is advised not to just stop a timer, but to also shut it down for certain of the nRF52s. What call is necessary to achieve this since I understand it is deprecated...
I want to read the onboard (dev board) buttons which i believe are P13-P16. I want to know the working code.
uint32_t app_button_is_pushed ( uint8_t button_id,
bool *...