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,...
Dear Everyone.
Hi, I develop nrf51822 with DK PCA10028. I have been optimizing the power consumption to some extent. But now I am very confused.
I use S110 softdevice...
Has the nRF51822 already got the QID and BQB certificate? Our BLE module using nRF51822 doesn't do the QID and BQB test. Can our product using the BLE module add the BLE logo...
Hi,
We need a 2.4Ghz smd antenna, not to emit bluetooth but a in-house protocol we are testing.
It will need to fit on a pcb and have good performance, and production...
Hi,
I wonder where and how to define NRF_CLOCK_LFCLKSRC using the VisualGDB Beacon sample using VisualStudio with VisualGDB.
The sample includes
#include <stdbool.h...
Hi I was having difficulties trying to obtain the download link for the nRF52 SDK 0.9.2.
I think this used to be the link:
developer.nordicsemi.com/.../
But that links...
Hello. I bought a few days ago 3 NRF51822 after a lot of reading about it. Unfortunatelly i can not upload any code to it or any firware.
I do not have motherboard yet (NRF51822...
Answer resolved in this thread https://devzone.nordicsemi.com/question/110037/nrf52-projects-and-select-packs/
I am trying to set up a new environment for the nRF52832...
Trying to look for some answers on a question I posted in this thread but haven't had any replies. I was just reading this thread though and I came across a comment on the...
There are other posts here that suggest this is possible and mention "pin crossbar", although they don't explain what that is.
I need to talk to two UART peripherals concurrently...
Question: How to force the tolerance of the low frequency clock in the absence of 32kHz xtal in central role so that during connection request the sleep clock accuracy is...
Hello everybody,
I study transceiver nrf24LE1.
I'm trying to understand example of PRX in nRFgo SDK
(Enhanced_shockburst_examples):
/
/ Global variables
uint8_t...
Hello Nordic,
I am testing multi-role observer-advesting project:
github.com/.../nRF51-multi-role-conn-observer-advertiser
Actually this application can detect scan...