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...
Hi,
There is something I don't understand and I request your help to answer my interrogation. What I want to do is a SAADC conversion then send the result of this conversion...
Hi guys,
I have some questions about sd_flash_write function:
Will sd_flash_write() evaluates if the input value is 0xFF so that it won't need to perform an unnecessary...
I have 2 questions about LE Secure Connections.
1. What are the decisions of PKa and PKb passed in "2.3.5.6.1 Public Key Exchange" of BLUETOOTH SPECIFICATION Version 4.2...
Hello,
I follow the getting started with nRF52840-DK described here:
https://www.nordicsemi.com/eng/Products/Getting-started-with-the-nRF52840-Development-Kit
A...
Hello, I'm having trouble to make the image transfer demo work.
I flashed the .hex files found here: https://github.com/NordicPlayground/nrf52-ble-image-transfer-demo to...
Hi all,
I am adding PWM to light switch server . I added success. PWM function run OK. I use PWM1,PWM2 with Timer 1 and Timer 3 and PWM library example .If I call function...
Dear Support Team,
I’m using nrf52832 and SDK 14.2.0. In my project ,there are two dsp,one is nrf52832 and the other is ntk658, they connect via uart with each other. ntk658...
Hi,
I am developing nRF52832 peripheral, SDK15.
Let me know about whitelisting.
I'd like to below functions.
1. Delete item(device) in white list.
2. Changeing...
Configuration is all 12 combinations of the following 3 x channels, 2 x modulations, and 2 x bit rates were tested to find the worst case. More substantial testing was to...
when i upload the hex file of a s132 softdevice example program through nRFgo studio,
its shows hex file uploading failed and shows this message "Invalid SoftDevice, data...
Hello Everyone,
I am facing an issue when trying to connect back BLE central again after disconnecting it from the BLE peripheral once.
The issue is reproducible as follows...
If I want to send two byte, how can I do? I use the https://github.com/NordicSemiconductor/Android-nRF-Blinky sample code.
In BlinkyManage.jave
public void send(final...