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.
I development nRF52832(SDK15.00.00, S132).
I have modified SDK15->examples->ble_peripheral->ble_app_uart->pca10040->s132
I want to unuse uart, So I using app_uart_close...
Hi Sir,
We would like to use 32-bit address flash (MX25L25635F), and we set the " QSPI_CONFIG_ADDRMODE" to "1" to support 32-bit address.
when USB port connect to PC,...
i use the BLE uart example in SDK11.0 to test. I delete the UART hardware init and just use the BLE send data to phone every 500ms. I found whatever i set the MIN_CONN_INTERVAL...
Hi,
I have an issue with a situation where a client remains connected when not needed anymore, I need to terminate any connection that has been active too long, for example...
Hello,
I used the gzll_host_ack_payload_nrf24le project and gzll_device_nrf24le to test the communiction between two nrf24les over Gazell. The result is that the host could...
Hi,
We would like to add another element to the provisioner. Is there an example how to provision and configure a client element on a provisioner node using the new SDK...
Hi, if the setting of the nrf52832 is shown as below:
Is this possible to happen?
cause when I was trying to use the power profiling example to test the connection mode...
Hello,
the current situation is nrf52832 can not receive the ack payload from nrf24le.
nrf52832 is DEVICE ,using the project from nrf5_sdk13.0.0\exzmples\multiprotocol...
Hello.
I need to compile the bootloader for the nRF51822 chip, using the the nRF SDK version 6.1, and ARM GCC.
I do not have access to Keil.
How can I achieve this?...
I'm using an old version of the nRF5 SDK (v11.0.0, SoftDevice v2) as supported by the SparkFun nRF52832 breakout board and the Arduino BLEPeripheral library.
Having set...
I am using nrf52 DK and sdk 15.0.
I want to know whether we can transfer the file over the BLE or not?
I am using ble_app_uart example,Is there any possibility to modify...
HI,the current situation is that nrf52832 can not receive the ack_payload from the nrf24le.
nrf52832 as DEVICE,using the project NRF5_SDK_13.0.0\examples\multiprotocol\experimental_ble_app_gzll...
I am a beginner and I need to know how we can further modify the light switch example codes to access gpio pins and get some output from that.
I have run the example using...