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...
I development nRF52832, I want change mac address.
So I modified nRF5_SDK15.0.0/examples/ble_peripheral/ble_app_uart.
I added code to the examples.
////////////////...
Hi everyone,
I want to program the nrf51822 module with the discovery board stm32f429i-disc1 through ST-LINK programmer in Keil IDE but this error appears: "ST-LINK connection...
Dear DevZone Team,
I am an absolute beginner in the field of mesh networking and hope you could help me getting started. Please bear with me.
I have a bunch of sensors...
Does anyone uses Sloeber to program nRF52? I have an issue, when I add a header nrf_temp.h to the project and using following functions:
The problem appears when I add...
Dear Nordic team,
We are developing a BLE application for IOS and Android. On Android, we utilized your Nordic Scanner Lib to scan Bluetooth devices and it is fine and...
Hi. I am trying to stop advertising after a delay in the UART example using;
sd_ble_gap_adv_stop(???)
What do I put in the brackets? It is asking for a uint8_t called...
Hi,
How to stop freeRTOS xtask using timer and recreate again when needed? I'm currently want to control the blink interval, for example I want to have the led blink for...
I used sdk15.2.
The peripheral sends the public key to the central.I received an exception to public key processing.
code:
case BLE_BITBUTTON_C_EVT_BITBOTTON_M_NOTIFICATION...
Hello Everyone,
Struggling with evaluation of Secure DFU over UART lines. I used the sample project "Secure DFU Bootloader over Serial Link (UART/USB) ", during the previous...
Hello -
Any advice on finding a connector from a standard NFC Antenna to the Molex 051281-0594 connector on the Nordic Thingy:52 Board?
I am trying to find a larger NFC...
Hi all,
As we see the release note of the Mesh SDK V3.0, one of the descriptions as below:
Example changes
Lowered the default Node Identity advertisement interval....
Dear support team,
i hope you are doing good.
i am using nrf51822 customized board, SDK 12.3.0 version keil 5.26 is development on windows environment.
softdevice...
We have an app that uses UART. It works flawlessly when only SD and app are present on a chip.
But if bootloader is used, UART does not work.
Why is it so? How to fix...