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...
Just trying to build Nordic sample codes S110 with nRF51822.
Here is the error. These are hidden file. I guess some configuration is not correct but I'm not sure.
---...
SDK: 15.1 IDE: Keil Softdevice: S132 v6.0 Hello, I am using the ble_app_uart example as a starting point. My goal is to send 5 bytes every 5 seconds to another nRF52 Development...
Hi:
I'm supporting a nrf52832 project that is using SDK 11 with S132 Softdevice 2.0.0, and would like to get to the bottom of a lingering workaround that's been in place...
Hello,
I'm encountering a reccurent problem :
I'm using the peer manager, and I encounter a timer expiration that I do not understand (even if it is probably justified...
I hate to be a squeaky wheel on this but I've found some strange behavior when trying to use the SPI Manager to schedule a transfer where the .p_tx_data address is a constant...
Is this normal that the example ble_app_uart, usbd_ble_uart and usbd_ble_uart_freertos use init.srdata in advertising_init() when all the other examples use init.advdata ...
It seems that unlike nrf52840, the nrf52832 has only one UART instance. Is this correct? This affects one of our hardware and I wanted to confirm before having to deal with...
We are about to build a prototype for a 2022 product, which will need 4x UART. The nRF5340 is our favorite but we need the 3rd and 4rd UART fixed. Is there an ETA for this...
I have uploaded nordic thingy 91 with lte_ble_gateway program and modified it so that it can connect with 7 devices, however when i try to connect the 6th device I get bluetooth...
I am trying to use the nRF9160 DK as a gateway to send sensor data to an Azure IoT Hub for further handling.
I was previously using Particle to solve this problem, and they...
Hi
I would like to know what the easiest way to get a signature-less bootloader from your DFU bootloader examples. For me it looks as if the open_bootloader is not very...