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...
Dear Nordic employee:
1、 what do I have?
I have a thingy52 develop kit(nrf52832)
2、what is my purpose?
the quality of thingy52 audio demo is not good(iphone7)...
Hello,
In relation to button press detection, I'm curious if I'm utilizing both GPIO_INT_EDGE and GPIO_IN_DOUBLE_EDGE if I can pass the interrupt type to my callback to...
Hi
I've run up the system_off sample ( samples/boards/nrf/system_off ) and I can see chip fall into deep sleep, but deep sleep still seems to be sitting at 152 microamps...
Hi,
The device receives data that sent form the host useing NUS. The device crashes every time. The debug log is like blow.
I shielded the code and the crash problem was...
Hi,
From the Ref ticket https://devzone.nordicsemi.com/f/nordic-q-a/54350/thingy91-fota-with-nb-iot/220513#220513 we could see that there is no relevant example for FOTA...
Hello,
1. Is there DK (development board) for the part nRF52811 (I need this part for direction finding,version 5.1)?
2.Is there free (without licence) PC tool to compile...
HI
I'm using fds and dfu at the same time with SDK15.3
but it seems that there are some ram conflict or something wrong
my main is look like this
and i get
when...
Hello, I updated the SDK and related SoftDevice of a project based on nRF52832_xxAA as the new SoftDevice takes up more space (from: 0224A7 to: 0258BF) I have to allocate...
I have an existing Application, that is not a direct copy of an SDK example, as we are using CMake for our builds and because I don't want to copy an sdk_config.h file, but...
Hello,
I have followed the tutorial series of nRF Connect SDK Tutorial and now I have basic understanding on how the ncs works.
I'm trying to enable SPI0 in the nRF9160...
We need to install nRF Connect SDK v1.2.0 on a new machine. I followed the provided steps, using the Toolchain Manager (previous "Getting Started" method is deprecated, apparently...
Hi everyone,
I was looking at the SAADC example and I need to modify it in order to fit my design. I want to perform analog readings from eight sensors using an eight-channel...
Hi,
I'm developing a BLE application that is also using FreeRTOS.
I also need to use PWM to control an LED (mainly because the requirements define LED patterns, which...
Base BLE structure ble_advertising_t contains a member structure ble_adv_mode_config_t. This structure contains two parameters that are meant to limit number of advertisements...