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...
hi dear nordic employee:
I tried to build the project ble_app_hrs_c(pca10040) by keil5
but I get an error :
._build\nrf52832_xxaa.sct(7): error: L6236E: No section...
Hi,
I am a bit confused about power consumption when using app_uart_fifo. To save power I put MCU to sleep in between each sent and received byte by using __WFE and __SEV...
Hi! I am building an android app for my project. I am using Proximity , UART and DFU from nrfToolbox app. I have 3 buttons on my home screen dedicated for each of them. I...
In BLE, a shorter connection interval reduces transmission latency and increases power consumption. Do we have any mathematical expressions to show this?
Thanks in advance...
Hi Team,
We are using nRF9160 DK without sim. We would like to connect to the other nRF9160 without BLE. Is it possible?
As we use SIM for only authentication right...
I use Nrf52832 and sdk16.0.Use I2S play sound.
This sound file comes from https://github.com/NordicPlayground/nRF52-teensy-sgtl5000-audio/tree/master/Convert%20Audio%20Sample...
Hi Sir,
I'm using nRF52832 + SDK 14.2 for building the OTA DFU function.
As checking the folder "../external/micro-ecc/", for nRF52 family, I found there two difference...
Good day.
I am busy evaluating the nRF9160, but when he builds his project he's getting the following error.
mkdir(modules/nrfxlib/nrf_security/src/mbedtls/CMakeFiles...
This is not a question. But it may save you sometime. :-)
Remember to zero this variable before call fds_record_find.
fds_find_token_t ftok;
Actually it is mentioned...
Dear Community,
I am working on a project where the idea is to build a board that can measure the resistance over a small biosensor. The biosensor will be connected between...
nRFConnect for Desktop v3.3.0 App: Bluetooth Low Energy v2.3.2 Windows 10 x64 ( 19.04, 19.09), using Dual Monitor. Device: PCA10059 or PCA10056
I can start, connect, and...
In the "Cellular IoT development on Nordic Thingy:91" video (-> https://webinars.nordicsemi.com/cellular-iot-development-on-nordic ) an nRF Connect SDK Toolchain manager app...
SDK14+Nrf52832:
I want use one pin as a interrupt pin.
when the pin level from high to low, execute A task;
while when the pin level is from low to high, execute B task...
Hi Folks,
Windows 10, clean install of ncs v1.2.0, using nRF5340-PDK with SES 4.42a. Project blinky rebuilds and runs fine. Now I need a zephyr example of creating a simple...
Hi,
What is the suggested way to switch between 64MHz and 128MHz on the application core? Normally I want to run at 64MHz, but sometimes boost it to 128MHz. Is there additional...
Hi,i use the bootloader demo code , the file path is nRF5_SDK_16.0.0_98a08e2\examples\dfu\secure_bootloader\pca10056_s140_ble\arm5_no_packs ,a fter I compiled and passed,...
Hi,
I know this question has been asked a million times before, but most of the links are now dead, and the advice seems stale. On sdk 15 and up, how do I go about setting...