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
The compiling of standard TWI sensor example is giving me an error with SES.
Please find attached a snapshot of the issue.
Need your help ASAP. Thanks
Ch...
My pcb is nrf52832 based, with SPI interfacing ICM20649 sensor.
- Nordic SDK 11.0
- Softdevice 2.0
I am able to flash example code of SPI based ble_peripheral and mpu...
Hello,
I am using an app_timer on my nRF52840 (SDK 15, Softdevice 140) to keep track of the time on my device. After a specific event, I would like to be able to clear the...
Hi,
I use nRF5 SDK v15.0.0. In my application I need periodically disable and enable Bluetooth because they are wifi also, which connected to the same antenna. Its mean...
I have been successfully using nRF Connect v2.5.0 on Windows with a PCA10056 v0.9.2 to communicate with our target device, a nRF52840 using S140 v6.0.0, nRF5 SDK 15.0.0. We...
I have four button and one external interrupt from GSensor on my demo board, and I use GPIOTE_CONFIG_IN_SENSE_TOG for button and GPIOTE_CONFIG_IN_SENSE_LOTOH for GSensor interrupt...
Hi, I am wondering what cost-effective JTAG debuggers you can use with the nRF52832 hardware using the 10-pin standard debugging header. For example, has anyone used the Segger...
Hi All,
I am using the nRF51822 board and have it connected to a micro SD card shield using SPI.
I have not changed anything in the example file with the exception of...
I have a question.
Two slaves connect one Master.
At that time, Can another Master automatically connect the two slaves ?
I know softdevice110_v7 has connection state and...
Hello,
We've been developing nRF52 software for about two years. We develop on Linux desktop machines, and build with GCC from the command line interface.
I'm starting...
I am attempting to implement the Time Slot API into SDK 15, based on the SDK 11 Multi-Acitivy example: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter...
I get the following error when trying to build to target:
make: *** No rule to make target `nrf52832_xxaa'. Stop.
I am doing the following on the Blinky Example program...
Hi. I have a question if is it safe to call malloc/free function of clib from the handler of ble events of softdevice. Does anybody know if is it safe? Does Nordic have some...
Hello there, I am trying to write hex file generated form Keil or Segger studio but a popup window comes out to select the soft device in nRF connect programmer, I have selected...