Hi,
i am using SDK v8 with softdevice v8,using master control panel pc application,added custom service and characteristics to application,problem is characteristics value...
There is the board mark on the chip like n51822CEAAD01350A0, where DO is Build code, 1350 is tracking code(YYMM), A0 is lot code.
My question is how can I get those codes...
I'm trying to debug a randomly occuring Hardfault. In trying to trace down the source I read the CPU registers use the Nordic hardfault_implementation.c which grabs the register...
Dear nordic employee
my purpose is send a data the length is from 150 to 273
when my server device send data by sd_ble_gatts_hvx(the send length is fixed 10 bytes) ...
Dear nordic employee:
The service I want to find is the sound service of the thing52 thingy sound service
I tried to modify the HRT_central_client project to find the...
When I was using the device as peripheral, I was wondering when the Softdevice notified BLE_GAP_EVT_SEC_PARAMS_REQUEST and BLE_EVT_SEC_INFO_REQUEST:
1, when peripheral...
More of a plea than a problem. When I migrate to a new version of the SDK I try to be very careful. So, I use sha256sum to check all similarly named files from one version...
Hi,
I am trying to read the SFDP (Serial Flash Discovery Parameter) register of a Micron NOR flash memory using nRF52840 QSPI peripheral. The read SFDP register op code...
Hello,
i work on nrf9160 dk
I would like to know if it is possible to use an AT firmware to be able to easily switch to LTE-M, NB-IOT, send sms, switch off the modem...
Hi.
I am using nRF52840 & SDK 15.0.0.
I set the advertising slow timeout to 14 min, But, the advertising stops at about 3 min.
The followings is summary of advertising...
Hi all,
I'm using nRF52 DK.
I'm developing a program based on 'ble_app_uart_c' example with custom UUID.
When I type command using UART, central device send signal to...
HI, I have following errors while building a project in segger embedded studio:
1. 'TIMER1_INSTANCE_INDEX' undeclared here (not in a function)
2. 'TIMER2_INSTANCE_INDEX...
Hi,
Trying to compile one of the examples provided in the nRFgo SDK 2.3.0.10040 I get an error in the linker (error L204) Invalid Keyword. It seems to refer to REMOVEUNUSED...
Hi, When installing the nRF Connect SDK by using GSA application on macOS 10.15.3, at step "Installing the toolchain" I get stucked to a verification failure for python3 dependencies...
Dear All,
I have a question abou basic of BLE technology.
I'm using nRF52832 for our project.
My question is about avoding packet collision.
Please confirm my understanding...
Hello, I'm trying to use the PDM in the nrf9160. I'm using SDK tag 1.2.n I added
#include <nrfx_pdm.h> at the top of my main.c file.
I put
CONFIG_NRFX_PDM=y
in the...
We seem to be seeing slowness in a bare metal implementation. We would like to confirm the nrf52832 CPU speed. How can this be confirmed from within the codebase and/or logger...
Hi All,
Does anyone know what the maximum altitude is available for the nRF9160 GPS?
I know some GPS devices stop working properly if above pre defined heights.
The...
I have a PCA10040 board and use the development soft of SEGGER Embedded Studio for ARM 4.50.
I ran the project \nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral\ble_app_beacon...
While I was working with my dev kit this morning, the board has suddenly stopped responding to commands.
When I attempt to connect via jlink using Segger Embedded Studio...
This is definitely a stupid question but the uart ble example is littered with the likes of " NRF_LOG_INFO("Connected");". Where is this printed and how can I view it? I can...