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,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
hello,
I need to calculate the battery life of cr1632. For the calculation I need to know what is:
-Average Current consumption of device? (nrf51822 Bluetooth smart...
Hi, everybody , I want to ask I open SDK12.2.0 bootloader_secure project compilation is wrong?
But there was no uECC . h file in SDK12.2.0 .Why is this?And I want to ask...
Hi
I am trying to test the LE Ping feature between two nrf52s. I am enabling the LE Ping feature from one device via:
ble_opt_t opt = {0};
opt.gap_opt.auth_payload_timeout...
Hi,
I have faced an issue during an I2C read operation. My code stuck in the infinite loop of
while (!nrf_twim_event_check(p_twim, evt_to_wait))
{
if (nrf_twim_event_check...
If I understand the nRF52 DK, there's 3 physical debug-out ports on the board. One if for the nRF52 on the DK, which is also brought out through P5. The second one is brought...
I'm implementing a BLE Central based on S132 with functionality for getting a descriptor list from a connected device.
To avoid having to maintain a complete discovery...
Hello folks,
we setup a new Project (eclipse,SKD 12.2.0, S130, NRF51822QFAAH0) based on the sdk examples. But the thing since 2 days we got a error we actually do not understand...
I have a PCA10040 board and downloaded SDK 12.2.0.
I am trying to being a project based on experimental_ble_app_eddystone. I can compile and upload the code to the board...
Problem:
IAR compiled hex file does not work for ble_app_hrs
Environment used:
IAR Embedded Workbench for ARM 7.80 Kickstart evaluation
nRF52 DK
Observation...
Hello,
I use, with success, the FDS library to save data to the flash memory. I also use, with success, the bootloader to update the application (original dual bank ble...
Hello there, thanks so much for taking the time to read. My problem is the following
I am trying to run GZP (Gazell Pairing Library). After successfully pairing with a...