In nRF51 SDK 7.1.0, there is a c header file using c++ keywords operator .
Here is a snippet of components/ble/ble_racp/ble_racp.h using the keywords.
/**@brief Record...
I want to make sure I'm far from ever having a stack overflow event. Is there a way in the IDE or elsewhere to monitor this risk? The map file produced after a build?
I am working on BLE. I have created a service using read property(services_set_barometer_service_barometer_data(void *src, int size))
After connection is set-up i am calling...
Hello, I'm using the nRF51822 and tried the HID Keyboard Application (S110, ble_app_hids_keyboard) example. (Nordic\nrf51822\Board\nrf6310\ble\ble_app_hids_keyboard )
The...
Hi all,
I have a situation in which softdevice (s310 v2) seems not to forward events to my nrf app (bootloader running dfu) in spite of the fact that my iOS app sees the...
I am sending setup commands to a NRF8001 D device and I receive a command response with status of 0x89. This appears to respond to ACI_STATUS_ERROR_UNSUPPORTED_FORMAT. I cannot...
Hi I'm working on a school project and I need to send data from an accelerometer to a phone I'm currently able to update "dummy" data from my nrf51822 to my phone after following...
is it possible add dfu service and central uart both into nrf52820?
using D:\sdk\nRF5_SDK_17.0.2_d674dde\examples\ble_central\ble_app_uart_c
SDK_17.0.2
Dear Nordic Bluetooth experts,
In the Android-nRF-Mesh-Library , is there a way to mark a unicast address as used? The reason why I'd like to do it is the following: When...
Hello, All,
I am using nRF9160 for product development and would like to know a few more important parameters:
What is the power consumption of an NB-iot network using...
Hi There,
I want to connect programable pins on nrf52840 chips in the schematic.
Can you tell me which pins are for programming and debugging?
Best,
Gaosheng
What does this error mean?
<error> app: ERROR 3735928559 [Unknown error code] at c:\nrf\modules\nrfx\hal\nrf_gpio.h:492 PC at: 0x00033D23 <error> app: End of error report...
We need to update our app to accommodate Android 12, but the DFU library has not been updated and crashes when we initiate an update.
Full details are in github-bug: https...
Hi,
we want to run your example of AoA
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/direction_finding_connectionless_tx/README.html...
API doc says
Specs says:for ed_threshold:
PRF[dBm] = ED_RSSIOFFS + ED_RSSISCALE x VALHARDWARE
ED_RSSIOFFS is -92, ED_RSSISCALE is 4.
So if I want to set the threshold...
Hi DevZone,
1. Description:
I am going to use the nRF9160 SiP in a project on a custom PCB which will house the (LN60G840F, which has an nRF9160 on it). The application...
Hi support team,
I have a nrf 51822 beacon black version and developing with nRF5SDK1230. i'm learning about update firmware for it over BLE. i try to run example dfu/bootloader_sercure...
Hello,
I'm using an nrf52dk board and I am trying to get the RSSI value, and it works fine with the nrfconnect app, except that the the transfer doesn't start at the first...
Hello guys,
I want to work with NRF Mesh but I need help with answering some general questions:
1. Is the current version of the SDK ("nrf5_SDK_for_Mesh_v5.0.0_src") power...
HI,
In my custom board of nRF52805 , I am able to program basic UART application. chip is also generating internal voltages on DEC1 & DEC2 lines.
But i am not able to...