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...
Hi,
I don't know if this is a dumb question or not, but here it goes.
Since I'm new to the nRF51822, I've been playing around with the ble_app_hrs sample project. To...
I keep getting an error:
../src/main.c: In function 'ble_stack_init':
../src/main.c:517:5: error: implicit declaration of function 'softdevice_ble_evt_handler_set' [-Werror...
I can't get Puck to work.
I did get it loaded on nRF51822-mkit, but
it doesn't advertise (can't see anything on App nRF MCP).
same hardware is working with mbed...
Working on an ANT project.
Switched a project from S210 to S310 to add BLE feature.
For the ANT part, there is no source code modification at all.
Sweet.
This is not...
Hi, I'm porting the nRF8001 library to a PIC, and now i'm having trouble with the setup process: After i get the DeviceStartedEvent the uC starts to send setup messages, and...
Hi,
I did some small applications using RFduino, and now I will start developing using Nordic sdk.
I'll list some features of my application:
a hardware with no...
Hello,
I'm checking the sleep current with nRF51822 DK board, and have two questions.
sleep current is 2.35uA.
In the datasheet, there is only typical value as...
Hello,
as the S310 V2 uses 11k (9k static plus 2k stack) out of 16k ram. We are running into seriouse memory shortage. Is there any chance to that the S310 memory demand...
Hi.
I'm doing a project on S120 Softdevice and in "ble_gap.h" file (included from S120 catalog) i have noticed sd_ble_gap_adv_start() command. I tried to use it but i received...
Hello,
I'm trying to do a synchronization of two devices over BLE. I want to be able to open a scan window only for as little time as possible to receive a timed advertising...
Every once and a while a compile will result in dm_init() returning NRF_ERROR_INVALID_ADDR. Looking at device_manager_peripheral.c:dm_init(), it looks like this error is coming...
Has anyone experience of successful TICK_DV calibration for nRF9E5? What order of accuracy should be achievable?
In my application I maintain a software RTC clocked by...
Hi,
I want to periodically send data through nrf8001 so that once the connection is established for a particular service, i can periodically send data . So how to create...
Hi nordics!
I want to using app_data for preserving data.
For that.
First, I change the value DFU_APP_DATA_RESERVED to "0x0400"
Second, I change the memory start...
I have the "old style" nRF6310 board + nrf51422 boards.
I want to test different examples from the latest sdk, and possibly with different softdevices as well.
I appreciate...