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 everyone,
These days, I am thinking about how to make some upgrade about the sound module of thingy52.
It would be quite funny to make some other sound samples rather...
I want to know the project which code was developed with IAR,the project can port to keil MDK? If I could,where do I need to change,and how to do it .thanks
I use SDK15...
Hello, I have recently updated our CLI backend to use LIBUARTE and it seems to be much more reliable. I have a few assumptions I would like to clarify and a few questions...
I am about to start new quite complex project with nRF52 and I thought that maybe it is high time to use freeRTOS port from SDK. As the device is going to be powered with...
We are experiencing some mysterious but very rare events of MCU going into system OFF mode. We are using nRF51822 and S110 v7.3.0. The wake ups are most likely caused by a...
Hi,
We are using nrf51822 QFAAH00 with SDK 110 v10.0.0 with softdevice 8.0.0 in our project, In Application we are using gpio,timer,uart interrupt handler, In main function...
Hi support team,
I'm using nrf52840 with softdevice 6.1.0 and sdk 15.0. I started from the ble_connectivity example as my central and used pc-ble-driver on my host PC as...
Hi,
I´m looking for a Bluetooth low energy proximity sensor with this (or similar) characterisics:
One main (receiver) module and many secondary (transmitter)...
I'm using a custom board based on the Thingy52 board and firmware that uses the BMD-350 module containing the nRF52832.. I'd like to use the internal RC oscillator for the...
Hi,
I just found out that the scanning procedure does not time out in SDK 15. This is because in SDK 15 we are forced to restart the scanning procedure everytime an advertisement...
I am using nRF5 SDK for Thread and Zigbee 2.0.0
I am having trouble commissioning using NFC, either with the nfc_meshcop example or my own code (based on the nfc_meshcop...