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...
Dear Nordic team,
For the security reason to be safe from the hacking, we like to completely disable the debugging and flashing port during production.
Would you please...
In nRF21540, two antenna ports are for antenna diversity. These two antennas are placed on the receiver side or one of them will act as transmitter and other as receiver?
Dear,
I followed the ticket below to set peripheral_lbs for nRF5340.
but still cannot see the 8uA in power consumption.Would you help?
I also use nRF5340DK and multi...
Board: nRF5340-DK
Version: NRF5340_xxAA_ENGD
SDK: 1.5.1, 1.6.1, etc
I have a Bluetooth project that also has quite a high SPI bandwidth requirement, so hence I am...
Hello Guys,
I am facing an issue with nrf52840 usb dongle.
I am using an external debugger J-Link for debugging the target ic.
During development, i have succesfully...
I am integrating flash storage example ( nRF5_SDK_17.0.2_d674dde\examples\peripheral\flash_fstorage) in ble_app_hrs_rscs_relay (nRF5_SDK_17.0.2_d674dde\examples\ble_central_and_peripheral...
I am trying to implement bonded pairing with a project in which I already have NVS configured for user data. When implementing bonding, I understand that I need to remove...
The term advDelay is being used for the 0-10 ms random delay added to the fixed advertising interval. Since it is set by the link layer and can't be controlled by us, I want...
Hello,
I'm evaluating power optimization on nRF52. I'm using a Power Profiler Kit II and a nRF52-DK board.
I tried a lot of configuration and everything work as expected...
Hello,
I am trying to learn bluetooth using nrf52840 USB dongle. I have created an application from sample beacon and i would like to use I2C to implement my own driver...
unable to use time.h file
i have used:
#include time.h in main.c
added time.h file from C:\Keil_v5\ARM\ARMCC\include\time.h
when i use
time_t T = time(NULL); srand...
I have recently upgraded my working stack based on nrf sdk for thread and zigbee v2.0.0 to nrf sdk for thread and zigbee v4.0.0
But since then my mtd's are not getting commissioned...
We have built our application in nRF SDK for Thread and Zigbee. Since nRF SDK for Thread and Zigbee is in maintenance mode now, we plan to move our application to nRF Connect...
Hi,
I had my application based on nRF_SDK_For_Thread_and_Zigbee, and now I am porting my application to nRF_Connect_SDK.
When I use the nRF52840 DK board for testing...
How to define four different 128 bit uuid service characteristic? write and read operations on 128 bit uuid please give me some examples operations on 128bit uuid in pyth...