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'm developing for the NRF52 DK (nRF52832) using VisualGDB (which uses SDK v11.0.0).
Right now I'm facing two problems:
1. How do I properly handle interrupts while using...
There are tickets from 3 years ago that claim that nested CRITICAL_REGION_ENTER calls are not supported. Or they are supported if you write your own macros.
It appears to...
Hi there,
When using a PIN as RESET, what is the minimum activation time required to insure a reset?
I thought this should feature in Table 16.10.3 but I could not figure...
What is the logger message pool? There are two main definitions for it:
NRF_LOG_MSGPOOL_ELEMENT_COUNT
NRF_LOG_MSGPOOL_ELEMENT_SIZE
However it is not clear what it...
Hello ,
I want to use the NVIC to manage the interruption of the accelerometer and to run a specific program, are you ideas about the possibility of this?
Best Regard...
hi,
I am using nrf 52 DK and softdevice S132,PCA10040 board . I need to toggle a pin,set a pin,reset a pin .can anyone take this ticket to a sample code/ code snippet and...
Hi,
I have a project with 52810 which I use rc for LF clock source and I need use P00 and P01 as general GPIO, I have set both CLOCK_CONFIG_XTAL_FREQ and NRF_SDH_CLOCK_LF_SRC...
We are developing an nRF52832-based circuit with 1.8v power supply, which features BLE, NFC, SAADC, I2C & SPI.
According to datasheets, all 3rd party components are also...
Hi,
we plan to use the nRF52832 for a new project, I have two questions:
LE secure is supported, is this right ?
We want to pair up to 8 phones with our device....
Hi,
I am using SDK 14.2 with nrf52840 board. In my project I am using USB and BLE together. I have noticed that when I enable the LE Secure pairing and after that my USB...
Which nrfutil version should be used with Mesh SDK?
Getting started for Mesh has the link to nfrutil verison 0.3.0.0. In pc-nrfutil github repo the latest version is 3.5...
Hi!
I try to do simple led blink on nrf51822 and after build i got this:
Checking project status
Building ‘dongle’ from solution ‘dongle’ in configuration ‘Debug’
Compiling...
Hi,
I am using Segger IDE and now I wanna to use the temperature sensor presents in the PCA10040 board.
I tested the SDK example using the keil and works fine. When I...
I have your NRF52 DK and beacons.
I want to make the case so that my Nordic NRF52 DK will get data from Nordic beacons and forwarded that data on the UART port of PC....
Hi there,
I am developing a BLE dongle, and a BLE peripheral both based on NRF51822QFAC. The BLE dongle scans, connects, and disconnects the BLE peripheral by UART commands...