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...
Hello,
I am designing my second revision of custom hardware and am debating replacing my external regulator with the nrf52840's internal REG0 stage. I have read the product...
Hello Nordic DevZone team,
Please find the following setup details which we are using.
- Host side(I.mx6ull): Linux has all the kernel configurations that are enabled...
I have a simple HID BLE device which send left/right/return/home keys to a Android device.it works well when i test it on my android phone(Lenovo S5).but when i test it on...
Hi guys,
As I am new to this and wanna learn, can I know how to achieve the subject.
If possible, can you give me the exact steps to follow while achieving it.
BTW,...
On our device, we're seeing a problem when trying to run a Mesh DFU to update our firmware.
We first generated a DFU package with application version Y. Then we tried sending...
Hi,
My problem has similarities with Case 250648 (for nRF52840):
When trying to run your AT-client sample for the nRF9160 on your DK board, I cannot debug. Segger Embedded...
For a customer I am developing a Zigbee coordinator / Gateway with the nRF52840. As hardware I am using the nRF52840 Development Kit v2.0.1. As Software basis I use the “Zigbee...
Hello together, I am trying to update the nRF9160 device because I can't get a network connection. I followed the guidance of a manual of this site ( https://devzone.nordicsemi...
Hi,
just for your information:
the function nrfx_twim_xfer() prints always a warning, even if there was no transmission error. I guess NRFX_LOG_WARNING() should be logging...
I am trying to modify the https_client example from ncs\nrf\samples\nrf9160\https_client on Thingy91 so that it will retrieve an authentifcation token from AWS Cognito. So...
Hi,
I am using nRF52832 along with Softdevice 6.0.0, SDK 15.0.0, Chip Revision 2 (QFAA-EX0).
The nRF52832 acts as SPI Slave and we want to wake up from Deepsleep when...
Hi
New to using EGU, trying to use it to implement software interrupts. How do I capture an Event?
I can see how to trigger and clear an event using -
nrf_egu_task_trigger...
In the function ble_init, I am getting an undefined reference to sd_softdevice_enable during the linking process. I see that in nrf_sdm.h there is SVCALL(SD_SOFTDEVICE_ENABLE...