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)...
Hi,
I need DFU feature on light_switch_dimming_client_nrf52832_xxAA_s132_7.0.1 example i tried including
mesh_stack_init_params_t init_params = { .core.irq_priority =...
Hello,
I have a project that seems to have a very long start-up/boot delay before jumping to the Application when the DFU is added. DFU is the BLE secure bootloader example...
Hi Nordic ,
I am working a project on nRF52830 with SDK 15.3. Now, I developmet on a central device, I need to connect with peropheral with more than one service , how...
Hi.
I'm using nRF52840 Developement Kit and my environment are below.
OS : windows 10
SDK version : 16.0.0
Tool : nRF Connect (with DTM,Programmer app) / Seger embedded...
Hello everybody,
I'm trying to flash an example code (let's say the blinky one) from the SDK (15.3) onto the Arduino Nano 33 BLE board.
I know that is possible to flash...
Hello,
I'm trying to resolve an issue in my project.
It appears there is a memory leak.
In logs I can find the error code : 0xBFED
Do you know what that code is? ...
Hi,
I recently had a problem about timestamp that it's all 0 on the RTT Viewer.
And i 'm based on the nRF5_SDK_15.2.0\examples\peripheral\rtc to check the timesteamp....
Hi Nordic
I have some issue When using NRF52832 central to connect the NRF52832 peripheral.
i am following the SDK15.3.0 ble_app_uart & ble_app_uart_c to deign the central...
Hi
I have a question about LXFO input on external low swing clock setting using nRF52832.
I can see the input specification of external low swing clock about only peak...
Hi,
I am currently developing a stationary BLE device. I am testing the nRF52840-dongle in combination with the pc-ble-driver. For that purpose, I am using the connectivity_4...
SDK: 15.3.0 Device: EYSHJNZWZ (nRF52832)
I am operating in a "peripheral" configuration, with bonding enabled. "BLE_GATTS_EVT_WRITE" occurs when notification is permitted...
We're porting over some software to the Arduino Nano 33 BLE Sense. This board comes with an nRF52840 clocked at a max. of 64MHz. However, the same code runs about 2x slower...
I want to send Tx power in advertisement packet.
Currently I am using following code.
int8_t txpower_level;
static ble_advertising_init_t init =
{
....