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...
Hi there,
Based on apple recommendation, I've chosen the next connection parameter set (and tested the parameter set works on other platform such as TI and Dialogue chip...
Hello All,
I am working with the HRS example. Currently I have one central device and one peripheral device is there.
From central code I want to print the updated RSSI...
I can't move higher than 12 as we still have builds for the NRF51.
I see migration sections for 13 and 14 in infocenter. I can't find anything for 12 and I do know that...
The ble_app_eddystone example that comes with the SDK uses the scheduler, but I have failed to see where any handlers are registered to the scheduler (and grep -ing the eddystone...
Thank you for viewing my question
nRF52832_PSv1.3, page 345, Idle current for UARTE (STARTED, no XXX activity)
What state uarte current consumption is only 1uA? How...
Hello ,
Regarding to mesh I have few more queries as below,
There are two types Bearer using which we can provision & configure Bluetooth Mesh Devices
GATT
...
SDK 14.2 API References>Peripheral drivers>...>nrf_drv_clock_lfclk_request
The docs say "p_handler_item A pointer to the event handler structure."
It doesn't say here...
In the API reference for app_timer: "Use the USE_SCHEDULER parameter of the APP_TIMER_INIT() macro to select " but higher in the document at Libraries>AppTimer>Migration Guide...
I try to run the thread cli example on the nRF52840dk with the SDK_for_Thread_v0.11.0_84a130f.
Windows 10 throws an error like "USB device not recognized / Error trying...
Hey,
For my project I am working on I am using openThread to multicast when a Thingy52 connects to a nRF52840. The nRF52840 (central) connects with a Thingy52 (peripheral...
Hello,
when I try to import some libraries to a project example in SES(TWI_scanner for this example)
one is some are from the SDK and another one from the github non of...
Hello everybody,
i want to add a timer to my secure bootloader example, so it waits some time and then, if no DFU is in progress, starts the beacon apllication automatic...
Hi,
I can't manage with error in secure bootloder (from secure_dfu_ble_s132_pca10040_debug example) on custom board with nRF52832xxaa chip. I got a signature validation error...