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,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
I’m trying to use new SKD 12 secured bootloader but can’t pass signature check in dfu_req_handling.c\dfu_handle_prevalidate() (code after switch case DFU_SIGNATURE_TYPE_ECDSA_P256_SHA256...
Per table 19.4.2 in the nRF52 PS v 1.1:
, what is the difference between CL (load cap) and C0 (shunt cap)? The max ESR is specified for C0 but not CL. The xtal datasheets...
I'm looking for an nRF52 development kit with the PCA10040 1.1.0 or 1.1.1 board and the revision 1 IC . Closest I can find is that SemiconductorStore (Symmetry) claims theirs...
I'm trying to write an iOS app that scans for a specific UUID being advertised
e.g.
NSDictionary* options = [[NSDictionary alloc] initWithObjectsAndKeys:[NSNumber numberWithBool...
The old DFU documentation had nice memory maps explaining how the DFU memory map works.
developer.nordicsemi.com/.../a00056.html
But I can't find this map for newer...
In the ble_nus service (SDK11.0.0 S132 nRF52), what is the simplest way to modify on_write() to send inform the main application the CCCD for notifications has changed:
...
Hi guys,
I can erase all the chip and load the softDevice in command line successfully by nrfjprog.exe. Is there any switch to disable the softdevice protection? Or I need...
When creating a new Project using the nRF52 template the system_nrf52.c file is not getting imported and does not show up in the Project explorer. A Call to the SystemInit...
Hello,
I'm trying to migrate to Peer Manager, but I have a problem. This code returns error BLE_ERROR_INVALID_CONN_HANDLE constantly.
static void on_ble_evt(ble_evt_t...
So I have flashed the experimental_ble_app_blinky, using the hex file provided using the drag and drop functionality(which is awesome BTW), and everything seems to be behaving...
I have the nRF52 development kit. I'm using eclipse Neon and the Nordic apps on an Iphone 6. I got the SDK11 examples working where the CSCS BLE example is what I want to...
Hello,
i am developing a product with the nrf52. I would like to add "rfid like" functionality on it (the purpose is to detect runner on the finsih line).
As the nrf52...
Hi,
I use nrf51822 HID keyboard.
How to add a game-pad report as a second report in the ble_hid_keyboard ?
How to init the function hids_init() in SDK.
Thanks
Gamepad...
Dear Nordic Team,
Thanks for support.
I want to know the possible for add NUS(Nordic Uart Service) service with proximitty example ??
Edit : Try to add existing service...