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 all,
I am using the pc-ble-driver-py python bindings to interface with my BLE peripheral.
Based on the heart-rate-collector example I could get a list of all advertising...
Hi, Everyone
My development environment is PCA10028, SoftDevice 130, SDK12.3.0
I downloaded the application using nRF5_SDK_12.3.0_d7731ad \ examples \ dfu \ bootloader_secure...
Hi, the peripheral/spi example calls for nrf_drv_spi.h, which is located in the legacy directory in SDK 15. I found this post in the devzone:
[quote userid="2116" url="...
We're trying to implement OOB pairing where the 128-bit value is received externally (not NFC). All examples I could find are NFC related and seem to require the external...
Hi, everyone. We are developing BLE project on the chip nrf52832 with SDK 15.0.0 software. In this project we are using ppi feature. During the work the program must enable...
I am trying add the fatfs example in my custom solution and I have the follow error after add the paths and files.
nrf_log_frontend.c:92:35: error: unknown type name 'nrf_log_module_dynamic_data_t...
Hi,
I am working for Adafruit on the bootloader for the upcoming feather nRF52840. Currently testing using the nrf52840DK pc10056. Everything is OK with S140 6.0.0 . Today...
I need to implement a 4kHz signal to drive a buzzer on a custom board of nRF51822 with external 16MHz and 32kHz crystal.
I am using Timer1+PPI+GPIOTE to generate this 4kHz...
I'm currently using:
- Board: NRF52840
- SDK for Mesh 2.1.1
- SDK for Thread and Zigbee v1.0.0
My problem is that I want to merge and run both Bluetooth Low Energy...
Hi, I am using nRF SDK 12.0.0_12f24da, with nRF52832 on pca10040 hardware, and working with the example in examples/peripheral/spi/main.c
Initially I was working on integrating...
Hi, I am using nRF52840-DK; Window 10; Embedded Studio and try to run sample project:C:\Nordic_Semi\nRF5_SDK_15.0.0_a53641a\examples\peripheral\ uart \pca10056\blank\ses ...
Hi all, I'm using nrf52832 with SDK15 in my project. For debugging purposes I need both CLI and LOG modules enabled with RTT as a transport. I followed this manual to setup...
How can I disable NRFX_LOG_INFO calls in the PPI driver? I've set NRFX_PPI_CONFIG_LOG_ENABLED 0 and even NRFX_PPI_CONFIG_LOG_LEVEL 0 but that doesn't stop messages like the...
Hi,
This is Srivisakh. I am using a custom made board integrated with nrf52832 board in which UART is configured. I am using Segger IDE for code development and building...